.Home_container__d256j{min-height:100vh;background:var(--bg-secondary);color:var(--text-primary)}.Home_navbar__IWq_R{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-primary);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.Home_navLeft__HoE_P{display:flex;align-items:center;gap:2rem}.Home_logo__IOQAX{display:flex;align-items:center;gap:.5rem;cursor:pointer}.Home_logoImage__qdur8{width:40px;height:40px;object-fit:contain}.Home_logoText__jQ3Ba{font-size:1.25rem;font-weight:800;color:var(--text-primary)}.Home_logoAccent__1lUZz{color:var(--cta)}.Home_regionDropdown__v5KLn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all var(--transition-fast)}.Home_regionDropdown__v5KLn:hover{border-color:var(--primary);background:var(--bg-tertiary)}.Home_navLinks___tPFn{display:flex;align-items:center;gap:1.5rem}.Home_navLink__SvGJP{color:var(--text-tertiary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;background:none;border:none;cursor:pointer}.Home_navLink__SvGJP:hover{color:var(--primary)}.Home_regionSelectorWrapper__5gRqY{display:flex;align-items:center;flex-shrink:0}.Home_navRight__w3vqJ{display:flex;align-items:center;gap:1rem}.Home_loginBtn__Jit_P{padding:.5rem 1.25rem;color:var(--text-secondary);font-size:.875rem;font-weight:600;background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all var(--transition-fast);min-height:38px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.Home_loginBtn__Jit_P:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-50)}.Home_signUpBtn__sNDJA{padding:.5rem 1.25rem;background:var(--primary);color:#fff;font-size:.875rem;font-weight:600;border:1px solid var(--primary);border-radius:8px;cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-button);min-height:38px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.Home_signUpBtn__sNDJA:hover{background:var(--primary-700);border-color:var(--primary-700);transform:translateY(-1px)}.Home_hero__VkeT1{text-align:center;padding:4rem 2rem 3rem;max-width:800px;margin:0 auto;animation:Home_fadeInUp__U6shb .6s ease-out}@keyframes Home_fadeInUp__U6shb{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home_liveBadge__PHDoL{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--cta-light);border:1px solid var(--cta);border-radius:20px;margin-bottom:1.5rem}.Home_liveDot__5TODe{width:8px;height:8px;background:var(--cta);border-radius:50%;animation:Home_pulse__0RP2j 2s infinite}@keyframes Home_pulse__0RP2j{0%,to{opacity:1}50%{opacity:.5}}.Home_liveBadgeText__ydQwD{color:var(--cta);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.Home_heroTitle__AMpNI{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;animation:Home_fadeInUp__U6shb .6s ease-out .1s backwards}.Home_heroTitleWhite__In7Ln{color:var(--text-primary)}.Home_heroTitleGreen__6OrYj{background:linear-gradient(90deg,var(--cta) 0,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Home_heroSubtitle__0EZ9Z{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;max-width:500px;margin:0 auto}.Home_searchContainer__ylqvv{max-width:600px;margin:2rem auto}.Home_searchForm__ER7y3{width:100%}.Home_searchWrapper__VElmn{display:flex;align-items:center;background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;overflow:hidden;padding:.5rem;gap:.5rem;box-shadow:var(--shadow-md);transition:all var(--transition-fast)}.Home_searchWrapper__VElmn:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100)}.Home_searchBox__MtUqv{display:flex;align-items:center;background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;overflow:hidden}.Home_searchIcon__ZIVxC{padding:0 .75rem;color:var(--text-muted);font-size:1.25rem}.Home_searchInput__fVjDa{flex:1 1;padding:.75rem .5rem;background:transparent;border:none;color:var(--text-primary);font-size:1rem;outline:none;min-width:0}.Home_searchInput__fVjDa::placeholder{color:var(--text-muted)}.Home_searchButton__RICvS{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#16a34a,#22c55e 50%,#16a34a);background-size:200% 100%;color:#fff;font-size:.9375rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 14px rgba(22,163,74,.35),0 2px 6px rgba(22,163,74,.2);letter-spacing:.03em;min-width:100px;position:relative;overflow:hidden}.Home_searchButton__RICvS:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.Home_searchButton__RICvS:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 6px 20px rgba(22,163,74,.4),0 3px 8px rgba(22,163,74,.25)}.Home_searchButton__RICvS:hover:before{left:100%}.Home_searchButton__RICvS:active{transform:translateY(0);box-shadow:0 2px 8px rgba(22,163,74,.3)}.Home_searchButton__RICvS.Home_loading__Z_JGo,.Home_searchButton__RICvS:disabled{background:linear-gradient(135deg,#9ca3af,#d1d5db);cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.Home_searchButton__RICvS .Home_spinner__tyqRb{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:Home_spin__VEV0f .8s linear infinite}.Home_cameraButton__NAdV7{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s;white-space:nowrap;min-height:44px}.Home_cameraButton__NAdV7:hover{background:var(--primary-50);border-color:var(--primary);color:var(--primary)}.Home_visualSearchBtn___l5mp{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;margin:.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s}.Home_visualSearchBtn___l5mp:hover{background:var(--primary-50);border-color:var(--primary);color:var(--primary)}.Home_categoriesSection__f5SyE,.Home_section__3569L{padding:2.5rem 2rem;max-width:1200px;margin:0 auto}.Home_sectionHeader__BnBQb{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Home_sectionTitle__DKb2S{font-size:1.125rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.Home_viewAllBtn__ZEyZ4{display:flex;align-items:center;gap:.25rem;color:var(--primary);font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer;transition:color var(--transition-fast)}.Home_viewAllBtn__ZEyZ4:hover{color:var(--primary-700)}.Home_clearFilterBtn__Rgfw4{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-tertiary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.Home_clearFilterBtn__Rgfw4:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Home_categoryHeader__1hadp{padding:2rem 2rem 1rem;max-width:1200px;margin:0 auto}.Home_breadcrumb__vNSJd{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem}.Home_breadcrumbLink__Mz7Mf{color:var(--text-tertiary);background:none;border:none;cursor:pointer;transition:color .2s}.Home_breadcrumbLink__Mz7Mf:hover{color:var(--primary)}.Home_breadcrumbSeparator__lYKJt{color:var(--text-muted)}.Home_breadcrumbCurrent__fkEsA{color:var(--text-primary);font-weight:500}.Home_categoryTitle__494sH{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.Home_categorySubtitle__pOeAo{color:#888;font-size:1rem}.Home_categoryProductsSection__KQWvX{padding:2rem;max-width:1200px;margin:0 auto}.Home_browseGrid__3Gi1h{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:1rem;gap:1rem;height:400px}.Home_categoriesGrid__XygeJ{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:.875rem;gap:.875rem;height:220px}.Home_browseCard__4GwAU{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s}.Home_browseCard__4GwAU:hover{transform:scale(1.02)}.Home_browseCard__4GwAU.Home_large__q8AKZ{grid-row:span 2}.Home_categoryCard__3jCoL{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .25s ease}.Home_categoryCard__3jCoL:hover{transform:translateY(-2px)}.Home_categoryCard__3jCoL.Home_large__q8AKZ{grid-row:span 2}.Home_browseCardImage__hmxYM{width:100%;height:100%;object-fit:cover}.Home_browseCardOverlay__ca3cC{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,rgba(0,0,0,.8))}.Home_categoryOverlay__Bvkha{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(transparent,rgba(0,0,0,.85))}.Home_browseCardTitle__nzOor{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.Home_browseCardSubtitle__KfOwD{font-size:.8125rem;color:#888}.Home_trendingSection__XQuKL{padding:2rem;max-width:1200px;margin:0 auto}.Home_trendingHeader__LAgar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.Home_trendingTitle__Sdc3l{font-size:1.125rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.Home_trendingSubtitle__ab2xz{color:var(--text-tertiary);font-size:.875rem}.Home_trendingGrid__mpT4V{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.Home_trendingCard__vswxI{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:var(--shadow-card);position:relative;display:flex;flex-direction:column}.Home_trendingCard__vswxI:before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,var(--primary) 0,var(--cta) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease}.Home_trendingCard__vswxI:hover{border-color:transparent;transform:translateY(-4px) scale(1.01);box-shadow:0 12px 32px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.06)}.Home_trendingCard__vswxI:hover:before{opacity:1}.Home_trendingCardImage__QAE4p{position:relative;height:190px;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.Home_trendingCardImage__QAE4p img{max-width:100%;max-height:100%;object-fit:contain}.Home_dealBadge__n4p_8{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.Home_dealBadge__n4p_8.Home_saved__iBFYU{background:rgba(0,224,150,.1);color:#00e096}.Home_dealBadge__n4p_8.Home_hot__VpQmc{background:rgba(0,122,255,.1);color:#007aff}.Home_dealBadge__n4p_8.Home_ends__jiqWU{background:rgba(255,55,95,.1);color:#ff375f}.Home_trendingCardInfo__LUg5w{padding:1rem 1.25rem;min-height:100px;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.Home_trendingCardTitle__EA7q0{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;line-height:1.35}.Home_trendingCardSubtitle__8xSt1{font-size:.875rem;color:var(--text-secondary);margin-bottom:.625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Home_trendingCardFooter__t_tko{display:flex;flex-direction:column;gap:.625rem}.Home_trendingCardPrice__cAmst{font-size:1.35rem;font-weight:800;color:var(--price-current);white-space:nowrap;line-height:1.2}.Home_trendingCardOldPrice__CO_IX{font-size:.75rem;color:var(--price-original);text-decoration:line-through;margin-left:.5rem;white-space:nowrap}.Home_trendingCardActions__cG5qa{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.Home_viewBtn__DkOwv{padding:.5rem 1rem;background:var(--cta);color:#fff;font-size:.8125rem;font-weight:700;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-cta);white-space:nowrap;flex-shrink:0;min-height:40px;line-height:1}.Home_viewBtn__DkOwv:hover{background:var(--cta-hover);transform:translateY(-1px)}.Home_resultsContainer__H9Wyv{display:grid;grid-template-columns:280px 1fr 300px;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem 2rem;max-width:1400px;margin:0 auto}.Home_leftSidebar__beCEs{display:flex;flex-direction:column;gap:1rem}.Home_savingsCard__HSQG7{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:var(--shadow-card)}.Home_savingsLabel__UqSI9{display:flex;align-items:center;gap:.5rem;color:var(--primary);font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.Home_savingsAmount__5wolZ{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.Home_savingsChange__drSn_{display:flex;align-items:center;gap:.25rem;color:var(--cta);font-size:.875rem}.Home_aiInsightCard__M6jLc{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:var(--shadow-card)}.Home_aiInsightHeader___2TIO{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.Home_aiInsightIcon__KmEqN{font-size:1.25rem}.Home_aiInsightTitle__Toqg_{font-size:.875rem;font-weight:600;color:var(--text-primary)}.Home_aiInsightText__MyDZX{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.Home_setAlertBtn__eYG8s{width:100%;padding:.75rem;background:var(--cta);color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-cta)}.Home_setAlertBtn__eYG8s:hover{background:var(--cta-hover)}.Home_filterCard__a5RQy{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:var(--shadow-card)}.Home_filterTitle__ZoFSW{font-size:.75rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;margin-bottom:1rem}.Home_priceRangeSlider__IWl0U{margin-bottom:.5rem}.Home_priceRangeLabels__lLx6P{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.Home_brandList___QisS{display:flex;flex-direction:column;gap:.75rem}.Home_brandItem__4niCM{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--text-tertiary);cursor:pointer}.Home_brandItem__4niCM input[type=checkbox]{accent-color:var(--primary)}.Home_conditionPills__aLOSk{display:flex;gap:.5rem;flex-wrap:wrap}.Home_conditionPill__B8AZq{padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:20px;color:var(--text-tertiary);font-size:.875rem;cursor:pointer;transition:all .2s}.Home_conditionPill__B8AZq.Home_active__EQNkL{background:var(--primary);border-color:var(--primary);color:#fff}.Home_mainContent__RtoDJ{display:flex;flex-direction:column;gap:1.5rem}.Home_productHeader__mtGuK{display:flex;justify-content:space-between;align-items:flex-start}.Home_productMeta__jB4Nj{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.Home_productCategory__cIBwB{padding:.25rem .75rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:var(--radius-sm)}.Home_productSearchId__ULrEZ{color:var(--text-muted);font-size:.75rem}.Home_productName__9yTeu{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.Home_productSubtitle__10gjT{color:var(--text-secondary);font-size:.875rem}.Home_exportBtns__ZM9SF{display:flex;gap:.5rem}.Home_exportBtn__HNcBA{gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer}.Home_exportBtn__HNcBA,.Home_productImageCard__cPUrb{display:flex;align-items:center;background:var(--bg-primary)}.Home_productImageCard__cPUrb{position:relative;border:1px solid var(--border);border-radius:16px;padding:2rem;justify-content:center}.Home_bestValueBadge__pc7lf{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#00e096;color:#000;font-size:.75rem;font-weight:600;border-radius:20px}.Home_productMainImage__xktbk{max-width:300px;max-height:250px;object-fit:contain}.Home_retailerTable__HAEG2{width:100%;border-collapse:collapse}.Home_retailerTable__HAEG2 th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;border-bottom:1px solid var(--border)}.Home_retailerTable__HAEG2 td{padding:1rem;border-bottom:1px solid var(--border)}.Home_retailerInfo__1N6HA{display:flex;align-items:center;gap:.75rem}.Home_retailerLogo__MN1J6{width:40px;height:40px;background:var(--bg-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);font-weight:700}.Home_retailerName__5AfmQ{font-weight:600;color:var(--text-primary)}.Home_retailerBadge__ZV0NX{font-size:.75rem;color:#00e096}.Home_retailerPrice__hrk4n{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.Home_shippingInfo__CatKH{font-size:.875rem;color:var(--text-secondary)}.Home_shippingTime__n5Gcg{font-size:.75rem;color:#666}.Home_buyNowBtn__SGTee{padding:.75rem 1.25rem;background:#ffd60a;color:#000;font-weight:700;border:none;border-radius:8px;cursor:pointer}.Home_viewProductBtn__A1Qfj{display:flex;align-items:center;gap:.25rem;color:var(--text-secondary);font-size:.875rem;background:none;border:none;cursor:pointer}.Home_rightSidebar__JfS1_{display:flex;flex-direction:column;gap:1rem}.Home_shippingCard__omgIZ{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:1.25rem}.Home_shippingHeader__Muagm{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.Home_shippingIcon__RJtcl{font-size:1.25rem}.Home_shippingTitle__9JdVM{font-size:.875rem;font-weight:600;color:var(--text-primary)}.Home_destinationLabel__VWfGk{font-size:.75rem;color:#666;margin-bottom:.5rem}.Home_destinationSelect__9XmVB{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.875rem;margin-bottom:1rem}.Home_shippingRow__h9fN_{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem}.Home_shippingRowLabel__FQDbc{color:var(--text-secondary)}.Home_shippingRowValue__2nFSl{color:var(--text-primary)}.Home_shippingTotal__amyoG{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;border-top:1px solid var(--border);font-weight:700;color:var(--text-primary)}.Home_priceHistoryCard__S7KSU{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:1.25rem}.Home_priceHistoryTitle__3qG0e{font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase;margin-bottom:1rem}.Home_priceHistoryChart__BoVp7{height:100px;display:flex;align-items:flex-end;gap:.5rem;margin-bottom:1rem}.Home_chartBar__s_VwV{flex:1 1;background:#007aff;border-radius:4px 4px 0 0}.Home_priceHistoryStats__Ehncu{display:flex;justify-content:space-between}.Home_priceStat__caJJW{text-align:center}.Home_priceStatLabel__o2vFK{font-size:.75rem;color:#666;margin-bottom:.25rem}.Home_priceStatValue__pPRbe{font-size:1.25rem;font-weight:800;color:var(--text-primary)}.Home_alsoCompared__9fkHs{margin-top:2rem}.Home_alsoComparedHeader__Lk6vo{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.Home_alsoComparedTitle__IHPkp{font-size:1.125rem;font-weight:700;color:var(--text-primary)}.Home_alsoComparedGrid__UPhe7{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.Home_compareCard__zADiO{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:1rem;cursor:pointer;transition:border-color .2s}.Home_compareCard__zADiO:hover{border-color:#007aff}.Home_compareCardImage__Jdfzt{width:100%;height:100px;object-fit:contain;margin-bottom:.75rem}@media (max-width:1200px){.Home_resultsContainer__H9Wyv{grid-template-columns:1fr}.Home_leftSidebar__beCEs,.Home_rightSidebar__JfS1_{display:none}.Home_browseGrid__3Gi1h,.Home_categoriesGrid__XygeJ{grid-template-columns:1fr 1fr;height:auto}.Home_browseCard__4GwAU.Home_large__q8AKZ,.Home_categoryCard__3jCoL.Home_large__q8AKZ{grid-row:span 1}}@media (max-width:768px){.Home_navbar__IWq_R{padding:1rem}.Home_navLinks___tPFn,.Home_regionDropdown__v5KLn,.Home_regionSelectorWrapper__5gRqY{display:none}.Home_heroTitle__AMpNI{font-size:2rem}.Home_searchWrapper__VElmn{flex-wrap:wrap}.Home_cameraButton__NAdV7{order:3;width:100%;justify-content:center}.Home_trendingGrid__mpT4V{grid-template-columns:repeat(2,1fr)}.Home_browseGrid__3Gi1h,.Home_categoriesGrid__XygeJ{grid-template-columns:repeat(2,1fr);height:auto}.Home_alsoComparedGrid__UPhe7{grid-template-columns:repeat(2,1fr)}}.Home_searchResultsHeader__Hmk2u{display:flex;justify-content:space-between;align-items:center;padding:2rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--border)}.Home_searchResultsInfo__7r14B{flex:1 1}.Home_searchResultsTitle__p6bGw{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.Home_searchResultsSubtitle__JuoHa{color:var(--text-secondary);font-size:.875rem}.Home_bestDealCard__qLzV8{background:linear-gradient(135deg,#00e096,#00d4ff);padding:1.5rem;border-radius:12px;text-align:center;min-width:200px}.Home_bestDealLabel__uQhHu{font-size:.75rem;font-weight:700;color:rgba(0,0,0,.7);text-transform:uppercase;margin-bottom:.5rem}.Home_bestDealPrice__BsMk0{font-size:2rem;font-weight:800;color:#000;margin-bottom:.25rem}.Home_bestDealPlatform__s72fm{font-size:.875rem;color:rgba(0,0,0,.7)}.Home_productsListContainer__g72PV{padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 280px)}.Home_productsList__NmCcl{display:flex;flex-direction:column;gap:1rem}.Home_productListItem__eUZ35{display:flex;align-items:center;gap:1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .2s;min-height:140px}.Home_productListItem__eUZ35:hover{border-color:#007aff;transform:translateY(-2px)}.Home_productListImage__GkDBM{width:120px;height:120px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:.5rem;flex-shrink:0}.Home_productListImage__GkDBM img{max-width:100%;max-height:100%;object-fit:contain}.Home_productListInfo__AhYO9{flex:1 1;min-width:0}.Home_productListTitle__rCi36{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.Home_productListMeta__Vt_X9{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.Home_productListPlatform__OC_A_{padding:.25rem .75rem;background:rgba(0,122,255,.1);color:#007aff;font-size:.75rem;font-weight:600;border-radius:4px}.Home_productListRating__uA10d{color:var(--text-secondary);font-size:.875rem}.Home_productListStock__87976{color:#00e096;font-size:.875rem}.Home_productListPrice__UHu_f{text-align:right;margin-right:1rem;min-width:120px;flex-shrink:0}.Home_productListPriceAmount__J0FBH{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem;white-space:nowrap}.Home_productListBestPrice__IGNYv{font-size:.75rem;color:#00e096;font-weight:600;white-space:nowrap}.Home_productListActions__vOOoy{flex-shrink:0;min-width:120px;display:flex;justify-content:flex-end;align-items:center}.Home_productListButton__lkExU{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#00d4ff;color:#000;font-size:.875rem;font-weight:600;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:opacity .2s;white-space:nowrap;min-width:100px}.Home_productListButton__lkExU:hover{opacity:.9}.Home_searchLink__LIdcT{background:#f59e0b!important;color:#fff!important}.Home_searchLink__LIdcT:hover{opacity:.85}.Home_noResults__0218G{text-align:center;padding:5rem 2rem 4rem;max-width:640px;margin:0 auto;min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center}.Home_noResultsIcon__PGciB{width:72px;height:72px;margin-bottom:1.5rem;color:var(--text-tertiary,#666);opacity:.7}.Home_noResultsIcon__PGciB svg{width:100%;height:100%}.Home_noResultsTitle__SxEG9{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.Home_noResultsText__PZ53X{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.Home_noResultsSuggestions__kCoSO{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.Home_noResultsPill__wV5DU{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:20px;border:1px solid var(--border,hsla(0,0%,100%,.12));background:var(--bg-secondary,hsla(0,0%,100%,.04));color:var(--text-secondary,#999);font-size:.85rem;font-weight:500;transition:all .2s ease}.Home_noResultsPill__wV5DU:hover{border-color:var(--primary,#6366f1);color:var(--text-primary);background:rgba(99,102,241,.08)}.Home_noResultsCategoryGrid__OhKAN{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;width:100%;margin-bottom:2rem}.Home_noResultsCategoryCard__lyBdV{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;border-radius:12px;border:1px solid var(--border,hsla(0,0%,100%,.1));background:var(--bg-secondary,hsla(0,0%,100%,.03));cursor:pointer;transition:all .25s ease}.Home_noResultsCategoryCard__lyBdV:hover{border-color:var(--primary,#6366f1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);background:rgba(99,102,241,.06)}.Home_noResultsCategoryIcon__Wiqp7{font-size:1.5rem;line-height:1}.Home_noResultsCategoryLabel__3_0f7{font-size:.8rem;font-weight:600;color:var(--text-secondary,#999)}.Home_noResultsCategoryCard__lyBdV:hover .Home_noResultsCategoryLabel__3_0f7{color:var(--text-primary)}.Home_noResultsButton__7Ol9U{padding:.875rem 2rem;background:var(--cta,#00e096);color:#000;font-size:.9375rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:44px;box-shadow:0 2px 8px rgba(0,224,150,.25)}.Home_noResultsButton__7Ol9U:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,224,150,.35)}.Home_lowResultsFooter__gwvkW{padding:2.5rem 2rem 2rem;text-align:center;border-top:1px solid var(--border,hsla(0,0%,100%,.08));margin-top:1.5rem}.Home_lowResultsFooterTitle__ZXeLr{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.Home_lowResultsFooterSub__vd0xx{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.Home_lowResultsCategoryGrid__HD_6Q{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;max-width:480px;margin:0 auto}.Home_lowResultsCategoryCard__GDr_f{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem .5rem;border-radius:10px;border:1px solid var(--border,hsla(0,0%,100%,.08));background:var(--bg-secondary,hsla(0,0%,100%,.03));cursor:pointer;transition:all .2s ease;font-size:.75rem;font-weight:500;color:var(--text-secondary,#888)}.Home_lowResultsCategoryCard__GDr_f:hover{border-color:var(--primary,#6366f1);color:var(--text-primary);transform:translateY(-1px)}@media (max-width:768px){.Home_searchResultsHeader__Hmk2u{flex-direction:column;align-items:flex-start;gap:1rem}.Home_bestDealCard__qLzV8{width:100%}.Home_productListItem__eUZ35{flex-direction:column;text-align:center}.Home_productListImage__GkDBM{width:100%;height:200px}.Home_productListPrice__UHu_f{margin-right:0}.Home_productListButton__lkExU{width:100%;justify-content:center}.Home_noResults__0218G{padding:3rem 1.25rem 2rem;min-height:calc(100vh - 240px)}.Home_noResultsIcon__PGciB{width:56px;height:56px}.Home_noResultsTitle__SxEG9{font-size:1.25rem}.Home_lowResultsCategoryGrid__HD_6Q,.Home_noResultsCategoryGrid__OhKAN{grid-template-columns:repeat(2,1fr)}}.Home_modal___NgiA{position:fixed;inset:0;z-index:1001;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Home_modalContent__XKBCH{position:relative;background:var(--bg-primary);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2.5rem;max-width:400px;width:90%;text-align:center;animation:Home_modalFadeIn__kIrk5 .3s ease}@keyframes Home_modalFadeIn__kIrk5{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Home_closeBtn__WI89g{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);border:none;color:#888;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.Home_closeBtn__WI89g:hover{background:hsla(0,0%,100%,.2);color:var(--text-primary)}.Home_heartButton__WCEpR{position:absolute;top:12px;left:12px;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.95);border:1px solid var(--border);color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Home_heartButton__WCEpR:hover{color:#ef4444;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Home_heartButton__WCEpR.Home_heartFilled__yqStC{color:#ef4444;background:#fef2f2;border-color:#fecaca}.Home_heartButton__WCEpR.Home_heartAnimating__ic_4q{animation:Home_heartPulse__6uabQ .3s ease-out}@keyframes Home_heartPulse__6uabQ{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.Home_heartIcon__gHTgz{width:18px;height:18px}.Home_heartButton__WCEpR.Home_heartLarge__xNGeE{width:44px;height:44px}.Home_heartButton__WCEpR.Home_heartLarge__xNGeE .Home_heartIcon__gHTgz{width:22px;height:22px}.Home_heartButton__WCEpR.Home_heartSmall__5JjH_{width:28px;height:28px}.Home_heartButton__WCEpR.Home_heartSmall__5JjH_ .Home_heartIcon__gHTgz{width:14px;height:14px}.Home_variantBadges__KrqEw{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.Home_variantBadge__TTqCg{display:inline-flex;align-items:center;padding:3px 8px;font-size:.75rem;font-weight:600;border-radius:4px;background:rgba(0,0,0,.06);color:var(--text-secondary);border:1px solid transparent;transition:all .2s ease}.Home_variantBadge__TTqCg[data-type=storage]{background:linear-gradient(135deg,#a855f720,#7c3aed10);color:#7c3aed;border-color:#a855f730}.Home_variantBadge__TTqCg[data-type=ram]{background:linear-gradient(135deg,#3b82f620,#2563eb10);color:#2563eb;border-color:#3b82f630}.Home_variantBadge__TTqCg[data-type=chip]{background:linear-gradient(135deg,#10b98120,#059669);color:#059669;border-color:#10b98130}.Home_variantBadge__TTqCg[data-type=year]{background:rgba(0,0,0,.05);color:var(--text-tertiary);border-color:rgba(0,0,0,.1)}.Home_variantBadge__TTqCg[data-type=color]{background:linear-gradient(135deg,#f59e0b20,#d97706);color:#d97706;border-color:#f59e0b30}@media (prefers-color-scheme:dark){.Home_variantBadge__TTqCg{background:hsla(0,0%,100%,.08)}.Home_variantBadge__TTqCg[data-type=storage]{background:rgba(168,85,247,.15);color:#c084fc;border-color:rgba(168,85,247,.25)}.Home_variantBadge__TTqCg[data-type=ram]{background:rgba(59,130,246,.15);color:#60a5fa;border-color:rgba(59,130,246,.25)}.Home_variantBadge__TTqCg[data-type=chip]{background:rgba(16,185,129,.15);color:#34d399;border-color:rgba(16,185,129,.25)}.Home_variantBadge__TTqCg[data-type=year]{background:hsla(0,0%,100%,.08);color:var(--text-tertiary);border-color:hsla(0,0%,100%,.1)}}.Home_currencyBadge__wNXBS{display:inline-block;padding:1px 6px;margin-left:6px;font-size:.7rem;font-weight:600;border-radius:3px;background:rgba(255,193,7,.15);color:#f0ad4e;letter-spacing:.5px;vertical-align:middle;line-height:1.4}@media (prefers-color-scheme:dark){.Home_currencyBadge__wNXBS{background:rgba(255,193,7,.2);color:#ffc107}}@media (max-width:1024px){.Home_resultsContainer__H9Wyv{grid-template-columns:1fr;gap:1rem}.Home_leftSidebar__beCEs,.Home_navLinks___tPFn,.Home_rightSidebar__JfS1_{display:none}.Home_navLeft__HoE_P{gap:1rem}.Home_trendingGrid__mpT4V{grid-template-columns:repeat(2,1fr)}.Home_browseGrid__3Gi1h,.Home_categoriesGrid__XygeJ{grid-template-columns:repeat(2,1fr);height:auto}.Home_browseCard__4GwAU.Home_large__q8AKZ,.Home_categoryCard__3jCoL.Home_large__q8AKZ{grid-row:span 1}.Home_heroTitle__AMpNI{font-size:2.5rem}}@media (max-width:640px){.Home_navbar__IWq_R{padding:.5rem .75rem;flex-wrap:nowrap;gap:.25rem}.Home_navLeft__HoE_P{flex:1 1;min-width:auto;justify-content:flex-start;gap:.5rem}.Home_navLinks___tPFn{display:none}.Home_navRight__w3vqJ{flex:0 1;min-width:auto;justify-content:flex-end;gap:.25rem}.Home_logoText__jQ3Ba{font-size:.9rem}.Home_logoImage__qdur8{width:28px;height:28px}.Home_regionDropdown__v5KLn{padding:.25rem .5rem;font-size:.7rem;gap:.25rem;flex-shrink:0}.Home_regionSelectorWrapper__5gRqY{display:flex!important;visibility:visible!important;opacity:1!important}.Home_loginBtn__Jit_P{font-size:.75rem;padding:.25rem}.Home_signUpBtn__sNDJA{padding:.25rem .5rem;font-size:.7rem}.Home_hero__VkeT1{padding:2rem 1rem 1.5rem}.Home_heroTitle__AMpNI{font-size:1.75rem;line-height:1.2}.Home_heroSubtitle__0EZ9Z{font-size:.9375rem}.Home_liveBadge__PHDoL{padding:.375rem .75rem;margin-bottom:1rem}.Home_liveBadgeText__ydQwD{font-size:.625rem}.Home_searchContainer__ylqvv{margin:1rem auto;padding:0 .5rem}.Home_searchWrapper__VElmn{flex-direction:column;padding:.5rem}.Home_searchInput__fVjDa{width:100%;text-align:center}.Home_searchButton__RICvS{width:100%;padding:.75rem;min-height:44px}.Home_cameraButton__NAdV7,.Home_visualSearchBtn___l5mp{width:100%;justify-content:center;min-height:44px}.Home_categoriesSection__f5SyE,.Home_section__3569L,.Home_trendingSection__XQuKL{padding:1.5rem 1rem}.Home_sectionTitle__DKb2S,.Home_trendingTitle__Sdc3l{font-size:1rem}.Home_trendingGrid__mpT4V{grid-template-columns:repeat(2,1fr);gap:.625rem}.Home_browseGrid__3Gi1h,.Home_categoriesGrid__XygeJ{grid-template-columns:repeat(2,1fr);height:auto;gap:.625rem}.Home_trendingCard__vswxI{border-radius:12px;display:flex;flex-direction:column}.Home_trendingCardImage__QAE4p{height:140px;flex-shrink:0}.Home_trendingCardInfo__LUg5w{padding:.625rem;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;min-height:90px}.Home_trendingCardTitle__EA7q0{font-size:.8125rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;min-height:2.1em}.Home_trendingCardSubtitle__8xSt1{font-size:.6875rem;margin-bottom:.375rem}.Home_trendingCardPrice__cAmst{font-size:1rem}.Home_trendingCardOldPrice__CO_IX{font-size:.6875rem}.Home_viewBtn__DkOwv{min-height:40px;min-width:44px;padding:.5rem .75rem;font-size:.75rem;border-radius:8px}.Home_heartButton__WCEpR{width:36px;height:36px;min-width:36px;min-height:36px}.Home_dealBadge__n4p_8{font-size:.625rem;padding:.2rem .4rem}.Home_productCard__P8KzM{border-radius:12px;display:flex;flex-direction:column}.Home_productImage__V7IkC{height:130px;flex-shrink:0}.Home_productInfo__kvMjr{padding:.625rem;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;min-height:85px}.Home_productTitle__sFmFI{font-size:.8125rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;min-height:2.1em}.Home_productPrice__r7vH4{font-size:1rem}.Home_variantBadges__KrqEw{flex-wrap:wrap;gap:.25rem}.Home_variantBadge__TTqCg{font-size:.625rem;padding:.125rem .375rem}.Home_resultsContainer__H9Wyv{padding:1rem}.Home_resultsHeader__gp_ro{flex-direction:column;align-items:flex-start;gap:.5rem}.Home_productListItem__eUZ35{padding:1rem;gap:.75rem}.Home_productListImage__GkDBM{width:80px;height:80px;flex-shrink:0}.Home_productListInfo__AhYO9{min-width:0}.Home_productListTitle__rCi36{font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Home_productListPriceAmount__J0FBH{font-size:1.125rem}.Home_productListButton__lkExU{min-height:44px;font-size:.8125rem;padding:.625rem 1rem}.Home_footer__yFiaX{padding:2rem 1rem}.Home_footerGrid__T9Jb_{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:400px){.Home_navbar__IWq_R{padding:.5rem .75rem}.Home_heroTitle__AMpNI{font-size:1.5rem}.Home_heroSubtitle__0EZ9Z,.Home_searchInput__fVjDa{font-size:.875rem}.Home_searchButton__RICvS{font-size:.75rem;padding:.625rem}.Home_trendingCardImage__QAE4p{height:130px}.Home_productImage__V7IkC{height:100px}.Home_viewBtn__DkOwv{padding:.375rem .75rem;font-size:.75rem}}@media (min-width:1400px){.Home_resultsContainer__H9Wyv{max-width:1600px}.Home_trendingGrid__mpT4V{grid-template-columns:repeat(5,1fr)}.Home_hero__VkeT1{max-width:900px}.Home_heroTitle__AMpNI{font-size:4rem}}@media (hover:none) and (pointer:coarse){.Home_browseCard__4GwAU:hover,.Home_categoryCard__3jCoL:hover,.Home_productCard__P8KzM:hover,.Home_searchButton__RICvS:hover,.Home_signUpBtn__sNDJA:hover,.Home_trendingCard__vswxI:hover,.Home_viewBtn__DkOwv:hover{transform:none}}.Home_amazonSecondaryLink__GHUHX{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,153,0,.1);color:#f90;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:1px solid rgba(255,153,0,.2)}.Home_amazonSecondaryLink__GHUHX:hover{background:rgba(255,153,0,.2);border-color:rgba(255,153,0,.4);transform:translateY(-1px)}.Home_amazonSecondaryLink__GHUHX img{width:16px;height:16px}.Home_amazonSecondaryContainer__Qxxc_{display:flex;justify-content:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}@media (max-width:640px){.Home_amazonSecondaryContainer__Qxxc_{padding:1rem}.Home_amazonSecondaryLink__GHUHX{width:100%;justify-content:center}.Home_navbar__IWq_R{padding:.75rem 1rem;gap:.75rem;flex-wrap:wrap;justify-content:space-between}.Home_navLeft__HoE_P{gap:.75rem;flex:1 1 auto;min-width:0;flex-wrap:wrap}.Home_logoText__jQ3Ba{font-size:1.05rem;line-height:1.1;white-space:nowrap}.Home_logoImage__qdur8{width:34px;height:34px}.Home_regionSelectorWrapper__5gRqY{flex:0 0 auto;min-width:0;position:relative;z-index:200}.Home_navLinks___tPFn{order:3;width:100%;justify-content:flex-start;gap:1rem}.Home_navRight__w3vqJ{order:2;flex:0 0 auto;margin-left:auto;gap:.75rem}.Home_signUpBtn__sNDJA{padding:.45rem .9rem}.Home_loginBtn__Jit_P,.Home_navLink__SvGJP{font-size:.85rem}}