.Home-module__2hY3lG__hero{min-height:calc(100vh - var(--header-height));align-items:center;display:flex;position:relative;overflow:hidden}.Home-module__2hY3lG__heroCarousel{z-index:-1;background:var(--bg-dark,#1a1a1a);position:absolute;inset:0}.Home-module__2hY3lG__heroMediaItem{opacity:0;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.Home-module__2hY3lG__heroMediaItem.Home-module__2hY3lG__active{opacity:1}.Home-module__2hY3lG__heroMediaBg{z-index:1;position:absolute;inset:0;overflow:hidden}.Home-module__2hY3lG__heroVideoBlur,.Home-module__2hY3lG__heroImageBlur{object-fit:cover;filter:blur(40px)brightness(.7);width:100%;height:100%;transform:scale(1.1)}.Home-module__2hY3lG__heroMediaMain{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Home-module__2hY3lG__heroVideo,.Home-module__2hY3lG__heroImage{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%}.Home-module__2hY3lG__heroOverlay{pointer-events:none;background:linear-gradient(135deg,#1a1a1aeb,#1a1a1a99);transition:background 1s ease-in-out;position:absolute;inset:0}.Home-module__2hY3lG__heroOverlayLight{background:linear-gradient(135deg,#1a1a1a59,#1a1a1a26)}.Home-module__2hY3lG__heroIndicators{bottom:var(--space-md);gap:var(--space-sm);z-index:15;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Home-module__2hY3lG__heroIndicator{cursor:pointer;width:10px;height:10px;transition:all var(--transition-fast);background:#ffffff59;border:none;border-radius:50%}.Home-module__2hY3lG__heroIndicator.Home-module__2hY3lG__active{background:#fff;transform:scale(1.2)}.Home-module__2hY3lG__heroContent{z-index:1;color:#fff;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto;animation:.8s both Home-module__2hY3lG__fadeSlideUp;position:relative}@keyframes Home-module__2hY3lG__fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Home-module__2hY3lG__heroContentInner{max-width:640px}.Home-module__2hY3lG__heroTagline{font-size:var(--fs-small);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-lg);font-weight:600;display:inline-block}.Home-module__2hY3lG__heroTitle{font-family:var(--font-display);font-size:var(--fs-hero);color:#fff;margin-bottom:var(--space-lg);text-wrap:balance;font-weight:400;line-height:1.05}.Home-module__2hY3lG__heroControl{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;width:50px;height:50px;transition:all var(--transition-normal);background:#00000040;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Home-module__2hY3lG__heroControl:hover{background:#00000080;border-color:#ffffff4d;transform:translateY(-50%)scale(1.1)}.Home-module__2hY3lG__heroPrev{left:var(--space-lg)}.Home-module__2hY3lG__heroNext{right:var(--space-lg)}.Home-module__2hY3lG__heroDesc{color:#ffffffbf;margin-bottom:var(--space-xl);font-size:1.1rem;line-height:1.7}.Home-module__2hY3lG__heroCtas{gap:var(--space-md);flex-wrap:wrap;display:flex}.Home-module__2hY3lG__heroMicro{margin-top:var(--space-lg);font-size:var(--fs-xs);color:#ffffff73}.Home-module__2hY3lG__promoSection{padding:var(--space-xl)0 var(--space-2xl);overflow:hidden}.Home-module__2hY3lG__promoSectionLabel{font-size:var(--fs-small);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-lg);text-align:center;font-weight:600}.Home-module__2hY3lG__promoGrid{justify-content:center;gap:var(--space-md);max-width:var(--max-width);padding:0 var(--space-lg);flex-wrap:wrap;margin:0 auto;display:flex}.Home-module__2hY3lG__promoCardWrapper{flex:0 400px;display:flex;position:relative}.Home-module__2hY3lG__promoCard{border-radius:var(--radius-lg);background:var(--bg-dark);color:#fff;animation:Home-module__2hY3lG__slideUp var(--transition-slow)both;transition:transform var(--transition-normal),box-shadow var(--transition-normal);flex-direction:column;width:100%;min-height:120px;text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000002e}.Home-module__2hY3lG__promoInfoBtn{color:#fff;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.Home-module__2hY3lG__promoInfoBtn:hover{color:var(--promo-color,#fff);border-color:var(--promo-color,#fff6);background:#fff3;transform:scale(1.1)}.Home-module__2hY3lG__promoCard:hover{color:#fff;transform:translateY(-4px);box-shadow:0 12px 40px #00000047}.Home-module__2hY3lG__promoCardAccent{background:var(--promo-color);border-radius:var(--radius-lg)0 0 var(--radius-lg);width:5px;position:absolute;top:0;bottom:0;left:0}.Home-module__2hY3lG__promoCardGlow{background:var(--promo-color);opacity:.12;filter:blur(40px);pointer-events:none;width:160px;height:160px;transition:opacity var(--transition-normal);border-radius:50%;position:absolute;top:-40px;right:-40px}.Home-module__2hY3lG__promoCard:hover .Home-module__2hY3lG__promoCardGlow{opacity:.22}.Home-module__2hY3lG__promoCardInner{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-xl)var(--space-xl)var(--space-xl)calc(var(--space-xl) + 5px);flex:1;display:flex}.Home-module__2hY3lG__promoCardLeft{gap:var(--space-xs);flex-direction:column;flex:1;min-width:0;display:flex}.Home-module__2hY3lG__promoBadge{background:var(--promo-color);color:#fff;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-pill);align-self:flex-start;margin-bottom:2px;padding:3px 10px;font-weight:700;display:inline-flex}.Home-module__2hY3lG__promoTitle{font-family:var(--font-display);color:#fff;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.Home-module__2hY3lG__promoSub{font-size:var(--fs-small);color:#fff9;line-height:1.4}.Home-module__2hY3lG__promoArrow{font-size:var(--fs-small);color:var(--promo-color);margin-top:var(--space-sm);transition:transform var(--transition-fast);font-weight:600;display:inline-block}.Home-module__2hY3lG__promoCard:hover .Home-module__2hY3lG__promoArrow{transform:translate(4px)}.Home-module__2hY3lG__promoReward{border:2.5px solid var(--promo-color);text-align:center;background:#ffffff0a;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:88px;height:88px;line-height:1;display:flex}.Home-module__2hY3lG__promoRewardMain{color:var(--promo-color);letter-spacing:-.03em;font-size:1.8rem;font-weight:900;line-height:1}.Home-module__2hY3lG__promoRewardSub{text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;font-size:.6rem;font-weight:700}.Home-module__2hY3lG__popularSection{padding:var(--space-xl)0 var(--space-2xl)}.Home-module__2hY3lG__sectionHeader{margin-bottom:var(--space-lg);justify-content:space-between;align-items:flex-end;display:flex}.Home-module__2hY3lG__sectionLabel{font-size:var(--fs-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-xs);font-weight:600}.Home-module__2hY3lG__sectionTitle{font-family:var(--font-display);font-size:var(--fs-h2)}.Home-module__2hY3lG__seeAll{font-size:var(--fs-small);color:var(--accent);white-space:nowrap;font-weight:600}.Home-module__2hY3lG__popularScroll{gap:var(--space-md);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 var(--space-lg);padding-bottom:var(--space-sm);scrollbar-width:none;max-width:var(--max-width);margin:0 auto;display:flex;overflow-x:auto}.Home-module__2hY3lG__popularScroll::-webkit-scrollbar{display:none}.Home-module__2hY3lG__popularCard{scroll-snap-align:start;background:var(--bg-surface);border-radius:var(--radius-md);width:220px;box-shadow:var(--shadow-card);color:inherit;cursor:pointer;transition:transform var(--transition-normal),box-shadow var(--transition-normal);animation:Home-module__2hY3lG__slideUp var(--transition-slow)both;flex-shrink:0;text-decoration:none;overflow:hidden}.Home-module__2hY3lG__popularCard:hover{box-shadow:var(--shadow-lg);color:inherit;transform:translateY(-4px)}.Home-module__2hY3lG__popularImageWrap{position:relative;overflow:hidden}.Home-module__2hY3lG__popularImage{object-fit:cover;width:100%;height:140px;transition:transform var(--transition-slow)}.Home-module__2hY3lG__popularCard:hover .Home-module__2hY3lG__popularImage{transform:scale(1.05)}.Home-module__2hY3lG__popularBadge{bottom:var(--space-sm);left:var(--space-sm);color:#fff;font-size:var(--fs-xs);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;padding:2px 8px;font-weight:600;position:absolute}.Home-module__2hY3lG__popularAdd{bottom:var(--space-sm);right:var(--space-sm);border-radius:var(--radius-full);background:var(--accent);color:#fff;cursor:pointer;width:32px;height:32px;transition:transform var(--transition-fast),background var(--transition-fast);z-index:2;border:none;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex;position:absolute;box-shadow:0 2px 8px #00000040}.Home-module__2hY3lG__popularAdd:hover{background:var(--accent-hover);transform:scale(1.1)}.Home-module__2hY3lG__popularBody{padding:var(--space-md)}.Home-module__2hY3lG__popularName{font-family:var(--font-display);margin-bottom:var(--space-xs);font-size:1rem;font-weight:600;line-height:1.25}.Home-module__2hY3lG__popularMeta{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs);display:flex}.Home-module__2hY3lG__popularPrice{font-weight:700;font-size:var(--fs-small)}.Home-module__2hY3lG__popularTags{margin-top:var(--space-xs);gap:4px;display:flex}.Home-module__2hY3lG__reorderSection{padding:var(--space-2xl)0}.Home-module__2hY3lG__reorderInner{background:var(--bg-surface);border-radius:var(--radius-lg);padding:var(--space-2xl)var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-xl);box-shadow:var(--shadow-card);border:1px solid var(--border);display:flex}.Home-module__2hY3lG__reorderLabel{font-size:var(--fs-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-xs);font-weight:600}.Home-module__2hY3lG__reorderTitle{font-family:var(--font-display);font-size:var(--fs-h3);margin-bottom:var(--space-sm)}.Home-module__2hY3lG__reorderDesc{font-size:var(--fs-small);color:var(--text-secondary);max-width:400px}.Home-module__2hY3lG__ctaBanner{background:linear-gradient(135deg,var(--bg-dark,#1a1a1a)0%,var(--text-primary,#2d2d2d)100%);color:#fff;text-align:center;padding:var(--space-4xl)0}.Home-module__2hY3lG__ctaBannerTitle{font-family:var(--font-display);font-size:var(--fs-h1);color:#fff;margin-bottom:var(--space-md)}.Home-module__2hY3lG__ctaBannerDesc{color:#ffffffa6;max-width:460px;margin:0 auto var(--space-xl);font-size:1.05rem}.Home-module__2hY3lG__ctaBannerBtn{background:var(--accent);color:#fff;padding:1rem 2.5rem;font-size:1.05rem}.Home-module__2hY3lG__ctaBannerBtn:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px)}@media (max-width:768px){.Home-module__2hY3lG__hero{min-height:calc(100svh - var(--header-height) - var(--mobile-nav-height));padding:var(--space-3xl)0;justify-content:center;align-items:center;display:flex}.Home-module__2hY3lG__heroCarousel{height:100%;min-height:100%;position:absolute;inset:0}.Home-module__2hY3lG__heroMediaItem{opacity:0;position:absolute;inset:0}.Home-module__2hY3lG__heroMediaItem.Home-module__2hY3lG__active{opacity:1}.Home-module__2hY3lG__heroMediaBg{display:block}.Home-module__2hY3lG__heroMediaMain{width:100%;height:100%;padding:0;display:flex;position:absolute;inset:0}.Home-module__2hY3lG__heroImage,.Home-module__2hY3lG__heroVideo{object-fit:cover;width:100%;height:100%;display:block}.Home-module__2hY3lG__heroContent{width:100%;padding:0 var(--space-lg)}.Home-module__2hY3lG__heroControl{display:none}.Home-module__2hY3lG__heroTitle{font-size:2rem;line-height:1.15}.Home-module__2hY3lG__promoCardWrapper{flex:auto;width:100%}.Home-module__2hY3lG__promoCard{width:100%}.Home-module__2hY3lG__promoReward{width:72px;height:72px}.Home-module__2hY3lG__promoRewardMain{font-size:1.4rem}.Home-module__2hY3lG__popularCard{width:180px}.Home-module__2hY3lG__popularImage{height:110px}.Home-module__2hY3lG__reorderInner{text-align:center;padding:var(--space-xl);flex-direction:column}.Home-module__2hY3lG__reorderDesc{max-width:none}}@media (min-width:1024px){.Home-module__2hY3lG__popularScroll{flex-wrap:wrap;justify-content:center;display:flex;overflow-x:visible}.Home-module__2hY3lG__popularCard{width:220px}}
.Reviews-module__Jt5lNW__reviewsSection{background-color:var(--bg-primary);padding:20px 0;position:relative;overflow:hidden}.Reviews-module__Jt5lNW__header{text-align:center;margin-bottom:50px}.Reviews-module__Jt5lNW__title{color:var(--text-primary,#2d2d2d);letter-spacing:-.02em;margin-bottom:12px;font-size:2.5rem;font-weight:700}.Reviews-module__Jt5lNW__subtitle{color:var(--text-secondary);justify-content:center;align-items:center;gap:8px;font-size:1.1rem;font-weight:500;display:flex}.Reviews-module__Jt5lNW__stars{color:#ffb800;letter-spacing:2px}.Reviews-module__Jt5lNW__marqueeOuter{max-width:1700px;margin:0 auto;position:relative}.Reviews-module__Jt5lNW__navArrow{z-index:10;border:1px solid var(--border);background:var(--bg-surface);width:44px;height:44px;color:var(--text-primary);cursor:pointer;opacity:.7;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #0000001f}.Reviews-module__Jt5lNW__navArrow:hover{opacity:1;background:var(--bg-surface);transform:translateY(-50%)scale(1.08);box-shadow:0 4px 20px #00000026}.Reviews-module__Jt5lNW__navArrowLeft{left:8px}.Reviews-module__Jt5lNW__navArrowRight{right:8px}.Reviews-module__Jt5lNW__marqueeContainer{width:100%;max-width:1600px;margin:0 auto;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Reviews-module__Jt5lNW__marqueeTrack{gap:24px;width:max-content;padding:20px 0;animation:60s linear infinite Reviews-module__Jt5lNW__scroll;display:flex}.Reviews-module__Jt5lNW__marqueeTrack:hover{animation-play-state:paused}.Reviews-module__Jt5lNW__card{background:var(--bg-surface);cursor:pointer;border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;width:380px;height:260px;padding:20px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;box-shadow:0 10px 40px #0000000f}.Reviews-module__Jt5lNW__card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a}.Reviews-module__Jt5lNW__cardHeader{align-items:center;gap:10px;display:flex}.Reviews-module__Jt5lNW__avatar{object-fit:cover;border-radius:50%;width:44px;height:44px;box-shadow:0 4px 10px #0000001a}.Reviews-module__Jt5lNW__authorInfo{flex-direction:column;display:flex}.Reviews-module__Jt5lNW__authorName{color:var(--text-primary,#2d2d2d);font-size:1rem;font-weight:700}.Reviews-module__Jt5lNW__time{color:var(--text-muted);font-size:.8rem;font-weight:500}.Reviews-module__Jt5lNW__rating{color:#ffb800;letter-spacing:1px;font-size:1rem}.Reviews-module__Jt5lNW__text{color:var(--text-secondary);-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.5;display:-webkit-box;overflow:hidden}.Reviews-module__Jt5lNW__readMore{color:var(--accent,#c75b39);cursor:pointer;margin-top:-8px;font-size:.9rem;font-weight:600;display:inline-block}.Reviews-module__Jt5lNW__readMore:hover{text-decoration:underline}.Reviews-module__Jt5lNW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s Reviews-module__Jt5lNW__fadeIn;display:flex;position:fixed;top:0;left:0}.Reviews-module__Jt5lNW__modalContent{background:var(--bg-surface);border-radius:20px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;padding:32px;animation:.3s Reviews-module__Jt5lNW__slideUp;display:flex;position:relative;box-shadow:0 20px 60px #0003}.Reviews-module__Jt5lNW__modalClose{background:var(--bg-primary);border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-primary);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.Reviews-module__Jt5lNW__modalClose:hover{background:var(--border)}.Reviews-module__Jt5lNW__modalText{color:var(--text-primary);margin:20px 0;padding-right:8px;font-size:1.1rem;font-style:italic;line-height:1.7;overflow-y:auto}@keyframes Reviews-module__Jt5lNW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Reviews-module__Jt5lNW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Reviews-module__Jt5lNW__googleFooter{color:var(--text-muted);border-top:1px solid var(--border);align-items:center;gap:8px;margin-top:auto;padding-top:16px;font-size:.85rem;font-weight:500;display:flex}@keyframes Reviews-module__Jt5lNW__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.Reviews-module__Jt5lNW__reviewsSection{padding:60px 0}.Reviews-module__Jt5lNW__title{font-size:2rem}.Reviews-module__Jt5lNW__card{gap:10px;width:300px;height:240px;padding:16px}.Reviews-module__Jt5lNW__marqueeTrack{animation-duration:45s}}
.InstagramReels-module__fdTXua__section{padding:var(--space-xl,64px)0;background:var(--bg-primary,#faf7f2)}.InstagramReels-module__fdTXua__title{text-align:center;color:var(--text-primary,#2d2d2d);margin-bottom:var(--space-xl,40px);letter-spacing:-.02em;font-size:2rem;font-weight:700}.InstagramReels-module__fdTXua__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.InstagramReels-module__fdTXua__reelCard{background:var(--bg-surface,#fff);width:100%;height:100%;color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.InstagramReels-module__fdTXua__reelCard:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000001f}.InstagramReels-module__fdTXua__reelImageWrap{aspect-ratio:9/16;background:#111;flex:none;width:100%;position:relative;overflow:hidden}.InstagramReels-module__fdTXua__reelImage{object-fit:contain;width:100%;height:100%;display:block}.InstagramReels-module__fdTXua__reelPlaceholder{color:#fff;justify-content:center;align-items:center;height:100%;font-size:1.4rem;font-weight:700;display:flex}.InstagramReels-module__fdTXua__playBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000009e;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;bottom:14px;right:14px}.InstagramReels-module__fdTXua__playIcon{border-top:9px solid #0000;border-bottom:9px solid #0000;border-left:14px solid #fff;width:0;height:0;margin-left:3px}.InstagramReels-module__fdTXua__reelMeta{flex-direction:column;flex:1;justify-content:space-between;min-height:112px;padding:16px;display:flex}.InstagramReels-module__fdTXua__reelCaption{color:var(--text-primary,#2d2d2d);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.InstagramReels-module__fdTXua__reelAction{color:var(--accent,#c75b39);font-size:.9rem;font-weight:600}.InstagramReels-module__fdTXua__ctaWrap{text-align:center;margin-top:var(--space-xl,32px)}.InstagramReels-module__fdTXua__cta{color:var(--accent,#c75b39);font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.InstagramReels-module__fdTXua__cta:hover{color:var(--accent-hover,#a94c30);text-decoration:underline}.InstagramReels-module__fdTXua__placeholder{text-align:center;color:var(--text-muted,#888);padding:40px;font-size:1rem}@media (max-width:768px){.InstagramReels-module__fdTXua__grid{grid-template-columns:1fr;gap:16px;max-width:400px}.InstagramReels-module__fdTXua__title{font-size:1.6rem}}
