:root{--deep-night: #0A0A0A;--midnight: #121212;--shadow-card: #1A1A1A;--soft-border: #2A2A2A;--pearl: #F5F5F5;--muted-pearl: #B8B8B8;--rose-gold: #D4A5A5;--burgundy: #8B3A3A;--soft-gold: #C9A87C;--dark-purple: #6B4C7A}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--deep-night);color:var(--pearl);line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:700}.site-header{position:sticky;top:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--soft-border);z-index:1000;padding:1.2rem 0}.header-inner{display:flex;justify-content:space-between;align-items:center}.site-logo img{height:60px;width:auto}.site-nav ul{display:flex;gap:2rem;list-style:none;align-items:center;margin:0}.site-nav a{color:var(--muted-pearl);text-decoration:none;font-size:.95rem;transition:color .3s ease;position:relative}.site-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--rose-gold);transition:width .3s ease}.site-nav a:hover{color:var(--pearl)}.site-nav a:hover:after{width:100%}.cart-link{background:var(--shadow-card);border:1px solid var(--soft-border);padding:.6rem 1.2rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.cart-link:hover{border-color:var(--rose-gold);background:var(--midnight)}.cart-count{background:var(--burgundy);color:#fff;border-radius:50%;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.hero-section{background:linear-gradient(165deg,#d4a5a514,#0a0a0a00 70%);padding:5rem 0 6rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(212,165,165,.15) 0%,transparent 70%);border-radius:50%;filter:blur(80px);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.7}}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.hero-accent{color:var(--rose-gold)}.hero-subtitle{font-size:1.2rem;color:var(--muted-pearl);margin-bottom:2rem;font-weight:300;line-height:1.6}.hero-features{list-style:none;margin-bottom:2.5rem}.hero-features li{color:var(--muted-pearl);padding:.6rem 0 .6rem 1.8rem;position:relative}.hero-features li:before{content:"\2726";position:absolute;left:0;color:var(--rose-gold)}.btn{background:linear-gradient(135deg,var(--rose-gold),var(--burgundy));color:#fff;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 8px 20px #d4a5a540}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #d4a5a559}.hero-image img{width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.6))}.collection-section{padding:6rem 0;background:var(--midnight)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{color:var(--muted-pearl);font-size:1.1rem}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.collection-card{background:var(--shadow-card);border:1px solid var(--soft-border);border-radius:16px;overflow:hidden;transition:all .4s ease;text-decoration:none;color:inherit;display:block}.collection-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000080;border-color:var(--rose-gold)}.collection-image{width:100%;height:400px;object-fit:cover;background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.collection-info{padding:1.5rem}.collection-title{font-size:1.6rem;margin-bottom:.5rem}.collection-description{color:var(--muted-pearl);font-size:.9rem;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.product-card{background:var(--shadow-card);border:1px solid var(--soft-border);border-radius:16px;overflow:hidden;transition:all .4s ease;text-decoration:none;color:inherit;display:block;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000080;border-color:var(--rose-gold)}.product-image{width:100%;height:400px;object-fit:contain;position:relative;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;align-items:center;justify-content:center}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--burgundy);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:10}.product-info{padding:1.5rem}.product-vendor{font-size:.8rem;color:var(--rose-gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.product-title{font-size:1.5rem;margin-bottom:.8rem}.product-price{font-size:1.3rem;font-weight:700;color:var(--soft-gold)}.product-page{padding:4rem 0;background:var(--midnight)}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-gallery img{width:100%;max-height:600px;object-fit:contain;border-radius:16px;border:1px solid var(--soft-border);background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.product-details h1{font-size:3rem;margin-bottom:1rem}.product-price-section{font-size:2rem;color:var(--soft-gold);margin-bottom:2rem}.product-description{color:var(--muted-pearl);line-height:1.8;margin-bottom:2rem}.product-form{background:var(--shadow-card);border:1px solid var(--soft-border);border-radius:12px;padding:2rem}.variant-selector{margin-bottom:1.5rem}.variant-selector label{display:block;margin-bottom:.8rem;font-weight:600}.variant-selector select{width:100%;background:var(--midnight);color:var(--pearl);border:1px solid var(--soft-border);padding:.8rem;border-radius:8px;font-size:1rem;cursor:pointer}.quantity-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.quantity-selector label{font-weight:600}.quantity-input{background:var(--midnight);color:var(--pearl);border:1px solid var(--soft-border);padding:.6rem 1rem;border-radius:8px;width:80px;text-align:center}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,var(--rose-gold),var(--burgundy));color:#fff;padding:1.2rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #d4a5a54d}.cart-page{padding:4rem 0;background:var(--midnight)}.cart-items{margin-bottom:3rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--soft-border)}.cart-item-image img{width:120px;height:120px;object-fit:cover;border-radius:12px}.cart-item-title{font-size:1.3rem;margin-bottom:.5rem}.cart-item-variant{color:var(--muted-pearl);margin-bottom:1rem}.cart-item-price{color:var(--rose-gold);font-weight:700;font-size:1.2rem}.cart-summary{background:var(--shadow-card);border:1px solid var(--soft-border);border-radius:16px;padding:2rem;max-width:500px;margin-left:auto}.cart-total{display:flex;justify-content:space-between;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.checkout-btn{width:100%;background:linear-gradient(135deg,var(--rose-gold),var(--burgundy));color:#fff;padding:1.2rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:none;display:block;text-align:center;transition:all .3s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #d4a5a54d}.site-footer{background:var(--deep-night);border-top:1px solid var(--soft-border);padding:3rem 0;margin-top:6rem}.footer-content{text-align:center;color:var(--muted-pearl)}.footer-logo img{height:80px;width:auto;margin-bottom:1rem}.footer-tagline{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.footer-social a{color:var(--muted-pearl);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-social a:hover{color:var(--rose-gold)}.footer-copyright{font-size:.85rem;margin-top:1rem}@media(max-width:968px){.hero-grid,.product-main{grid-template-columns:1fr;gap:2rem}.hero-content h1{font-size:2.5rem;line-height:1.2}.section-title{font-size:2.2rem}.product-grid,.collection-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.hero-section{padding:3rem 0 4rem}.collection-section{padding:4rem 0}.product-details h1{font-size:2.5rem}.product-price-section{font-size:1.6rem}}@media(max-width:640px){.container{padding:0 1rem}.hero-section,.collection-section,.product-page,.cart-page{padding:1.5rem 0 2rem}.hero-content h1{font-size:1.8rem;line-height:1.2;margin-bottom:.8rem}.hero-subtitle{font-size:.95rem;margin-bottom:1rem}.section-title{font-size:1.6rem;margin-bottom:.5rem}.section-subtitle{font-size:.9rem}.product-details h1{font-size:2rem}.product-title{font-size:1.3rem}.product-price,.product-price-section{font-size:1.4rem}.hero-features,.section-subtitle-desktop,.collection-description-desktop{display:none!important}.hero-image{background:none!important;padding:1rem 0}.hero-image img{max-height:180px!important;margin:0 auto;filter:drop-shadow(0 10px 30px rgba(212,165,165,.3));opacity:.9}.hero-grid{gap:1rem}.site-header{padding:.8rem 0}.site-logo img{height:45px}.site-nav ul{gap:.3rem;font-size:.75rem;flex-wrap:wrap}.site-nav a{font-size:.75rem;padding:.4rem .6rem}.cart-link{padding:.4rem .8rem;font-size:.75rem}.cart-count{font-size:.65rem;padding:.15rem .4rem}.btn,.add-to-cart-btn,.checkout-btn{padding:1rem 1.5rem;font-size:1rem;margin-top:1rem}.collection-card-simple{padding:1.5rem 1rem!important}.collection-card-simple>div:first-child{font-size:2.5rem!important;margin-bottom:.8rem!important}.collection-card-simple h3{font-size:1.4rem!important;margin-bottom:.3rem!important}.collection-card-simple p{font-size:.8rem!important;margin-bottom:.5rem!important}.product-grid{grid-template-columns:1fr;gap:1.2rem}.product-image{height:300px}.product-main{gap:1.5rem}.product-gallery img{max-height:350px}.product-form{padding:1.5rem}.variant-selector select,.quantity-input{font-size:16px;padding:.8rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1.2rem 0}.cart-item-image img{width:80px;height:80px}.cart-item-title,.cart-item-price{font-size:1.1rem}.cart-item-details{font-size:.9rem}.cart-summary{max-width:100%;margin:0}.cart-total{font-size:1.5rem}.footer-logo img{height:60px}.footer-social{flex-direction:column;gap:1rem}.footer-tagline{font-size:.85rem}.section-header{margin-bottom:1.5rem!important}}@media(max-width:380px){.hero-content h1{font-size:1.6rem}.section-title{font-size:1.5rem}.site-logo img{height:35px}.site-nav a{font-size:.7rem;padding:.3rem .5rem}.cart-link{font-size:.7rem}.btn{padding:.8rem 1.2rem;font-size:.9rem}.product-image{height:280px}}@media(hover:none)and (pointer:coarse){.site-nav a,.cart-link,.btn,.checkout-btn,.add-to-cart-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.collection-card:hover,.product-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
