.page_container__7ldgW{width:100vw;margin:0}.page_categoryHeader__5daN5{height:250px;display:flex;align-items:center;justify-content:center;background-color:var(--background)}.page_categoryTitle__pzc1r{font-size:36px;font-weight:700;color:var(--foreground);margin-bottom:8px}.page_products__Dms1R{padding:0 160px}.page_productCount__Std1l{padding-top:80px;padding-bottom:24px;font-size:20px;color:var(--foreground)}.page_loadingContainer__xgE3S{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;width:100%;text-align:center}.page_loadingSpinner__bk6xP{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid var(--primary);width:50px;height:50px;animation:page_spin__xokMs 1s linear infinite;margin-bottom:20px}@keyframes page_spin__xokMs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_errorContainer__O_eRZ{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;width:100%;text-align:center;color:#e74c3c}.page_retryButton__qeW6j{margin-top:20px;padding:8px 16px;background-color:var(--primary);color:white;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.page_retryButton__qeW6j:hover{background-color:var(--primary-dark,#0056b3)}@media (max-width:768px){.page_categoryTitle__pzc1r{font-size:24px}.page_products__Dms1R{padding:0 40px}}@media (max-width:480px){.page_container__7ldgW{padding:16px}.page_products__Dms1R{padding:0 20px}}.ProductCard_productItem__XyjyS{display:flex;flex-direction:column;text-decoration:none;color:var(--foreground);border-radius:8px;overflow:hidden}.ProductCard_productImage__np8GA{position:relative;width:100%;height:300px;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center}.ProductCard_imagePlaceholder__NQITy{width:100%;height:100%;background-color:#ebebeb}.ProductCard_productBadge__t2B_A{position:absolute;top:10px;left:10px;background-color:var(--primary);color:white;padding:3px 8px;border-radius:4px;font-size:12px;font-weight:500}.ProductCard_productDetails__FBJ29{padding-top:15px}.ProductCard_productName__SG1Wz{font-size:16px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:30px;color:var(--foreground)}.ProductCard_productPrice__Qo6A9{margin-bottom:15px;color:var(--foreground)}.ProductCard_originalPrice__lPqt_{color:#999;font-size:14px;margin-bottom:5px}.ProductCard_memberPrice__A_631{font-size:16px;font-weight:600;color:var(--foreground)}.ProductCard_memberLabel__cem83{color:#ff4b2b;font-weight:600;margin-right:3px}@media (max-width:768px){.ProductCard_productImage__np8GA{height:150px}.ProductCard_productDetails__FBJ29{padding:10px}.ProductCard_productName__SG1Wz{font-size:14px;height:34px}.ProductCard_addToCartButton__0WlOE{padding:8px;font-size:12px}}.BestProducts_productSection__KFSBQ{padding:80px 160px}.BestProducts_productHeader__V_lqX{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.BestProducts_productHeaderTitle__JZQgJ{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.BestProducts_badge__gVGi3{background-color:#e53e3e;color:white;padding:2px 8px;border-radius:4px;font-size:12px}.BestProducts_viewMoreLink__P7ilT{font-size:12px;color:#888;text-decoration:none}.BestProducts_viewMoreLink__P7ilT:hover{text-decoration:underline}@media (max-width:768px){.BestProducts_productSection__KFSBQ{padding:40px 20px}.BestProducts_productHeader__V_lqX{margin-bottom:15px}.BestProducts_productHeaderTitle__JZQgJ{font-size:16px}}.CategorySection_categorySection__JGToC{padding:80px 160px;text-align:center;background-color:#f9f9f9;border-radius:8px;width:100%;color:var(--foreground)}.CategorySection_sectionTitle__TKKcu{font-size:26px;font-weight:600;margin-bottom:40px}.CategorySection_categoriesContainer__318Q4{display:flex;flex-direction:column;max-width:960px;margin:0 auto;gap:30px}.CategorySection_categoryColumn__q4BXo{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;justify-content:space-between}.CategorySection_categoryItem__pnu_D{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .2s ease;width:calc(100% / 6 - 16px);margin-bottom:10px}.CategorySection_categoryItem__pnu_D:hover{transform:translateY(-5px)}.CategorySection_categoryImage__qHh0x{width:60px;height:60px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.CategorySection_placeholder__nnNGH{width:60px;height:60px;border-radius:50%;background-color:#ddd}.CategorySection_categoryName__fis5v{font-size:14px;word-break:keep-all;line-height:1.3;text-align:center;margin-top:8px}@keyframes CategorySection_shimmer__zCAiK{0%{background-position:-200px 0}to{background-position:200px 0}}.CategorySection_skeleton__G6VRG{cursor:default}.CategorySection_skeletonImage__nkeTO{width:60px;height:60px;border-radius:50%}.CategorySection_skeletonImage__nkeTO,.CategorySection_skeletonText__3HP3Q{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:CategorySection_shimmer__zCAiK 1.5s infinite}.CategorySection_skeletonText__3HP3Q{display:block;width:70px;height:12px;border-radius:4px}.CategorySection_errorMessage__RE1w1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;color:#e74c3c;font-size:16px}.CategorySection_retryButton__CzUOi{margin-top:16px;padding:8px 16px;background-color:var(--primary,#0070f3);color:white;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .3s}.CategorySection_retryButton__CzUOi:hover{background-color:var(--primary-dark,#0056b3)}@media (max-width:768px){.CategorySection_categorySection__JGToC{padding:40px 20px}.CategorySection_categoriesContainer__318Q4{gap:20px}.CategorySection_categoryColumn__q4BXo{gap:10px}.CategorySection_categoryItem__pnu_D{width:calc(100% / 3 - 8px)}.CategorySection_categoryImage__qHh0x,.CategorySection_placeholder__nnNGH{width:40px;height:40px}.CategorySection_categoryName__fis5v{font-size:12px}}@media (max-width:480px){.CategorySection_categoryItem__pnu_D{width:calc(50% - 10px)}}.HeroSection_heroSection__lI8do{display:flex;justify-content:center;align-items:center;padding:80px 160px}.HeroSection_sectionTitle__tG_wI{font-size:24px;font-weight:700;margin-bottom:20px}.FeaturedProducts_featuredSection__okMOn{padding:80px 160px}.FeaturedProducts_sectionHeader__0HOd6{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.FeaturedProducts_sectionTitle__5mjsd{font-size:24px;font-weight:600;margin:0}.FeaturedProducts_viewMoreLink__NBJP_{color:#888;text-decoration:none;font-size:14px;transition:color .2s}.FeaturedProducts_viewMoreLink__NBJP_:hover{color:var(--primary)}.FeaturedProducts_productGrid__QTr8r{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width:768px){.FeaturedProducts_featuredSection__okMOn{padding:40px 20px}.FeaturedProducts_sectionHeader__0HOd6{margin-bottom:15px}.FeaturedProducts_sectionTitle__5mjsd{font-size:20px}.FeaturedProducts_productGrid__QTr8r{grid-template-columns:repeat(2,1fr);gap:10px}}.NewProducts_productSection___EEQc{padding:80px 160px}.NewProducts_productHeader__CzNRs{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.NewProducts_productHeaderTitle__OVCU2{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.NewProducts_badge__x0QO7{background-color:#00a884;color:white;padding:2px 8px;border-radius:4px;font-size:12px}.NewProducts_viewMoreLink__tFdb2{font-size:12px;color:#888;text-decoration:none}.NewProducts_viewMoreLink__tFdb2:hover{text-decoration:underline}.NewProducts_productGrid__j7PR_{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width:768px){.NewProducts_productSection___EEQc{padding:40px 20px}.NewProducts_productHeader__CzNRs{margin-bottom:15px}.NewProducts_productHeaderTitle__OVCU2{font-size:16px}.NewProducts_productGrid__j7PR_{grid-template-columns:repeat(2,1fr);gap:10px}}.ProductGrid_productGrid__QpS2Y{display:grid;grid-gap:24px;gap:24px}.ProductGrid_columns4__8r_Wq{grid-template-columns:repeat(4,1fr)}.ProductGrid_columns3__we6_8{grid-template-columns:repeat(3,1fr)}.ProductGrid_columns2__pppIa{grid-template-columns:repeat(2,1fr)}.ProductGrid_columns1__V66fw{grid-template-columns:1fr}@media (max-width:1024px){.ProductGrid_columns4__8r_Wq{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ProductGrid_columns3__we6_8,.ProductGrid_columns4__8r_Wq{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.ProductGrid_columns2__pppIa,.ProductGrid_columns3__we6_8,.ProductGrid_columns4__8r_Wq{grid-template-columns:1fr}}.CategoryFilter_filterContainer__mRW20{display:flex;align-items:center;margin-bottom:24px}.CategoryFilter_filterLabel__dev3Y{font-size:16px;font-weight:500;margin-right:12px;color:var(--foreground)}.CategoryFilter_categorySelect__7EnT9{padding:10px 16px;border-radius:8px;border:1px solid #e0e0e0;background-color:white;font-size:16px;min-width:180px;color:var(--foreground);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.CategoryFilter_categorySelect__7EnT9:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(2,167,110,.1)}.CategoryFilter_categorySelect__7EnT9:hover{border-color:var(--primary)}@media (max-width:768px){.CategoryFilter_filterContainer__mRW20{flex-direction:column;align-items:flex-start;gap:8px}.CategoryFilter_categorySelect__7EnT9{width:100%}}