*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg2:#111118;--bg3:#18181f;--purple:#7c3aed;--purple-light:#9f5cf7;--gold:#f59e0b;--gold-light:#fbbf24;--text:#f8f8fc;--text2:#a0a0b8;--text3:#5c5c78;--border:#ffffff12;--border2:#ffffff20;--radius:12px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden;min-height:100vh}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:#0a0a0fe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:.5px solid var(--border)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo svg{width:32px;height:32px}.nav-logo-text{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--text);letter-spacing:.02em}.nav-logo-text span{color:var(--purple-light)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text2);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-right{display:flex;align-items:center;gap:1rem}.nav-cart{color:var(--text2);text-decoration:none;font-size:.9rem;display:flex;align-items:center;gap:6px;transition:color .2s}.nav-cart:hover{color:var(--text)}.cart-count{background:var(--purple);color:#fff;width:18px;height:18px;border-radius:50%;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:600}.nav-cta{background:var(--purple);color:#fff;border:none;padding:.55rem 1.3rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s;text-decoration:none}.nav-cta:hover{background:var(--purple-light)}.hero{position:relative;min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;overflow:hidden}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.hero-orb-1{width:600px;height:600px;top:-100px;left:-100px;background:#7c3aed26}.hero-orb-2{width:400px;height:400px;bottom:-50px;right:-50px;background:#f59e0b1a}.hero-orb-3{width:300px;height:300px;top:40%;left:50%;transform:translate(-50%,-50%);background:#7c3aed14}.hero-content{position:relative;z-index:1;max-width:760px}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#7c3aed26;border:.5px solid rgba(124,58,237,.4);color:#c4b5fd;font-size:.78rem;font-weight:500;letter-spacing:.08em;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem;text-transform:uppercase}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--purple-light);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.02em}.hero h1 .line2{color:var(--purple-light)}.hero h1 .line3{color:var(--gold)}.hero-sub{font-size:1.1rem;color:var(--text2);max-width:520px;margin:0 auto 2.5rem;font-weight:300}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:4rem;padding-top:3rem;border-top:.5px solid var(--border)}.hero-stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--text)}.hero-stat-num span{color:var(--gold)}.hero-stat-label{font-size:.8rem;color:var(--text3);text-transform:uppercase;letter-spacing:.1em;margin-top:2px}.btn-primary{background:var(--purple);color:#fff;border:none;padding:.85rem 2rem;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--purple-light);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text);border:.5px solid var(--border2);padding:.85rem 2rem;border-radius:10px;font-size:1rem;font-weight:400;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:var(--purple);color:var(--purple-light)}.section{padding:6rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--purple-light);margin-bottom:.75rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.section-sub{color:var(--text2);font-size:1rem;max-width:500px;font-weight:300}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:3rem}.product-card{background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s;cursor:pointer;text-decoration:none;display:block}.product-card:hover{border-color:var(--purple);transform:translateY(-3px)}.product-img{width:100%;height:240px;overflow:hidden;background:var(--bg2);display:flex;align-items:center;justify-content:center;position:relative}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-img img{transform:scale(1.05)}.product-badge{position:absolute;top:10px;left:10px;background:var(--purple);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:3px 8px;border-radius:6px;text-transform:uppercase}.product-info{padding:1.1rem 1.25rem 1.25rem}.product-name{font-size:.95rem;font-weight:500;margin-bottom:.35rem;color:var(--text)}.product-cat{font-size:.75rem;color:var(--text3);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--gold)}.product-compare{font-size:.85rem;color:var(--text3);text-decoration:line-through;margin-left:6px}.collection-hero{padding:4rem 2rem 2rem;text-align:center;background:var(--bg)}.collection-hero h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:.5rem}.collection-hero p{color:var(--text2);font-size:1rem;font-weight:300}.collection-grid{max-width:1100px;margin:0 auto;padding:2rem}.product-page{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{border-radius:var(--radius);overflow:hidden;background:var(--bg3);border:.5px solid var(--border)}.product-gallery img{width:100%;height:500px;object-fit:cover}.product-details h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.product-type{font-size:.8rem;color:var(--purple-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.product-page-price{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--gold);margin-bottom:1.5rem}.product-desc{color:var(--text2);font-size:.95rem;line-height:1.7;margin-bottom:2rem}.product-desc ul{padding-left:1.2rem;margin-top:.5rem}.product-desc li{margin-bottom:.4rem}.variant-label{font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:var(--text)}.variant-select{width:100%;background:var(--bg3);border:.5px solid var(--border2);color:var(--text);padding:.75rem 1rem;border-radius:8px;font-size:.95rem;font-family:Inter,sans-serif;margin-bottom:1.25rem;cursor:pointer}.variant-select:focus{outline:none;border-color:var(--purple)}.add-to-cart{width:100%;background:var(--purple);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s;margin-bottom:.75rem}.add-to-cart:hover{background:var(--purple-light)}.buy-now{width:100%;background:transparent;color:var(--text);border:.5px solid var(--border2);padding:1rem;border-radius:10px;font-size:1rem;font-weight:400;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s}.buy-now:hover{border-color:var(--purple);color:var(--purple-light)}.trust-badges{display:flex;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:.5px solid var(--border)}.trust-badge{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text3)}.features-section{background:var(--bg2);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);padding:6rem 2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem}.feature-card{padding:1.5rem;background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius)}.feature-icon{width:40px;height:40px;border-radius:10px;background:#7c3aed26;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.2rem}.feature-title{font-weight:500;font-size:.95rem;margin-bottom:.4rem}.feature-desc{font-size:.85rem;color:var(--text2);font-weight:300;line-height:1.5}.cta-section{padding:7rem 2rem;text-align:center;background:var(--bg2);border-top:.5px solid var(--border);position:relative;overflow:hidden}.cta-orb{position:absolute;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%);background:#7c3aed14;border-radius:50%;filter:blur(60px)}.cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.cta-content h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem}.cta-content p{color:var(--text2);font-size:1rem;margin-bottom:2rem;font-weight:300}.site-footer{background:var(--bg);border-top:.5px solid var(--border);padding:3rem 2.5rem 2rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.footer-brand p{font-size:.85rem;color:var(--text3);margin-top:.5rem;max-width:240px;font-weight:300}.footer-links h4{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text3);margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:var(--text2);text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:.5px solid var(--border);font-size:.8rem;color:var(--text3);flex-wrap:wrap;gap:1rem}.footer-bottom a{color:var(--text3);text-decoration:none;margin-left:1.5rem}.footer-bottom a:hover{color:var(--text2)}.cart-page{max-width:800px;margin:0 auto;padding:3rem 2rem}.cart-page h1{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:2rem}.cart-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:.5px solid var(--border)}.cart-item-img{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg3)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-name{font-weight:500;margin-bottom:.25rem}.cart-item-variant{font-size:.85rem;color:var(--text3)}.cart-item-price{font-family:Playfair Display,serif;color:var(--gold);font-weight:700}.cart-total{padding:1.5rem 0;text-align:right}.cart-total-amount{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--text)}.checkout-btn{background:var(--purple);color:#fff;border:none;padding:1rem 2.5rem;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s;margin-top:1rem;width:100%}.checkout-btn:hover{background:var(--purple-light)}@media(max-width:768px){.site-header{padding:1rem 1.25rem}.nav-links{display:none}.product-page{grid-template-columns:1fr;gap:2rem}.hero-stats{gap:1.5rem}.section{padding:4rem 1.25rem}.footer-top{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
