:root{--ghost-red: #c41e3a;--ghost-crimson: #8b0000;--ghost-gold: #d4af37;--ghost-black: #0d0d0d;--ghost-charcoal: #1a1a1a;--ghost-gray: #2a2a2a;--ghost-light: #f5f5f0;--ghost-cream: #faf8f3;--ghost-accent: #ff6b6b}body{background:linear-gradient(180deg,var(--ghost-black) 0%,var(--ghost-charcoal) 50%,#1a0f0f 100%);color:var(--ghost-light);font-family:Noto Sans,Hiragino Sans,Yu Gothic,sans-serif;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(212,175,55,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(196,30,58,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.header,header,.shopify-section-header{background:linear-gradient(180deg,#0d0d0dfa,#1a1a1af2);border-bottom:3px solid var(--ghost-red);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 20px #c41e3a4d;position:relative}.header:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--ghost-gold),transparent)}.header__heading-link,.header__heading-logo{filter:drop-shadow(0 2px 8px var(--ghost-gold));transition:filter .3s ease}.header__heading-link:hover,.header__heading-logo:hover{filter:drop-shadow(0 4px 15px var(--ghost-red))}.header__menu-item,.menu-drawer__menu-item{color:var(--ghost-cream);position:relative;font-weight:500;letter-spacing:.5px;transition:color .3s ease}.header__menu-item:before{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--ghost-gold);transition:width .3s ease}.header__menu-item:hover{color:var(--ghost-gold)}.header__menu-item:hover:before{width:80%}.button,button,.btn,input[type=submit],.shopify-payment-button__button,.product-form__submit{background:linear-gradient(135deg,var(--ghost-red) 0%,var(--ghost-crimson) 100%);color:var(--ghost-cream);border:2px solid var(--ghost-gold);padding:12px 32px;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;position:relative;overflow:hidden;transition:all .4s ease;box-shadow:0 4px 15px #c41e3a66}.button:after,button:after,.btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#d4af374d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.button:hover:after,button:hover:after,.btn:hover:after{width:300px;height:300px}.button:hover,button:hover,.btn:hover{background:linear-gradient(135deg,var(--ghost-crimson) 0%,var(--ghost-black) 100%);border-color:var(--ghost-gold);transform:translateY(-3px);box-shadow:0 8px 25px #d4af3780}.card,.product-card,.card-wrapper,.grid__item{background:#1a1a1acc;border:1px solid rgba(212,175,55,.3);border-radius:0;padding:20px;transition:all .4s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;box-shadow:0 4px 12px #00000080}.card:before,.card:after{content:"";position:absolute;width:20px;height:20px;border:2px solid var(--ghost-gold);opacity:0;transition:opacity .4s ease}.card:before{top:-2px;left:-2px;border-right:none;border-bottom:none}.card:after{bottom:-2px;right:-2px;border-left:none;border-top:none}.card:hover:before,.card:hover:after{opacity:1}.card:hover{transform:translateY(-6px);border-color:var(--ghost-red);box-shadow:0 12px 30px #c41e3a66}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--ghost-cream);font-weight:700;letter-spacing:1px;position:relative;padding-bottom:12px}h1:after,h2:after,h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--ghost-red),var(--ghost-gold))}.product__title,.card__heading{color:var(--ghost-gold);text-shadow:0 2px 8px rgba(212,175,55,.3)}.price,.price__regular,.price-item{color:var(--ghost-gold);font-weight:700;font-size:1.4em;text-shadow:0 0 10px rgba(212,175,55,.4)}.price--on-sale{color:var(--ghost-red)}.footer,footer{background:linear-gradient(180deg,var(--ghost-gray) 0%,var(--ghost-black) 100%);border-top:3px solid var(--ghost-red);color:var(--ghost-light);padding:50px 0;position:relative}.footer:before{content:"";position:absolute;top:-3px;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--ghost-gold),transparent)}.footer a{color:var(--ghost-gold);transition:all .3s ease;position:relative}.footer a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--ghost-red);transition:width .3s ease}.footer a:hover{color:var(--ghost-red)}.footer a:hover:after{width:100%}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],textarea,select,.field__input{background:#1a1a1ae6;border:2px solid rgba(212,175,55,.3);color:var(--ghost-light);padding:14px 18px;border-radius:0;transition:all .3s ease;font-family:inherit}input:focus,textarea:focus,select:focus,.field__input:focus{outline:none;border-color:var(--ghost-gold);box-shadow:0 0 15px #d4af374d,inset 0 0 5px #c41e3a1a}.badge,.card__badge,.price__badge-sale{background:linear-gradient(135deg,var(--ghost-red),var(--ghost-crimson));color:var(--ghost-cream);padding:6px 14px;border-radius:0;border:1px solid var(--ghost-gold);font-size:.85em;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 2px 8px #c41e3a66}::-webkit-scrollbar{width:14px}::-webkit-scrollbar-track{background:var(--ghost-black);border-left:1px solid var(--ghost-gray)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--ghost-red),var(--ghost-crimson));border:2px solid var(--ghost-black);border-radius:0}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--ghost-gold),var(--ghost-red))}.card__media img,.product__media img{transition:all .5s ease;filter:grayscale(10%)}.card:hover .card__media img,.product:hover .product__media img{transform:scale(1.03);filter:grayscale(0%) brightness(1.1)}table,.table{background:#1a1a1acc;border:2px solid rgba(212,175,55,.3);border-radius:0;overflow:hidden}th{background:linear-gradient(135deg,var(--ghost-red),var(--ghost-crimson));color:var(--ghost-cream);padding:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--ghost-gold)}td{padding:14px;border-bottom:1px solid rgba(212,175,55,.2);color:var(--ghost-light)}tr:hover{background:#c41e3a1a}a{color:var(--ghost-gold);text-decoration:none;transition:all .3s ease;position:relative}a:hover{color:var(--ghost-red)}.pagination__item,.pagination__link{background:#1a1a1ae6;border:2px solid rgba(212,175,55,.3);color:var(--ghost-light);padding:10px 18px;border-radius:0;transition:all .3s ease;font-weight:600}.pagination__item:hover,.pagination__link:hover{background:linear-gradient(135deg,var(--ghost-red),var(--ghost-crimson));border-color:var(--ghost-gold);color:var(--ghost-cream);transform:translateY(-2px);box-shadow:0 4px 12px #c41e3a66}.cart-item,.cart__item{background:#1a1a1acc;border:1px solid rgba(212,175,55,.3);border-radius:0;padding:18px;margin-bottom:14px;transition:all .3s ease}.cart-item:hover{border-color:var(--ghost-red);box-shadow:0 4px 15px #c41e3a33}.cart-drawer,.drawer{background:linear-gradient(180deg,var(--ghost-charcoal) 0%,var(--ghost-black) 100%);border-left:3px solid var(--ghost-red)}.section-header:before{content:"\25c6";color:var(--ghost-gold);margin-right:12px;font-size:.8em}.section-header:after{content:"\25c6";color:var(--ghost-gold);margin-left:12px;font-size:.8em}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ghost-theme.css.map */
