*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--onyx: #1A1A1A;--bone: #F5F0EB;--purple: #C44EE0;--purple-dim: #9B3CB5;--purple-glow: rgba(196, 78, 224, .25);--green: #7CCC40;--green-dim: #5EA030;--green-glow: rgba(124, 204, 64, .25);--charcoal: #2D2D2D;--bone-dim: #B8B0A8;--charcoal-light: #3A3A3A}html{font-size:16px;scroll-behavior:smooth}body{font-family:Work Sans,sans-serif;font-weight:400;background-color:var(--onyx);color:var(--bone);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif;font-weight:600;color:var(--bone);line-height:1.2}h1{font-size:2.5rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:.75rem}h3{font-size:1.5rem;margin-bottom:.5rem}h4{font-size:1.25rem}a{color:var(--purple);text-decoration:none;transition:color .2s ease}a:hover{color:var(--green)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.announcement-bar{background:linear-gradient(90deg,var(--purple-dim),var(--purple),var(--purple-dim));color:var(--bone);text-align:center;padding:.5rem 1rem;font-size:.85rem;font-weight:500;letter-spacing:.03em}.site-header{background-color:var(--charcoal);border-bottom:1px solid rgba(196,78,224,.15);padding:1rem 0;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-logo{font-family:Cinzel,serif;font-size:1.5rem;font-weight:700;color:var(--bone);letter-spacing:.05em}.site-logo a{color:var(--bone)}.site-logo a:hover{color:var(--purple)}.site-logo img{max-height:60px;width:auto}.main-nav{display:flex;gap:2rem;align-items:center}.main-nav a{color:var(--bone-dim);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;transition:color .2s ease;position:relative}.main-nav a:hover{color:var(--bone)}.main-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--purple);transition:width .2s ease}.main-nav a:hover:after{width:100%}.header-icons{display:flex;gap:1rem;align-items:center}.header-icons a{color:var(--bone-dim);font-size:1.1rem}.header-icons a:hover{color:var(--green)}.nav-toggle{display:none;background:none;border:none;color:var(--bone);font-size:1.5rem;cursor:pointer}@media(max-width:768px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--charcoal);flex-direction:column;padding:1rem 1.5rem;gap:1rem;border-bottom:1px solid rgba(196,78,224,.15)}.main-nav.is-open{display:flex}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background-color:var(--onyx)}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}.hero-content{position:relative;z-index:2;max-width:750px;padding:2rem}.hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 0 40px var(--purple-glow),0 2px 20px rgba(0,0,0,.5)}.hero p{font-size:1.15rem;color:var(--bone-dim);margin-bottom:2rem;text-shadow:0 1px 10px rgba(0,0,0,.3)}@media(max-width:768px){.hero{min-height:50vh}.hero h1{font-size:2rem}}.btn{display:inline-block;padding:.85rem 2rem;font-family:Work Sans,sans-serif;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:2px;cursor:pointer;transition:all .25s ease}.btn-primary{background-color:var(--purple);color:var(--bone);box-shadow:0 0 15px var(--purple-glow)}.btn-primary:hover{background-color:var(--purple-dim);color:var(--bone);box-shadow:0 0 25px var(--purple-glow)}.btn-secondary{background-color:transparent;color:var(--bone);border:1px solid var(--bone-dim)}.btn-secondary:hover{background-color:var(--bone);color:var(--onyx)}.btn-green{background-color:var(--green);color:var(--onyx);box-shadow:0 0 15px var(--green-glow)}.btn-green:hover{background-color:var(--green-dim);box-shadow:0 0 25px var(--green-glow)}.section-title{text-align:center;padding:3rem 0 2rem}.section-title h2{font-size:2rem;position:relative;display:inline-block}.section-title h2:after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,var(--purple),var(--green));margin:.75rem auto 0}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1.5rem 3rem;max-width:1200px;margin:0 auto}.collection-card{position:relative;overflow:hidden;border-radius:3px;aspect-ratio:1;background-color:var(--charcoal);border:1px solid transparent;transition:border-color .3s ease}.collection-card:hover{border-color:var(--purple);box-shadow:0 0 20px var(--purple-glow)}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .4s ease;opacity:.7}.collection-card:hover img{transform:scale(1.05);opacity:.9}.collection-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#1a1a1ae6)}.collection-card h3{font-family:Cinzel,serif;font-size:1.25rem;color:var(--bone)}.collection-card p{font-size:.85rem;color:var(--bone-dim);margin-top:.25rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;padding:0 1.5rem 3rem;max-width:1200px;margin:0 auto}.product-card{background:var(--charcoal);border-radius:3px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid transparent}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d;border-color:#c44ee033}.product-card-image{aspect-ratio:1;overflow:hidden;background:var(--onyx)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-info{padding:1rem 1.25rem 1.25rem}.product-card-title{font-family:Cinzel,serif;font-size:1rem;color:var(--bone);margin-bottom:.35rem}.product-card-price{font-size:.95rem;color:var(--green);font-weight:500}.product-card-price .compare-price{text-decoration:line-through;color:var(--bone-dim);margin-left:.5rem;font-size:.85rem}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--purple);color:var(--bone);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:2px;box-shadow:0 0 10px var(--purple-glow)}.product-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:768px){.product-page{grid-template-columns:1fr;gap:1.5rem}}.product-gallery img{width:100%;border-radius:3px;background:var(--charcoal)}.product-info h1{font-size:2rem;margin-bottom:.5rem}.product-price{font-size:1.5rem;color:var(--green);font-weight:600;margin-bottom:1.5rem}.product-description{color:var(--bone-dim);margin-bottom:2rem;line-height:1.7}.product-form{margin-top:1rem}.product-form label{display:block;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;color:var(--bone-dim)}.product-form select,.product-form input[type=number]{background:var(--charcoal);color:var(--bone);border:1px solid rgba(245,240,235,.15);padding:.75rem 1rem;font-size:.95rem;border-radius:2px;margin-bottom:1rem;width:100%;max-width:200px}.product-form select:focus,.product-form input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 8px var(--purple-glow)}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;align-items:center}@media(max-width:768px){.about-section{grid-template-columns:1fr}}.about-section img{border-radius:3px;width:100%}.about-text h2{margin-bottom:1rem}.about-text p{color:var(--bone-dim);margin-bottom:1rem;line-height:1.7}.page-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.page-content h1{margin-bottom:1.5rem}.page-content p{color:var(--bone-dim);margin-bottom:1rem;line-height:1.7}.site-footer{background:var(--charcoal);border-top:1px solid rgba(196,78,224,.12);padding:3rem 0 1.5rem;margin-top:3rem}.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}@media(max-width:768px){.footer-inner{grid-template-columns:1fr}}.footer-brand .site-logo{margin-bottom:1rem}.footer-brand p{color:var(--bone-dim);font-size:.9rem;line-height:1.6;max-width:350px}.footer-links h4{font-family:Cinzel,serif;font-size:.95rem;margin-bottom:1rem;color:var(--bone)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--bone-dim);font-size:.9rem}.footer-links a:hover{color:var(--purple)}.footer-social{display:flex;gap:1rem;margin-top:1.25rem}.footer-social a{color:var(--bone-dim);font-size:1.1rem;transition:color .2s}.footer-social a:hover{color:var(--green)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding:1.5rem 1.5rem 0;border-top:1px solid rgba(245,240,235,.06);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--bone-dim)}@media(max-width:768px){.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.newsletter{text-align:center;padding:3rem 1.5rem;background:var(--charcoal);margin:3rem 0;border-radius:3px;border:1px solid rgba(196,78,224,.1)}.newsletter h2{margin-bottom:.5rem}.newsletter p{color:var(--bone-dim);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem;max-width:450px;margin:0 auto}.newsletter-form input[type=email]{flex:1;padding:.85rem 1rem;background:var(--onyx);border:1px solid rgba(245,240,235,.15);color:var(--bone);border-radius:2px;font-size:.9rem}.newsletter-form input::placeholder{color:var(--bone-dim)}.newsletter-form input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 8px var(--purple-glow)}@media(max-width:480px){.newsletter-form{flex-direction:column}}.cart-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.cart-page h1{margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:1.5rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid rgba(245,240,235,.08)}@media(max-width:600px){.cart-item{grid-template-columns:60px 1fr;gap:1rem}}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:3px}.cart-item-title{font-family:Cinzel,serif;font-size:1rem}.cart-item-price{color:var(--green);font-weight:500}.cart-totals{text-align:right;padding:2rem 0;border-top:2px solid rgba(196,78,224,.15)}.cart-totals .total-price{font-size:1.5rem;color:var(--green);font-weight:600}.page-404{text-align:center;padding:6rem 1.5rem}.page-404 h1{font-size:4rem;color:var(--purple);text-shadow:0 0 30px var(--purple-glow)}.page-404 p{color:var(--bone-dim);margin:1rem 0 2rem}.text-center{text-align:center}.text-purple{color:var(--purple)}.text-green{color:var(--green)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:2rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
