.Shop_shopContainer__3R2On{display:flex;flex-direction:column;gap:36rem}.Shop_addedToast__gLAC1{position:fixed;bottom:24rem;right:24rem;background-color:var(--color-text-primary);color:#fff;padding:12rem 20rem;border-radius:12rem;box-shadow:var(--shadow-xl);z-index:9999;display:flex;align-items:center;gap:8rem;font-size:14rem;font-weight:600}.Shop_separator__y18JY{color:var(--color-border)}.Shop_statusMsg__CWfpW{text-align:center;padding:60rem 0;color:var(--color-text-tertiary)}.Shop_emptyState__hq042{text-align:center;padding:60rem 0;display:flex;flex-direction:column;align-items:center;gap:12rem}.Shop_emptyTitle__Yz56A{font-size:16rem;font-weight:700;color:var(--color-text-primary)}.Shop_emptyDesc__pOpBx{font-size:13rem;color:var(--color-text-tertiary)}.Shop_productImg__hR_X_{width:100%;height:100%;object-fit:cover}.Shop_toastLink__9ruii{color:var(--color-primary);margin-left:8rem;text-decoration:underline}.Shop_sortDivider__bw3kK{color:var(--color-border)}.Shop_loadingState__oGh0Q{text-align:center;padding:60rem 0;color:var(--color-text-tertiary)}.Shop_emptyProductState__gKCnR{text-align:center;padding:60rem 0;display:flex;flex-direction:column;align-items:center;gap:12rem}.Shop_emptyProductTitle__nng4e{font-size:16rem;font-weight:700;color:var(--color-text-primary)}.Shop_emptyProductDesc__RqV3P{font-size:13rem;color:var(--color-text-tertiary)}.Shop_thumbnailImg__V5G15{width:100%;height:100%;object-fit:cover}.Shop_banner__W2n4x{display:flex;justify-content:space-between;align-items:center;padding:36rem 44rem;background:linear-gradient(135deg,var(--color-primary-light) 0,var(--color-surface) 100%);border-radius:24rem;box-shadow:var(--shadow-card)}.Shop_banner__W2n4x .Shop_bannerCopy___oTeN{display:flex;flex-direction:column;gap:12rem}.Shop_banner__W2n4x .Shop_bannerCopy___oTeN h1{font-size:28rem;font-weight:800;color:var(--color-text-primary);line-height:1.3}.Shop_banner__W2n4x .Shop_bannerCopy___oTeN p{font-size:14rem;color:var(--color-text-secondary)}.Shop_banner__W2n4x .Shop_bannerActions__gvTSc{display:flex;align-items:center;gap:12rem}.Shop_categoryGrid__a7hn8{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:12rem;gap:12rem}.Shop_categoryCard__MOV35{display:flex;flex-direction:column;gap:8rem;align-items:center;justify-content:center;padding:16rem 10rem;background-color:var(--color-surface);border-radius:20rem;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-decoration:none;text-align:center}.Shop_categoryCard__MOV35:hover{transform:translateY(-4rem);box-shadow:var(--shadow-md)}.Shop_categoryCard__MOV35.Shop_activeCategory__S5_rg{border:2rem solid var(--color-primary);background-color:var(--color-primary-light)}.Shop_categoryCard__MOV35 .Shop_catIconWrap__JBony{width:44rem;height:44rem;border-radius:16rem;background-color:var(--color-primary-light);color:var(--color-primary);display:flex;justify-content:center;align-items:center}.Shop_categoryCard__MOV35 .Shop_catName__d02rE{font-size:13rem;font-weight:700;color:var(--color-text-primary)}.Shop_categoryCard__MOV35 .Shop_catDesc__f0CSJ{font-size:11rem;color:var(--color-text-tertiary)}@media(max-width:1024px){.Shop_categoryGrid__a7hn8{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.Shop_categoryGrid__a7hn8{grid-template-columns:repeat(2,1fr)}}.Shop_toolbar__zX8Zq{display:flex;justify-content:space-between;align-items:center;gap:16rem;margin-bottom:20rem}.Shop_toolbar__zX8Zq .Shop_toolbarLeft__Y67k8{display:flex;align-items:center;gap:12rem}.Shop_toolbar__zX8Zq .Shop_toolbarLeft__Y67k8 .Shop_itemCount__XhwUY{font-size:14rem;color:var(--color-text-secondary);font-weight:600}.Shop_toolbar__zX8Zq .Shop_toolbarLeft__Y67k8 .Shop_itemCount__XhwUY strong{color:var(--color-primary)}.Shop_toolbar__zX8Zq .Shop_toolbarRight__ziYJy{display:flex;align-items:center;gap:8rem}.Shop_toolbar__zX8Zq .Shop_toolbarRight__ziYJy .Shop_sortBtn__dHwnH{background:none;border:none;font-size:13rem;font-weight:600;color:var(--color-text-tertiary);cursor:pointer;padding:4rem 8rem;border-radius:8rem}.Shop_toolbar__zX8Zq .Shop_toolbarRight__ziYJy .Shop_sortBtn__dHwnH.Shop_activeSort__m31TF{color:var(--color-primary);font-weight:700}.Shop_sectionHeader__SqYz9{display:flex;justify-content:space-between;align-items:center;margin-bottom:20rem}.Shop_sectionHeader__SqYz9 h2{font-size:22rem;font-weight:800;color:var(--color-text-primary)}.Shop_productGrid__yHTIe{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20rem;gap:20rem}@media(max-width:1100px){.Shop_productGrid__yHTIe{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.Shop_productGrid__yHTIe{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.Shop_productGrid__yHTIe{grid-template-columns:1fr}}.Shop_productCard__NSzFN{display:flex;flex-direction:column;background-color:var(--color-surface);border-radius:20rem;overflow:hidden;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.Shop_productCard__NSzFN:hover{transform:translateY(-4rem);box-shadow:var(--shadow-hover)}.Shop_productCard__NSzFN .Shop_imgWrap__Ij0_H{position:relative;width:100%;height:200rem;background-color:var(--color-surface-alt);display:flex;justify-content:center;align-items:center;color:var(--color-text-tertiary)}.Shop_productCard__NSzFN .Shop_badgeSlot__sLvuL{position:absolute;top:12rem;left:12rem;z-index:1}.Shop_productCard__NSzFN .Shop_info__bGijB{display:flex;flex-direction:column;gap:8rem;padding:18rem;flex:1 1}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_brand__V12sL{font-size:12rem;font-weight:600;color:var(--color-text-tertiary)}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_title__nTloO{font-size:14rem;font-weight:700;color:var(--color-text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40rem}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_ratingRow__fcne7{display:flex;align-items:center;gap:4rem;font-size:12rem;color:var(--color-warning);font-weight:700}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_ratingRow__fcne7 .Shop_reviewCount__1TbkK{color:var(--color-text-tertiary);font-weight:400}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_priceRow__zjTqL{display:flex;align-items:baseline;gap:6rem;margin-top:4rem}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_priceRow__zjTqL .Shop_discount__aP0ra{font-size:16rem;font-weight:800;color:var(--color-danger)}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_priceRow__zjTqL .Shop_price__Kovvh{font-size:18rem;font-weight:800;color:var(--color-text-primary)}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_priceRow__zjTqL .Shop_originalPrice__bWICi{font-size:12rem;color:var(--color-text-tertiary);text-decoration:line-through}.Shop_productCard__NSzFN .Shop_info__bGijB .Shop_cardActions__3fjzi{margin-top:auto;padding-top:12rem;border-top:1rem solid var(--color-border);display:flex;gap:8rem}