.Skeleton-module__8IcIRG__skeleton{background:#f0f0f0 linear-gradient(90deg,#fff0 0,#fff6 50%,#fff0 100%) 0 0/200px 100% no-repeat;border-radius:4px;width:100%;height:100%;line-height:1;animation:1.5s infinite Skeleton-module__8IcIRG__shimmer;display:inline-block}@keyframes Skeleton-module__8IcIRG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}
.CategorySheetSkeleton-module__1VZ6qa__sidebar{background:#f1f1f1;flex-direction:column;width:240px;padding:10px 0;display:flex}.CategorySheetSkeleton-module__1VZ6qa__sidebarItem{padding:20px 24px}.CategorySheetSkeleton-module__1VZ6qa__mainArea{background:var(--bg);flex-direction:column;flex:1;padding:30px 40px;display:flex;overflow-y:auto}.CategorySheetSkeleton-module__1VZ6qa__tabs{border-bottom:2px solid #f1f1f1;gap:30px;margin-bottom:30px;padding-bottom:12px;display:flex}.CategorySheetSkeleton-module__1VZ6qa__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:32px 24px;display:grid}.CategorySheetSkeleton-module__1VZ6qa__gridItem{flex-direction:column;align-items:center;gap:12px;display:flex}@media (max-width:768px){.CategorySheetSkeleton-module__1VZ6qa__sidebar{width:90px}.CategorySheetSkeleton-module__1VZ6qa__sidebarItem{justify-content:center;padding:15px 10px;display:flex}.CategorySheetSkeleton-module__1VZ6qa__mainArea{padding:15px}.CategorySheetSkeleton-module__1VZ6qa__tabs{gap:20px;margin-bottom:20px}.CategorySheetSkeleton-module__1VZ6qa__grid{grid-template-columns:repeat(3,1fr);gap:15px 10px}}
.CategoryOverlay-module__iTI19a__wrapper{z-index:2000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CategoryOverlay-module__iTI19a__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#36385166;width:100%;height:100%;animation:.3s ease-out CategoryOverlay-module__iTI19a__fadeIn;position:absolute;top:0;left:0}.CategoryOverlay-module__iTI19a__container{background:var(--bg);width:90%;max-width:1100px;height:min(800px,90vh);box-shadow:var(--shadow-lg);z-index:10;border-radius:12px;flex-direction:column;animation:.4s cubic-bezier(.4,0,.2,1) CategoryOverlay-module__iTI19a__slideUp;display:flex;position:relative;overflow:hidden}.CategoryOverlay-module__iTI19a__topHeader{background:var(--bg);z-index:20;border-bottom:1px solid #f1f1f1;justify-content:flex-end;padding:12px 20px;display:flex}.CategoryOverlay-module__iTI19a__closeBtn{border-radius:var(--radius-full);color:#fff;width:36px;height:36px;transition:var(--transition);background:#ff3e3e;justify-content:center;align-items:center;display:flex}.CategoryOverlay-module__iTI19a__closeBtn:hover{transform:scale(1.1)rotate(90deg)}.CategoryOverlay-module__iTI19a__content{height:100%;display:flex}.CategoryOverlay-module__iTI19a__sidebar{background:#f1f1f1;flex-direction:column;width:240px;display:flex}.CategoryOverlay-module__iTI19a__sidebarItem{color:var(--secondary);text-align:left;transition:var(--transition);padding:20px 24px;font-size:1.2rem;font-weight:500;position:relative}.CategoryOverlay-module__iTI19a__activeSidebar{background:var(--bg);font-weight:700}.CategoryOverlay-module__iTI19a__activeIndicator{background:var(--primary);border-radius:0 4px 4px 0;width:5px;position:absolute;top:20px;bottom:20px;left:0}.CategoryOverlay-module__iTI19a__mainArea{flex-direction:column;flex:1;padding:30px 40px;display:flex;overflow-y:auto}.CategoryOverlay-module__iTI19a__tabs{border-bottom:2px solid #f1f1f1;gap:30px;margin-bottom:30px;display:flex}.CategoryOverlay-module__iTI19a__tab{color:var(--text-muted);transition:var(--transition);padding:12px 10px;font-size:1.1rem;font-weight:600;position:relative}.CategoryOverlay-module__iTI19a__activeTab{color:var(--secondary)}.CategoryOverlay-module__iTI19a__activeTab:after{content:"";background:var(--secondary);height:2px;position:absolute;bottom:-2px;left:0;right:0}.CategoryOverlay-module__iTI19a__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:32px 24px;display:grid}.CategoryOverlay-module__iTI19a__gridItem{cursor:pointer;transition:var(--transition);flex-direction:column;align-items:center;gap:12px;display:flex}.CategoryOverlay-module__iTI19a__gridItem:hover .CategoryOverlay-module__iTI19a__imageCircle{box-shadow:var(--shadow-md);transform:scale(1.05)}.CategoryOverlay-module__iTI19a__imageCircle{width:110px;height:110px;transition:var(--transition);background:#f1f1f1;border-radius:50%;position:relative;overflow:hidden}.CategoryOverlay-module__iTI19a__image{object-fit:contain;padding:10px}.CategoryOverlay-module__iTI19a__gridLabel{color:var(--secondary);text-align:center;font-size:.95rem;font-weight:500}@media (max-width:768px){.CategoryOverlay-module__iTI19a__wrapper{justify-content:flex-start}.CategoryOverlay-module__iTI19a__backdrop{animation:.2s CategoryOverlay-module__iTI19a__fadeIn}.CategoryOverlay-module__iTI19a__container{border-radius:0;width:98%;max-width:none;height:100vh;margin:0;animation:.4s cubic-bezier(.4,0,.2,1) CategoryOverlay-module__iTI19a__slideLeft}.CategoryOverlay-module__iTI19a__content{flex-direction:row;overflow:hidden}.CategoryOverlay-module__iTI19a__sidebar{background:#f1f1f1;flex-direction:column;width:90px;height:100%;overflow-y:auto}.CategoryOverlay-module__iTI19a__sidebarItem{text-align:center;white-space:normal;padding:15px 10px;font-size:.8rem}.CategoryOverlay-module__iTI19a__activeSidebar{background:#fff}.CategoryOverlay-module__iTI19a__activeIndicator{border-radius:0 4px 4px 0;width:4px;height:auto;top:15px;bottom:15px;left:0}.CategoryOverlay-module__iTI19a__mainArea{padding:15px;overflow-y:auto}.CategoryOverlay-module__iTI19a__tabs{scrollbar-width:none;gap:24px;margin-bottom:20px;padding:0 5px 5px;overflow-x:auto}.CategoryOverlay-module__iTI19a__tabs::-webkit-scrollbar{display:none}.CategoryOverlay-module__iTI19a__tab{white-space:nowrap;padding:8px 5px;font-size:.85rem}.CategoryOverlay-module__iTI19a__grid{grid-template-columns:repeat(3,1fr);gap:15px 10px}.CategoryOverlay-module__iTI19a__imageCircle{width:65px;height:65px}.CategoryOverlay-module__iTI19a__gridLabel{font-size:.7rem;line-height:1.2}}@keyframes CategoryOverlay-module__iTI19a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CategoryOverlay-module__iTI19a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes CategoryOverlay-module__iTI19a__slideLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}
.CartOverlay-module__ux_Q8W__overlay{z-index:1000;pointer-events:none;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.CartOverlay-module__ux_Q8W__overlayOpen{pointer-events:auto}.CartOverlay-module__ux_Q8W__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0006;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.CartOverlay-module__ux_Q8W__overlayOpen .CartOverlay-module__ux_Q8W__backdrop{opacity:1}.CartOverlay-module__ux_Q8W__modal{opacity:1;background:#fff;border-radius:0;flex-direction:column;width:90%;max-width:500px;height:100vh;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;transform:translate(100%);box-shadow:0 20px 40px #0003}.CartOverlay-module__ux_Q8W__overlayOpen .CartOverlay-module__ux_Q8W__modal{transform:translate(0)}.CartOverlay-module__ux_Q8W__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px;display:flex}.CartOverlay-module__ux_Q8W__title{color:#363851;margin:0;font-size:20px;font-weight:700}.CartOverlay-module__ux_Q8W__closeBtn{cursor:pointer;color:#363851;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.CartOverlay-module__ux_Q8W__closeBtn:hover{background:#f5f5f5;transform:scale(1.05)}.CartOverlay-module__ux_Q8W__content{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.CartOverlay-module__ux_Q8W__emptyState{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.CartOverlay-module__ux_Q8W__itemCard{background:#f1f2f4;border-radius:16px;gap:12px;padding:12px;display:flex;position:relative}.CartOverlay-module__ux_Q8W__imageContainer{border-radius:12px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.CartOverlay-module__ux_Q8W__image{object-fit:cover}.CartOverlay-module__ux_Q8W__itemDetails{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartOverlay-module__ux_Q8W__itemName{color:#363851;white-space:nowrap;text-overflow:ellipsis;max-width:200px;margin:0;font-size:16px;font-weight:600;overflow:hidden}.CartOverlay-module__ux_Q8W__itemVariant{color:#777;align-items:center;gap:8px;margin-top:4px;font-size:13px;display:flex}.CartOverlay-module__ux_Q8W__colorInfo{align-items:center;gap:6px;display:flex}.CartOverlay-module__ux_Q8W__colorSwatch{border:1px solid #0000001a;border-radius:4px;width:14px;height:14px;box-shadow:inset 0 0 2px #0000001a}.CartOverlay-module__ux_Q8W__separator{color:#ddd;font-weight:300}.CartOverlay-module__ux_Q8W__itemPrice{color:#363851;margin-top:4px;font-size:16px;font-weight:700}.CartOverlay-module__ux_Q8W__quantityControls{align-self:flex-end;align-items:center;gap:12px;display:flex}.CartOverlay-module__ux_Q8W__qtyBtn{cursor:pointer;color:#fff;background:#ccc;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s;display:flex}.CartOverlay-module__ux_Q8W__qtyBtn:hover{background:#363851}.CartOverlay-module__ux_Q8W__qtyValue{color:#363851;text-align:center;min-width:24px;font-size:16px;font-weight:700}.CartOverlay-module__ux_Q8W__removeBtn{color:#ff4d4f;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:transform .2s;display:flex;position:absolute;top:8px;right:8px}.CartOverlay-module__ux_Q8W__removeBtn:hover{transform:scale(1.1)}.CartOverlay-module__ux_Q8W__couponSection{flex-direction:column;gap:12px;margin-top:16px;display:flex}.CartOverlay-module__ux_Q8W__couponLabel{color:#363851;font-size:14px;font-weight:700}.CartOverlay-module__ux_Q8W__couponInputRow{gap:8px;display:flex}.CartOverlay-module__ux_Q8W__couponInput{text-transform:uppercase;border:1px solid #ddd;border-radius:8px;outline:none;flex:1;height:44px;padding:0 12px;font-size:13px}.CartOverlay-module__ux_Q8W__couponInput:focus{border-color:#363851}.CartOverlay-module__ux_Q8W__applyBtn{color:#fff;cursor:pointer;background:#363851;border:none;border-radius:8px;height:44px;padding:0 20px;font-size:13px;font-weight:700;transition:opacity .2s}.CartOverlay-module__ux_Q8W__applyBtn:disabled{opacity:.5;cursor:not-allowed}.CartOverlay-module__ux_Q8W__appliedCoupons{flex-wrap:wrap;gap:8px;display:flex}.CartOverlay-module__ux_Q8W__couponChip{color:#363851;background:#f65c1f0d;border:1px solid #f65c1f33;border-radius:12px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.CartOverlay-module__ux_Q8W__errorList{flex-direction:column;gap:4px;margin-top:8px;display:flex}.CartOverlay-module__ux_Q8W__errorText{color:#ff4d4f;margin:0;font-size:11px}.CartOverlay-module__ux_Q8W__removeCoupon{color:#ff4d4f;cursor:pointer;align-items:center;display:flex}.CartOverlay-module__ux_Q8W__footer{border-top:1px solid #eee;flex-direction:column;gap:12px;padding:24px;display:flex}.CartOverlay-module__ux_Q8W__summaryRow{justify-content:space-between;align-items:center;display:flex}.CartOverlay-module__ux_Q8W__summaryLabel{color:#999;font-size:16px}.CartOverlay-module__ux_Q8W__summaryValue{color:#363851;font-size:16px;font-weight:500}.CartOverlay-module__ux_Q8W__discountLabel{color:#999}.CartOverlay-module__ux_Q8W__discountCode{color:#f65c1f;font-size:14px;font-weight:700}.CartOverlay-module__ux_Q8W__discountValue{color:#27ae60;font-weight:600}.CartOverlay-module__ux_Q8W__totalLabel,.CartOverlay-module__ux_Q8W__totalValue{color:#363851;font-size:18px;font-weight:800}.CartOverlay-module__ux_Q8W__checkoutBtn{color:#fff;cursor:pointer;background:#f65c1f;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;height:60px;margin-top:12px;font-size:18px;font-weight:700;transition:all .2s;display:flex}.CartOverlay-module__ux_Q8W__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f65c1f4d}@media (max-width:768px){.CartOverlay-module__ux_Q8W__overlay{justify-content:flex-end}.CartOverlay-module__ux_Q8W__modal{border-radius:0;width:100%;max-width:none;height:100vh;transform:translate(100%)}.CartOverlay-module__ux_Q8W__overlayOpen .CartOverlay-module__ux_Q8W__modal{transform:translate(0)}.CartOverlay-module__ux_Q8W__content{padding:16px}}
.SearchDropdown-module__LydPGa__dropdown{background:var(--bg);z-index:1000;border:1px solid #f1f1f1;border-top:none;border-radius:0 0 12px 12px;animation:.2s ease-out SearchDropdown-module__LydPGa__slideDown;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f}.SearchDropdown-module__LydPGa__suggestions,.SearchDropdown-module__LydPGa__recent{width:100%;padding:8px 0}.SearchDropdown-module__LydPGa__item{text-align:left;width:100%;color:var(--secondary);align-items:center;gap:12px;padding:12px 20px;font-size:.95rem;transition:background .2s;display:flex}.SearchDropdown-module__LydPGa__item:hover{background:#f8f8f8}.SearchDropdown-module__LydPGa__icon{color:var(--text-muted)}.SearchDropdown-module__LydPGa__header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;padding:8px 15px 12px;font-size:.8rem;font-weight:600;display:flex}.SearchDropdown-module__LydPGa__loading,.SearchDropdown-module__LydPGa__noResults{text-align:center;color:var(--text-muted);padding:15px;font-size:.85rem}.SearchDropdown-module__LydPGa__clearBtn{color:#ff3e3e;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:500}.SearchDropdown-module__LydPGa__historyItem{align-items:center;display:flex}.SearchDropdown-module__LydPGa__item{flex:1}.SearchDropdown-module__LydPGa__removeBtn{color:var(--text-muted);padding:12px 16px;transition:color .2s}.SearchDropdown-module__LydPGa__removeBtn:hover{color:#ff3e3e}.SearchDropdown-module__LydPGa__historyList{max-height:300px;overflow-y:auto}@keyframes SearchDropdown-module__LydPGa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.SearchDropdown-module__LydPGa__dropdown{border:1px solid #f1f1f1;border-top:none;border-radius:0 0 12px 12px;max-height:250px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 20px #0000001a}.SearchDropdown-module__LydPGa__historyList{max-height:200px}.SearchDropdown-module__LydPGa__item{padding:10px 15px}}
.Header-module__30pftW__header{z-index:1000;background-color:var(--white);border-bottom:1px solid var(--border);min-height:72px;transition:var(--transition);align-items:center;padding:8px 0;display:flex;position:sticky;top:0}.Header-module__30pftW__headerContainer{width:95%;max-width:1600px;margin:0 auto}.Header-module__30pftW__nav{justify-content:space-between;align-items:center;gap:var(--space-xl);width:100%;display:flex}.Header-module__30pftW__logoBlock{flex-shrink:0;align-items:center;width:auto;display:flex}.Header-module__30pftW__logoFull{display:block}.Header-module__30pftW__logoIcon{display:none}.Header-module__30pftW__logo{object-fit:contain;max-width:100%;height:auto}.Header-module__30pftW__middleContent{justify-content:space-evenly;align-items:center;gap:var(--space-lg);flex:1;max-width:1200px;display:flex}.Header-module__30pftW__categoriesBtn{align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-weight:600;font-family:var(--font-secondary);color:var(--text);flex-shrink:0;display:flex}.Header-module__30pftW__categoriesBtn:hover{background-color:var(--surface)}.Header-module__30pftW__searchWrapper{z-index:1001;flex:1;max-width:800px;position:relative}.Header-module__30pftW__searchContainer{z-index:1002;align-items:center;width:100%;display:flex;position:relative}.Header-module__30pftW__searchBackdrop{z-index:999;background:0 0;position:fixed;inset:0}.Header-module__30pftW__searchInput{width:100%;padding:12px var(--space-xl);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-primary);transition:var(--transition);background:var(--white);padding-right:50px;font-size:.95rem}.Header-module__30pftW__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #ff6b001a}.Header-module__30pftW__searchBtn{aspect-ratio:1;background-color:var(--secondary);height:100%;color:var(--white);border-radius:0 var(--radius-md) var(--radius-md) 0;justify-content:center;align-items:center;display:flex;position:absolute;right:0}.Header-module__30pftW__navLinks{align-items:center;gap:var(--space-lg);color:var(--text-muted);flex-shrink:0;font-size:.9rem;font-weight:500;display:flex}.Header-module__30pftW__navLink:hover{color:var(--primary)}.Header-module__30pftW__navLink.Header-module__30pftW__hideOnTablet{display:none}.Header-module__30pftW__actions{align-items:center;gap:var(--space-lg);flex-shrink:0;display:flex}.Header-module__30pftW__actionBtn{align-items:center;gap:var(--space-xs);color:var(--secondary);font-size:.9rem;font-weight:500;display:flex;position:relative}.Header-module__30pftW__cartBadge{background-color:var(--primary);color:var(--white);border-radius:var(--radius-full);text-align:center;min-width:18px;padding:2px 6px;font-size:.7rem;position:absolute;top:-8px;right:-8px}@media (max-width:1400px){.Header-module__30pftW__middleContent{gap:var(--space-md)}}@media (max-width:1200px){.Header-module__30pftW__nav{gap:var(--space-md)}.Header-module__30pftW__logoFull{display:none}.Header-module__30pftW__logoIcon{display:block}.Header-module__30pftW__navLinks{gap:var(--space-md);display:flex}.Header-module__30pftW__navLinks a:nth-child(3),.Header-module__30pftW__categoriesBtn .Header-module__30pftW__actionLabel,.Header-module__30pftW__actionBtn .Header-module__30pftW__actionLabel{display:none}}@media (max-width:1024px){.Header-module__30pftW__headerContainer{width:98%}.Header-module__30pftW__middleContent{gap:var(--space-sm)}.Header-module__30pftW__navLinks{gap:var(--space-sm);font-size:.85rem}.Header-module__30pftW__searchWrapper,.Header-module__30pftW__searchContainer{max-width:none}}@media (max-width:768px){.Header-module__30pftW__header{min-height:72px;padding:8px 0}.Header-module__30pftW__nav{gap:var(--space-xs)}.Header-module__30pftW__navLinks{display:none}.Header-module__30pftW__middleContent{justify-content:center;gap:var(--space-xs)}.Header-module__30pftW__searchContainer{max-width:100%;display:flex}}@media (max-width:1200px){.Header-module__30pftW__loggedIn{color:var(--success)!important}.Header-module__30pftW__loggedIn svg{filter:drop-shadow(0 0 6px #22c55e80);stroke:var(--success)}}
.Footer-module__6O_PeW__footer{background-color:var(--secondary);color:var(--white);padding:var(--space-2xl) 0;margin-top:auto}.Footer-module__6O_PeW__grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.Footer-module__6O_PeW__logoColumn{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__6O_PeW__brandDesc{color:#999;font-size:.9rem}.Footer-module__6O_PeW__apps{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__6O_PeW__column{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__6O_PeW__title{font-size:1.1rem;font-weight:700;font-family:var(--font-secondary)}.Footer-module__6O_PeW__links{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__6O_PeW__link{color:#999;transition:var(--transition);width:max-content;font-size:.9rem}.Footer-module__6O_PeW__link:hover{color:var(--primary)}@media (max-width:1024px){.Footer-module__6O_PeW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__6O_PeW__grid{grid-template-columns:1fr}}
.ProductGallery-module__aG5G5a__gallery{flex-direction:column;gap:20px;width:100%;display:flex}.ProductGallery-module__aG5G5a__mainImageContainer{aspect-ratio:3/4;background-color:var(--surface);width:100%;box-shadow:var(--shadow-sm);border-radius:16px;position:relative;overflow:hidden}.ProductGallery-module__aG5G5a__mainImage{object-fit:cover;transition:transform .3s}.ProductGallery-module__aG5G5a__mainImageContainer:hover .ProductGallery-module__aG5G5a__mainImage{transform:scale(1.05)}.ProductGallery-module__aG5G5a__videoMain{object-fit:contain;background-color:#000;width:100%;height:100%}.ProductGallery-module__aG5G5a__videoThumbnailIcon{z-index:2;color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:8px;left:8px}.ProductGallery-module__aG5G5a__videoPlaceholder{padding:10px;object-fit:contain!important;background-color:#f7f7f7!important}.ProductGallery-module__aG5G5a__soldOutOverlay{color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:10;background-color:#ff3e3ed9;border-radius:8px;padding:12px 30px;font-size:1.2rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #0003}.ProductGallery-module__aG5G5a__thumbnailsWrapper{justify-content:center;align-items:center;gap:10px;display:flex;position:relative}.ProductGallery-module__aG5G5a__thumbnails{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;justify-content:center;gap:12px;width:auto;max-width:100%;padding:5px 0;display:flex;overflow-x:auto}.ProductGallery-module__aG5G5a__thumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__aG5G5a__thumbnail{cursor:pointer;background-color:var(--surface);border:2px solid #0000;border-radius:8px;flex:0 0 80px;height:80px;padding:0;transition:all .2s;position:relative;overflow:hidden}.ProductGallery-module__aG5G5a__thumbnail.ProductGallery-module__aG5G5a__active{border-color:var(--primary);box-shadow:0 0 10px #ff7e494d}.ProductGallery-module__aG5G5a__thumbnailImage{object-fit:cover;width:100%;height:100%}.ProductGallery-module__aG5G5a__scrollBtn{border:1px solid var(--border);cursor:pointer;z-index:5;width:32px;height:32px;box-shadow:var(--shadow-sm);color:var(--text);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ProductGallery-module__aG5G5a__scrollBtn:hover{background:var(--surface);border-color:var(--primary);color:var(--primary)}.ProductGallery-module__aG5G5a__imageOverlayControls{pointer-events:none;z-index:5;justify-content:flex-end;align-items:center;padding:16px;display:flex;position:absolute;bottom:0;left:0;right:0}.ProductGallery-module__aG5G5a__overlayBtn{pointer-events:auto;width:36px;height:36px;color:var(--secondary);cursor:pointer;background-color:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.ProductGallery-module__aG5G5a__overlayBtn:hover{color:var(--primary);background-color:#fff;transform:scale(1.1)}.ProductGallery-module__aG5G5a__lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;cursor:zoom-out;background-color:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProductGallery-module__aG5G5a__lightboxClose{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:10000;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 10px #0003}.ProductGallery-module__aG5G5a__lightboxClose:hover{background:#0009;transform:scale(1.1)}.ProductGallery-module__aG5G5a__lightboxContent{cursor:default;justify-content:center;align-items:center;max-width:95vw;max-height:95vh;display:flex;position:relative}.ProductGallery-module__aG5G5a__lightboxImage{object-fit:contain;border-radius:4px;max-width:95vw;max-height:95vh;box-shadow:0 20px 50px #00000080;width:auto!important;height:auto!important}.ProductGallery-module__aG5G5a__lightboxVideo{outline:none;max-width:90vw;max-height:80vh;box-shadow:0 20px 50px #00000080}@media (max-width:768px){.ProductGallery-module__aG5G5a__scrollBtn{display:none}}
.ProductCard-module__MUNs9G__card{background:var(--bg);transition:var(--transition);flex-direction:column;width:100%;animation:.5s ease-out ProductCard-module__MUNs9G__fadeIn;display:flex;position:relative}.ProductCard-module__MUNs9G__linkWrapper{color:inherit;flex-direction:column;width:100%;text-decoration:none;display:flex}.ProductCard-module__MUNs9G__imageStack{background-color:var(--surface);border-radius:10px;width:100%;position:relative;overflow:hidden}.ProductCard-module__MUNs9G__imageContainer{width:100%;padding-top:133.33%;position:relative}.ProductCard-module__MUNs9G__media,.ProductCard-module__MUNs9G__imageWrapper,.ProductCard-module__MUNs9G__videoWrapper,.ProductCard-module__MUNs9G__image{width:100%;height:100%;position:absolute;top:0;left:0}.ProductCard-module__MUNs9G__media,.ProductCard-module__MUNs9G__image{object-fit:cover;object-position:top;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ProductCard-module__MUNs9G__card:hover .ProductCard-module__MUNs9G__media,.ProductCard-module__MUNs9G__card:hover .ProductCard-module__MUNs9G__image{transform:scale(1.05)}.ProductCard-module__MUNs9G__saveBtn{z-index:10;color:var(--white);filter:drop-shadow(0 2px 4px #36385180);transition:transform .2s;position:absolute;top:12px;right:12px}.ProductCard-module__MUNs9G__saveBtn:hover{transform:scale(1.2)}.ProductCard-module__MUNs9G__savedIcon{color:var(--primary)}.ProductCard-module__MUNs9G__videoIndicator{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:28px;height:28px;color:var(--white);background:#0006;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;top:12px;left:12px}.ProductCard-module__MUNs9G__card:hover .ProductCard-module__MUNs9G__videoIndicator{background:#0009;transform:scale(1.1)}.ProductCard-module__MUNs9G__gridControls{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.ProductCard-module__MUNs9G__topLeftPlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;pointer-events:auto;cursor:pointer;background:#0006;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s,background .2s;display:flex;position:absolute;top:8px;left:8px}.ProductCard-module__MUNs9G__topLeftPlay:hover{background:#0009;transform:scale(1.1)}.ProductCard-module__MUNs9G__gridBottomBar{background:#fff3;width:100%;height:3px;position:absolute;bottom:0;left:0}.ProductCard-module__MUNs9G__gridProgressBar{background:var(--secondary);height:100%;transition:width .1s linear}.ProductCard-module__MUNs9G__videoPlaceholderImage{opacity:.5;width:100%;height:100%;object-fit:contain!important;background-color:#f7f7f7!important}.ProductCard-module__MUNs9G__likesOverlay{bottom:10px;right:10px}.ProductCard-module__MUNs9G__viewsOverlay,.ProductCard-module__MUNs9G__likesOverlay{z-index:10;color:var(--white);text-shadow:0 2px 4px #363851cc;align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:flex;position:absolute;bottom:12px}.ProductCard-module__MUNs9G__viewsOverlay{left:12px}.ProductCard-module__MUNs9G__likesOverlay{right:12px}.ProductCard-module__MUNs9G__likedIcon{color:var(--accent-red)}.ProductCard-module__MUNs9G__info{flex-direction:column;padding:12px 0;display:flex}.ProductCard-module__MUNs9G__title{color:var(--text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:2px;font-size:1rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__MUNs9G__variants{flex-direction:column;gap:6px;margin-bottom:2px;display:flex}.ProductCard-module__MUNs9G__variantLabel{color:var(--text-muted);flex-shrink:0;margin-right:2px;font-size:.75rem}.ProductCard-module__MUNs9G__swatches,.ProductCard-module__MUNs9G__chips{flex-wrap:wrap;align-items:center;gap:4px 6px;display:flex}.ProductCard-module__MUNs9G__chips{column-gap:4px}.ProductCard-module__MUNs9G__swatch{border:1px solid #0000000d;border-radius:2px;width:14px;height:10px}.ProductCard-module__MUNs9G__chip{color:var(--text-muted);border:1px solid var(--border);background:var(--bg);border-radius:2px;align-items:center;min-height:16px;padding:1px 4px;font-size:.6rem;display:flex}.ProductCard-module__MUNs9G__more{color:var(--text-muted);font-size:.75rem;font-weight:700}.ProductCard-module__MUNs9G__productMainInfo{flex-direction:column;display:flex}.ProductCard-module__MUNs9G__priceContainer{align-items:baseline;gap:12px;display:flex}.ProductCard-module__MUNs9G__oldPrice{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.ProductCard-module__MUNs9G__currentPrice{color:var(--secondary);font-size:1.15rem;font-weight:800}@media (max-width:768px){.ProductCard-module__MUNs9G__title{font-size:.85rem}.ProductCard-module__MUNs9G__currentPrice{font-size:1rem}}
.VendorProfile-module__T1k4rq__container{flex-direction:column;gap:32px;max-width:1200px;margin:0 auto;padding:40px 20px;display:flex}.VendorProfile-module__T1k4rq__loadingContainer{justify-content:center;align-items:center;height:60vh;display:flex}.VendorProfile-module__T1k4rq__loader{border:5px solid var(--border);border-bottom-color:var(--primary);box-sizing:border-box;border-radius:50%;width:48px;height:48px;animation:1s linear infinite VendorProfile-module__T1k4rq__rotation;display:inline-block}@keyframes VendorProfile-module__T1k4rq__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VendorProfile-module__T1k4rq__aboutSection{margin-top:10px}.VendorProfile-module__T1k4rq__sectionTitle{color:#757575;margin-bottom:12px;font-size:1.15rem;font-weight:700}.VendorProfile-module__T1k4rq__aboutText{color:var(--secondary);max-width:800px;font-size:1rem;line-height:1.6}.VendorProfile-module__T1k4rq__tabContent{min-height:400px}.VendorProfile-module__T1k4rq__productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.VendorProfile-module__T1k4rq__emptyState{text-align:center;color:var(--secondary);background:var(--surface);border:1.5px dashed var(--border);border-radius:12px;padding:60px 20px;font-size:1.1rem}.VendorProfile-module__T1k4rq__updatesList{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}.VendorProfile-module__T1k4rq__updateCard{background:var(--background);border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000008}.VendorProfile-module__T1k4rq__updateMedia{object-fit:cover;border-radius:8px;width:100%;height:auto;max-height:400px;margin-top:15px}.VendorProfile-module__T1k4rq__productGrid,.VendorProfile-module__T1k4rq__updateGrid{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}@media (max-width:768px){.VendorProfile-module__T1k4rq__container{gap:24px;padding:20px 15px}.VendorProfile-module__T1k4rq__updatesList{grid-template-columns:1fr}}
.ProductSection-module__PBbYca__section{padding:var(--section-gap-desktop) 0;position:relative;overflow:hidden}.ProductSection-module__PBbYca__sectionContainer{width:100%;max-width:1200px;margin:0 auto}.ProductSection-module__PBbYca__header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.ProductSection-module__PBbYca__title{color:var(--secondary);letter-spacing:-.01em;font-size:1.75rem;font-weight:500}.ProductSection-module__PBbYca__controls{gap:12px;display:flex}.ProductSection-module__PBbYca__relatedSection{border-top:1px solid var(--border);margin-top:60px;padding-top:40px}.ProductSection-module__PBbYca__arrow{border-radius:var(--radius-full);background:var(--surface);width:44px;height:44px;color:var(--secondary);box-shadow:var(--shadow-sm);transition:var(--transition);justify-content:center;align-items:center;display:flex}.ProductSection-module__PBbYca__arrow:hover:not(:disabled){background:var(--secondary);color:var(--white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ProductSection-module__PBbYca__disabled{opacity:.3;cursor:not-allowed}.ProductSection-module__PBbYca__carouselContainer{padding:0 var(--space-md);width:100%;position:relative;overflow:hidden}.ProductSection-module__PBbYca__carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:24px;margin-bottom:-12px;padding-bottom:12px;display:flex;overflow-x:auto}.ProductSection-module__PBbYca__carousel::-webkit-scrollbar{display:none}.ProductSection-module__PBbYca__cardWrapper{scroll-snap-align:start;flex:0 0 calc(16.666% - 20px);min-width:200px}@media (max-width:1400px){.ProductSection-module__PBbYca__cardWrapper{flex:0 0 calc(25% - 18px)}}@media (max-width:1024px){.ProductSection-module__PBbYca__section{padding:var(--section-gap-tablet) 0}.ProductSection-module__PBbYca__cardWrapper{flex:0 0 calc(33.333% - 16px)}.ProductSection-module__PBbYca__title{font-size:1.5rem}}@media (max-width:768px){.ProductSection-module__PBbYca__sectionContainer{width:95%}.ProductSection-module__PBbYca__header{padding:0 10px}.ProductSection-module__PBbYca__carouselContainer{padding:0}.ProductSection-module__PBbYca__carousel{gap:16px;padding:0 10px}.ProductSection-module__PBbYca__cardWrapper{flex:0 0 180px;min-width:180px}.ProductSection-module__PBbYca__controls{display:none}.ProductSection-module__PBbYca__section{padding:var(--section-gap-mobile) 0}.ProductSection-module__PBbYca__title{font-size:20px;font-weight:500}.ProductSection-module__PBbYca__header{margin-bottom:10px}}
.VendorHeader-module__4zvYAq__header{text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.VendorHeader-module__4zvYAq__avatarContainer{border:4px solid var(--background);border-radius:50%;width:120px;height:120px;overflow:hidden;box-shadow:0 4px 20px #00000014}.VendorHeader-module__4zvYAq__avatar{object-fit:cover}.VendorHeader-module__4zvYAq__info{flex-direction:column;align-items:center;gap:8px;display:flex}.VendorHeader-module__4zvYAq__nameRow{align-items:center;gap:8px;display:flex}.VendorHeader-module__4zvYAq__shopName{color:var(--foreground);margin:0;font-size:2rem;font-weight:800}.VendorHeader-module__4zvYAq__verifiedIcon{color:var(--primary)}.VendorHeader-module__4zvYAq__username,.VendorHeader-module__4zvYAq__joinDate{color:#757575;font-size:.95rem;font-weight:500}.VendorHeader-module__4zvYAq__dot{color:#757575;font-size:1.5rem;line-height:0}.VendorHeader-module__4zvYAq__statsRow{justify-content:center;gap:64px;width:100%;margin-top:24px;display:flex}.VendorHeader-module__4zvYAq__stat{flex-direction:column;align-items:center;display:flex}.VendorHeader-module__4zvYAq__statValue{color:var(--foreground);font-size:1.25rem;font-weight:800}.VendorHeader-module__4zvYAq__statLabel{color:#757575;text-transform:capitalize;font-size:.85rem;font-weight:600}.VendorHeader-module__4zvYAq__star{color:#ffb300;font-size:.9rem}@media (max-width:768px){.VendorHeader-module__4zvYAq__shopName{font-size:1.5rem}.VendorHeader-module__4zvYAq__statsRow{justify-content:flex-start;gap:20px;width:100%;padding:12px 16px;overflow-x:auto}.VendorHeader-module__4zvYAq__statValue{font-size:1.1rem}}
.product-module__5nl4Yq__container{width:100%;max-width:1200px;min-height:80vh;margin:0 auto;padding:40px 20px}.product-module__5nl4Yq__contentGrid{grid-template-columns:1fr;align-items:start;gap:40px;margin-bottom:60px;display:grid}.product-module__5nl4Yq__galleryCol{width:100%;position:static}@media (min-width:768px) and (max-width:1099px){.product-module__5nl4Yq__galleryCol{max-width:520px;margin-left:auto;margin-right:auto}}@media (min-width:1100px){.product-module__5nl4Yq__contentGrid{grid-template-columns:560px 1fr;gap:60px;margin-bottom:80px}.product-module__5nl4Yq__galleryCol{width:560px;position:sticky;top:100px}}.product-module__5nl4Yq__infoCol{flex-direction:column;display:flex}@media (min-width:1100px){.product-module__5nl4Yq__infoCol{min-height:850px}}.product-module__5nl4Yq__relatedSection{border-top:2px solid var(--surface);margin-top:100px;padding-top:60px}.product-module__5nl4Yq__relatedSection .sectionTitle{margin-bottom:40px;font-size:2rem;font-weight:800}.product-module__5nl4Yq__loadingContainer,.product-module__5nl4Yq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.product-module__5nl4Yq__spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite product-module__5nl4Yq__rotate}@keyframes product-module__5nl4Yq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:767px){.product-module__5nl4Yq__contentGrid{gap:30px;margin-bottom:50px}.product-module__5nl4Yq__container{padding:20px 15px}.product-module__5nl4Yq__relatedSection{margin-top:60px;padding-top:40px}}
.DownloadAppModal-module__q9XY-q__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s DownloadAppModal-module__q9XY-q__fadeIn;display:flex;position:fixed;top:0;left:0}.DownloadAppModal-module__q9XY-q__modal{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:40px 32px;animation:.3s cubic-bezier(.34,1.56,.64,1) DownloadAppModal-module__q9XY-q__popIn;position:relative;box-shadow:0 10px 40px #0003}.DownloadAppModal-module__q9XY-q__closeBtn{background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--secondary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.DownloadAppModal-module__q9XY-q__closeBtn:hover{background:var(--border);transform:rotate(90deg)}.DownloadAppModal-module__q9XY-q__content{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.DownloadAppModal-module__q9XY-q__emoji{margin-bottom:8px;font-size:3.5rem}.DownloadAppModal-module__q9XY-q__title{color:var(--secondary);margin:0;font-size:1.5rem;font-weight:800}.DownloadAppModal-module__q9XY-q__subtitle{color:#666;margin:0;font-size:1rem;line-height:1.5}.DownloadAppModal-module__q9XY-q__storeButtons{gap:12px;margin-top:24px;display:flex}.DownloadAppModal-module__q9XY-q__storeLink{transition:transform .2s}.DownloadAppModal-module__q9XY-q__storeLink:hover{transform:scale(1.05)}@keyframes DownloadAppModal-module__q9XY-q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DownloadAppModal-module__q9XY-q__popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.DownloadAppModal-module__q9XY-q__modal{padding:32px 20px}.DownloadAppModal-module__q9XY-q__storeButtons{flex-direction:column;width:100%}.DownloadAppModal-module__q9XY-q__storeLink{justify-content:center;width:100%;display:flex}}
.page-module___8aEwW__main{background-color:var(--bg)}.page-module___8aEwW__placeholderSection{padding:var(--space-2xl) 0}.page-module___8aEwW__viewAll{color:var(--primary);font-size:.9rem;font-weight:600}.page-module___8aEwW__sectionHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__sectionTitle{color:var(--text);font-size:1.5rem;font-weight:700}.page-module___8aEwW__loadingContainer{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:100px 0;display:flex}.page-module___8aEwW__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite page-module___8aEwW__spin}@keyframes page-module___8aEwW__spin{to{transform:rotate(360deg)}}.page-module___8aEwW__errorBanner{color:#c53030;text-align:center;background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;margin:20px;padding:12px 24px;font-weight:500}
.StatusBadge-module__ImMCdq__badge{text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.StatusBadge-module__ImMCdq__pending{color:#854d0e;background-color:#fef9c3}.StatusBadge-module__ImMCdq__processing{color:#1e40af;background-color:#dbeafe}.StatusBadge-module__ImMCdq__inDelivery{color:#6b21a8;background-color:#f3e8ff}.StatusBadge-module__ImMCdq__delivered{color:#166534;background-color:#dcfce7}.StatusBadge-module__ImMCdq__cancelled{color:#991b1b;background-color:#fee2e2}.StatusBadge-module__ImMCdq__default{color:#374151;background-color:#f3f4f6}
.VendorActions-module__TpIZwa__actions{justify-content:center;gap:16px;width:100%;margin-top:20px;display:flex}.VendorActions-module__TpIZwa__actionBtn{cursor:pointer;border:1.5px solid var(--border);background:var(--background);color:var(--foreground);border-radius:30px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;transition:all .2s;display:flex}.VendorActions-module__TpIZwa__messageBtn,.VendorActions-module__TpIZwa__subscribeBtn,.VendorActions-module__TpIZwa__shareBtn,.VendorActions-module__TpIZwa__subscribedBtn{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.VendorActions-module__TpIZwa__messageBtn{border:1.5px solid var(--border);background:var(--background);color:var(--foreground)}.VendorActions-module__TpIZwa__messageBtn:hover{background:var(--surface);border-color:var(--secondary)}.VendorActions-module__TpIZwa__subscribeBtn,.VendorActions-module__TpIZwa__shareBtn{border:1.5px solid var(--border);background:var(--background);color:var(--foreground)}.VendorActions-module__TpIZwa__subscribeBtn:hover,.VendorActions-module__TpIZwa__shareBtn:hover{background:var(--surface)}.VendorActions-module__TpIZwa__subscribedBtn{border:1.5px solid var(--primary);background:var(--background);color:var(--primary)}.VendorActions-module__TpIZwa__subscribedBtn:hover{background:var(--primary-light,#ff632c0d)}@media (max-width:600px){.VendorActions-module__TpIZwa__actions{flex-wrap:wrap;gap:12px}.VendorActions-module__TpIZwa__messageBtn,.VendorActions-module__TpIZwa__subscribeBtn,.VendorActions-module__TpIZwa__shareBtn,.VendorActions-module__TpIZwa__subscribedBtn{flex:1;justify-content:center;min-width:120px;padding:10px 16px;font-size:.85rem}}
.ImageCropModal-module__X-ks4q__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ImageCropModal-module__X-ks4q__modal{width:100%;max-width:500px;box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;flex-direction:column;animation:.3s ease-out ImageCropModal-module__X-ks4q__modalIn;display:flex;overflow:hidden}.ImageCropModal-module__X-ks4q__header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ImageCropModal-module__X-ks4q__title{color:var(--secondary);font-size:1.25rem;font-weight:700;font-family:var(--font-secondary)}.ImageCropModal-module__X-ks4q__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;transition:transform .2s;display:flex}.ImageCropModal-module__X-ks4q__closeBtn:hover{color:var(--secondary);transform:rotate(90deg)}.ImageCropModal-module__X-ks4q__cropperContainer{background:#333;width:100%;height:400px;position:relative}.ImageCropModal-module__X-ks4q__footer{background:#fafafa;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.ImageCropModal-module__X-ks4q__btn{cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.ImageCropModal-module__X-ks4q__cancelBtn{color:var(--secondary);background:#eee}.ImageCropModal-module__X-ks4q__cancelBtn:hover{background:#e0e0e0}.ImageCropModal-module__X-ks4q__saveBtn{background:var(--primary);color:#fff;min-width:100px}.ImageCropModal-module__X-ks4q__saveBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ImageCropModal-module__X-ks4q__saveBtn:disabled{opacity:.6;cursor:not-allowed}@keyframes ImageCropModal-module__X-ks4q__modalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:480px){.ImageCropModal-module__X-ks4q__modal{height:90vh}.ImageCropModal-module__X-ks4q__cropperContainer{flex:1}}
.ConfirmModal-module__PnLe0a__overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out ConfirmModal-module__PnLe0a__fadeIn;display:flex;position:fixed;inset:0}.ConfirmModal-module__PnLe0a__modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:400px;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) ConfirmModal-module__PnLe0a__scaleIn;display:flex;box-shadow:0 10px 40px #0000001a}.ConfirmModal-module__PnLe0a__content{text-align:center;margin-bottom:24px}.ConfirmModal-module__PnLe0a__title{color:var(--secondary);font-size:1.25rem;font-weight:700;font-family:var(--font-secondary);margin-bottom:8px}.ConfirmModal-module__PnLe0a__message{color:var(--text-muted);font-size:1rem;line-height:1.5}.ConfirmModal-module__PnLe0a__footer{gap:12px;display:flex}.ConfirmModal-module__PnLe0a__btn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:14px;font-size:.95rem;font-weight:600;transition:all .2s}.ConfirmModal-module__PnLe0a__cancelBtn{color:var(--secondary);background:#f0f0f0}.ConfirmModal-module__PnLe0a__cancelBtn:hover{background:#e5e5e5}.ConfirmModal-module__PnLe0a__confirmBtn{background:var(--primary);color:#fff}.ConfirmModal-module__PnLe0a__confirmBtnDanger{color:#fff;background:#ff3e3e}.ConfirmModal-module__PnLe0a__btn:hover{opacity:.9;transform:translateY(-1px)}.ConfirmModal-module__PnLe0a__btn:active{transform:scale(.98)}@keyframes ConfirmModal-module__PnLe0a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmModal-module__PnLe0a__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.InfoLayout-module__f-dXNq__main{background-color:var(--background);min-height:calc(100vh - 80px);padding-top:100px}.InfoLayout-module__f-dXNq__hero{text-align:center;background:var(--white);padding:60px 0}.InfoLayout-module__f-dXNq__hero.InfoLayout-module__f-dXNq__clean{background:0 0;border-bottom:none;padding-bottom:20px}.InfoLayout-module__f-dXNq__hero.InfoLayout-module__f-dXNq__clean+.InfoLayout-module__f-dXNq__content{padding-top:10px}.InfoLayout-module__f-dXNq__title{color:#9e9e9e;white-space:pre-wrap;margin-bottom:20px;font-size:3rem;font-weight:800}.InfoLayout-module__f-dXNq__subtitle{color:#9e9e9e;max-width:600px;margin:0 auto;font-size:1.25rem}.InfoLayout-module__f-dXNq__content{padding:80px 0}.InfoLayout-module__f-dXNq__innerContent{max-width:1000px;margin:0 auto}@media (max-width:768px){.InfoLayout-module__f-dXNq__title{font-size:2.25rem}.InfoLayout-module__f-dXNq__hero{padding:20px 0}.InfoLayout-module__f-dXNq__content{padding:40px 0}}
.ShopPromo-module__ljVU0a__promo{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:24px;padding:20px 0 40px;display:flex;overflow-x:auto}.ShopPromo-module__ljVU0a__promo::-webkit-scrollbar{display:none}.ShopPromo-module__ljVU0a__card{scroll-snap-align:start;color:#fff;background-image:url(/landing/vendor-card-bg.webp);background-position:50%;background-size:cover;border-radius:24px;flex-shrink:0;align-items:center;gap:20px;min-width:340px;max-width:420px;height:220px;padding:24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 8px #ff5a1f0a}.ShopPromo-module__ljVU0a__card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #ff5a1f1a}.ShopPromo-module__ljVU0a__avatarLink{flex-shrink:0;transition:transform .3s;display:flex}.ShopPromo-module__ljVU0a__avatarLink:hover{transform:scale(1.05)}.ShopPromo-module__ljVU0a__avatar{object-fit:cover;border:4px solid #fff6;flex-shrink:0;border-radius:50%!important;width:90px!important;height:90px!important}.ShopPromo-module__ljVU0a__info{text-align:left;flex-direction:column;flex:1;gap:12px;display:flex}.ShopPromo-module__ljVU0a__titleWrapper{align-items:center;gap:8px;width:fit-content;max-width:100%;display:flex}.ShopPromo-module__ljVU0a__nameLink{color:inherit;min-width:0;text-decoration:none}.ShopPromo-module__ljVU0a__nameLink:hover .ShopPromo-module__ljVU0a__shopName{text-decoration:underline}.ShopPromo-module__ljVU0a__verifiedIcon{flex-shrink:0;display:inline-block}.ShopPromo-module__ljVU0a__shopName{letter-spacing:-.5px;white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;margin:0;font-size:1.4rem;font-weight:800;line-height:1.2;overflow:hidden}.ShopPromo-module__ljVU0a__description{opacity:.95;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ShopPromo-module__ljVU0a__subscribe{color:#ff5a1f;cursor:pointer;background:#fff;border:none;border-radius:50px;align-self:flex-start;align-items:center;gap:8px;width:fit-content;padding:10px 24px;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.ShopPromo-module__ljVU0a__subscribe:hover{transform:scale(1.05);box-shadow:0 5px 15px #0000001a}@media (max-width:768px){.ShopPromo-module__ljVU0a__card{gap:16px;min-width:78vw;height:180px;padding:20px}.ShopPromo-module__ljVU0a__avatar{width:75px!important;height:75px!important}.ShopPromo-module__ljVU0a__shopName{font-size:1.2rem}.ShopPromo-module__ljVU0a__description{-webkit-line-clamp:2;line-clamp:2;font-size:.85rem}}
.ProductInfo-module__ArEC7G__info{flex-direction:column;gap:24px;display:flex}.ProductInfo-module__ArEC7G__name{color:var(--secondary);font-size:2rem;font-weight:800;line-height:1.2}.ProductInfo-module__ArEC7G__priceSection{align-items:baseline;gap:16px;display:flex}.ProductInfo-module__ArEC7G__currentPrice{color:var(--primary);font-size:1.75rem;font-weight:800}.ProductInfo-module__ArEC7G__oldPrice{color:var(--text-muted);font-size:1.2rem;text-decoration:line-through}.ProductInfo-module__ArEC7G__variantGroup{flex-direction:column;gap:12px;display:flex}.ProductInfo-module__ArEC7G__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.ProductInfo-module__ArEC7G__chips{flex-wrap:wrap;gap:12px;display:flex}.ProductInfo-module__ArEC7G__chip{border:1.5px solid var(--border);cursor:pointer;min-width:50px;color:var(--text);background:#fff;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .2s}.ProductInfo-module__ArEC7G__chip.ProductInfo-module__ArEC7G__active{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:#fff}.ProductInfo-module__ArEC7G__swatches{flex-wrap:wrap;gap:12px;display:flex}.ProductInfo-module__ArEC7G__swatch{border:1px solid var(--border);cursor:pointer;border-radius:4px;width:32px;height:32px;padding:0;transition:all .2s}.ProductInfo-module__ArEC7G__swatch.ProductInfo-module__ArEC7G__active{border:2px solid var(--primary);transform:scale(1.1)}.ProductInfo-module__ArEC7G__quantitySection{flex-direction:column;gap:12px;display:flex}.ProductInfo-module__ArEC7G__quantityControls{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:20px;width:fit-content;padding:8px 16px;display:flex}.ProductInfo-module__ArEC7G__qtyBtn{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:500;transition:background .2s;display:flex}.ProductInfo-module__ArEC7G__qtyBtn:hover:not(:disabled){background:#0000000d}.ProductInfo-module__ArEC7G__qtyBtn:disabled{color:var(--text-muted);cursor:not-allowed}.ProductInfo-module__ArEC7G__qtyValue{color:var(--secondary);text-align:center;min-width:2ch;font-size:1.1rem;font-weight:700}.ProductInfo-module__ArEC7G__addToCartBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:10px;padding:18px 30px;font-size:1.25rem;font-weight:700;transition:all .3s;box-shadow:0 10px 20px #ff7e4940}.ProductInfo-module__ArEC7G__addToCartBtn:hover:not(:disabled){background:var(--primary-dark,#f26a33);transform:translateY(-2px);box-shadow:0 12px 25px #ff7e4959}.ProductInfo-module__ArEC7G__addToCartBtn:disabled{background:var(--text-muted);box-shadow:none;cursor:not-allowed;opacity:.7}@media (max-width:768px){.ProductInfo-module__ArEC7G__name{font-size:1.5rem}}
.VendorTabs-module__CtXnwW__tabsContainer{margin-top:10px}.VendorTabs-module__CtXnwW__tabs{gap:32px;display:flex}.VendorTabs-module__CtXnwW__tab{cursor:pointer;color:#757575;background:0 0;border:none;align-items:center;gap:8px;padding:12px 0;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex;position:relative}.VendorTabs-module__CtXnwW__tab.VendorTabs-module__CtXnwW__active{color:var(--primary)}.VendorTabs-module__CtXnwW__tab:after{content:"";background:var(--primary);border-radius:3px 3px 0 0;width:0;height:3px;transition:width .2s;position:absolute;bottom:0;left:0}.VendorTabs-module__CtXnwW__tab.VendorTabs-module__CtXnwW__active:after{width:100%}.VendorTabs-module__CtXnwW__count{background:var(--surface);color:#757575;border:1px solid #0000;border-radius:12px;padding:2px 8px;font-size:.85rem;transition:all .2s}.VendorTabs-module__CtXnwW__tab.VendorTabs-module__CtXnwW__active .VendorTabs-module__CtXnwW__count{border:1.5px solid var(--primary);color:var(--primary);background:#fff}.VendorTabs-module__CtXnwW__divider{background:var(--border);width:100%;height:1px;margin-top:-1px}@media (max-width:768px){.VendorTabs-module__CtXnwW__tabs{justify-content:center;gap:20px}}
.post-module__fFuUMG__postContainer{max-width:800px;margin:0 auto}.post-module__fFuUMG__meta{color:var(--text-muted);justify-content:flex-start;gap:24px;margin-bottom:30px;font-size:.95rem;display:flex}.post-module__fFuUMG__metaItem{align-items:center;gap:8px;display:flex}.post-module__fFuUMG__heroImageWrapper{aspect-ratio:3/2;border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-lg);margin-bottom:40px;position:relative;overflow:hidden}.post-module__fFuUMG__heroImage{object-fit:cover}.post-module__fFuUMG__placeholderImage{width:100%;height:100%}.post-module__fFuUMG__content{color:var(--text);font-size:1.125rem;line-height:1.8}.post-module__fFuUMG__content h2{color:var(--secondary);margin:40px 0 20px;font-size:2rem;font-weight:800}.post-module__fFuUMG__content h3{color:var(--secondary);margin:30px 0 15px;font-size:1.5rem;font-weight:700}.post-module__fFuUMG__content p{margin-bottom:24px}.post-module__fFuUMG__content a{color:var(--primary);transition:var(--transition);font-weight:600;text-decoration:underline}.post-module__fFuUMG__content a:hover{filter:brightness(1.2)}.post-module__fFuUMG__content strong{color:var(--secondary);font-weight:700}.post-module__fFuUMG__footer{border-top:1px solid var(--border);flex-direction:column;gap:30px;margin-top:60px;padding-top:40px;display:flex}.post-module__fFuUMG__shareSection{flex-direction:column;gap:12px;display:flex}.post-module__fFuUMG__shareLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.post-module__fFuUMG__shareGroup{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.post-module__fFuUMG__socialBtn{border:1.5px solid var(--border);width:44px;height:44px;color:var(--secondary);background:#fff;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.post-module__fFuUMG__socialBtn:hover{border-color:var(--brand-color,var(--primary));color:var(--brand-color,var(--primary));transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a}.post-module__fFuUMG__nativeShareBtn{background:var(--secondary);color:#fff;border-radius:12px;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.post-module__fFuUMG__nativeShareBtn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.post-module__fFuUMG__backBtn{color:var(--secondary);font-weight:700;text-decoration:none}.post-module__fFuUMG__backBtn:hover{text-decoration:underline}@media (max-width:768px){.post-module__fFuUMG__heroImage{height:300px}.post-module__fFuUMG__meta{flex-wrap:wrap;gap:16px}.post-module__fFuUMG__footer{flex-direction:column;align-items:flex-start;gap:30px}}
.page-module__1t6Q5q__container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.page-module__1t6Q5q__main{flex:1;padding-bottom:250px}.page-module__1t6Q5q__hero{text-align:center;background:#fff;margin-bottom:3rem;padding:4rem 2rem 10px;position:relative;overflow:hidden}.page-module__1t6Q5q__hero:before{content:"";opacity:.03;background-image:radial-gradient(#000 .5px,#0000 .5px);background-size:20px 20px;position:absolute;inset:0}.page-module__1t6Q5q__breadcrumb{color:#666;text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.page-module__1t6Q5q__breadcrumbSeparator{opacity:.5}.page-module__1t6Q5q__title{color:#363851;flex-direction:column;align-items:center;gap:.5rem;margin:0;font-size:1.75rem;font-weight:800;display:flex}.page-module__1t6Q5q__title span{color:#666;font-size:1.25rem;font-weight:400}.page-module__1t6Q5q__content{max-width:1400px;margin:0 auto;padding:0 2rem}.page-module__1t6Q5q__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.page-module__1t6Q5q__loading,.page-module__1t6Q5q__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:auto;padding:24px 20px;display:flex}.page-module__1t6Q5q__emptyTitle{color:#363851;flex-direction:column;align-items:center;gap:1rem;font-size:1.5rem;font-weight:600;display:flex}.page-module__1t6Q5q__emoji{text-shadow:0 0 20px #09f9,0 0 40px #0099ff4d;font-size:4rem;animation:2s ease-in-out infinite page-module__1t6Q5q__pulse}@keyframes page-module__1t6Q5q__pulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.1)}}.page-module__1t6Q5q__emptyDesc{color:#666;max-width:400px}.page-module__1t6Q5q__backBtn{color:#fff;background-color:#f65c1f;border-radius:8px;align-items:center;padding:.75rem 2rem;font-weight:600;transition:all .2s;display:inline-flex}.page-module__1t6Q5q__backBtn:hover{background-color:#d44b15;transform:translateY(-2px);box-shadow:0 4px 12px #f65c1f4d}@media (max-width:1024px){.page-module__1t6Q5q__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width:768px){.page-module__1t6Q5q__hero{padding:10px 1rem}.page-module__1t6Q5q__title{font-size:1.25rem}.page-module__1t6Q5q__empty{padding:0 20px}.page-module__1t6Q5q__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.page-module__1t6Q5q__content{padding:0 1rem}}@media (max-width:480px){.page-module__1t6Q5q__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}
.OrderCard-module__-K690a__card{cursor:pointer;background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;gap:16px;margin-bottom:16px;padding:16px;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.OrderCard-module__-K690a__card:hover{border-color:#e5e7eb;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.OrderCard-module__-K690a__imageContainer{background-color:#f9fafb;border-radius:8px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.OrderCard-module__-K690a__image{object-fit:cover}.OrderCard-module__-K690a__placeholder{color:#9ca3af;background-color:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.OrderCard-module__-K690a__content{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.OrderCard-module__-K690a__header{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.OrderCard-module__-K690a__orderNumber{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.OrderCard-module__-K690a__date{color:#6b7280;font-size:.8rem}.OrderCard-module__-K690a__middle{align-items:center;gap:12px;margin-bottom:8px;display:flex}.OrderCard-module__-K690a__itemCount{color:#6b7280;font-size:.85rem}.OrderCard-module__-K690a__footer{justify-content:space-between;align-items:center;display:flex}.OrderCard-module__-K690a__totalLabel{color:#6b7280;font-size:.85rem}.OrderCard-module__-K690a__totalAmount{color:#f65c1f;font-size:1.1rem;font-weight:700}@media (max-width:640px){.OrderCard-module__-K690a__card{gap:12px;padding:12px}.OrderCard-module__-K690a__imageContainer{width:70px;height:70px}.OrderCard-module__-K690a__orderNumber{font-size:.85rem}}
.ReviewModal-module__bojqjG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out ReviewModal-module__bojqjG__fadeIn;display:flex;position:fixed;inset:0}.ReviewModal-module__bojqjG__modal{background-color:#fff;border-radius:20px;width:100%;max-width:500px;padding:32px;animation:.3s ease-out ReviewModal-module__bojqjG__slideUp;position:relative;box-shadow:0 10px 40px #0000001a}.ReviewModal-module__bojqjG__closeBtn{color:#828282;transition:color .2s;position:absolute;top:24px;right:24px}.ReviewModal-module__bojqjG__closeBtn:hover{color:#363851}.ReviewModal-module__bojqjG__title{color:#363851;text-align:center;margin-bottom:24px;font-size:20px;font-weight:700}.ReviewModal-module__bojqjG__productCard{background-color:#f9f9f9;border-radius:12px;gap:16px;margin-bottom:24px;padding:16px;display:flex}.ReviewModal-module__bojqjG__productImg{border-radius:8px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.ReviewModal-module__bojqjG__productName{color:#363851;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:4px;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}.ReviewModal-module__bojqjG__productMeta{color:#828282;font-size:12px}.ReviewModal-module__bojqjG__label{color:#363851;margin-bottom:12px;font-size:14px;font-weight:600;display:block}.ReviewModal-module__bojqjG__starsRow{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.ReviewModal-module__bojqjG__star{cursor:pointer;transition:transform .2s}.ReviewModal-module__bojqjG__star:hover{transform:scale(1.1)}.ReviewModal-module__bojqjG__inputGroup{margin-bottom:24px;position:relative}.ReviewModal-module__bojqjG__textarea{resize:none;border:1px solid #e0e0e0;border-radius:12px;width:100%;height:100px;padding:16px;font-size:14px;transition:border-color .2s}.ReviewModal-module__bojqjG__textarea:focus{border-color:#f65c1f;outline:none}.ReviewModal-module__bojqjG__charCount{color:#999;font-size:12px;position:absolute;bottom:-20px;right:0}.ReviewModal-module__bojqjG__uploadGroup{margin-bottom:32px}.ReviewModal-module__bojqjG__previewsRow{flex-wrap:wrap;gap:12px;display:flex}.ReviewModal-module__bojqjG__previewItem{border-radius:8px;width:70px;height:70px;position:relative;overflow:hidden}.ReviewModal-module__bojqjG__removeImgBtn{color:#eb5757;background:#fff;border-radius:50%;padding:2px;position:absolute;top:4px;right:4px;box-shadow:0 2px 5px #0000001a}.ReviewModal-module__bojqjG__uploadBtn{cursor:pointer;color:#bdbdbd;border:2px dashed #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .2s;display:flex}.ReviewModal-module__bojqjG__uploadBtn:hover{color:#f65c1f;border-color:#f65c1f}.ReviewModal-module__bojqjG__submitBtn{color:#fff;background-color:#f65c1f;border-radius:14px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:transform .2s,opacity .2s}.ReviewModal-module__bojqjG__submitBtn:hover{opacity:.9;transform:translateY(-2px)}.ReviewModal-module__bojqjG__submitBtn:disabled{cursor:not-allowed;background-color:#bdbdbd;transform:none}.ReviewModal-module__bojqjG__loadingState{justify-content:center;padding:40px;display:flex}.ReviewModal-module__bojqjG__spinner{color:#f65c1f;animation:1s linear infinite ReviewModal-module__bojqjG__rotate}.ReviewModal-module__bojqjG__submittedState{text-align:center;padding:16px 0}.ReviewModal-module__bojqjG__reviewText{color:#4f4f4f;margin-top:16px;margin-bottom:24px;font-size:15px;line-height:1.6}.ReviewModal-module__bojqjG__submittedActions{justify-content:center;gap:16px;display:flex}.ReviewModal-module__bojqjG__editBtn{color:#f65c1f;background-color:#fff;border:1px solid #f65c1f;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600}.ReviewModal-module__bojqjG__deleteBtn{color:#eb5757;background-color:#ffeaea;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ReviewModal-module__bojqjG__cancelLink{text-align:center;color:#828282;background:0 0;margin-top:16px;font-size:14px;display:block}@keyframes ReviewModal-module__bojqjG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ReviewModal-module__bojqjG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ReviewModal-module__bojqjG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.ReviewModal-module__bojqjG__modal{border-bottom-right-radius:0;border-bottom-left-radius:0;padding:24px;position:absolute;bottom:0}}
.Accordion-module__FPPDpq__accordion{width:100%}.Accordion-module__FPPDpq__item{border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);background:var(--white);margin-bottom:16px;overflow:hidden}.Accordion-module__FPPDpq__item:hover{box-shadow:var(--shadow-md);border-color:var(--secondary-light)}.Accordion-module__FPPDpq__active{border-color:var(--primary);box-shadow:var(--shadow-lg)}.Accordion-module__FPPDpq__header{cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;display:flex}.Accordion-module__FPPDpq__title{color:var(--secondary);font-size:1.125rem;font-weight:600}.Accordion-module__FPPDpq__icon{color:var(--text-muted);transition:var(--transition)}.Accordion-module__FPPDpq__active .Accordion-module__FPPDpq__title,.Accordion-module__FPPDpq__active .Accordion-module__FPPDpq__icon{color:var(--primary)}.Accordion-module__FPPDpq__contentWrapper{transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.Accordion-module__FPPDpq__content{color:var(--text);padding:0 24px 24px;font-size:1rem;line-height:1.6}
.StorySlider-module__Za_I-a__wrapper{background:var(--bg-soft);width:100%;padding:80px 0;position:relative;overflow:hidden}.StorySlider-module__Za_I-a__header{text-align:center;margin-bottom:25px;padding:0 20px}.StorySlider-module__Za_I-a__title{color:var(--secondary);margin-bottom:12px;font-size:2.5rem;font-weight:800}.StorySlider-module__Za_I-a__subtitle{font-family:var(--font-caveat), cursive;color:#9e9e9e;font-size:2.5rem;font-weight:400;line-height:1.2}.StorySlider-module__Za_I-a__sliderContainer{justify-content:center;align-items:center;max-width:1400px;height:650px;margin:0 auto;display:flex;position:relative}.StorySlider-module__Za_I-a__track{perspective:2000px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.StorySlider-module__Za_I-a__slide{pointer-events:none;border-radius:var(--radius-2xl);flex-direction:column;align-items:center;width:450px;transition:all .7s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;overflow:hidden}.StorySlider-module__Za_I-a__imageWrapper{aspect-ratio:1;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;border:10px solid #0000;width:100%;position:relative;overflow:hidden}.StorySlider-module__Za_I-a__image{object-fit:cover}.StorySlider-module__Za_I-a__captionArea{text-align:center;opacity:0;border-radius:0 0 var(--radius-2xl) var(--radius-2xl);background:#fff;width:100%;padding:24px 20px;transition:opacity .4s}.StorySlider-module__Za_I-a__caption{color:var(--secondary);font-size:1.1rem;font-weight:700;line-height:1.4}.StorySlider-module__Za_I-a__center{z-index:10;opacity:1;pointer-events:auto;background:#fff;transform:translate(0)scale(1.1);box-shadow:0 30px 60px #0000001f}.StorySlider-module__Za_I-a__center .StorySlider-module__Za_I-a__imageWrapper{border-color:#fff}.StorySlider-module__Za_I-a__center .StorySlider-module__Za_I-a__captionArea{opacity:1;background:#fff}.StorySlider-module__Za_I-a__left{z-index:5;opacity:.7;filter:blur(1px)brightness(.8);transform:translate(-145px)scale(.9)}.StorySlider-module__Za_I-a__right{z-index:5;opacity:.7;filter:blur(1px)brightness(.8);transform:translate(145px)scale(.9)}.StorySlider-module__Za_I-a__farLeft{z-index:1;opacity:.4;filter:blur(5px)brightness(.6);transform:translate(-275px)scale(.8)}.StorySlider-module__Za_I-a__farRight{z-index:1;opacity:.4;filter:blur(5px)brightness(.6);transform:translate(275px)scale(.8)}.StorySlider-module__Za_I-a__hidden{z-index:0;opacity:0;visibility:hidden;transform:translate(0)scale(0)}.StorySlider-module__Za_I-a__controls{z-index:30;gap:30px;display:flex;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}.StorySlider-module__Za_I-a__navBtn{border:1px solid var(--border);cursor:pointer;width:56px;height:56px;box-shadow:var(--shadow-md);color:var(--secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.StorySlider-module__Za_I-a__navBtn:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:scale(1.1);box-shadow:0 10px 20px #f65c1f33}@media (max-width:1100px){.StorySlider-module__Za_I-a__slide{width:380px}.StorySlider-module__Za_I-a__left{transform:translate(-120px)scale(.9)}.StorySlider-module__Za_I-a__right{transform:translate(120px)scale(.9)}.StorySlider-module__Za_I-a__farLeft{transform:translate(-230px)scale(.8)}.StorySlider-module__Za_I-a__farRight{transform:translate(230px)scale(.8)}}@media (max-width:768px){.StorySlider-module__Za_I-a__wrapper{padding:60px 0 100px}.StorySlider-module__Za_I-a__sliderContainer{height:auto;min-height:480px}.StorySlider-module__Za_I-a__track{perspective:1000px}.StorySlider-module__Za_I-a__slide{opacity:0;width:280px;height:auto;display:flex;position:absolute}.StorySlider-module__Za_I-a__center{opacity:1;z-index:10;transform:translate(0)scale(1)!important}.StorySlider-module__Za_I-a__left{opacity:.5;z-index:5;display:flex!important;transform:translate(-60px)scale(.8)!important}.StorySlider-module__Za_I-a__right{opacity:.5;z-index:5;display:flex!important;transform:translate(60px)scale(.8)!important}.StorySlider-module__Za_I-a__farLeft,.StorySlider-module__Za_I-a__farRight{display:none!important}.StorySlider-module__Za_I-a__imageWrapper{border-width:6px}.StorySlider-module__Za_I-a__captionArea{padding:16px 12px}.StorySlider-module__Za_I-a__caption{font-size:.95rem}.StorySlider-module__Za_I-a__controls{gap:20px;bottom:-60px}.StorySlider-module__Za_I-a__navBtn{width:48px;height:48px}}
.ProductGrid-module___R0-1W__gridContainer{flex-direction:column;gap:3rem;width:100%;display:flex}.ProductGrid-module___R0-1W__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.ProductGrid-module___R0-1W__loadMoreContainer{justify-content:center;margin-top:1rem;display:flex}.ProductGrid-module___R0-1W__loadMoreBtn{color:var(--secondary);border:1.5px solid var(--secondary);border-radius:var(--radius-full);font-family:var(--font-secondary);cursor:pointer;transition:var(--transition);background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;display:flex}.ProductGrid-module___R0-1W__loadMoreBtn:hover:not(:disabled){background-color:var(--secondary);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.ProductGrid-module___R0-1W__loadMoreBtn:disabled{opacity:.6;cursor:not-allowed}.ProductGrid-module___R0-1W__spinner{border:2px solid #36385133;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ProductGrid-module___R0-1W__spin}@keyframes ProductGrid-module___R0-1W__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.ProductGrid-module___R0-1W__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width:768px){.ProductGrid-module___R0-1W__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width:480px){.ProductGrid-module___R0-1W__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.ProductGrid-module___R0-1W__loadMoreBtn{padding:.75rem 1.5rem;font-size:.9rem}}
.VendorCarousel-module__NXGecq__container{width:100%;padding:var(--section-gap-desktop) 0;text-align:center;background:0 0}.VendorCarousel-module__NXGecq__inner{width:100%;max-width:1300px;margin:0 auto;padding:0 5%}.VendorCarousel-module__NXGecq__title{color:#363851;margin-bottom:3.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.VendorCarousel-module__NXGecq__carousel{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:1rem 0;display:flex;overflow-x:auto}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__carousel::-webkit-scrollbar{display:none}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__dots{justify-content:center;gap:.5rem;margin-top:2.5rem;display:flex}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__dot{cursor:pointer;background-color:#ddd;border-radius:50%;width:8px;height:8px;transition:background-color .2s}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__dotActive{background-color:#ff5a1f}@media (max-width:768px){.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__container{padding:var(--section-gap-mobile) 0}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__inner{width:100%;padding:0}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__carousel{gap:10px;padding:0 20px;scroll-padding-left:20px}}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__container{padding:48px 0}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__title{margin-bottom:2.5rem;font-size:28px}.VendorCarousel-module__NXGecq__carousel .VendorCarousel-module__NXGecq__carousel{justify-content:flex-start;padding-left:1rem;padding-right:1rem}.VendorCarousel-module__NXGecq__controls{justify-content:center;gap:20px;margin-top:40px;display:flex}.VendorCarousel-module__NXGecq__controlBtn{cursor:pointer;color:#666;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.VendorCarousel-module__NXGecq__controlBtn:hover{color:#ff5a1f;background:#fff;border-color:#ff5a1f;transform:translateY(-2px);box-shadow:0 6px 15px #ff5a1f26}.VendorCarousel-module__NXGecq__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:20px;animation:1.5s linear infinite VendorCarousel-module__NXGecq__shimmer}.VendorCarousel-module__NXGecq__promoSkeleton{flex-shrink:0;min-width:340px;height:220px}@media (max-width:768px){.VendorCarousel-module__NXGecq__promoSkeleton{min-width:78vw;height:180px}}@keyframes VendorCarousel-module__NXGecq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.ProductStats-module__ayI5EW__statsRow{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:10px 0;padding:20px 0;display:flex}.ProductStats-module__ayI5EW__leftActions{align-items:center;gap:16px;display:flex}.ProductStats-module__ayI5EW__actionBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.ProductStats-module__ayI5EW__vendorInfo{align-items:center;gap:12px;display:flex}.ProductStats-module__ayI5EW__vendorName{color:var(--secondary);white-space:nowrap;text-overflow:ellipsis;max-width:50ch;font-size:1rem;font-weight:600;overflow:hidden}.ProductStats-module__ayI5EW__actionBtn:hover{background:var(--surface)}.ProductStats-module__ayI5EW__vendorAvatar{border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.ProductStats-module__ayI5EW__avatarImg{object-fit:cover}.ProductStats-module__ayI5EW__metrics{align-items:center;gap:24px;display:flex}.ProductStats-module__ayI5EW__metric{color:var(--secondary);flex-direction:row;align-items:center;gap:6px;display:flex}.ProductStats-module__ayI5EW__btnMetric{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 8px;transition:all .2s}.ProductStats-module__ayI5EW__btnMetric:hover{background:#0000000d;transform:translateY(-2px)}.ProductStats-module__ayI5EW__value{color:inherit;font-size:1.1rem;font-weight:700}.ProductStats-module__ayI5EW__icon{width:28px;height:28px;color:inherit;transition:all .2s}.ProductStats-module__ayI5EW__activeIcon{transform:scale(1.15)}.ProductStats-module__ayI5EW__metric:hover .ProductStats-module__ayI5EW__icon{color:var(--primary)}@media (max-width:768px){.ProductStats-module__ayI5EW__statsRow{flex-direction:column;align-items:flex-start;gap:20px}.ProductStats-module__ayI5EW__leftActions{justify-content:flex-start;width:100%}.ProductStats-module__ayI5EW__metrics{border-top:1px dashed var(--border);justify-content:space-between;gap:12px;width:100%;padding-top:10px}.ProductStats-module__ayI5EW__value{font-size:.9rem}}@media (max-width:480px){.ProductStats-module__ayI5EW__statsRow{gap:16px}.ProductStats-module__ayI5EW__vendorName{max-width:50ch}}
.VendorUpdateViewer-module__d9eyIG__overlay{background:var(--background-dark,#000000f2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;justify-content:center;align-items:center;width:100%;height:100%;padding:0;animation:.3s VendorUpdateViewer-module__d9eyIG__fadeIn;display:flex;position:fixed;top:0;left:0}@media (min-width:769px){.VendorUpdateViewer-module__d9eyIG__overlay{padding:24px}}.VendorUpdateViewer-module__d9eyIG__container{background:#000;border-radius:20px;width:100%;max-width:1100px;height:100%;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) VendorUpdateViewer-module__d9eyIG__popIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.VendorUpdateViewer-module__d9eyIG__videoSection{background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.VendorUpdateViewer-module__d9eyIG__videoWrapper{aspect-ratio:9/16;background:#111;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.VendorUpdateViewer-module__d9eyIG__video{object-fit:contain;width:100%;height:100%}.VendorUpdateViewer-module__d9eyIG__videoControls{opacity:0;background:linear-gradient(#0006 0%,#0000 20% 80%,#0006 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:20px;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.VendorUpdateViewer-module__d9eyIG__videoWrapper:hover .VendorUpdateViewer-module__d9eyIG__videoControls{opacity:1}.VendorUpdateViewer-module__d9eyIG__mainPlayBtn{cursor:pointer;color:#fff;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VendorUpdateViewer-module__d9eyIG__mainPlayBtn:hover{transform:translate(-50%,-50%)scale(1.1)}.VendorUpdateViewer-module__d9eyIG__bottomBar{align-items:center;gap:16px;width:100%;padding:16px;display:flex;position:absolute;bottom:0;left:0}.VendorUpdateViewer-module__d9eyIG__progressBar{cursor:pointer;height:4px;accent-color:var(--primary);flex:1}.VendorUpdateViewer-module__d9eyIG__fullScreenBtn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px}.VendorUpdateViewer-module__d9eyIG__detailsPanel{background:#fff;flex-direction:column;width:400px;display:flex}.VendorUpdateViewer-module__d9eyIG__detailsContent{flex-direction:column;height:100%;padding:32px;display:flex}.VendorUpdateViewer-module__d9eyIG__scrollArea{flex:1;padding-bottom:24px;overflow-y:auto}.VendorUpdateViewer-module__d9eyIG__vendorHeader{color:var(--secondary);margin-bottom:12px;font-size:1.4rem;font-weight:800}.VendorUpdateViewer-module__d9eyIG__description{color:#333;white-space:pre-wrap;margin-bottom:16px;font-size:1.1rem;line-height:1.6}.VendorUpdateViewer-module__d9eyIG__metaInfo{margin-bottom:24px}.VendorUpdateViewer-module__d9eyIG__date{color:#757575;font-size:.95rem;font-weight:500}.VendorUpdateViewer-module__d9eyIG__interactionFooter{border-top:1px solid var(--border);padding-top:24px}.VendorUpdateViewer-module__d9eyIG__statsRow{align-items:center;gap:24px;margin-bottom:16px;display:flex}.VendorUpdateViewer-module__d9eyIG__statItem{color:var(--secondary);align-items:center;gap:8px;display:flex}.VendorUpdateViewer-module__d9eyIG__statValue{font-size:1rem;font-weight:700}.VendorUpdateViewer-module__d9eyIG__footerNote{color:#999;font-size:.85rem}.VendorUpdateViewer-module__d9eyIG__backBtn{cursor:pointer;color:#374151;z-index:2100;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:fixed;top:24px;left:24px;box-shadow:0 2px 8px #0000001a}.VendorUpdateViewer-module__d9eyIG__backBtn:hover{background:#f9fafb;border-color:#d1d5db}@keyframes VendorUpdateViewer-module__d9eyIG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes VendorUpdateViewer-module__d9eyIG__popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.VendorUpdateViewer-module__d9eyIG__detailsPanel{width:350px}}@media (max-width:768px){.VendorUpdateViewer-module__d9eyIG__container{border-radius:0;flex-direction:column;height:100%;max-height:100vh;overflow-y:auto}.VendorUpdateViewer-module__d9eyIG__detailsPanel{flex-shrink:0;width:100%;min-height:auto}.VendorUpdateViewer-module__d9eyIG__videoSection{aspect-ratio:9/16;flex-shrink:0;width:100%;height:auto}.VendorUpdateViewer-module__d9eyIG__videoWrapper{width:100%;height:100%}.VendorUpdateViewer-module__d9eyIG__backBtn{width:36px;height:36px;padding:0;top:16px;left:16px}.VendorUpdateViewer-module__d9eyIG__detailsContent{padding:24px}}
.contact-module__GEYhhW__container{flex-direction:column;gap:80px;max-width:1200px;margin:0 auto;display:flex}.contact-module__GEYhhW__socialConnect{border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(20px);text-align:center;background:#fff6;border:1px solid #fff9;width:100%;padding:60px 40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #1f268712,inset 0 0 0 1px #fff6}.contact-module__GEYhhW__socialConnect:before{content:"";z-index:-1;background:radial-gradient(circle,#f65c1f0d 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.contact-module__GEYhhW__sectionTitle{color:var(--secondary);letter-spacing:-.02em;margin-bottom:20px;font-size:2.25rem;font-weight:800}.contact-module__GEYhhW__sectionSubtitle{color:var(--text-muted);max-width:600px;margin:0 auto 40px;font-size:1.125rem;line-height:1.6}.contact-module__GEYhhW__socialGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.contact-module__GEYhhW__socialCard{width:70px;height:70px;color:var(--secondary);background:#fffc;border:1px solid #fffc;border-radius:20px;justify-content:center;align-items:center;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 12px #00000008}.contact-module__GEYhhW__socialCard:hover{color:var(--brand-color,var(--primary));border-color:var(--brand-color,var(--primary));background:#fff;transform:translateY(-10px)scale(1.1);box-shadow:0 15px 30px #0000001a}.contact-module__GEYhhW__socialCard svg{width:30px;height:30px}.contact-module__GEYhhW__aboutSection{flex-direction:column;gap:60px;display:flex}.contact-module__GEYhhW__storyContent{text-align:left;max-width:1000px;margin:0 auto}.contact-module__GEYhhW__storyText{color:var(--text);margin-bottom:30px;font-size:1.15rem;line-height:1.8}.contact-module__GEYhhW__storyText h3{color:var(--secondary);margin:40px 0 20px;font-size:1.75rem}.contact-module__GEYhhW__storyText p{margin-bottom:24px}.contact-module__GEYhhW__storyText strong{color:var(--secondary);font-weight:700}.contact-module__GEYhhW__storyText ul{margin-bottom:30px;padding:0;list-style:none}.contact-module__GEYhhW__storyText li{margin-bottom:16px;padding-left:24px;position:relative}.contact-module__GEYhhW__storyText li:before{content:"→";color:var(--primary);font-weight:700;position:absolute;left:0}.contact-module__GEYhhW__teamHeading{text-align:center;margin-bottom:40px}.contact-module__GEYhhW__teamHeading h2{color:var(--secondary);margin-bottom:12px;font-size:2.5rem;font-weight:800}.contact-module__GEYhhW__teamHeading p{color:var(--text-muted);font-size:1.1rem}.contact-module__GEYhhW__teamGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.contact-module__GEYhhW__teamCard{background:var(--white);border-radius:var(--radius-2xl);flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.contact-module__GEYhhW__teamCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.contact-module__GEYhhW__imageArea{background:var(--surface);z-index:1;border:4px solid #fff;border-radius:50%;width:180px;height:180px;margin:0 auto;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 12px 40px #f65c1f1f}.contact-module__GEYhhW__teamCard:hover .contact-module__GEYhhW__imageArea{transform:scale(1.05);box-shadow:0 20px 60px #f65c1f40}.contact-module__GEYhhW__teamPhoto{object-fit:cover;width:100%;height:100%;transition:transform .6s}.contact-module__GEYhhW__teamCard:hover .contact-module__GEYhhW__teamPhoto{transform:scale(1.1)}.contact-module__GEYhhW__memberInfo{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:24px;display:flex}.contact-module__GEYhhW__memberName{color:var(--secondary);margin-bottom:6px;font-size:1.25rem;font-weight:700}.contact-module__GEYhhW__memberRole{color:var(--text-muted);margin-bottom:16px;font-size:.95rem;font-weight:500}.contact-module__GEYhhW__primaryLeader{color:var(--text-muted)!important;font-weight:500!important}.contact-module__GEYhhW__linkedinLink{background:var(--surface);color:#0077b5;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto;transition:all .3s;display:inline-flex}.contact-module__GEYhhW__linkedinLink:hover{color:#fff;background:#0077b5;transform:rotate(5deg)}@media (max-width:1024px){.contact-module__GEYhhW__teamGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.contact-module__GEYhhW__container{gap:60px;padding:0 20px}.contact-module__GEYhhW__sectionTitle{font-size:1.75rem}.contact-module__GEYhhW__socialConnect{padding:40px 20px}.contact-module__GEYhhW__socialCard{border-radius:16px;width:60px;height:60px}.contact-module__GEYhhW__teamGrid{grid-template-columns:repeat(2,1fr);gap:16px}.contact-module__GEYhhW__storyText{font-size:1.1rem}}.contact-module__GEYhhW__sliderSection{width:100%;margin-top:40px}
.faq-module__jRmBmW__faqWrapper{max-width:800px;margin:0 auto}.faq-module__jRmBmW__faqContent{flex-direction:column;gap:16px;display:flex}.faq-module__jRmBmW__faqContent p{margin:0}.faq-module__jRmBmW__faqContent ol,.faq-module__jRmBmW__faqContent ul{flex-direction:column;gap:12px;padding-left:24px;display:flex}.faq-module__jRmBmW__faqContent li{line-height:1.6}.faq-module__jRmBmW__note{color:var(--text-muted);border-left:4px solid var(--primary);margin-top:10px;padding-left:16px;font-style:italic}.faq-module__jRmBmW__faqContent strong{color:var(--secondary);font-weight:700}
.size-guide-module__lt4eKG__container{max-width:1000px;margin:0 auto;padding:40px 20px}.size-guide-module__lt4eKG__tabSwitcher{justify-content:center;gap:20px;margin-bottom:40px;display:flex}.size-guide-module__lt4eKG__tabBtn{border-radius:var(--radius-full);background:var(--surface);color:var(--secondary);transition:var(--transition);border:1px solid var(--border);align-items:center;gap:12px;padding:14px 28px;font-weight:700;display:flex}.size-guide-module__lt4eKG__tabBtn:hover{background:var(--white);border-color:var(--primary);color:var(--primary)}.size-guide-module__lt4eKG__activeTab{background:var(--primary);color:var(--white);border-color:var(--primary)}.size-guide-module__lt4eKG__activeTab:hover{background:var(--primary-dark);color:var(--white)}.size-guide-module__lt4eKG__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.size-guide-module__lt4eKG__tableSection{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:30px}.size-guide-module__lt4eKG__tableSection h3{color:var(--secondary);text-align:center;margin-bottom:20px;font-size:1.25rem;font-weight:800}.size-guide-module__lt4eKG__tableWrapper{overflow-x:auto}.size-guide-module__lt4eKG__table{border-collapse:collapse;text-align:left;width:100%}.size-guide-module__lt4eKG__table th{background:var(--surface);color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;padding:12px;font-size:.9rem;font-weight:700}.size-guide-module__lt4eKG__table td{border-bottom:1px solid var(--surface);color:var(--text);padding:12px;font-size:1rem}.size-guide-module__lt4eKG__table tr:last-child td{border-bottom:none}.size-guide-module__lt4eKG__table tr:hover td{background:#f65c1f05}.size-guide-module__lt4eKG__measuringGuide{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);margin-top:60px;padding:40px}.size-guide-module__lt4eKG__guideHeader{color:var(--primary);align-items:center;gap:16px;margin-bottom:30px;display:flex}.size-guide-module__lt4eKG__guideHeader h2{color:var(--secondary);margin:0;font-size:1.75rem;font-weight:800}.size-guide-module__lt4eKG__guideGrid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.size-guide-module__lt4eKG__guideItem h4{color:var(--secondary);margin-bottom:10px;font-size:1.1rem;font-weight:700}.size-guide-module__lt4eKG__guideItem p{color:var(--text-muted);line-height:1.6}.size-guide-module__lt4eKG__disclaimer{background:var(--surface);border-radius:var(--radius-md);color:var(--text-muted);align-items:center;gap:12px;margin-top:40px;padding:16px;font-size:.9rem;font-style:italic;display:flex}@media (max-width:1200px){.size-guide-module__lt4eKG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.size-guide-module__lt4eKG__grid{grid-template-columns:1fr}}@media (max-width:640px){.size-guide-module__lt4eKG__tabSwitcher{flex-direction:column;align-items:stretch}.size-guide-module__lt4eKG__guideGrid{grid-template-columns:1fr}.size-guide-module__lt4eKG__measuringGuide{padding:25px}}
.legal-module__dTzaWW__legalContent{max-width:800px;color:var(--text);margin:0 auto;line-height:1.8}.legal-module__dTzaWW__lastUpdated{color:var(--text-muted);margin-bottom:30px;font-size:.95rem}.legal-module__dTzaWW__legalContent h2{color:var(--secondary);margin-top:40px;margin-bottom:16px;font-size:1.75rem;font-weight:700}.legal-module__dTzaWW__legalContent p{margin-bottom:24px}.legal-module__dTzaWW__legalContent ul{margin-bottom:24px;padding-left:24px}.legal-module__dTzaWW__legalContent li{margin-bottom:12px}.legal-module__dTzaWW__legalContent strong{color:var(--secondary)}@media (max-width:768px){.legal-module__dTzaWW__legalContent h2{font-size:1.5rem}}
.track-module__iOyW8W__container{max-width:900px;margin:0 auto;padding:40px 20px}.track-module__iOyW8W__section{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);margin-bottom:40px;padding:40px}.track-module__iOyW8W__section:hover{box-shadow:var(--shadow-md);border-color:var(--secondary-light)}.track-module__iOyW8W__iconHeader{border-bottom:2px solid var(--surface);align-items:center;gap:16px;margin-bottom:30px;padding-bottom:15px;display:flex}.track-module__iOyW8W__icon{color:var(--primary)}.track-module__iOyW8W__section h2{color:var(--secondary);margin:0;font-size:1.75rem;font-weight:800}.track-module__iOyW8W__content{color:var(--text);line-height:1.8}.track-module__iOyW8W__content h3{color:var(--secondary);margin:25px 0 15px;font-size:1.25rem;font-weight:700}.track-module__iOyW8W__steps{margin-bottom:30px;padding-left:20px}.track-module__iOyW8W__steps li{margin-bottom:12px}.track-module__iOyW8W__statusList{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.track-module__iOyW8W__statusItem{background:var(--surface);border-radius:var(--radius-md);align-items:flex-start;gap:20px;padding:15px;display:flex}.track-module__iOyW8W__statusBadge{background:var(--secondary);min-width:140px;color:var(--white);border-radius:var(--radius-sm);text-align:center;text-transform:uppercase;padding:6px 12px;font-size:.85rem;font-weight:700}.track-module__iOyW8W__statusBadge[data-type=success]{background:var(--success)}.track-module__iOyW8W__cta{background:var(--primary);color:var(--white);border-radius:var(--radius-md);transition:var(--transition);align-items:center;gap:10px;margin-top:20px;padding:14px 28px;font-weight:700;display:inline-flex}.track-module__iOyW8W__cta:hover{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translate(5px)}.track-module__iOyW8W__list{margin-bottom:25px;padding-left:20px}.track-module__iOyW8W__list li{margin-bottom:10px}.track-module__iOyW8W__infoNote{border-left:4px solid var(--primary);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#f65c1f0d;margin-top:30px;padding:20px}@media (max-width:768px){.track-module__iOyW8W__section{padding:25px}.track-module__iOyW8W__statusItem{flex-direction:column;gap:10px}.track-module__iOyW8W__statusBadge{min-width:auto;display:inline-block}}
.account-module__zd0OHa__container{max-width:800px;min-height:100vh;margin:0 auto;padding:40px 24px 160px;animation:.4s account-module__zd0OHa__fadeIn}.account-module__zd0OHa__profileHeader{flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.account-module__zd0OHa__avatarContainer{margin-bottom:16px}.account-module__zd0OHa__avatarWrapper{width:120px;height:120px;position:relative}.account-module__zd0OHa__avatar{object-fit:cover;border:4px solid #fff;border-radius:50%;box-shadow:0 4px 20px #00000014}.account-module__zd0OHa__avatarUploading{opacity:.6;filter:blur(2px);animation:1.5s ease-in-out infinite account-module__zd0OHa__pulse}@keyframes account-module__zd0OHa__pulse{0%{opacity:.6}50%{opacity:.4}to{opacity:.6}}.account-module__zd0OHa__uploadingText{color:var(--primary);margin-top:8px;font-size:.85rem;font-weight:600;animation:.3s account-module__zd0OHa__fadeIn}.account-module__zd0OHa__editBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #f65c1f66}.account-module__zd0OHa__editBtn:hover{transform:scale(1.1)}.account-module__zd0OHa__profileInfo{text-align:center}.account-module__zd0OHa__username{color:#363851;margin-bottom:4px;font-size:1.5rem;font-weight:700}.account-module__zd0OHa__joinedDate{color:#9ca3af;font-size:.95rem}.account-module__zd0OHa__menuList{flex-direction:column;gap:16px;display:flex}.account-module__zd0OHa__menuCard{cursor:pointer;background:#f5f5f5;border-radius:16px;align-items:center;padding:16px 24px;transition:transform .2s,background-color .2s;display:flex}.account-module__zd0OHa__menuCard:hover{background:#eee;transform:translateY(-2px)}.account-module__zd0OHa__menuCard:active{transform:scale(.98)}.account-module__zd0OHa__menuIconContainer{width:24px;height:24px;color:var(--secondary);justify-content:center;align-items:center;margin-right:16px;display:flex}.account-module__zd0OHa__menuTitle{color:var(--secondary);font-size:1.15rem;font-weight:700;font-family:var(--font-secondary);flex:1}.account-module__zd0OHa__chevron{color:#000;opacity:.8}.account-module__zd0OHa__logoutCard{background:#fff5f5;margin-top:24px}.account-module__zd0OHa__logoutCard:hover{background:#ffebeb}.account-module__zd0OHa__logoutTitle{color:#ff3e3e}@keyframes account-module__zd0OHa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.account-module__zd0OHa__container{padding:24px 16px 60px}}
.orderDetails-module__bJLVRW__container{max-width:800px;min-height:calc(100vh - 200px);margin:0 auto;padding:24px 16px}.orderDetails-module__bJLVRW__header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.orderDetails-module__bJLVRW__backBtn{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.orderDetails-module__bJLVRW__statusHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.orderDetails-module__bJLVRW__orderNumber{color:#9ca3af;font-size:1.1rem;font-weight:600}.orderDetails-module__bJLVRW__detailsCard{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;padding:24px}.orderDetails-module__bJLVRW__date{color:#9ca3af;margin-bottom:20px;font-size:.95rem}.orderDetails-module__bJLVRW__itemsList{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.orderDetails-module__bJLVRW__item{align-items:flex-start;gap:16px;display:flex}.orderDetails-module__bJLVRW__itemImage{background-color:#fff;border-radius:10px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.orderDetails-module__bJLVRW__itemContent{flex:1;min-width:0}.orderDetails-module__bJLVRW__itemName{color:#363851;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.orderDetails-module__bJLVRW__itemMeta{color:#9ca3af;margin-bottom:8px;font-size:.8rem}.orderDetails-module__bJLVRW__itemPriceRow{justify-content:space-between;align-items:center;display:flex}.orderDetails-module__bJLVRW__itemQty{color:#9ca3af;font-size:.85rem}.orderDetails-module__bJLVRW__itemPrice{color:#363851;font-weight:700}.orderDetails-module__bJLVRW__divider{border-bottom:1px dashed #d1d5db;height:1px;margin:24px 0}.orderDetails-module__bJLVRW__summarySection{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.orderDetails-module__bJLVRW__summaryRow{justify-content:space-between;align-items:center;display:flex}.orderDetails-module__bJLVRW__summaryLabel{color:#9ca3af;font-size:.9rem}.orderDetails-module__bJLVRW__summaryValue{color:#363851;font-weight:500}.orderDetails-module__bJLVRW__summaryValue.orderDetails-module__bJLVRW__discountValue{color:#eb5757}.orderDetails-module__bJLVRW__reviewBtn{color:#fff;background-color:#f65c1f;border-radius:8px;width:fit-content;margin-top:12px;padding:8px 16px;font-size:13px;font-weight:600;transition:opacity .2s}.orderDetails-module__bJLVRW__reviewBtn:hover{opacity:.9}.orderDetails-module__bJLVRW__totalRow{margin-top:8px}.orderDetails-module__bJLVRW__totalLabel{color:#363851;font-size:1.1rem;font-weight:700}.orderDetails-module__bJLVRW__totalValue{color:#363851;font-size:1.1rem;font-weight:800}.orderDetails-module__bJLVRW__paymentInfo{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.orderDetails-module__bJLVRW__deliverySection{margin-top:40px}.orderDetails-module__bJLVRW__sectionTitle{color:#363851;margin-bottom:16px;font-size:1.15rem;font-weight:700}.orderDetails-module__bJLVRW__detailRow{justify-content:space-between;gap:20px;margin-bottom:12px;display:flex}.orderDetails-module__bJLVRW__detailLabel{color:#9ca3af;flex:1;font-size:.9rem}.orderDetails-module__bJLVRW__detailValue{color:#363851;text-align:right;flex:2;font-size:.9rem;font-weight:500}.orderDetails-module__bJLVRW__actions{gap:16px;margin-top:40px;display:flex}.orderDetails-module__bJLVRW__primaryBtn{color:#fff;cursor:pointer;background-color:#f65c1f;border:none;border-radius:12px;flex:1;padding:14px;font-weight:600;transition:opacity .2s}.orderDetails-module__bJLVRW__secondaryBtn{color:#ef4444;cursor:pointer;background-color:#0000;border:1px solid #ef4444;border-radius:12px;flex:1;padding:14px;font-weight:600;transition:all .2s}.orderDetails-module__bJLVRW__secondaryBtn:hover{background-color:#fef2f2}.orderDetails-module__bJLVRW__loadingContainer{flex-direction:column;gap:24px;display:flex}.orderDetails-module__bJLVRW__shimmerTitle{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:8px;width:200px;height:32px;animation:1.5s infinite orderDetails-module__bJLVRW__loading}.orderDetails-module__bJLVRW__shimmerCard{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:16px;height:400px;animation:1.5s infinite orderDetails-module__bJLVRW__loading}@keyframes orderDetails-module__bJLVRW__loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:640px){.orderDetails-module__bJLVRW__actions{flex-direction:column}}
.orders-module__3LwC4W__container{max-width:800px;min-height:calc(100vh - 200px);margin:0 auto;padding:24px 16px}.orders-module__3LwC4W__header{align-items:center;gap:16px;margin-bottom:32px;display:flex}.orders-module__3LwC4W__backBtn{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.orders-module__3LwC4W__backBtn:hover{background-color:#f9fafb;border-color:#d1d5db}.orders-module__3LwC4W__title{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.orders-module__3LwC4W__summary{background-color:#f9fafb;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;display:flex}.orders-module__3LwC4W__totalLabel{color:#6b7280;font-size:1rem}.orders-module__3LwC4W__totalCount{color:#f65c1f;background-color:#fff;border-radius:8px;padding:4px 16px;font-size:1.25rem;font-weight:800;box-shadow:0 1px 2px #0000000d}.orders-module__3LwC4W__list{flex-direction:column;display:flex}.orders-module__3LwC4W__loadingContainer{flex-direction:column;gap:16px;display:flex}.orders-module__3LwC4W__shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:12px;height:120px;animation:1.5s infinite orders-module__3LwC4W__loading}@keyframes orders-module__3LwC4W__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.orders-module__3LwC4W__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.orders-module__3LwC4W__emptyIcon{color:#e5e7eb;margin-bottom:16px}.orders-module__3LwC4W__emptyTitle{color:#374151;margin-bottom:8px;font-size:1.25rem;font-weight:600}.orders-module__3LwC4W__emptyMessage{color:#6b7280;max-width:300px}.orders-module__3LwC4W__pagination{justify-content:center;margin-top:32px;display:flex}.orders-module__3LwC4W__loadMoreBtn{color:#fff;cursor:pointer;background-color:#f65c1f;border:none;border-radius:100px;padding:12px 32px;font-weight:600;transition:opacity .2s}.orders-module__3LwC4W__loadMoreBtn:hover:not(:disabled){opacity:.9}.orders-module__3LwC4W__loadMoreBtn:disabled{color:#9ca3af;cursor:not-allowed;background-color:#e5e7eb}@media (max-width:640px){.orders-module__3LwC4W__title{font-size:1.25rem}}
.profile-module__xv2J4G__container{max-width:600px;margin:0 auto;padding:40px 24px 100px;animation:.4s profile-module__xv2J4G__fadeIn}.profile-module__xv2J4G__header{align-items:center;gap:16px;margin-bottom:40px;display:flex}.profile-module__xv2J4G__backBtn{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;transition:var(--transition);color:var(--secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.profile-module__xv2J4G__backBtn:hover{background:var(--surface);transform:translate(-2px)}.profile-module__xv2J4G__title{color:var(--secondary);font-size:1.75rem;font-weight:800;font-family:var(--font-secondary)}.profile-module__xv2J4G__form{flex-direction:column;gap:24px;display:flex}.profile-module__xv2J4G__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.profile-module__xv2J4G__fieldGroup{flex-direction:column;gap:8px;display:flex}.profile-module__xv2J4G__label{color:var(--secondary);font-size:.95rem;font-weight:600}.profile-module__xv2J4G__input,.profile-module__xv2J4G__select,.profile-module__xv2J4G__textarea{color:var(--secondary);transition:var(--transition);background:#f9f9f9;border:1px solid #ededed;border-radius:12px;outline:none;padding:14px 16px;font-size:1rem}.profile-module__xv2J4G__input:focus,.profile-module__xv2J4G__select:focus,.profile-module__xv2J4G__textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #f65c1f0d}.profile-module__xv2J4G__input:disabled{color:#999;cursor:not-allowed;background:#f1f1f1}.profile-module__xv2J4G__textarea{resize:vertical;min-height:100px}.profile-module__xv2J4G__submitBtn{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:12px;padding:16px;font-size:1.1rem;font-weight:700;display:flex}.profile-module__xv2J4G__submitBtn:hover{background:var(--primary-dark);transform:translateY(-2px)}.profile-module__xv2J4G__submitBtn:disabled{cursor:not-allowed;background:#e5e5e5;transform:none}.profile-module__xv2J4G__loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite profile-module__xv2J4G__spin}@keyframes profile-module__xv2J4G__spin{to{transform:rotate(360deg)}}@keyframes profile-module__xv2J4G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.profile-module__xv2J4G__formRow{grid-template-columns:1fr;gap:24px}}
.saved-module__sbH4wW__container{max-width:var(--container-max);min-height:80vh;margin:0 auto;padding:40px 24px 100px;animation:.4s saved-module__sbH4wW__fadeIn}.saved-module__sbH4wW__header{align-items:center;gap:16px;margin-bottom:32px;display:flex}.saved-module__sbH4wW__backBtn{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;transition:var(--transition);color:var(--secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.saved-module__sbH4wW__backBtn:hover{background:var(--surface);transform:translate(-2px)}.saved-module__sbH4wW__title{color:var(--secondary);font-size:1.75rem;font-weight:800;font-family:var(--font-secondary)}.saved-module__sbH4wW__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:768px){.saved-module__sbH4wW__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1024px){.saved-module__sbH4wW__grid{grid-template-columns:repeat(4,1fr);gap:24px}}.saved-module__sbH4wW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.saved-module__sbH4wW__emptyIcon{color:#e2e2e2;margin-bottom:24px}.saved-module__sbH4wW__emptyTitle{color:var(--secondary);margin-bottom:8px;font-size:1.25rem;font-weight:700}.saved-module__sbH4wW__emptyMessage{color:var(--text-muted);max-width:300px;font-size:1rem}.saved-module__sbH4wW__loadingContainer{justify-content:center;align-items:center;padding:100px 0;display:flex}.saved-module__sbH4wW__loader{border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite saved-module__sbH4wW__spin}@keyframes saved-module__sbH4wW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes saved-module__sbH4wW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.blog-module__JsT-Oq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;display:grid}.blog-module__JsT-Oq__blogCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;height:100%;display:flex;overflow:hidden}.blog-module__JsT-Oq__blogCard:hover{box-shadow:var(--shadow-lg);border-color:var(--secondary-light);transform:translateY(-10px)}.blog-module__JsT-Oq__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.blog-module__JsT-Oq__heroImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__heroImage{transform:scale(1.1)}.blog-module__JsT-Oq__placeholderImage{width:100%;height:100%;transition:transform .5s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__placeholderImage{transform:scale(1.1)}.blog-module__JsT-Oq__categoryBadge{background:var(--white);color:var(--primary);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);padding:8px 16px;font-size:.8rem;font-weight:700;position:absolute;top:20px;left:20px}.blog-module__JsT-Oq__content{flex-direction:column;flex:1;padding:30px;display:flex}.blog-module__JsT-Oq__date{color:var(--text-muted);margin-bottom:12px;font-size:.875rem}.blog-module__JsT-Oq__postTitle{color:var(--secondary);transition:var(--transition);margin-bottom:16px;font-size:1.5rem;font-weight:800;line-height:1.3}.blog-module__JsT-Oq__postTitle:hover{color:var(--primary)}.blog-module__JsT-Oq__excerpt{color:var(--text);margin-bottom:24px;line-height:1.6}.blog-module__JsT-Oq__readMore{color:var(--primary);transition:var(--transition);align-items:center;gap:8px;margin-top:auto;font-weight:700;display:flex}.blog-module__JsT-Oq__readMore:after{content:"→";transition:transform .2s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__readMore:after{transform:translate(5px)}@media (max-width:480px){.blog-module__JsT-Oq__blogGrid{grid-template-columns:1fr}}
.auth-module__ozYyRa__container{justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:24px;display:flex}.auth-module__ozYyRa__authCard{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:440px;padding:40px}.auth-module__ozYyRa__title{color:var(--secondary);font-size:2rem;font-weight:700;font-family:var(--font-outfit);margin-bottom:32px}.auth-module__ozYyRa__label{text-align:left;color:var(--secondary);margin-bottom:12px;font-size:1rem;font-weight:600;display:block}.auth-module__ozYyRa__description{color:var(--secondary);text-align:left;margin-bottom:32px;font-size:.95rem;line-height:1.5}.auth-module__ozYyRa__inputGroup{border:1px solid #e5e5e5;border-radius:12px;align-items:stretch;margin-bottom:40px;transition:border-color .2s;display:flex;overflow:hidden}.auth-module__ozYyRa__inputGroup:focus-within{border-color:var(--primary)}.auth-module__ozYyRa__prefix{color:var(--text-muted);background:#f0f2f5;border-right:1px solid #e5e5e5;justify-content:center;align-items:center;padding:0 20px;font-size:1rem;font-weight:600;display:flex}.auth-module__ozYyRa__input{color:var(--secondary);background:0 0;border:none;outline:none;flex:1;padding:16px 20px;font-size:1rem}.auth-module__ozYyRa__input::placeholder{color:#b0b0b0}.auth-module__ozYyRa__otpContainer{justify-content:center;gap:16px;margin-bottom:40px;display:flex}.auth-module__ozYyRa__otpInput{text-align:center;width:64px;height:64px;color:var(--secondary);border:1px solid #e5e5e5;border-radius:12px;outline:none;font-size:1.5rem;font-weight:700;transition:all .2s}.auth-module__ozYyRa__otpInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px #ff5c221a}.auth-module__ozYyRa__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;padding:18px;font-size:1.25rem;font-weight:600;transition:opacity .2s}.auth-module__ozYyRa__submitBtn:hover{opacity:.9}.auth-module__ozYyRa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.auth-module__ozYyRa__timer{color:var(--text-muted);text-align:center;margin-top:24px;font-size:.9rem}.auth-module__ozYyRa__resendContainer{text-align:center;margin-top:24px}.auth-module__ozYyRa__resendText{color:var(--text-muted);font-size:.95rem}.auth-module__ozYyRa__resendBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:.95rem;font-weight:600;transition:opacity .2s}.auth-module__ozYyRa__resendBtn:hover{opacity:.8;text-decoration:underline}.auth-module__ozYyRa__resendBtn:disabled{color:#b0b0b0;cursor:not-allowed;text-decoration:none}
.page-module__n5O0Ma__container{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.page-module__n5O0Ma__main{flex:1;padding:40px 0 80px}.page-module__n5O0Ma__inner{width:95%;max-width:1400px;margin:0 auto}.page-module__n5O0Ma__resultsWrapper{animation:.4s ease-out page-module__n5O0Ma__fadeIn}.page-module__n5O0Ma__resultsHeader{border-bottom:1px solid #f1f1f1;margin-bottom:40px;padding-bottom:24px}.page-module__n5O0Ma__resultsHeader h1{color:var(--secondary);margin-bottom:8px;font-size:2rem;font-weight:800}.page-module__n5O0Ma__resultsHeader p{color:var(--text-muted);font-size:1.1rem}.page-module__n5O0Ma__resultsHeader p span{color:var(--secondary);font-weight:600}.page-module__n5O0Ma__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px 20px;display:flex}.page-module__n5O0Ma__emoji{text-shadow:0 0 20px #f65c1f66;margin-bottom:24px;font-size:5rem;animation:2s ease-in-out infinite page-module__n5O0Ma__pulse;display:block}@keyframes page-module__n5O0Ma__pulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.1)}}.page-module__n5O0Ma__emptyState h2{color:var(--secondary);margin-bottom:16px;font-size:1.75rem;font-weight:700}.page-module__n5O0Ma__emptyState p{max-width:500px;color:var(--text-muted);margin-bottom:32px;line-height:1.6}.page-module__n5O0Ma__clickableLink{color:var(--primary);text-underline-offset:4px;transition:var(--transition);cursor:pointer;font-weight:600;text-decoration:underline}.page-module__n5O0Ma__clickableLink:hover{filter:brightness(1.2)}.page-module__n5O0Ma__backHome{background:var(--secondary);color:var(--white);border-radius:var(--radius-md);transition:var(--transition);align-items:center;gap:10px;padding:12px 24px;font-weight:600;display:flex}.page-module__n5O0Ma__backHome:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-module__n5O0Ma__recommendations{margin-top:60px}.page-module__n5O0Ma__sectionTitle{color:var(--secondary);border-left:4px solid var(--primary);margin-bottom:30px;padding-left:5px;font-size:1.5rem;font-weight:700}.page-module__n5O0Ma__loading{text-align:center;color:var(--text-muted);padding:100px 0;font-size:1.2rem}@keyframes page-module__n5O0Ma__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module__n5O0Ma__resultsHeader h1{font-size:1.5rem}.page-module__n5O0Ma__resultsHeader p{font-size:.95rem}.page-module__n5O0Ma__emptyState{padding:0 20px}.page-module__n5O0Ma__emptyState h2{font-size:1.4rem}.page-module__n5O0Ma__emptyState p{font-size:.9rem}}
