*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--purple: #7c5cfc;--purple-light: #a07cff;--purple-dark: #5a3fd4;--cyan: #22d3b8;--cyan-dark: #0d9b7a;--bg: #0a0a0f;--bg-card: rgba(255,255,255,.04);--bg-card-hover: rgba(255,255,255,.07);--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.15);--text: #e8e8f0;--text-muted: #8888a8;--text-dim: #555570;--radius: 16px;--radius-sm: 10px;--radius-pill: 50px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;background:#0a0a0feb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:38px;height:38px;background:linear-gradient(135deg,var(--purple),var(--cyan));border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon svg{width:20px;height:20px;fill:#fff}.logo-text{font-family:Syne,sans-serif;font-weight:800;font-size:18px;color:#fff}.nav-actions{display:flex;align-items:center;gap:12px}.cart-link{width:40px;height:40px;border-radius:50%;background:#ffffff12;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text);position:relative;transition:background .2s}.cart-link:hover{background:#ffffff1f}.cart-link svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:-4px;right:-4px;width:17px;height:17px;background:var(--purple);border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.hero{padding:4rem 2rem 2.5rem;max-width:700px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-pill);padding:7px 16px;font-size:13px;color:var(--text-muted);margin-bottom:1.8rem}.hero-badge-dot{width:7px;height:7px;background:var(--cyan);border-radius:50%;flex-shrink:0}.hero-title{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(2.2rem,6vw,3.4rem);line-height:1.08;color:#fff;margin-bottom:1.2rem}.hero-title-accent{color:var(--purple)}.hero-sub{font-size:16px;color:var(--text-muted);line-height:1.65;max-width:480px;margin-bottom:2.2rem}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:2.8rem}.btn-primary{background:var(--purple);color:#fff;border:none;border-radius:var(--radius-pill);padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--purple-dark);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-pill);padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:#fff6;background:#ffffff0d}.hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap}.hero-stat strong{color:#fff;font-weight:700;font-size:16px}.hero-stat span{color:var(--text-dim);font-size:14px;margin-left:2px}.hero-visual{margin:0 2rem 3rem;border-radius:var(--radius);overflow:hidden;background:linear-gradient(145deg,#0e0e1c,#1a1a30);padding:3rem 2rem;display:flex;justify-content:center;align-items:flex-end;gap:2rem;min-height:220px;border:1px solid var(--border)}.obj-vase{width:70px;height:110px;background:linear-gradient(160deg,#9b59b6,#3498db,#1abc9c);border-radius:40% 40% 30% 30%/50% 50% 30% 30%;position:relative;top:15px}.obj-pyramid{width:0;height:0;border-left:48px solid transparent;border-right:48px solid transparent;border-bottom:96px solid var(--cyan);opacity:.85;align-self:flex-end}.obj-figure{width:40px;height:80px;background:linear-gradient(180deg,var(--cyan),var(--cyan-dark));border-radius:6px 6px 0 0;opacity:.9}.features-section{padding:0 2rem 3rem;display:flex;flex-direction:column;gap:14px;max-width:700px}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem 1.5rem;display:flex;align-items:flex-start;gap:16px;transition:background .2s,border-color .2s}.feature-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.feat-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feat-icon.purple{background:#7c5cfc1f;border:1px solid rgba(124,92,252,.3)}.feat-icon.purple svg{stroke:var(--purple)}.feat-icon.cyan{background:#22d3b81f;border:1px solid rgba(34,211,184,.3)}.feat-icon.cyan svg{stroke:var(--cyan)}.feat-icon svg{width:20px;height:20px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feat-title{font-family:Syne,sans-serif;font-weight:700;font-size:15px;color:#fff;margin-bottom:4px}.feat-desc{font-size:14px;color:var(--text-muted);line-height:1.55}.products-section{padding:2rem 2rem 4rem}.section-heading{font-family:Syne,sans-serif;font-weight:800;font-size:1.8rem;color:#fff;margin-bottom:1.8rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);border-color:#7c5cfc66}.product-card-img{height:200px;background:linear-gradient(135deg,#0e0e1c,#1a1a30);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:1.2rem 1.4rem;flex:1;display:flex;flex-direction:column}.product-card-vendor{font-size:12px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.product-card-title{font-family:Syne,sans-serif;font-weight:700;font-size:16px;color:#fff;margin-bottom:8px;line-height:1.3;flex:1}.product-card-price{font-size:18px;font-weight:600;color:var(--purple-light);margin-bottom:14px}.btn-add-cart{width:100%;background:#7c5cfc1f;border:1px solid rgba(124,92,252,.35);color:var(--purple-light);border-radius:var(--radius-sm);padding:11px;font-size:14px;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:500;transition:background .2s}.btn-add-cart:hover{background:#7c5cfc40}.collection-hero{padding:3rem 2rem 2rem}.collection-hero h1{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;margin-bottom:.8rem}.collection-hero p{color:var(--text-muted);font-size:15px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 2rem;max-width:1100px;margin:0 auto;align-items:start}.product-page-img{background:linear-gradient(135deg,#0e0e1c,#1a1a30);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-page-img img{width:100%;height:100%;object-fit:cover}.product-page-info{padding-top:.5rem}.product-page-vendor{font-size:12px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.product-page-title{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(1.5rem,3vw,2.2rem);color:#fff;margin-bottom:1rem;line-height:1.15}.product-page-price{font-size:2rem;font-weight:700;color:var(--purple-light);margin-bottom:1.5rem}.product-page-desc{color:var(--text-muted);font-size:15px;line-height:1.7;margin-bottom:2rem}.variant-label{font-size:13px;color:var(--text-muted);margin-bottom:8px}.variant-select{width:100%;background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:12px 14px;font-family:DM Sans,sans-serif;font-size:14px;margin-bottom:1.5rem;-webkit-appearance:none;appearance:none;cursor:pointer}.btn-add-cart-lg{width:100%;background:var(--purple);color:#fff;border:none;border-radius:var(--radius-pill);padding:16px 28px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s,transform .15s;margin-bottom:12px}.btn-add-cart-lg:hover{background:var(--purple-dark);transform:translateY(-1px)}.cart-page{padding:3rem 2rem;max-width:700px;margin:0 auto}.cart-page h1{font-family:Syne,sans-serif;font-weight:800;font-size:2rem;color:#fff;margin-bottom:2rem}.cart-item{display:flex;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-item-img{width:72px;height:72px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#0e0e1c,#1a1a30);overflow:hidden;flex-shrink:0;border:1px solid var(--border)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-title{font-family:Syne,sans-serif;font-weight:700;font-size:15px;color:#fff;margin-bottom:4px}.cart-item-price{font-size:15px;color:var(--purple-light);font-weight:600}.cart-item-qty{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-btn{width:28px;height:28px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:6px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-top:.5rem}.cart-total-label{font-size:16px;color:var(--text-muted)}.cart-total-price{font-family:Syne,sans-serif;font-weight:700;font-size:1.6rem;color:#fff}.site-footer{padding:3rem 2rem;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-brand p{font-size:13px;color:var(--text-dim);line-height:1.6}.footer-links h4{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.footer-links li{margin-bottom:8px}.footer-links a{color:var(--text-dim);text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-bottom{padding:1.2rem 2rem;border-top:1px solid var(--border);text-align:center;font-size:13px;color:var(--text-dim)}@media(max-width:768px){.site-header{padding:1rem 1.2rem}.hero{padding:2.5rem 1.2rem 2rem}.hero-visual{margin:0 1.2rem 2rem}.features-section{padding:0 1.2rem 2rem}.products-section{padding:1.5rem 1.2rem 3rem}.product-page{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1.2rem}.site-footer{grid-template-columns:1fr;padding:2rem 1.2rem}.footer-bottom{padding:1rem 1.2rem}.hero-stats{gap:1.5rem}}.site-footer{padding:3rem 2rem;border-top:1px solid var(--border);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-brand .logo-text{font-family:Syne,sans-serif;font-weight:800;font-size:20px;color:#fff;margin-bottom:8px}.footer-brand p{font-size:13px;color:var(--text-dim);line-height:1.6;margin-bottom:14px}.footer-badges{display:flex;flex-wrap:wrap;gap:8px}.footer-badge{display:inline-block;background:#7c5cfc1a;border:1px solid rgba(124,92,252,.25);border-radius:50px;padding:4px 12px;font-size:12px;color:var(--purple-light)}.footer-links h4{font-family:Syne,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.footer-links ul{list-style:none}.footer-links li{margin-bottom:9px}.footer-links a{color:var(--text-dim);text-decoration:none;font-size:13px;transition:color .2s}.footer-links a:hover{color:var(--purple-light)}.footer-bottom{padding:1.2rem 2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--text-dim)}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:var(--text-dim);text-decoration:none;font-size:12px;transition:color .2s}.footer-bottom-links a:hover{color:var(--purple-light)}@media(max-width:900px){.site-footer{grid-template-columns:1fr 1fr;padding:2rem 1.2rem}}@media(max-width:600px){.site-footer{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center;padding:1rem 1.2rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
