.styles_pageContainer___rVoG{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.styles_container__s6lJg{max-width:1200px;margin:0 auto;padding:1rem}.styles_sectionTitle__iqV0a{margin-bottom:1.5rem}.styles_sectionTitle__iqV0a h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.styles_sectionDescription__LTa9D{color:var(--c-muted);font-size:.95rem;line-height:1.4;margin:0}.styles_loadingContainer__2CtQW{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:var(--c-muted)}.styles_loadingSpinner__SY6A7{width:40px;height:40px;border-top:4px solid var(--c-line);border:4px solid var(--c-line);border-top-color:var(--c-accent);border-radius:50%;animation:styles_spin__Mdfbm 1s linear infinite;margin-bottom:1rem}@keyframes styles_spin__Mdfbm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_errorContainer__dLKsV{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:var(--c-danger)}.styles_errorContainer__dLKsV h2{margin-bottom:1rem;font-size:1.5rem}.styles_errorContainer__dLKsV p{color:var(--c-muted);margin-bottom:2rem;line-height:1.6}.styles_retryButton__hciB3{background:var(--c-accent);color:white;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background .2s}.styles_retryButton__hciB3:hover{background:var(--c-accent-hover)}.styles_emptyContainer__uNVvT{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:var(--c-muted)}.styles_emptyContainer__uNVvT h3{margin-bottom:1rem;color:var(--c-muted)}.styles_emptyContainer__uNVvT p{line-height:1.6}.styles_productsGrid___0cil{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.6rem,2vw,1.2rem);padding:0 clamp(.5rem,2vw,1rem)}@media (max-width:767px){.styles_container__s6lJg{padding:0}.styles_productsGrid___0cil{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.375rem;padding:.375rem}}.styles_productCard__1qtWp{background-color:#fff;border:1px solid var(--c-line);border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:box-shadow .2s ease;height:100%}.styles_productCard__1qtWp:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.styles_imageWrapper__D5Edx{width:100%;padding-bottom:100%;position:relative;overflow:hidden;background-color:var(--c-surface-alt)}.styles_productImage__DEaTd{-o-object-fit:cover;object-fit:cover}.styles_couponBadge__mBKNJ{position:absolute;top:.75rem;right:.75rem;background-color:var(--c-green);color:#fff;padding:.3rem .6rem;font-size:.75rem;border-radius:4px}.styles_productInfo__4CoGg{padding:.75rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:8.5rem}.styles_productName__lK_C2{font-size:.9rem;font-weight:700;color:var(--c-body);margin:.25rem 0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6em}.styles_originalPrice__qRPfq{font-size:.85rem;color:var(--c-muted);text-decoration:line-through}.styles_priceRow__HRSh7{display:flex;align-items:center;gap:.4rem}.styles_discountRate__txyu1{color:var(--c-accent);font-weight:700;font-size:1rem}.styles_price__HYGn6{font-weight:700;font-size:1rem;color:var(--c-body)}.styles_addCartBtn__NH5d5{margin-top:auto;background-color:#fff;border:1px solid var(--c-accent);color:var(--c-accent);padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s ease;width:100%}.styles_addCartBtn__NH5d5:hover{background-color:var(--c-accent);color:#fff}.styles_cartGaugeContainer__InPe5{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);width:30%;max-width:300px;background-color:rgba(255,255,255,.9);padding:.75rem;border-radius:50px;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:9998}@media (max-width:767px){.styles_cartGaugeContainer__InPe5{width:70%;max-width:none}.styles_mobileMenuActive__w51La .styles_cartGaugeContainer__InPe5{display:none}}