.CookiesPopup-module__YMhdeG__overlay{z-index:9999;box-sizing:border-box;width:100%;animation:.3s forwards CookiesPopup-module__YMhdeG__fadeIn;position:fixed;bottom:0;left:0}@keyframes CookiesPopup-module__YMhdeG__fadeIn{0%{opacity:0}to{opacity:1}}.CookiesPopup-module__YMhdeG__popup{background:#fff;border-top:1px solid #ccc;border-radius:12px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:.5rem 1rem;animation:.4s forwards CookiesPopup-module__YMhdeG__slideUp;display:flex;box-shadow:0 -2px 6px #0000001a}@keyframes CookiesPopup-module__YMhdeG__slideUp{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}.CookiesPopup-module__YMhdeG__leftSection{flex:1;align-items:center;gap:.75rem;display:flex}.CookiesPopup-module__YMhdeG__logo{width:40px;height:40px}.CookiesPopup-module__YMhdeG__description{margin:0;font-size:.9rem}.CookiesPopup-module__YMhdeG__learnMoreLink{color:#06c;text-decoration:underline}.CookiesPopup-module__YMhdeG__middleSection{flex:1;justify-content:center;display:flex}.CookiesPopup-module__YMhdeG__toggleGroup{align-items:center;gap:1rem;display:flex}.CookiesPopup-module__YMhdeG__toggleLabel{color:#333;flex-direction:column;align-items:center;font-size:.85rem;display:flex}.CookiesPopup-module__YMhdeG__toggleSwitch{width:36px;height:18px;margin-top:.25rem;display:inline-block;position:relative}.CookiesPopup-module__YMhdeG__toggleSwitch input{opacity:0;width:0;height:0}.CookiesPopup-module__YMhdeG__slider{cursor:pointer;background-color:#ccc;border-radius:18px;transition:all .4s;position:absolute;inset:0}.CookiesPopup-module__YMhdeG__slider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .4s;position:absolute;bottom:2px;left:2px}.CookiesPopup-module__YMhdeG__toggleSwitch input:checked+.CookiesPopup-module__YMhdeG__slider{background-color:#4caf50}.CookiesPopup-module__YMhdeG__toggleSwitch input:checked+.CookiesPopup-module__YMhdeG__slider:before{transform:translate(18px)}.CookiesPopup-module__YMhdeG__disabled{cursor:not-allowed;background-color:#bbb!important}.CookiesPopup-module__YMhdeG__rightSection{align-items:center;gap:.5rem;display:flex}.CookiesPopup-module__YMhdeG__popupButton{cursor:pointer;border:none;border-radius:4px;padding:.5rem .75rem;font-size:.85rem;transition:background .2s,color .2s}.CookiesPopup-module__YMhdeG__acceptAll{color:#fff;background-color:#4caf50}.CookiesPopup-module__YMhdeG__acceptAll:hover{background-color:#43a047}.CookiesPopup-module__YMhdeG__allowSelection{color:#fff;background-color:#06c}.CookiesPopup-module__YMhdeG__allowSelection:hover{background-color:#005bb5}.CookiesPopup-module__YMhdeG__deny{color:#fff;background-color:#f44336}.CookiesPopup-module__YMhdeG__deny:hover{background-color:#e53935}@media (max-width:768px){.CookiesPopup-module__YMhdeG__popup{flex-direction:column;gap:1rem;padding:1rem}.CookiesPopup-module__YMhdeG__leftSection,.CookiesPopup-module__YMhdeG__middleSection,.CookiesPopup-module__YMhdeG__rightSection{flex:none;width:100%}.CookiesPopup-module__YMhdeG__toggleGroup{flex-wrap:wrap;justify-content:center}.CookiesPopup-module__YMhdeG__rightSection{flex-direction:column;width:100%}.CookiesPopup-module__YMhdeG__popupButton{width:100%}}
.ChatPopup-module__YMkfaW__popupContainer{border:1px solid hsl(var(--border));z-index:1050;background-color:#fff;border-radius:10px;flex-direction:column;width:350px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);animation:.3s ease-in-out ChatPopup-module__YMkfaW__fadeIn;display:flex;position:fixed;bottom:20px;left:20px;box-shadow:0 4px 15px #0000001a}@media (max-width:768px){.ChatPopup-module__YMkfaW__popupContainer{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);bottom:10px;left:10px}}.ChatPopup-module__YMkfaW__popupHeader{border-bottom:1px solid hsl(var(--border));background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;justify-content:space-between;align-items:center;padding:15px;display:flex}.ChatPopup-module__YMkfaW__popupTitle{color:#000;font-size:18px;font-weight:600}.ChatPopup-module__YMkfaW__popupClose{color:hsl(var(--text-secondary));cursor:pointer;background:0 0;border:none;font-size:18px;transition:color .3s}.ChatPopup-module__YMkfaW__popupClose:hover{color:#000}.ChatPopup-module__YMkfaW__popupBody{flex:1;padding:15px;overflow-y:auto}.ChatPopup-module__YMkfaW__popupInput{border:1px solid hsl(var(--border));color:#000;background-color:#fff;border-radius:5px;width:100%;margin-bottom:10px;padding:10px;font-size:14px}.ChatPopup-module__YMkfaW__popupList{margin:0;padding:0;list-style:none}.ChatPopup-module__YMkfaW__popupListItem{border-bottom:1px solid hsl(var(--border));cursor:pointer;color:#000;padding:10px;transition:background-color .3s}.ChatPopup-module__YMkfaW__popupListItem:hover{background-color:hsl(var(--secondary-light))}.ChatPopup-module__YMkfaW__popupFooter{border-top:1px solid hsl(var(--border));background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;justify-content:space-around;align-items:center;padding:10px 0;display:flex}.ChatPopup-module__YMkfaW__footerItem{color:hsl(var(--text-secondary));cursor:pointer;flex-direction:column;align-items:center;font-size:12px;transition:color .3s;display:flex}.ChatPopup-module__YMkfaW__footerItem:hover{color:#000}.ChatPopup-module__YMkfaW__footerIcon{font-size:18px}.ChatPopup-module__YMkfaW__footerItemActive{color:hsl(var(--primary))}.ChatPopup-module__YMkfaW__messageSection{flex-direction:column;height:100%;display:flex}.ChatPopup-module__YMkfaW__messageList{background-color:hsl(var(--secondary-light));color:#000;border-radius:5px;flex:1;min-height:150px;margin-bottom:10px;padding:10px}.ChatPopup-module__YMkfaW__messageInputContainer{gap:8px;margin-top:auto;display:flex}.ChatPopup-module__YMkfaW__messageInput{border:1px solid hsl(var(--border));color:#000;background-color:#fff;border-radius:5px;flex:1;padding:10px;font-size:14px}.ChatPopup-module__YMkfaW__sendButton{background-color:hsl(var(--primary));color:#000;cursor:pointer;border:none;border-radius:5px;padding:10px 20px;font-weight:500;transition:background-color .3s}.ChatPopup-module__YMkfaW__sendButton:hover{background-color:hsl(var(--primary-hover))}.ChatPopup-module__YMkfaW__sendMessageButton{background-color:hsl(var(--primary));color:#000;cursor:pointer;border:none;border-radius:5px;width:100%;margin-top:10px;padding:12px;font-weight:500;transition:background-color .3s}.ChatPopup-module__YMkfaW__sendMessageButton:hover{background-color:hsl(var(--primary-hover))}@keyframes ChatPopup-module__YMkfaW__fadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.DailyDealPopup-module__p3kyeq__container{z-index:9999;animation:.3s ease-out DailyDealPopup-module__p3kyeq__slideIn;position:fixed;bottom:24px;right:24px}@keyframes DailyDealPopup-module__p3kyeq__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DailyDealPopup-module__p3kyeq__popup{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:12px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #00000026,0 4px 6px -2px #0000000d}.DailyDealPopup-module__p3kyeq__closeButton{z-index:10;background:hsl(var(--background));border:1px solid hsl(var(--border));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.DailyDealPopup-module__p3kyeq__closeButton:hover{background:hsl(var(--muted))}.DailyDealPopup-module__p3kyeq__closeButton:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.DailyDealPopup-module__p3kyeq__closeIcon{width:16px;height:16px;color:hsl(var(--foreground))}.DailyDealPopup-module__p3kyeq__dealLabel{z-index:10;background:hsl(var(--primary));color:hsl(var(--primary-foreground));text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.DailyDealPopup-module__p3kyeq__imageContainer{background:hsl(var(--muted));width:100%;height:0;padding-bottom:65%;position:relative;overflow:hidden}.DailyDealPopup-module__p3kyeq__productImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.DailyDealPopup-module__p3kyeq__content{flex-direction:column;gap:14px;padding:20px;display:flex}.DailyDealPopup-module__p3kyeq__productName{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.DailyDealPopup-module__p3kyeq__priceBlock{flex-direction:column;gap:4px;display:flex}.DailyDealPopup-module__p3kyeq__priceRow{align-items:center;gap:8px;display:flex}.DailyDealPopup-module__p3kyeq__originalPrice{color:hsl(var(--muted-foreground));font-size:13px;text-decoration:line-through}.DailyDealPopup-module__p3kyeq__discountBadge{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-radius:3px;padding:2px 6px;font-size:11px;font-weight:700}.DailyDealPopup-module__p3kyeq__dealPrice{color:hsl(var(--primary));font-size:26px;font-weight:700;line-height:1}.DailyDealPopup-module__p3kyeq__timerContainer{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:6px;align-items:center;gap:8px;padding:10px;display:flex}.DailyDealPopup-module__p3kyeq__timerIcon{width:16px;height:16px;color:hsl(var(--primary));flex-shrink:0}.DailyDealPopup-module__p3kyeq__timerLabel{color:hsl(var(--foreground));font-size:12px;font-weight:500}.DailyDealPopup-module__p3kyeq__timer{margin-left:auto}.DailyDealPopup-module__p3kyeq__timerValue{font-variant-numeric:tabular-nums;color:hsl(var(--primary));font-family:ui-monospace,monospace;font-size:14px;font-weight:700}.DailyDealPopup-module__p3kyeq__ctaButton{width:100%;height:auto;padding:12px 20px;font-size:15px;font-weight:600}@media (max-width:640px){.DailyDealPopup-module__p3kyeq__container{animation:.3s ease-out DailyDealPopup-module__p3kyeq__slideUpMobile;bottom:0;left:0;right:0}@keyframes DailyDealPopup-module__p3kyeq__slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.DailyDealPopup-module__p3kyeq__popup{border-radius:12px 12px 0 0;width:100%;max-width:100%;margin:0}.DailyDealPopup-module__p3kyeq__content{gap:12px;padding:16px}.DailyDealPopup-module__p3kyeq__productName{font-size:14px}.DailyDealPopup-module__p3kyeq__dealPrice{font-size:24px}.DailyDealPopup-module__p3kyeq__timerContainer{padding:8px}}
.SearchPopup-module__gDYfSq__popup{z-index:9999;background:#ffffffbf;justify-content:center;align-items:flex-start;animation:.3s ease-out forwards SearchPopup-module__gDYfSq__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.SearchPopup-module__gDYfSq__popupContent{background:#fff;flex-direction:column;width:100%;max-width:1200px;height:90vh;margin:0;padding:40px;animation:.3s ease-out forwards SearchPopup-module__gDYfSq__slideDown;display:flex;position:relative;box-shadow:0 4px 20px #00000026}.SearchPopup-module__gDYfSq__closeButton{cursor:pointer;color:#666;background:0 0;border:none;padding:8px;font-size:28px;transition:all .2s;position:absolute;top:20px;right:20px}.SearchPopup-module__gDYfSq__skeleton{pointer-events:none;opacity:.7}.SearchPopup-module__gDYfSq__skeletonImage{background:#e0e0e0;border-radius:8px;width:100%;height:150px;margin-bottom:12px}.SearchPopup-module__gDYfSq__skeletonText{background:#e0e0e0;border-radius:4px;width:100%;height:16px;margin-bottom:8px}.SearchPopup-module__gDYfSq__skeletonTextShort{width:60%}.SearchPopup-module__gDYfSq__shimmer{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;animation:1.5s infinite SearchPopup-module__gDYfSq__shimmer}@keyframes SearchPopup-module__gDYfSq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SearchPopup-module__gDYfSq__resultCount{color:#666;font-size:16px;font-weight:400}.SearchPopup-module__gDYfSq__productCategory{color:#999;margin-top:4px;font-size:12px}.SearchPopup-module__gDYfSq__loadMoreTrigger{justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex}.SearchPopup-module__gDYfSq__endMessage{text-align:center;color:#999;border-top:1px solid #eee;width:100%;margin-top:20px;padding:20px 0;font-size:14px}.SearchPopup-module__gDYfSq__errorMessage{color:#d32f2f;font-size:14px}.SearchPopup-module__gDYfSq__closeButton:hover{color:#000;transform:rotate(90deg)}.SearchPopup-module__gDYfSq__title{text-align:center;color:#222;margin:0 0 1.5rem;font-size:28px;font-weight:600}.SearchPopup-module__gDYfSq__searchRow{background:#fff;border:1px solid #ddd;align-items:stretch;gap:0;margin-bottom:1.2rem;display:flex;position:relative}.SearchPopup-module__gDYfSq__categorySelect{color:#333;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e") right 10px center/20px no-repeat;border:none;border-right:1px solid #ddd;width:200px;padding:15px 30px 15px 20px;font-size:14px;transition:all .2s}.SearchPopup-module__gDYfSq__categorySelect:hover{background:#f8f9fa}.SearchPopup-module__gDYfSq__searchInput{color:#333;background:#fff;border:none;flex-grow:1;padding:15px 20px;font-size:14px}.SearchPopup-module__gDYfSq__searchInput::placeholder{color:#999}.SearchPopup-module__gDYfSq__searchInput:focus{background:#fff;outline:none}.SearchPopup-module__gDYfSq__searchButton{color:#fff;cursor:pointer;background:#000;border:none;min-width:120px;padding:15px 20px;font-weight:500;transition:all .2s}.SearchPopup-module__gDYfSq__searchButton:hover{background:#222}.SearchPopup-module__gDYfSq__trendingSearches{align-items:center;gap:20px;margin-bottom:2.5rem;display:flex}.SearchPopup-module__gDYfSq__trendingSearches h3{color:#777;text-transform:uppercase;letter-spacing:.5px;font-size:13px}.SearchPopup-module__gDYfSq__tags{scrollbar-width:none;-ms-overflow-style:none;gap:12px;display:flex;overflow-x:auto}.SearchPopup-module__gDYfSq__tags span{color:#666;cursor:pointer;white-space:nowrap;border:1px solid #ddd;border-radius:2px;padding:5px 15px}.SearchPopup-module__gDYfSq__popularTitle{color:#222;margin:0 0 1.5rem;font-size:24px;font-weight:600}.SearchPopup-module__gDYfSq__categoryGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center;gap:20px;padding:15px;display:grid}.SearchPopup-module__gDYfSq__categoryCard{cursor:pointer;flex-direction:column;align-items:center;width:100%;max-width:150px;padding:1rem;transition:all .3s;display:flex}.SearchPopup-module__gDYfSq__imageWrapper{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:12px;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000001a}.SearchPopup-module__gDYfSq__categoryImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.SearchPopup-module__gDYfSq__categoryCard:hover .SearchPopup-module__gDYfSq__categoryImage{transform:scale(1.1)}.SearchPopup-module__gDYfSq__categoryName{text-align:center;color:#333;margin-top:8px;font-size:.9rem;font-weight:500}.SearchPopup-module__gDYfSq__productCount{color:#888;font-size:14px}.SearchPopup-module__gDYfSq__productName{color:#333;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 4px;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.SearchPopup-module__gDYfSq__productPrice{color:#e94560;text-align:center;margin-top:4px;font-size:14px;font-weight:600}.SearchPopup-module__gDYfSq__pagination{justify-content:center;gap:10px;margin-top:30px;padding:20px 0;display:flex}.SearchPopup-module__gDYfSq__pageButton{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px 16px;transition:all .2s}.SearchPopup-module__gDYfSq__pageButton:hover{background:#f5f5f5}.SearchPopup-module__gDYfSq__activePage{color:#fff;background:#007bff;border-color:#007bff}@keyframes SearchPopup-module__gDYfSq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SearchPopup-module__gDYfSq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes SearchPopup-module__gDYfSq__slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.SearchPopup-module__gDYfSq__loadingContainer{color:#333;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.SearchPopup-module__gDYfSq__spinner{border:3px solid #007bff;border-color:#007bff #007bff #f3f3f3 #f3f3f3;border-radius:50%;width:50px;height:50px;margin-bottom:12px;animation:.8s ease-in-out infinite SearchPopup-module__gDYfSq__spin;display:inline-block}@keyframes SearchPopup-module__gDYfSq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SearchPopup-module__gDYfSq__bottomLoader{background:linear-gradient(#fffc 0%,#fff 50%);justify-content:center;align-items:center;width:100%;padding:30px 0;display:flex;position:absolute;bottom:0;left:0}.SearchPopup-module__gDYfSq__bottomLoader .SearchPopup-module__gDYfSq__spinner{border-width:2px;width:30px;height:30px;margin:0}.SearchPopup-module__gDYfSq__loadingContainer p{color:#666;letter-spacing:.5px;margin:0;font-size:14px;font-weight:500}.SearchPopup-module__gDYfSq__productsSection{scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:0 0 40px;overflow-y:auto}.SearchPopup-module__gDYfSq__productsSection::-webkit-scrollbar{display:none}@media (max-width:1200px){.SearchPopup-module__gDYfSq__categoryGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.SearchPopup-module__gDYfSq__popupContent{padding:30px 20px}.SearchPopup-module__gDYfSq__imageWrapper{width:70px;height:70px}.SearchPopup-module__gDYfSq__categoryGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px}.SearchPopup-module__gDYfSq__categoryName{font-size:.85rem}}@media (max-width:480px){.SearchPopup-module__gDYfSq__popupContent{height:95vh;padding:20px 15px}.SearchPopup-module__gDYfSq__searchRow{background:#fff;border:1px solid #ddd;flex-direction:column}.SearchPopup-module__gDYfSq__categorySelect,.SearchPopup-module__gDYfSq__searchInput{border:none;border-bottom:1px solid #ddd;width:100%}.SearchPopup-module__gDYfSq__searchButton{border:none;width:100%}.SearchPopup-module__gDYfSq__categoryGrid{grid-template-columns:repeat(3,1fr);gap:10px}.SearchPopup-module__gDYfSq__imageWrapper{width:60px;height:60px}.SearchPopup-module__gDYfSq__categoryName{font-size:.8rem}.SearchPopup-module__gDYfSq__trendingSearches{flex-direction:column;align-items:flex-start;gap:10px}}.SearchPopup-module__gDYfSq__loadMoreBtn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;min-width:120px;margin:0 auto;padding:10px 28px;font-size:14px;font-weight:500;transition:all .3s;display:block;box-shadow:0 2px 8px #007bff4d}.SearchPopup-module__gDYfSq__loadMoreBtn:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff66}.SearchPopup-module__gDYfSq__searchSection{flex-shrink:0}.SearchPopup-module__gDYfSq__categoryCard{flex-direction:column;align-items:center;padding:1rem;text-decoration:none;transition:transform .2s;display:flex}.SearchPopup-module__gDYfSq__categoryCard:hover{transform:translateY(-5px)}.SearchPopup-module__gDYfSq__productImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SearchPopup-module__gDYfSq__slideUp{animation:.3s ease-out forwards SearchPopup-module__gDYfSq__slideUp}
