:root{--c-bg: #010101;--c-bg-2: #0f0f0f;--c-bg-card: #161823;--c-bg-card-2: #1a1a2e;--c-primary: #FE2C55;--c-primary-dk: #d4173a;--c-secondary: #25F4EE;--c-secondary-dk:#1bc4be;--c-text: #FFFFFF;--c-muted: #8a8b91;--c-border: #2a2a3a;--c-border-2: #3a3a4a;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 12px;--radius-lg: 20px;--radius-xl: 28px;--shadow: 0 4px 24px rgba(0,0,0,.5);--shadow-lg: 0 8px 48px rgba(0,0,0,.7);--transition: .25s ease;--header-h: 64px;--announce-h: 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--c-bg);color:var(--c-text);line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition)}a:hover{color:var(--c-secondary)}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}address{font-style:normal}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}.text-gradient-red{background:linear-gradient(135deg,#fe2c55,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-cyan{background:linear-gradient(135deg,#25f4ee,#7bfff8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header{text-align:center;margin-bottom:3rem}.section-tag{display:inline-block;padding:.25rem .85rem;background:#fe2c5526;border:1px solid rgba(254,44,85,.3);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--c-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.section-subtitle{color:var(--c-muted);max-width:540px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-size:.95rem;font-weight:700;transition:all var(--transition);white-space:nowrap;cursor:pointer;line-height:1.2}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:linear-gradient(135deg,var(--c-primary),#ff3d6b);color:#fff;border:none;box-shadow:0 4px 20px #fe2c5559}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #fe2c5580;color:#fff}.btn-primary:active{transform:translateY(0)}.btn-outline{background:transparent;color:var(--c-text);border:2px solid var(--c-border-2)}.btn-outline:hover{border-color:var(--c-secondary);color:var(--c-secondary);background:#25f4ee0d}.btn-full{width:100%}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:1rem 2rem;font-size:1rem;border-radius:var(--radius-lg)}.announcement-bar{background:linear-gradient(90deg,#fe2c55,#d4173a);color:#fff;height:var(--announce-h);display:flex;align-items:center;position:relative;overflow:hidden;z-index:200}.announcement-bar__track{flex:1;overflow:hidden}.announcement-bar__inner{display:flex;gap:4rem;white-space:nowrap;animation:marquee 28s linear infinite;font-size:.82rem;font-weight:500}.announcement-bar__inner span{flex-shrink:0}.announcement-bar__close{position:absolute;right:1rem;background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.25rem;opacity:.8;transition:opacity var(--transition)}.announcement-bar__close:hover{opacity:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:#010101eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--c-border);transition:all var(--transition)}.site-header.scrolled{box-shadow:0 4px 24px #00000080}.header-inner{display:flex;align-items:center;gap:1.5rem;height:var(--header-h)}.header__logo{display:flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:900;letter-spacing:-.02em;flex-shrink:0}.header__logo .lotus-logo{width:36px;height:36px}.header__logo-text{background:linear-gradient(135deg,#fff,var(--c-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{flex:1}.nav-list{display:flex;align-items:center;gap:.25rem}.nav-link{display:flex;align-items:center;gap:.35rem;padding:.5rem .9rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--c-muted);transition:all var(--transition)}.nav-link:hover,.nav-link:focus{color:var(--c-text);background:#ffffff0f}.nav-link--dropdown{background:none;border:none;font-family:inherit}.nav-chevron{transition:transform var(--transition)}.nav-item--dropdown:hover .nav-chevron,.nav-item--dropdown.open .nav-chevron{transform:rotate(180deg)}.header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header__action-btn{position:relative;padding:.5rem;border-radius:8px;color:var(--c-muted);transition:all var(--transition);background:none;border:none}.header__action-btn:hover{color:var(--c-text);background:#ffffff0f}.cart-count{position:absolute;top:2px;right:2px;background:var(--c-primary);color:#fff;font-size:.6rem;font-weight:800;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px}.header__burger{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:8px;transition:background var(--transition)}.header__burger:hover{background:#ffffff0f}.header__burger span{display:block;width:22px;height:2px;background:var(--c-text);border-radius:2px;transition:all var(--transition)}.header__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-item--dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);width:780px;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all var(--transition);pointer-events:none;margin-top:8px}.nav-item--dropdown:hover .dropdown-menu,.nav-item--dropdown.open .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.dropdown-menu__inner{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:0;padding:1.5rem}.dropdown-col{padding-right:1.5rem}.dropdown-col:not(:last-of-type){border-right:1px solid var(--c-border);margin-right:1.5rem}.dropdown-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--c-muted);margin-bottom:.75rem}.dropdown-link{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem .75rem;border-radius:8px;transition:background var(--transition);margin-bottom:.25rem}.dropdown-link:hover{background:#ffffff0f;color:var(--c-text)}.dropdown-link--featured{background:#25f4ee0f;border:1px solid rgba(37,244,238,.15)}.dropdown-link__icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.dropdown-link strong{display:block;font-size:.88rem;font-weight:600;color:var(--c-text)}.dropdown-link small{font-size:.75rem;color:var(--c-muted)}.dropdown-link--all{color:var(--c-secondary);font-weight:600;margin-top:.5rem;padding-left:.75rem}.dropdown-promo{flex-shrink:0;width:180px}.dropdown-promo__card{background:linear-gradient(135deg,#fe2c5526,#25f4ee1a);border:1px solid rgba(254,44,85,.25);border-radius:var(--radius);padding:1.25rem;text-align:center}.dropdown-promo__emoji{font-size:2rem;display:block;margin-bottom:.5rem}.dropdown-promo__title{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--c-primary);margin-bottom:.4rem}.dropdown-promo__text{font-size:.8rem;color:var(--c-muted);margin-bottom:.75rem}.mobile-nav{position:fixed;top:calc(var(--header-h) + var(--announce-h));left:0;width:80%;max-width:360px;height:calc(100vh - var(--header-h) - var(--announce-h));background:var(--c-bg-card);border-right:1px solid var(--c-border);transform:translate(-100%);transition:transform var(--transition);z-index:90;overflow-y:auto;padding:1.5rem 0}.mobile-nav.open{transform:translate(0)}.mobile-nav__list{padding:0 1rem}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1rem;border-radius:8px;font-size:.95rem;font-weight:500;color:var(--c-muted);transition:all var(--transition);text-align:left}.mobile-nav__link:hover,.mobile-nav__link:focus{background:#ffffff0f;color:var(--c-text)}.mobile-nav__sub{padding-left:1rem;overflow:hidden;max-height:0;transition:max-height var(--transition)}.mobile-nav__sub.open{max-height:300px}.mobile-nav__sublink{display:block;padding:.6rem 1rem;font-size:.88rem;color:var(--c-muted);border-radius:6px;transition:all var(--transition)}.mobile-nav__sublink:hover{color:var(--c-text);background:#ffffff0d}.mobile-nav__footer{padding:1.5rem 2rem;border-top:1px solid var(--c-border);margin-top:1rem;font-size:.8rem;color:var(--c-muted);text-align:center}.v-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:80;opacity:0;visibility:hidden;transition:all var(--transition)}.v-overlay.open{opacity:1;visibility:visible}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(ellipse at 30% 50%,rgba(254,44,85,.08) 0%,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(37,244,238,.06) 0%,transparent 60%),var(--c-bg);padding:5rem 0 4rem}.hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero__tiktok-stripe{position:absolute;width:4px;height:100%;top:0;opacity:.15}.hero__tiktok-stripe--cyan{left:8%;background:var(--c-secondary)}.hero__tiktok-stripe--red{right:8%;background:var(--c-primary)}.hero .container{position:relative;z-index:1}.hero__main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#fe2c551f;border:1px solid rgba(254,44,85,.3);border-radius:999px;font-size:.8rem;font-weight:600;color:var(--c-primary);margin-bottom:1.25rem}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--c-primary);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em}.hero__subtitle{font-size:1.1rem;color:var(--c-muted);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem;background:#ffffff0a;border:1px solid var(--c-border);border-radius:var(--radius);margin-bottom:2rem}.hero__stat{text-align:center}.hero__stat-value{display:block;font-size:1.35rem;font-weight:800;color:var(--c-secondary)}.hero__stat-label{font-size:.72rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.06em}.hero__purchase{display:flex;flex-direction:column;gap:1.25rem}.hero__price-block{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.hero__price{font-size:2.25rem;font-weight:900;color:var(--c-text)}.hero__price-old{font-size:1.15rem;color:var(--c-muted);text-decoration:line-through}.hero__price-badge{padding:.2rem .6rem;background:var(--c-primary);color:#fff;border-radius:6px;font-size:.78rem;font-weight:700}.hero__stock-bar{width:100%;height:6px;background:var(--c-border);border-radius:3px;overflow:hidden;margin-bottom:.4rem}.hero__stock-fill{height:100%;background:linear-gradient(90deg,var(--c-primary),#ff6b35);border-radius:3px;transition:width .6s ease}.hero__stock-text{font-size:.85rem;color:var(--c-muted)}.hero__stock-text strong{color:var(--c-primary)}.hero__timer{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hero__timer-label{font-size:.85rem;color:var(--c-muted)}.hero__countdown{display:flex;align-items:center;gap:.25rem}.countdown-unit{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:6px;padding:.3rem .6rem;text-align:center;min-width:44px}.countdown-unit span{display:block;font-size:1.1rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--c-secondary)}.countdown-unit small{font-size:.65rem;color:var(--c-muted)}.countdown-sep{font-size:1.2rem;font-weight:700;color:var(--c-muted)}.hero__cta-group{display:flex;gap:.75rem;flex-wrap:wrap}.hero__atc-btn{flex:1;min-width:200px;font-size:1.05rem;padding:1.1rem 2rem;border-radius:var(--radius-lg);animation:glow-btn 3s ease-in-out infinite}@keyframes glow-btn{0%,to{box-shadow:0 4px 20px #fe2c5559}50%{box-shadow:0 8px 40px #fe2c55a6}}.hero__guarantees{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.8rem;color:var(--c-muted)}.hero__media,.hero__media-wrapper{position:relative}.hero__video-container{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:9/12;position:relative;box-shadow:0 0 80px #fe2c5533,0 0 40px #25f4ee1a}.hero__video{width:100%;height:100%;object-fit:cover}.hero__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.5))}.hero__float-badge{position:absolute;display:flex;align-items:center;gap:.6rem;background:#161823f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--c-border);border-radius:var(--radius);padding:.7rem 1rem;font-size:.8rem;white-space:nowrap;box-shadow:var(--shadow)}.hero__float-badge--top{top:1.5rem;left:-2rem;animation:float 4s ease-in-out infinite}.hero__float-badge--bottom{bottom:2rem;right:-2rem;animation:float 4s ease-in-out infinite .5s}.hero__float-badge .float-badge__avatar{font-size:1.2rem}.hero__float-badge strong{display:block;font-size:.85rem}.hero__float-badge small{color:var(--c-muted)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__tiktok-badge{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:.4rem;background:#000c;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.hero__divider{text-align:center;position:relative;margin:0 0 2.5rem;color:var(--c-muted);font-size:.85rem}.hero__divider:before,.hero__divider:after{content:"";position:absolute;top:50%;width:calc(50% - 120px);height:1px;background:var(--c-border)}.hero__divider:before{left:0}.hero__divider:after{right:0}.hero__featured-products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hero__featured-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);position:relative}.hero__featured-card:hover{border-color:var(--c-border-2);transform:translateY(-4px);box-shadow:0 16px 48px #0006}.hero__featured-card--highlight{border-color:#25f4ee4d;background:linear-gradient(135deg,var(--c-bg-card),rgba(37,244,238,.04))}.hero__featured-card--highlight:hover{border-color:var(--c-secondary);box-shadow:0 16px 48px #25f4ee26}.featured-card__top-tag{position:absolute;top:.75rem;left:.75rem;background:var(--c-secondary);color:#000;font-size:.7rem;font-weight:800;padding:.2rem .65rem;border-radius:999px;z-index:1}.hero__featured-media{position:relative;aspect-ratio:1;overflow:hidden}.hero__featured-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hero__featured-card:hover .hero__featured-media img{transform:scale(1.05)}.featured-card__badge{position:absolute;bottom:.6rem;right:.6rem;background:#000000bf;color:var(--c-secondary);border:1px solid var(--c-secondary);border-radius:6px;font-size:.7rem;font-weight:700;padding:.2rem .5rem}.featured-card__badge--red{color:var(--c-primary);border-color:var(--c-primary)}.hero__featured-info{padding:1.25rem}.featured-card__category{font-size:.72rem;font-weight:600;color:var(--c-secondary);text-transform:uppercase;letter-spacing:.06em}.featured-card__title{font-size:1rem;font-weight:700;margin:.3rem 0 .5rem;line-height:1.3}.featured-card__stars{font-size:.82rem;color:gold;margin-bottom:.6rem}.featured-card__stars small{color:var(--c-muted)}.featured-card__price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.85rem}.featured-card__price{font-size:1.2rem;font-weight:800;color:var(--c-text)}.featured-card__old{font-size:.85rem;color:var(--c-muted);text-decoration:line-through}.featured-card__btn{width:100%}.trust-section{padding:2.5rem 0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);background:var(--c-bg-2)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-item{display:flex;align-items:center;gap:1rem}.trust-item__icon{font-size:2rem;flex-shrink:0}.trust-item__content strong{display:block;font-size:.9rem;font-weight:700}.trust-item__content span{font-size:.8rem;color:var(--c-muted)}.product-list-section{padding:5rem 0}.product-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.filter-btn{padding:.5rem 1.25rem;border-radius:999px;font-size:.85rem;font-weight:600;border:1px solid var(--c-border);color:var(--c-muted);background:transparent;transition:all var(--transition)}.filter-btn:hover,.filter-btn--active{border-color:var(--c-primary);color:var(--c-primary);background:#fe2c5514}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-list__cta{text-align:center;margin-top:3rem}.product-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);position:relative}.product-card:hover{border-color:var(--c-border-2);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card--featured{border-color:#fe2c554d;grid-column:span 1}.product-card__featured-tag{position:absolute;top:.75rem;left:.75rem;z-index:2;background:var(--c-primary);color:#fff;font-size:.7rem;font-weight:800;padding:.25rem .7rem;border-radius:999px}.product-card__media-link{display:block}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--c-bg-card-2)}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product-card:hover .product-card__img--primary{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card:hover .product-card__media .product-card__img:not(.product-card__img--hover){transform:scale(1.05)}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--c-bg-card-2)}.product-card__badge{position:absolute;top:.6rem;right:.6rem;padding:.2rem .55rem;border-radius:6px;font-size:.7rem;font-weight:700}.product-card__badge--sale{background:var(--c-primary);color:#fff}.product-card__badge--sold{background:var(--c-muted);color:#fff}.product-card__badge--cyan{background:var(--c-secondary);color:#000}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;opacity:0;transition:opacity var(--transition)}.product-card:hover .product-card__overlay{opacity:1}.product-card__atc{font-size:.85rem;padding:.65rem 1.25rem}.product-card__view-btn{color:var(--c-secondary);font-size:.82rem;font-weight:600}.product-card__info{padding:1.25rem}.product-card__vendor{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--c-secondary)}.product-card__tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--c-secondary);display:block;margin-bottom:.3rem}.product-card__title{font-size:.95rem;font-weight:700;line-height:1.35;margin-bottom:.4rem}.product-card__title a:hover{color:var(--c-secondary)}.product-card__desc{font-size:.8rem;color:var(--c-muted);margin-bottom:.6rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:.3rem;font-size:.82rem;margin-bottom:.6rem}.product-card__rating .stars{color:gold}.product-card__rating .rating-num{font-weight:700}.product-card__rating .rating-count{color:var(--c-muted)}.product-card__price{display:flex;align-items:baseline;gap:.5rem}.price-current{font-size:1.15rem;font-weight:800}.price-compare{font-size:.88rem;color:var(--c-muted);text-decoration:line-through}.testimonials-section{padding:5rem 0;background:var(--c-bg-2)}.testimonials-overall{display:inline-flex;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.5rem;background:#ffffff0a;border:1px solid var(--c-border);border-radius:var(--radius)}.overall-score{font-size:2.5rem;font-weight:900;color:var(--c-secondary)}.overall-stars{color:gold;font-size:1.1rem;margin-bottom:.15rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.testimonial-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition)}.testimonial-card:hover{border-color:var(--c-border-2);transform:translateY(-3px)}.testimonial-card--featured{border-color:#25f4ee40;background:linear-gradient(135deg,var(--c-bg-card),rgba(37,244,238,.04))}.testimonial-card__header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--c-primary),#ff6b35);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.testimonial-avatar--cyan{background:linear-gradient(135deg,var(--c-secondary),#7bfff8);color:#000}.testimonial-avatar--red{background:linear-gradient(135deg,#fe2c55,#ff3d6b)}.testimonial-meta{flex:1}.testimonial-meta strong{display:block;font-size:.9rem}.testimonial-meta span{font-size:.78rem;color:var(--c-muted)}.testimonial-stars{color:gold;font-size:.9rem;flex-shrink:0}.testimonial-text{font-size:.88rem;color:var(--c-muted);line-height:1.65;margin-bottom:1rem}.testimonial-tiktok{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--c-secondary);margin-bottom:1rem;font-weight:600}.testimonial-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--c-border)}.testimonial-product{font-size:.75rem;font-weight:600;color:var(--c-secondary)}.testimonial-verified{font-size:.75rem;color:var(--c-muted)}.testimonials-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.testimonials-cta p{color:var(--c-muted)}.testimonials-cta strong{color:var(--c-text)}.faq-section{padding:5rem 0}.faq-container{max-width:780px}.faq-list{margin-bottom:2.5rem}.faq-item{border:1px solid var(--c-border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden;transition:border-color var(--transition)}.faq-item.open{border-color:var(--c-border-2)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;background:transparent;font-size:.95rem;font-weight:600;color:var(--c-text);text-align:left;transition:background var(--transition)}.faq-question:hover{background:#ffffff0a}.faq-icon{flex-shrink:0;transition:transform var(--transition)}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 1.25rem 1.25rem;font-size:.9rem;color:var(--c-muted);line-height:1.7}.faq-answer a{color:var(--c-secondary)}.faq-contact{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.faq-contact p{color:var(--c-muted)}.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all var(--transition)}.newsletter-popup.open{opacity:1;visibility:visible}.newsletter-popup__card{position:relative;display:grid;grid-template-columns:1fr 340px;max-width:760px;width:100%;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);animation:slideUp .35s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.newsletter-popup__close{position:absolute;top:1rem;right:1rem;z-index:1;background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition)}.newsletter-popup__close:hover{background:#fff3}.newsletter-popup__left{padding:2.5rem}.newsletter-popup__emoji{font-size:2.5rem;margin-bottom:.75rem}.newsletter-popup__badge{display:inline-block;padding:.2rem .7rem;background:#fe2c5526;border:1px solid rgba(254,44,85,.3);border-radius:999px;font-size:.72rem;font-weight:700;color:var(--c-primary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.newsletter-popup__title{font-size:2rem;font-weight:900;line-height:1.15;margin-bottom:.75rem}.newsletter-popup__subtitle{font-size:.88rem;color:var(--c-muted);line-height:1.65;margin-bottom:1.5rem}.newsletter-popup__input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.newsletter-popup__input{flex:1;padding:.75rem 1rem;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);font-size:.9rem;transition:border-color var(--transition)}.newsletter-popup__input:focus{outline:none;border-color:var(--c-primary)}.newsletter-popup__btn{white-space:nowrap}.newsletter-popup__legal{font-size:.75rem;color:var(--c-muted)}.newsletter-popup__success{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#25f4ee14;border:1px solid rgba(37,244,238,.2);border-radius:var(--radius)}.newsletter-popup__success strong{color:var(--c-secondary);font-size:1.1rem}.newsletter-popup__right{position:relative;overflow:hidden}.newsletter-popup__right img{width:100%;height:100%;object-fit:cover}.newsletter-popup__right-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--c-bg-card) 0%,transparent 40%)}.newsletter-popup__right-badge{position:absolute;bottom:1.25rem;left:1.25rem;display:flex;flex-direction:column;gap:.1rem;background:#000c;border-radius:8px;padding:.6rem .9rem;font-size:.8rem;font-weight:600;color:gold}.newsletter-popup__right-badge span:last-child{color:var(--c-muted);font-size:.72rem;font-weight:400}.site-footer{background:var(--c-bg-2);border-top:1px solid var(--c-border);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:900;margin-bottom:1rem}.footer-logo .lotus-logo{width:32px;height:32px}.footer-logo__text{background:linear-gradient(135deg,#fff,var(--c-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:.85rem;color:var(--c-muted);line-height:1.65;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{width:38px;height:38px;border-radius:50%;background:var(--c-bg-card);border:1px solid var(--c-border);display:flex;align-items:center;justify-content:center;color:var(--c-muted);transition:all var(--transition)}.social-link:hover{border-color:var(--c-primary);color:var(--c-primary);background:#fe2c5514}.footer-col__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.88rem;color:var(--c-muted);transition:color var(--transition)}.footer-links a:hover{color:var(--c-secondary)}.footer-newsletter__form{display:flex;gap:.5rem;margin-top:.5rem}.footer-newsletter__input{flex:1;padding:.55rem .85rem;background:var(--c-bg);border:1px solid var(--c-border);border-radius:8px;color:var(--c-text);font-size:.85rem;transition:border-color var(--transition)}.footer-newsletter__input:focus{outline:none;border-color:var(--c-primary)}.footer-payments{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--c-border);flex-wrap:wrap}.footer-payments__label{font-size:.8rem;color:var(--c-muted)}.footer-payments__icons{display:flex;gap:.5rem;flex-wrap:wrap}.payment-icon{padding:.25rem .65rem;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:6px;font-size:.75rem;font-weight:700;color:var(--c-muted)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-top:1px solid var(--c-border);font-size:.8rem;color:var(--c-muted)}.footer-bottom__tiktok{display:flex;align-items:center;gap:.4rem;color:var(--c-secondary);font-weight:600}.cart-drawer{position:fixed;right:0;top:0;width:400px;height:100vh;background:var(--c-bg-card);border-left:1px solid var(--c-border);z-index:300;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--c-border)}.cart-drawer__title{display:flex;align-items:center;gap:.6rem}.cart-drawer__title h3{font-size:1.05rem;font-weight:700}.cart-badge{background:var(--c-primary);color:#fff;font-size:.7rem;font-weight:800;min-width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 5px}.cart-drawer__close{background:#ffffff1a;border:none;color:#fff;width:30px;height:30px;border-radius:50%;font-size:.85rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition)}.cart-drawer__close:hover{background:#fff3}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.75rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid var(--c-border)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:72px;height:72px;border-radius:8px;object-fit:cover;background:var(--c-bg)}.cart-item__title{font-size:.88rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.cart-item__variant{font-size:.75rem;color:var(--c-muted);margin-bottom:.35rem}.cart-item__qty{display:flex;align-items:center;gap:.4rem}.cart-item__qty-btn{width:24px;height:24px;border-radius:4px;background:var(--c-border);border:none;color:var(--c-text);font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition)}.cart-item__qty-btn:hover{background:var(--c-border-2)}.cart-item__qty-val{font-size:.85rem;min-width:20px;text-align:center}.cart-item__price{font-size:.9rem;font-weight:700;white-space:nowrap}.cart-item__remove{background:none;border:none;color:var(--c-muted);font-size:.75rem;cursor:pointer;padding:.25rem;transition:color var(--transition)}.cart-item__remove:hover{color:var(--c-primary)}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--c-border);display:flex;flex-direction:column;gap:1rem}.cart-shipping-bar{background:#ffffff0a;border-radius:8px;padding:.75rem 1rem}.cart-shipping-bar__track{height:4px;background:var(--c-border);border-radius:2px;overflow:hidden;margin-bottom:.4rem}.cart-shipping-bar__fill{height:100%;background:linear-gradient(90deg,var(--c-secondary),#7bfff8);border-radius:2px;transition:width .6s ease}.cart-shipping-bar__text{font-size:.78rem;color:var(--c-muted);text-align:center}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.cart-total-price{font-size:1.2rem;font-weight:800}.cart-checkout-btn{font-size:1rem;padding:1rem}.cart-view-full{text-align:center;font-size:.82rem;color:var(--c-muted);transition:color var(--transition)}.cart-view-full:hover{color:var(--c-secondary)}.cart-trust-row{display:flex;justify-content:space-around;font-size:.72rem;color:var(--c-muted)}.product-page{padding:2.5rem 0 5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--c-muted);margin-bottom:2rem}.breadcrumb a:hover{color:var(--c-secondary)}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:start}.product-gallery__main{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--c-bg-card);aspect-ratio:1;margin-bottom:.75rem}.gallery-slide{display:none;width:100%;height:100%}.gallery-slide--active{display:block}.gallery-img,.gallery-video{width:100%;height:100%;object-fit:cover}.gallery-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .7rem;border-radius:6px;font-size:.8rem;font-weight:700}.gallery-badge--sale{background:var(--c-primary);color:#fff}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;border:1px solid var(--c-border);color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition);z-index:2}.gallery-arrow--prev{left:.75rem}.gallery-arrow--next{right:.75rem}.gallery-arrow:hover{background:var(--c-primary);border-color:var(--c-primary)}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.gallery-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;flex-shrink:0;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition)}.gallery-thumb--active,.gallery-thumb:hover{border-color:var(--c-primary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-social-proof{margin-top:1rem;padding:.75rem 1rem;background:#ffffff0a;border-radius:8px}.gallery-viewers{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--c-muted)}.gallery-viewers__dot{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:pulse 2s infinite;flex-shrink:0}.product-info__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.product-tag{padding:.25rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid;letter-spacing:.04em}.product-tag--viral{background:#fe2c551f;border-color:#fe2c554d;color:var(--c-primary)}.product-tag{background:#25f4ee14;border-color:#25f4ee33;color:var(--c-secondary)}.product-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.product-rating{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.85rem;margin-bottom:1.25rem}.product-rating__stars{color:gold;font-size:1rem}.product-rating__score{font-weight:700}.product-rating__link{color:var(--c-secondary);text-decoration:underline}.product-rating__sold{color:var(--c-muted)}.product-price-block{margin-bottom:1.25rem;padding:1.25rem;background:#ffffff0a;border:1px solid var(--c-border);border-radius:var(--radius)}.product-price-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.35rem}.product-price__current{font-size:2rem;font-weight:900}.product-price__compare{font-size:1.1rem;color:var(--c-muted);text-decoration:line-through}.product-price__save{background:#4caf5026;border:1px solid rgba(76,175,80,.25);color:#4caf50;font-size:.78rem;font-weight:700;padding:.2rem .6rem;border-radius:6px}.product-price__tax{font-size:.78rem;color:var(--c-muted)}.product-urgency{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem}.stock-bar{width:100%;height:6px;background:var(--c-border);border-radius:3px;overflow:hidden;margin-bottom:.4rem}.stock-bar__fill{height:100%;background:linear-gradient(90deg,#fe2c55,#ff6b35);border-radius:3px}.stock-text{font-size:.85rem}.stock-text--low{color:var(--c-primary)}.stock-text--ok{color:#4caf50}.stock-text--out{color:var(--c-muted)}.product-timer{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--c-muted)}.product-timer__count{font-weight:800;color:var(--c-secondary);font-variant-numeric:tabular-nums}.product-variants{margin-bottom:1.5rem}.variant-group{margin-bottom:1rem}.variant-group__label{font-size:.85rem;font-weight:600;color:var(--c-muted);display:block;margin-bottom:.5rem}.variant-group__label strong{color:var(--c-text)}.variant-options{display:flex;flex-wrap:wrap;gap:.4rem}.variant-btn{padding:.45rem 1rem;border-radius:8px;border:1px solid var(--c-border);font-size:.85rem;font-weight:500;color:var(--c-muted);background:transparent;transition:all var(--transition)}.variant-btn:hover{border-color:var(--c-text);color:var(--c-text)}.variant-btn--active{border-color:var(--c-primary);color:var(--c-primary);background:#fe2c5514}.product-purchase{margin-bottom:1.5rem}.product-qty{margin-bottom:1rem}.product-qty__label{font-size:.85rem;font-weight:600;color:var(--c-muted);display:block;margin-bottom:.5rem}.qty-selector{display:flex;align-items:center;gap:.5rem;display:inline-flex;border:1px solid var(--c-border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:40px;height:40px;background:transparent;color:var(--c-text);font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.qty-btn:hover{background:#ffffff14}.qty-input{width:48px;height:40px;text-align:center;background:transparent;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);color:var(--c-text);font-size:.95rem;font-weight:700}.qty-input:focus{outline:none}.product-cta-group{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.product-atc-btn{font-size:1rem;padding:1.1rem;border-radius:var(--radius-lg);animation:glow-btn 3s ease-in-out infinite}.product-buy-btn{text-align:center;border-radius:var(--radius-lg);padding:1rem}.product-mini-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1.25rem 0}.mini-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--c-muted);padding:.5rem .75rem;background:#ffffff0a;border-radius:8px}.product-description-block{border-top:1px solid var(--c-border);padding-top:1.25rem;margin-top:1.25rem}.product-description-block__title{font-size:.9rem;font-weight:700;margin-bottom:.75rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.05em}.product-description{position:relative}.product-description__content{font-size:.9rem;color:var(--c-muted);line-height:1.75;max-height:120px;overflow:hidden;transition:max-height .4s ease}.product-description__content.expanded{max-height:1200px}.product-description__content h2,.product-description__content h3{color:var(--c-text);font-size:1rem;margin:1rem 0 .4rem}.product-description__content ul{list-style:disc;padding-left:1.25rem}.product-description__content li{margin-bottom:.3rem}.product-description__fade{position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(to bottom,transparent,var(--c-bg-card));pointer-events:none;transition:opacity .3s}.product-description__fade.hidden{opacity:0}.product-description__toggle{display:flex;align-items:center;gap:.35rem;padding:.5rem 0;font-size:.85rem;font-weight:600;color:var(--c-secondary);cursor:pointer;background:none;border:none;margin-top:.5rem;transition:color var(--transition)}.product-description__toggle:hover{color:var(--c-text)}.product-tiktok-share{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--c-muted);margin-top:1rem;padding:.75rem 1rem;background:#25f4ee0f;border:1px solid rgba(37,244,238,.15);border-radius:8px}.product-tiktok-share strong{color:var(--c-secondary)}.product-details-section{margin-bottom:4rem}.product-details-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--c-border);margin-bottom:2rem}.details-tab{padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--c-muted);border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:all var(--transition);margin-bottom:-1px}.details-tab--active,.details-tab:hover{color:var(--c-primary);border-bottom-color:var(--c-primary)}.details-panel{display:none}.details-panel--active{display:block}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff0a;border-radius:8px;font-size:.88rem}.spec-label{color:var(--c-muted)}.spec-value{font-weight:600}.shipping-info{display:flex;flex-direction:column;gap:1.25rem}.shipping-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#ffffff0a;border-radius:var(--radius)}.shipping-item__icon{font-size:1.5rem}.shipping-item strong{display:block;margin-bottom:.25rem}.shipping-item p{font-size:.88rem;color:var(--c-muted)}.tiktok-guide h4{font-size:1rem;font-weight:700;margin-bottom:1rem}.tiktok-guide__steps{list-style:decimal;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.tiktok-guide__steps li{font-size:.9rem;color:var(--c-muted);line-height:1.65}.tiktok-guide__steps strong{color:var(--c-text)}.product-reviews{margin-bottom:4rem}.product-reviews__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.product-reviews__header h2{font-size:1.5rem;font-weight:800}.reviews-overall{display:flex;align-items:center;gap:.75rem}.reviews-score{font-size:1.75rem;font-weight:900;color:var(--c-secondary)}.reviews-stars{color:gold}.reviews-total{font-size:.85rem;color:var(--c-muted)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.review-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.25rem}.review-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--c-primary),#ff6b35);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.review-avatar--cyan{background:linear-gradient(135deg,var(--c-secondary),#7bfff8);color:#000}.review-avatar--red{background:linear-gradient(135deg,#fe2c55,#ff3d6b)}.review-header strong{display:block;font-size:.88rem}.review-header small{color:var(--c-muted);font-size:.75rem}.review-stars{margin-left:auto;color:gold;font-size:.85rem}.review-text{font-size:.85rem;color:var(--c-muted);line-height:1.65;margin-bottom:.75rem}.review-verified{font-size:.75rem;color:var(--c-muted)}.product-crosssell .products-grid{grid-template-columns:repeat(4,1fr)}.collection-hero{padding:4rem 0 2rem;text-align:center}.collection-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:.75rem}.collection-hero__subtitle{color:var(--c-muted);margin-bottom:.75rem}.collection-hero__count{font-size:.82rem;color:var(--c-secondary);font-weight:600}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--c-border)}.collection-filters{display:flex;gap:.4rem;flex-wrap:wrap}.sort-select{padding:.5rem 1rem;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);font-size:.85rem;cursor:pointer}.collection-empty{grid-column:1/-1;text-align:center;padding:4rem;color:var(--c-muted)}.pagination{display:flex;justify-content:center;gap:.5rem;margin:3rem 0;flex-wrap:wrap}.pagination__btn{padding:.5rem 1rem;border-radius:8px;border:1px solid var(--c-border);color:var(--c-muted);font-size:.88rem;transition:all var(--transition)}.pagination__btn:hover,.pagination__btn--active{border-color:var(--c-primary);color:var(--c-primary);background:#fe2c5514}.page-hero{padding:4rem 0 2rem;text-align:center;background:radial-gradient(ellipse at 50% 100%,rgba(254,44,85,.06),transparent)}.page-hero--small{padding:3rem 0 1.5rem}.page-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;margin-bottom:.75rem}.page-hero__subtitle{color:var(--c-muted)}.page-content-container{padding:3rem 0 5rem;max-width:900px}.legal-content{font-size:.9rem;color:var(--c-muted);line-height:1.8}.legal-content h2{color:var(--c-text);font-size:1.15rem;margin:2rem 0 .75rem}.legal-content h3{color:var(--c-text);font-size:1rem;margin:1.5rem 0 .5rem}.legal-content ul{list-style:disc;padding-left:1.5rem}.legal-content li{margin-bottom:.4rem}.legal-content a{color:var(--c-secondary)}.returns-steps{margin-bottom:3rem}.returns-steps__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.returns-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.return-step{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;position:relative}.return-step__number{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;background:var(--c-primary);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center}.return-step__icon{font-size:2rem;margin-bottom:.75rem;display:block;margin-top:.5rem}.return-step h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem}.return-step p{font-size:.82rem;color:var(--c-muted);line-height:1.6}.return-step a{color:var(--c-secondary)}.returns-policy{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.policy-card{padding:1.5rem;background:#4caf500f;border:1px solid rgba(76,175,80,.2);border-radius:var(--radius)}.policy-card h2{font-size:1rem;font-weight:700;margin-bottom:.75rem}.policy-card--warning{background:#fe2c550f;border-color:#fe2c5533}.policy-list{list-style:disc;padding-left:1.25rem;font-size:.88rem;color:var(--c-muted);display:flex;flex-direction:column;gap:.35rem}.returns-form-section{margin-bottom:3rem}.returns-form-section h2{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.returns-form{display:flex;flex-direction:column;gap:1.25rem;max-width:600px}.returns-contact{text-align:center;padding:2rem;background:#ffffff0a;border-radius:var(--radius-lg)}.returns-contact p{color:var(--c-muted);margin-bottom:1rem}.returns-contact__methods{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-method{color:var(--c-secondary);font-weight:600;font-size:.9rem}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.contact-form-col h2{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.contact-info-col{display:flex;flex-direction:column;gap:1rem}.contact-info-card{padding:1.25rem;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius)}.contact-info-card h3{font-size:.9rem;font-weight:700;margin-bottom:.35rem}.contact-info-card a{color:var(--c-secondary);display:block;margin-bottom:.25rem;font-size:.9rem}.contact-info-card p{font-size:.85rem;color:var(--c-muted)}.contact-info-card--tiktok{border-color:#25f4ee40;background:#25f4ee0d;display:flex;flex-direction:column;gap:.4rem}.contact-info-card--tiktok svg{color:var(--c-secondary)}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--c-muted)}.form-input{padding:.75rem 1rem;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);font-size:.9rem;transition:border-color var(--transition);width:100%}.form-input:focus{outline:none;border-color:var(--c-primary)}.form-select{-webkit-appearance:none;appearance:none;cursor:pointer}.form-textarea{resize:vertical;min-height:120px}.form-success{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;text-align:center;background:#4caf5014;border:1px solid rgba(76,175,80,.2);border-radius:var(--radius)}.form-errors{padding:.75rem 1rem;background:#fe2c551a;border:1px solid rgba(254,44,85,.3);border-radius:8px;font-size:.88rem;color:var(--c-primary);margin-bottom:1rem}.account-page{padding:2.5rem 0 5rem}.account-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem}.account-header__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.account-grid{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;align-items:start}.account-nav{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.account-nav__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--c-muted);transition:all var(--transition)}.account-nav__link:hover,.account-nav__link--active{background:#ffffff0f;color:var(--c-text)}.account-nav__link--active{color:var(--c-secondary)}.account-sidebar__promo{padding:1rem;background:linear-gradient(135deg,#fe2c551f,#25f4ee0f);border:1px solid rgba(254,44,85,.2);border-radius:var(--radius);text-align:center;font-size:.82rem}.account-sidebar__promo p{font-weight:700;margin-bottom:.2rem}.account-sidebar__promo small{color:var(--c-muted)}.account-main{display:flex;flex-direction:column;gap:1.5rem}.account-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.75rem}.account-card__title{font-size:1.05rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--c-border)}.account-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.account-info-item{display:flex;flex-direction:column;gap:.2rem}.account-info-label{font-size:.75rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.05em}.account-info-value{font-size:.9rem;font-weight:600}.orders-list{display:flex;flex-direction:column;gap:.75rem}.order-item{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:1rem;padding:.85rem 1rem;background:#ffffff0a;border-radius:var(--radius)}.order-link{color:var(--c-secondary);font-weight:600;font-size:.9rem}.order-link:hover{color:var(--c-primary)}.order-item__date{font-size:.8rem;color:var(--c-muted)}.order-status{padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:700}.order-status--paid{background:#4caf5026;color:#4caf50}.order-status--pending{background:#ff980026;color:#ff9800}.order-status--refunded{background:#ffffff1a;color:var(--c-muted)}.order-fulfillment{font-size:.8rem;color:var(--c-muted)}.order-item__total{font-weight:700}.orders-empty{text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--c-muted)}.account-address{font-size:.9rem;color:var(--c-muted);line-height:1.75}.sticky-mobile-atc{position:fixed;bottom:0;left:0;right:0;padding:.75rem 1rem;background:var(--c-bg-card);border-top:1px solid var(--c-border);z-index:200;box-shadow:0 -8px 32px #0006}.sticky-atc-btn{font-size:.95rem;padding:.9rem}@media(max-width:1024px){.trust-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.dropdown-menu{width:600px}.dropdown-menu__inner{grid-template-columns:1fr 1fr auto}.dropdown-promo{display:none}.hero__featured-products{grid-template-columns:repeat(3,1fr)}.testimonials-grid,.product-crosssell .products-grid,.reviews-grid,.returns-steps__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--header-h:60px}.header__nav,.header__actions .header__action-btn:not(.header__cart-btn){display:none}.header__burger{display:flex}.hero__main{grid-template-columns:1fr;gap:2.5rem}.hero__media{order:-1}.hero__video-container{aspect-ratio:9/12;max-height:420px}.hero__float-badge--top{left:-.5rem}.hero__float-badge--bottom{right:-.5rem}.hero__featured-products{grid-template-columns:1fr}.hero__stats{grid-template-columns:repeat(2,1fr)}.hero__cta-group{flex-direction:column}.products-grid,.trust-grid{grid-template-columns:1fr 1fr}.testimonials-grid,.newsletter-popup__card{grid-template-columns:1fr}.newsletter-popup__right{display:none}.cart-drawer{width:100%;max-width:100%}.product-page__grid{grid-template-columns:1fr}.product-crosssell .products-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid,.account-grid,.account-info-grid,.returns-policy,.contact-grid{grid-template-columns:1fr}.returns-steps__grid{grid-template-columns:1fr 1fr}.order-item{grid-template-columns:1fr auto}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.products-grid,.hero__featured-products{grid-template-columns:1fr}.hero__stats{grid-template-columns:repeat(2,1fr);font-size:.85rem}.trust-grid,.returns-steps__grid{grid-template-columns:1fr}.footer-payments,.collection-toolbar{flex-direction:column;align-items:flex-start}.specs-grid{grid-template-columns:1fr}.product-mini-trust{grid-template-columns:1fr 1fr}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--c-bg)}::-webkit-scrollbar-thumb{background:var(--c-border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-primary)}:focus-visible{outline:2px solid var(--c-primary);outline-offset:2px}.cart-page{padding:2.5rem 0 5rem}.cart-page__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:2.5rem}.cart-page__empty{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.cart-page__empty h2{font-size:1.5rem;font-weight:700}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.cart-page__items{display:flex;flex-direction:column;gap:0}.cart-page__item{display:grid;grid-template-columns:100px 1fr auto;gap:1.25rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid var(--c-border)}.cart-page__item:last-child{border-bottom:none}.cart-page__item-img{width:100px;height:100px;border-radius:var(--radius);object-fit:cover;background:var(--c-bg-card-2)}.cart-page__item-img--placeholder{background:var(--c-bg-card-2)}.cart-page__item-title{font-weight:600;font-size:.95rem;margin-bottom:.3rem;display:block}.cart-page__item-title:hover{color:var(--c-secondary)}.cart-page__item-variant{font-size:.8rem;color:var(--c-muted);margin-bottom:.3rem}.cart-page__item-price{font-size:.9rem;color:var(--c-muted);margin-bottom:.6rem}.cart-page__item-qty{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cart-page__item-qty label{font-size:.82rem;color:var(--c-muted)}.cart-page__qty-input{width:56px;padding:.35rem .5rem;background:var(--c-bg);border:1px solid var(--c-border);border-radius:6px;color:var(--c-text);text-align:center;font-size:.9rem}.cart-page__remove{font-size:.78rem;color:var(--c-muted);text-decoration:underline;cursor:pointer;background:none;border:none;transition:color var(--transition)}.cart-page__remove:hover{color:var(--c-primary)}.cart-page__item-total{font-size:1rem;font-weight:800;white-space:nowrap;padding-top:.1rem}.cart-page__actions{padding-top:1.5rem}.cart-summary-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:calc(var(--header-h) + var(--announce-h) + 1rem)}.cart-summary-card h3{font-size:1.05rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--c-border)}.cart-summary-shipping-bar{background:#25f4ee0f;border:1px solid rgba(37,244,238,.15);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.82rem;color:var(--c-muted)}.cart-summary-free-ship{color:#4caf50;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-align:center}.cart-summary-row{display:flex;justify-content:space-between;font-size:.95rem;font-weight:700;margin-bottom:.35rem}.cart-summary-tax{font-size:.75rem;color:var(--c-muted);margin-bottom:1.25rem}.cart-summary-checkout{font-size:.95rem;padding:1rem;margin-bottom:.75rem}.cart-summary-continue{display:block;text-align:center;font-size:.82rem;color:var(--c-muted);margin-bottom:1rem;transition:color var(--transition)}.cart-summary-continue:hover{color:var(--c-secondary)}.cart-summary-trust{display:flex;justify-content:space-around;font-size:.75rem;color:var(--c-muted);padding-top:.75rem;border-top:1px solid var(--c-border)}@media(max-width:768px){.cart-page__grid{grid-template-columns:1fr}.cart-page__item{grid-template-columns:80px 1fr}}.auth-page{padding:4rem 1rem;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-h) - var(--announce-h))}.auth-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius-xl);padding:2.5rem;max-width:440px;width:100%;margin:0 auto}.auth-card__logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.auth-card__logo .lotus-logo{width:40px;height:40px}.auth-card__logo-text{font-size:1.4rem;font-weight:900;background:linear-gradient(135deg,#fff,var(--c-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-card__title{font-size:1.5rem;font-weight:800;text-align:center;margin-bottom:.35rem}.auth-card__subtitle{text-align:center;color:var(--c-muted);font-size:.9rem;margin-bottom:1.75rem}.auth-card .form-group{margin-bottom:1rem}.auth-card__links{text-align:center;margin-top:.75rem}.auth-link{font-size:.82rem;color:var(--c-secondary)}.auth-card__divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--c-muted);font-size:.82rem}.auth-card__divider:before,.auth-card__divider:after{content:"";flex:1;height:1px;background:var(--c-border)}.auth-card__register{text-align:center;font-size:.85rem;color:var(--c-muted);margin-bottom:.75rem}.auth-card__name-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.auth-card__newsletter{margin:.75rem 0}.auth-checkbox{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--c-muted);cursor:pointer}.auth-checkbox input{flex-shrink:0;margin-top:.15rem;accent-color:var(--c-primary)}.page-404{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-h) - var(--announce-h));text-align:center;padding:2rem}.page-404__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.page-404__emoji{font-size:4rem}.page-404__title{font-size:6rem;font-weight:900;line-height:1}.page-404__subtitle{font-size:1.5rem;font-weight:700}.page-404__text{color:var(--c-muted);max-width:360px;line-height:1.65}.page-404__cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/velvrix.css.map */
