:root{--color-primary: #ff2d95;--color-secondary: #00f0ff;--color-bg: #0a0a12;--color-bg-elevated: #12121f;--color-text: #f5f5f7;--color-text-muted: #a0a0b8;--color-border: rgba(255, 255, 255, .08);--color-success: #00e676;--font-display: "Bebas Neue", sans-serif;--font-body: "Inter", system-ui, sans-serif;--radius: 12px;--radius-lg: 20px;--shadow-glow: 0 0 40px rgba(255, 45, 149, .25);--shadow-glow-cyan: 0 0 40px rgba(0, 240, 255, .2);--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color-scheme:dark;background-color:#0a0a12}body{font-family:var(--font-body);background-color:#0a0a12;background:var(--color-bg, #0a0a12);color:#f5f5f7;color:var(--color-text, #f5f5f7);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(255,45,149,.15),transparent),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(0,240,255,.08),transparent),radial-gradient(ellipse 50% 30% at 0% 80%,rgba(255,120,50,.1),transparent);pointer-events:none;z-index:-1}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:1rem;background:var(--color-primary);color:#fff}.skip-link:focus{left:0}.container{width:min(1200px,100% - 2rem);margin-inline:auto}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);letter-spacing:.04em;line-height:1;color:#fff;background:linear-gradient(135deg,#fff,#ff2d95,#00f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@supports not (-webkit-background-clip: text){.section-title{-webkit-text-fill-color:#ffffff;color:#fff}}.section-subtitle{color:var(--color-text-muted);font-size:1.1rem;max-width:560px;margin:1rem auto 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-weight:600;font-size:.95rem;border-radius:var(--radius);transition:var(--transition);text-transform:uppercase;letter-spacing:.05em}.btn-primary{background:linear-gradient(135deg,#ff2d95,#c9186a);color:#fff!important;box-shadow:var(--shadow-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff2d9566}.btn-secondary{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.btn-large{padding:1.25rem 2.5rem;font-size:1rem}.announcement-bar{background:linear-gradient(90deg,var(--color-primary),#9333ea,var(--color-secondary));text-align:center;padding:.6rem 1rem;font-size:.85rem;font-weight:600;letter-spacing:.03em}.announcement-bar span{animation:pulse-text 2s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.85}}.site-header{position:sticky;top:0;z-index:100;background:#0a0a12d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}.logo{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.08em;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--color-text-muted);transition:var(--transition)}.nav-links a:hover{color:var(--color-text)}.header-actions{display:flex;align-items:center;gap:1rem}.cart-link{position:relative;padding:.5rem}.cart-count{position:absolute;top:0;right:0;background:var(--color-primary);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--color-text);transition:var(--transition)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding:4rem 0;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,var(--color-bg) 100%),linear-gradient(135deg,rgba(255,45,149,.2) 0%,transparent 50%,rgba(0,240,255,.15) 100%)}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black,transparent);mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black,transparent)}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#00e6761f;border:1px solid rgba(0,230,118,.3);color:var(--color-success);padding:.4rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem}.hero-badge:before{content:"";width:8px;height:8px;background:var(--color-success);border-radius:50%;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-family:var(--font-display);font-size:clamp(4rem,12vw,7rem);line-height:.95;letter-spacing:.02em;margin-bottom:1rem}.hero-title .line-1{display:block;color:#fff}.hero-title .line-2{display:block;color:#ff2d95;background:linear-gradient(90deg,#ff2d95,#ff6b9d,#00f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.15rem;color:var(--color-text-muted);margin-bottom:2rem;max-width:480px}.hero-stats{display:flex;gap:2.5rem;margin-bottom:2.5rem}.stat-item{text-align:left}.stat-number{font-family:var(--font-display);font-size:2.5rem;color:#00f0ff;line-height:1}.stat-label{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-card{position:relative;width:100%;max-width:420px;aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-glow),var(--shadow-glow-cyan);background:#0a0a12}.hero-card-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-card-label{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;text-align:center;font-family:var(--font-display);font-size:2rem;letter-spacing:.15em;color:#fff;background:linear-gradient(transparent,#000000d9);text-shadow:0 2px 20px rgba(0,0,0,.8)}.hero-card-glow{position:absolute;top:20%;left:50%;transform:translate(-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(255,45,149,.4),transparent 70%);filter:blur(40px)}.social-proof-bar{background:var(--color-bg-elevated);border-block:1px solid var(--color-border);padding:1.25rem 0}.social-proof-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.proof-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--color-text-muted)}.proof-item strong{color:var(--color-text);font-weight:700}.proof-icon{width:36px;height:36px;background:#ff2d951a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.proof-avatars{display:flex}.proof-avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--color-bg-elevated);margin-left:-8px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.proof-avatar:first-child{margin-left:0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition)}.feature-card:hover{border-color:#ff2d954d;transform:translateY(-4px);box-shadow:var(--shadow-glow)}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#ff2d9533,#00f0ff1a);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.feature-title{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.05em;margin-bottom:.75rem}.feature-desc{color:var(--color-text-muted);font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition)}.product-card:hover{border-color:#00f0ff4d;transform:translateY(-6px);box-shadow:var(--shadow-glow-cyan)}.product-image{aspect-ratio:1;background:linear-gradient(160deg,#1a0a2e,#0d2137);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image-text{font-family:var(--font-display);font-size:2rem;letter-spacing:.1em;opacity:.6}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--color-primary);color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.product-info{padding:1.5rem}.product-title{font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.product-price{font-size:1.25rem;font-weight:700;color:var(--color-secondary);margin-bottom:.75rem}.product-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);margin-bottom:1rem}.product-meta .stars{color:#ffc107}.product-card .btn{width:100%}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;position:relative}.review-card:before{content:'"';position:absolute;top:1rem;right:1.5rem;font-family:var(--font-display);font-size:4rem;color:#ff2d9526;line-height:1}.review-stars{color:#ffc107;font-size:1rem;margin-bottom:1rem;letter-spacing:2px}.review-text{color:var(--color-text-muted);font-size:.95rem;margin-bottom:1.5rem;line-height:1.7}.review-author{display:flex;align-items:center;gap:.75rem}.review-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.review-name{font-weight:600;font-size:.9rem}.review-verified{font-size:.75rem;color:var(--color-success);display:flex;align-items:center;gap:.25rem}.reviews-summary{text-align:center;margin-bottom:3rem;padding:2rem;background:var(--color-bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.reviews-rating-big{font-family:var(--font-display);font-size:4rem;color:var(--color-secondary);line-height:1}.reviews-count{color:var(--color-text-muted);font-size:.95rem;margin-top:.5rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.trust-item{text-align:center;padding:2rem 1rem}.trust-icon{font-size:2.5rem;margin-bottom:1rem}.trust-title{font-weight:600;margin-bottom:.5rem}.trust-desc{font-size:.85rem;color:var(--color-text-muted)}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-weight:600;font-size:1rem;text-align:left;color:var(--color-text);transition:var(--transition)}.faq-question:hover{color:var(--color-primary)}.faq-icon{font-size:1.25rem;color:var(--color-secondary);transition:var(--transition)}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{padding-bottom:1.5rem;color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.countdown-section{background:linear-gradient(135deg,#ff2d9514,#00f0ff0d);border-block:1px solid var(--color-border)}.countdown-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.countdown-item{text-align:center;min-width:90px;padding:1.5rem 1rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius)}.countdown-number{font-family:var(--font-display);font-size:3rem;color:var(--color-primary);line-height:1}.countdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-top:.5rem}.newsletter-box{max-width:600px;margin:0 auto;text-align:center;padding:3rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.newsletter-form{display:flex;gap:.75rem;margin-top:1.5rem}.newsletter-form input{flex:1;padding:1rem 1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-size:.95rem}.newsletter-form input::placeholder{color:var(--color-text-muted)}.newsletter-form input:focus{outline:none;border-color:var(--color-primary)}.site-footer{background:var(--color-bg-elevated);border-top:1px solid var(--color-border);padding:4rem 0 2rem;margin-top:2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{margin-bottom:1rem}.footer-desc{color:var(--color-text-muted);font-size:.9rem;max-width:300px}.footer-title{font-weight:600;margin-bottom:1.25rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--color-text-muted);font-size:.9rem;transition:var(--transition)}.footer-links a:hover{color:var(--color-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--color-border);font-size:.85rem;color:var(--color-text-muted);flex-wrap:wrap;gap:1rem}.payment-icons{display:flex;gap:.75rem;font-size:1.5rem}.product-page{padding:3rem 0 5rem;background-color:#0a0a12}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery-main{aspect-ratio:1;background:linear-gradient(160deg,#1a0a2e,#0d2137);border-radius:var(--radius-lg);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-details h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);letter-spacing:.04em;margin-bottom:1rem;color:#fff}.product-details .price{font-size:2rem;font-weight:700;color:#00f0ff;margin-bottom:1.5rem}.product-description{color:#a0a0b8;margin-bottom:2rem;line-height:1.8}.product-description h2,.product-description h3{color:#fff;margin:1.5rem 0 .75rem}.product-description ul{padding-left:1.25rem;margin-bottom:1rem}.product-description li{margin-bottom:.5rem}.product-description table{width:100%;border-collapse:collapse;margin:1rem 0}.product-description th,.product-description td{border:1px solid rgba(255,255,255,.15);padding:.75rem;text-align:left}.variant-selector{margin-bottom:1.5rem}.variant-selector label{display:block;font-weight:600;margin-bottom:.5rem;color:#f5f5f7}.variant-selector select{width:100%;padding:.875rem 1rem;background:#12121f;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#f5f5f7;font-size:1rem;cursor:pointer}.variant-selector select:focus{outline:none;border-color:#ff2d95}.page-content{padding:4rem 0 5rem;background-color:#0a0a12}.page-content h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);color:#fff;margin-bottom:2rem;letter-spacing:.04em}.page-content .rte{color:#a0a0b8;line-height:1.8;max-width:800px}.page-content .rte h2{color:#fff;font-size:1.5rem;margin:2rem 0 1rem}.page-content .rte p,.page-content .rte li{margin-bottom:.75rem}.page-content .rte ul{padding-left:1.5rem}.contact-form{max-width:600px;margin-top:2rem}.contact-form label{display:block;font-weight:600;margin-bottom:.5rem;color:#f5f5f7}.contact-form input,.contact-form textarea{width:100%;padding:.875rem 1rem;margin-bottom:1.25rem;background:#12121f;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#f5f5f7;font-family:inherit;font-size:1rem}.contact-form textarea{min-height:150px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff2d95}.form-success{color:#00e676;padding:1rem;background:#00e6761a;border-radius:12px;margin-bottom:1rem}.form-error{color:#ff6b6b;margin-bottom:1rem}.quantity-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.quantity-selector label{font-weight:500;color:#f5f5f7}.quantity-selector input{width:80px;padding:.75rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);text-align:center}.cart-page{padding:3rem 0 5rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th,.cart-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--color-border)}.cart-table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.cart-summary{max-width:400px;margin-left:auto;padding:2rem;background:var(--color-bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.cart-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{color:var(--color-text-muted);margin-bottom:1.5rem}@media(max-width:968px){.hero-content,.product-layout{grid-template-columns:1fr;gap:2rem}.hero-visual{order:-1}.hero-card{max-width:320px;margin:0 auto}.features-grid,.products-grid,.reviews-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.mobile-menu-btn{display:flex}.nav-links.mobile-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-bg-elevated);padding:1.5rem;border-bottom:1px solid var(--color-border)}}@media(max-width:600px){.hero-stats{flex-direction:column;gap:1rem}.trust-grid,.footer-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.social-proof-inner{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
