.CartHome-module__heyMha__lightMode{--cart-bg:var(--background);--cart-bg-secondary:var(--bg-alt);--cart-text:var(--text-color);--cart-text-muted:var(--text-muted);--cart-primary:var(--primary-color);--cart-primary-hover:var(--primary-color-hover);--cart-primary-light:var(--primary-light);--cart-border:var(--border-color);--content-border:var(--container-border);--cart-shadow:var(--shadow-sm);--cart-overlay:#00000026;--cart-backdrop:#fffffffa;--cart-glass:#fffffff2;--cart-glass-hover:#fffffffa}.CartHome-module__heyMha__darkMode{--cart-bg:var(--background);--cart-bg-secondary:var(--bg-alt);--cart-text:var(--text-color);--cart-text-muted:var(--text-muted);--cart-primary:var(--primary-color);--cart-primary-hover:var(--primary-color-hover);--cart-primary-light:var(--primary-light);--cart-border:var(--border-color);--content-border:var(--container-border);--cart-shadow:var(--shadow-sm);--cart-overlay:#00000040;--cart-backdrop:#141414fa;--cart-glass:#1e1e1ef2;--cart-glass-hover:#282828fa}.CartHome-module__heyMha__cartFloatingButton{z-index:var(--z-dropdown);background:var(--cart-glass);-webkit-backdrop-filter:blur(10px);color:var(--cart-primary);border:3px solid var(--cart-border);cursor:pointer;white-space:nowrap;border-radius:28px;justify-content:center;align-items:center;gap:10px;min-width:280px;height:59px;padding:12px 18px;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);animation:3.4s ease-in-out infinite CartHome-module__heyMha__subtleShake;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 16px #0000001f}.CartHome-module__heyMha__cartFloatingButton:hover{background:var(--cart-glass-hover);border-color:var(--cart-primary);transform:translateY(-1px)scale(1.02);box-shadow:0 4px 20px #0000001f}.CartHome-module__heyMha__cartFloatingButton:active{transform:translateY(0)scale(.98)}.CartHome-module__heyMha__cartFloatingButton.CartHome-module__heyMha__expanded{border-radius:22px;padding:8px 14px}@keyframes CartHome-module__heyMha__subtleShake{0%,98%{transform:translate(0)}2%{transform:translate(-3.5px)}4%{transform:translate(3.5px)}6%{transform:translate(-3.5px)}8%{transform:translate(0)}}.CartHome-module__heyMha__cartIcon{color:var(--cart-primary);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:color .2s;display:flex;position:relative}.CartHome-module__heyMha__cartFloatingButton:hover .CartHome-module__heyMha__cartIcon{color:var(--cart-primary-hover)}@keyframes CartHome-module__heyMha__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.CartHome-module__heyMha__cartSummary{white-space:nowrap;min-width:0;color:var(--cart-text);align-items:center;gap:4px;font-size:.75rem;display:flex}.CartHome-module__heyMha__cartSummary span:first-child{opacity:1;font-size:1rem;font-weight:500}.CartHome-module__heyMha__cartTotal{color:var(--cart-primary);font-size:.975rem;font-weight:700}.CartHome-module__heyMha__cartOverlay{background:var(--cart-overlay);z-index:999;-webkit-backdrop-filter:blur(2px);position:fixed;top:0;bottom:0;left:0;right:0}.CartHome-module__heyMha__cartPanel{z-index:1001;background:var(--cart-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--content-border);border-radius:12px;flex-direction:column;width:480px;max-height:450px;display:flex;position:fixed;top:auto;bottom:85px;right:20px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.CartHome-module__heyMha__cartPanel:after{content:"";background:var(--cart-glass);border-right:1px solid var(--content-border);border-bottom:1px solid var(--content-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:0 0 3px;width:16px;height:16px;position:absolute;bottom:-8px;right:22px;transform:rotate(45deg)}.CartHome-module__heyMha__cartPanelHeader{border-bottom:1px solid var(--content-border);background:var(--cart-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.CartHome-module__heyMha__cartPanelHeader h2{color:var(--cart-text);align-items:center;gap:5px;margin:0;font-size:.98rem;font-weight:600;display:flex}.CartHome-module__heyMha__headerIcon{color:var(--cart-primary);font-size:.85rem}.CartHome-module__heyMha__closeButton{color:var(--cart-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:2px;font-size:.9rem;transition:all .2s;display:flex}.CartHome-module__heyMha__closeButton:hover{color:var(--cart-text);background:var(--cart-bg-secondary)}.CartHome-module__heyMha__cartItems{background:0 0;flex:1;max-height:200px;padding:6px 8px;overflow-y:auto}.CartHome-module__heyMha__cartItems::-webkit-scrollbar{width:3px}.CartHome-module__heyMha__cartItems::-webkit-scrollbar-thumb{background:var(--cart-primary);opacity:.6;border-radius:2px}.CartHome-module__heyMha__cartItems::-webkit-scrollbar-track{background:0 0}.CartHome-module__heyMha__cartItem{background:var(--cart-bg-secondary);border:1px solid var(--content-border);border-radius:6px;align-items:center;margin-bottom:4px;padding:6px 8px;transition:all .2s;display:flex}.CartHome-module__heyMha__cartItem:hover{background:var(--cart-glass);transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.CartHome-module__heyMha__productImage{background:var(--cart-bg);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:8px;display:flex;overflow:hidden}.CartHome-module__heyMha__productImg{object-fit:cover;width:100%;height:100%}.CartHome-module__heyMha__placeholderImage{width:100%;height:100%;color:var(--cart-primary);opacity:.6;justify-content:center;align-items:center;font-size:.8rem;display:flex}.CartHome-module__heyMha__productInfo{flex:1;min-width:0;margin-right:6px}.CartHome-module__heyMha__productName{color:var(--cart-text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 1px;font-size:.97rem;font-weight:600;line-height:1.1;overflow:hidden}.CartHome-module__heyMha__productSize{color:var(--cart-text-muted);margin:0 0 2px;font-size:.76rem;line-height:1}.CartHome-module__heyMha__productDiscount{color:var(--success-color);background:#4caf501a;border-radius:2px;margin:0 0 2px;padding:1px 3px;font-size:.55rem;font-weight:600;display:inline-block}.CartHome-module__heyMha__productPrice{color:var(--cart-primary);margin:0;font-size:.87rem;font-weight:700}.CartHome-module__heyMha__productControls{flex-direction:column;justify-content:center;align-items:flex-end;gap:3px;display:flex}.CartHome-module__heyMha__quantityControl{background:var(--cart-bg);border:1px solid var(--cart-border);border-radius:10px;align-items:center;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.CartHome-module__heyMha__quantityButton{color:var(--cart-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;transition:all .2s;display:flex}.CartHome-module__heyMha__quantityButton:hover{background:var(--cart-primary);color:var(--text-light)}.CartHome-module__heyMha__quantityButton:active{transform:scale(.9)}.CartHome-module__heyMha__quantityDisplay{color:var(--cart-text);text-align:center;min-width:12px;padding:0 4px;font-size:.65rem;font-weight:600}.CartHome-module__heyMha__removeButton{color:var(--cart-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:1px;font-size:.6rem;transition:all .2s;display:flex}.CartHome-module__heyMha__removeButton:hover{color:var(--error-color);background:#f443361a;transform:scale(1.1)}.CartHome-module__heyMha__cartFooter{border-top:1px solid var(--cart-border);background:var(--cart-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 12px}.CartHome-module__heyMha__cartTotalRow{justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:600;display:flex}.CartHome-module__heyMha__totalLabel{color:var(--cart-text);font-size:.75rem}.CartHome-module__heyMha__totalAmount{color:var(--cart-primary);font-size:.9rem;font-weight:700}.CartHome-module__heyMha__viewCartButton{background:var(--cart-primary);width:100%;color:var(--text-light);cursor:pointer;border:none;border-radius:6px;padding:8px;font-size:.75rem;font-weight:600;transition:all .25s}.CartHome-module__heyMha__viewCartButton:hover{background:var(--cart-primary-hover);transform:translateY(-1px);box-shadow:0 3px 8px #a7000026}.CartHome-module__heyMha__viewCartButton:active{transform:translateY(0)}.CartHome-module__heyMha__emptyCart{text-align:center;color:var(--cart-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.CartHome-module__heyMha__emptyCart .CartHome-module__heyMha__emptyIcon{opacity:.4;margin-bottom:6px;font-size:1.8rem}.CartHome-module__heyMha__emptyCart p{margin-bottom:3px;font-size:.75rem}.CartHome-module__heyMha__cartFloatingButton,.CartHome-module__heyMha__cartPanel{-webkit-backdrop-filter:blur(12px)saturate(180%)}.CartHome-module__heyMha__cartBadge{background:linear-gradient(135deg, var(--cart-primary), var(--cart-primary-hover));color:var(--text-light);border:1.5px solid var(--cart-glass);border-radius:50%;justify-content:center;align-items:center;min-width:14px;height:14px;font-size:.6rem;font-weight:700;animation:3s ease-in-out infinite CartHome-module__heyMha__subtlePulse;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #0003}@keyframes CartHome-module__heyMha__subtlePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.CartHome-module__heyMha__cartItem{position:relative;overflow:hidden}.CartHome-module__heyMha__cartItem:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--cart-primary-rgb,167, 0, 0), .05), transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.CartHome-module__heyMha__cartItem:hover:before{left:100%}.CartHome-module__heyMha__viewCartButton{position:relative;overflow:hidden}.CartHome-module__heyMha__viewCartButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.CartHome-module__heyMha__viewCartButton:hover:before{left:100%}.CartHome-module__heyMha__quantityControl{box-shadow:inset 0 1px 3px #0000000d}.CartHome-module__heyMha__quantityButton:active{background:var(--cart-primary);color:var(--text-light);transform:scale(.9)}.CartHome-module__heyMha__cartFloatingButton.CartHome-module__heyMha__loading{pointer-events:none;opacity:.7}.CartHome-module__heyMha__cartFloatingButton.CartHome-module__heyMha__loading .CartHome-module__heyMha__cartIcon{animation:1s linear infinite CartHome-module__heyMha__rotate}@keyframes CartHome-module__heyMha__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CartHome-module__heyMha__productName{letter-spacing:-.01em;font-weight:600}.CartHome-module__heyMha__productPrice{font-variant-numeric:tabular-nums;font-family:Segoe UI,-apple-system,system-ui,sans-serif}.CartHome-module__heyMha__cartFloatingButton:focus-visible{outline:2px solid var(--cart-primary);outline-offset:2px;border-radius:inherit}.CartHome-module__heyMha__closeButton:focus-visible{outline:2px solid var(--cart-primary);outline-offset:2px;border-radius:inherit}.CartHome-module__heyMha__quantityButton:focus-visible{outline:2px solid var(--cart-primary);outline-offset:2px;border-radius:inherit}.CartHome-module__heyMha__removeButton:focus-visible{outline:2px solid var(--cart-primary);outline-offset:2px;border-radius:inherit}.CartHome-module__heyMha__viewCartButton:focus-visible{outline:2px solid var(--cart-primary);outline-offset:2px;border-radius:inherit}@media (hover:none) and (pointer:coarse){.CartHome-module__heyMha__cartFloatingButton:hover{transform:scale(1)}.CartHome-module__heyMha__cartItem:hover{transform:none}.CartHome-module__heyMha__cartItem:hover:before,.CartHome-module__heyMha__viewCartButton:hover:before{left:-100%}}@media (prefers-reduced-motion:reduce){.CartHome-module__heyMha__cartBadge{animation:none}.CartHome-module__heyMha__cartItem:before,.CartHome-module__heyMha__viewCartButton:before{display:none}.CartHome-module__heyMha__cartFloatingButton,.CartHome-module__heyMha__cartPanel,.CartHome-module__heyMha__cartItem,.CartHome-module__heyMha__quantityButton,.CartHome-module__heyMha__removeButton,.CartHome-module__heyMha__viewCartButton,.CartHome-module__heyMha__closeButton{transition-duration:.1s!important;animation-duration:.1s!important}}@media (max-width:768px){.CartHome-module__heyMha__cartContainer{display:none}}
.homeProducts-module__z-hBMG__homeProdsContainer{background:var(--background);width:100%;color:var(--text-color);font-family:var(--font-primary);transition:background-color var(--transition-time) ease;padding:2rem 0 3rem}.homeProducts-module__z-hBMG__layout{align-items:flex-start;gap:2rem;width:90%;max-width:1400px;margin:0 auto;display:flex}.homeProducts-module__z-hBMG__sidebar{scrollbar-width:thin;scrollbar-color:var(--container-border) transparent;flex-shrink:0;width:280px;min-width:260px;max-height:calc(100vh - 100px);position:-webkit-sticky;position:sticky;top:80px;overflow-y:auto}.homeProducts-module__z-hBMG__sidebar::-webkit-scrollbar{width:4px}.homeProducts-module__z-hBMG__sidebar::-webkit-scrollbar-thumb{background:var(--container-border);border-radius:4px}.homeProducts-module__z-hBMG__mainColumn{flex:1;min-width:0}.homeProducts-module__z-hBMG__productsHeader{border-bottom:1px solid var(--container-border);justify-content:flex-end;align-items:center;margin-bottom:1.2rem;padding-bottom:.8rem;display:flex}.homeProducts-module__z-hBMG__countDisplay{font-family:var(--font-primary);color:var(--text-color);opacity:.6;letter-spacing:.3px;font-size:.82rem;font-weight:500}.homeProducts-module__z-hBMG__productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;width:100%;display:grid}.homeProducts-module__z-hBMG__productCard{background-color:var(--background);border-radius:var(--border-radius,8px);box-shadow:var(--card-shadow,0 2px 8px #00000014);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.homeProducts-module__z-hBMG__productCard:hover{box-shadow:var(--card-shadow-hover,0 8px 24px #00000026);transform:translateY(-8px)}.homeProducts-module__z-hBMG__productCard.homeProducts-module__z-hBMG__darkMode{background-color:var(--background-card-dark,#1e1e1e);box-shadow:var(--card-shadow-dark,0 2px 8px #0000004d);border:1px solid var(--border-color-dark,#333)}.homeProducts-module__z-hBMG__productCard.homeProducts-module__z-hBMG__darkMode:hover{box-shadow:var(--card-shadow-hover-dark,0 8px 24px #00000080)}.homeProducts-module__z-hBMG__productImageContainer{border-radius:var(--border-radius,8px) var(--border-radius,8px) 0 0;position:relative;overflow:hidden}.homeProducts-module__z-hBMG__productImageLink{text-decoration:none;display:block}.homeProducts-module__z-hBMG__productImageWrapper{height:200px;position:relative;overflow:hidden}.homeProducts-module__z-hBMG__productImage{object-fit:cover;transition:transform .4s}.homeProducts-module__z-hBMG__productCard:hover .homeProducts-module__z-hBMG__productImage{transform:scale(1.05)}.homeProducts-module__z-hBMG__productQuickView{opacity:0;background-color:#0009;justify-content:center;align-items:center;padding:10px;transition:transform .3s,opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.homeProducts-module__z-hBMG__productCard:hover .homeProducts-module__z-hBMG__productQuickView{opacity:1;transform:translateY(0)}.homeProducts-module__z-hBMG__quickViewButton{background-color:var(--primary-color);color:#fff;border-radius:4px;padding:8px 16px;font-size:.9rem;text-decoration:none;transition:background-color .2s}.homeProducts-module__z-hBMG__quickViewButton:hover{background-color:var(--primary-color-hover,#8b0000)}.homeProducts-module__z-hBMG__productInfo{flex-direction:column;flex-grow:1;padding:.85rem 1rem;display:flex}.homeProducts-module__z-hBMG__productSold{align-items:center;display:flex}.homeProducts-module__z-hBMG__soldIcon{margin-right:5px;font-size:.65rem}.homeProducts-module__z-hBMG__soldCount{color:var(--text-muted,#888);font-size:.65rem}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__soldCount{color:#ffffffb3}.homeProducts-module__z-hBMG__productTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4rem;margin:.2rem 0 .1rem;font-size:.92rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.homeProducts-module__z-hBMG__productTitle a{color:var(--text-dark,#1a1a1a);text-decoration:none;transition:color .2s}.homeProducts-module__z-hBMG__productTitle a:hover{color:var(--primary-color)}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__productTitle a{color:var(--text-light,#f0f0f0)}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__productTitle a:hover{color:var(--accent-color,#ff6b6b)}.homeProducts-module__z-hBMG__productDetails{border-top:1px solid var(--border-color,#eee);margin-top:.4rem;padding-top:.5rem}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__productDetails{border-top-color:var(--border-color-dark,#333)}.homeProducts-module__z-hBMG__productSize,.homeProducts-module__z-hBMG__productPrice{justify-content:space-between;margin-bottom:4px;font-size:.78rem;display:flex}.homeProducts-module__z-hBMG__detailLabel,.homeProducts-module__z-hBMG__priceLabel{color:var(--text-muted,#888)}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__detailLabel,.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__priceLabel{color:#fff9}.homeProducts-module__z-hBMG__detailValue{color:var(--text-dark,#1a1a1a);text-align:right;font-weight:600}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__detailValue{color:var(--text-light,#f0f0f0)}.homeProducts-module__z-hBMG__priceValue{color:var(--primary-color);font-size:.95rem;font-weight:700}.homeProducts-module__z-hBMG__darkMode .homeProducts-module__z-hBMG__priceValue{color:var(--accent-color,#ff6b6b)}.homeProducts-module__z-hBMG__productActions{flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.6rem;display:flex}.homeProducts-module__z-hBMG__linkProducto{width:100%;font-family:var(--font-primary);color:var(--text-color);text-align:center;border:1px solid var(--container-border);border-radius:6px;padding:.45rem 0;font-size:.78rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:block}.homeProducts-module__z-hBMG__linkProducto:hover{border-color:var(--primary-color);color:var(--primary-color)}.homeProducts-module__z-hBMG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.homeProducts-module__z-hBMG__buttonCommon{font-family:var(--font-primary);letter-spacing:.5px;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.7rem 2rem;font-size:.82rem;font-weight:600;transition:all .25s;display:inline-flex}.homeProducts-module__z-hBMG__showMoreBtn{background:var(--primary-color);color:#fff}.homeProducts-module__z-hBMG__showMoreBtn:hover{background:var(--primary-color-hover)}.homeProducts-module__z-hBMG__showLessBtn{color:var(--text-color);border:1.5px solid var(--container-border);background:0 0}.homeProducts-module__z-hBMG__showLessBtn:hover{border-color:var(--primary-color);color:var(--primary-color)}.homeProducts-module__z-hBMG__buttonIcon{font-size:1rem}@media screen and (max-width:960px){.homeProducts-module__z-hBMG__layout{gap:1.5rem;width:94%}.homeProducts-module__z-hBMG__sidebar{width:240px;min-width:220px}.homeProducts-module__z-hBMG__productGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media screen and (max-width:768px){.homeProducts-module__z-hBMG__homeProdsContainer{padding:1rem 0 5rem}.homeProducts-module__z-hBMG__actions{margin-bottom:30px}.homeProducts-module__z-hBMG__layout{flex-direction:column;width:92%}.homeProducts-module__z-hBMG__sidebar{display:none}.homeProducts-module__z-hBMG__productGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.homeProducts-module__z-hBMG__productsHeader{justify-content:space-between}}@media screen and (max-width:480px){.homeProducts-module__z-hBMG__layout{width:96%}.homeProducts-module__z-hBMG__productGrid{grid-template-columns:repeat(2,1fr);gap:.6rem}.homeProducts-module__z-hBMG__productImageWrapper{height:160px}.homeProducts-module__z-hBMG__productInfo{padding:.65rem .65rem .75rem}.homeProducts-module__z-hBMG__productTitle{min-height:unset;margin:0 0 .25rem;font-size:.78rem}.homeProducts-module__z-hBMG__productCard:hover{transform:none}.homeProducts-module__z-hBMG__priceLabel{font-size:.9rem}.homeProducts-module__z-hBMG__nombreProd{font-size:.82rem}}
.FiltersHomeProducts-module__695Viq__sidebarContainer{width:100%;font-family:var(--font-primary)}.FiltersHomeProducts-module__695Viq__filterPanel{background:var(--background);border:1px solid var(--container-border);border-radius:var(--radius-md);flex-direction:column;padding:18px;display:flex}.FiltersHomeProducts-module__695Viq__panelHeader{justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.45rem;display:flex}.FiltersHomeProducts-module__695Viq__panelTitleRow,.FiltersHomeProducts-module__695Viq__panelActions{align-items:center;gap:.4rem;display:flex}.FiltersHomeProducts-module__695Viq__panelIcon{color:var(--primary-color)!important;font-size:.95rem!important}.FiltersHomeProducts-module__695Viq__panelTitle{font-family:var(--font-display);color:var(--text-color);letter-spacing:.8px;text-transform:uppercase;font-size:.8rem;font-weight:700}.FiltersHomeProducts-module__695Viq__activeBadge{background:var(--primary-color);color:var(--text-light);min-width:18px;height:18px;font-size:.62rem;font-weight:700;font-family:var(--font-primary);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;display:flex}.FiltersHomeProducts-module__695Viq__clearBtn,.FiltersHomeProducts-module__695Viq__closeBtn{font-family:var(--font-primary);border:1px solid var(--container-border);color:var(--text-color);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);background:0 0;justify-content:center;align-items:center;gap:.2rem;display:inline-flex}.FiltersHomeProducts-module__695Viq__clearBtn{letter-spacing:.35px;text-transform:uppercase;padding:.22rem .55rem;font-size:.68rem;font-weight:700}.FiltersHomeProducts-module__695Viq__closeBtn{width:30px;height:30px}.FiltersHomeProducts-module__695Viq__clearBtn:hover,.FiltersHomeProducts-module__695Viq__closeBtn:hover{border-color:var(--primary-color);color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 7%, transparent)}.FiltersHomeProducts-module__695Viq__filterSection{border-bottom:1px solid var(--container-border);padding:.72rem 0}.FiltersHomeProducts-module__695Viq__filterSection:last-of-type{border-bottom:none;padding-bottom:0}.FiltersHomeProducts-module__695Viq__sectionLabel{font-family:var(--font-primary);color:var(--text-secondary-color);letter-spacing:.7px;text-transform:uppercase;align-items:center;gap:.35rem;margin:0 0 .55rem;font-size:.68rem;font-weight:700;display:flex}.FiltersHomeProducts-module__695Viq__searchInputInner{background:var(--form-background-color);color:var(--text-color)!important}.FiltersHomeProducts-module__695Viq__sortOptions,.FiltersHomeProducts-module__695Viq__optionGrid{flex-wrap:wrap;gap:.45rem;display:flex}.FiltersHomeProducts-module__695Viq__sortChip,.FiltersHomeProducts-module__695Viq__optionPill{border:1px solid var(--container-border);background:var(--form-background-color);color:var(--text-color);font-family:var(--font-primary);cursor:pointer;transition:var(--transition-fast);border-radius:999px;padding:.5rem .72rem;font-size:.75rem;font-weight:600;line-height:1}.FiltersHomeProducts-module__695Viq__sortChip:hover,.FiltersHomeProducts-module__695Viq__optionPill:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px)}.FiltersHomeProducts-module__695Viq__sortChipActive,.FiltersHomeProducts-module__695Viq__optionPillActive{background:color-mix(in srgb, var(--primary-color) 14%, var(--form-background-color));border-color:var(--primary-color);color:var(--primary-color);box-shadow:0 2px 8px rgba(var(--primary-color-rgb), .15)}.FiltersHomeProducts-module__695Viq__priceRangeWrap{padding:.1rem .25rem}.FiltersHomeProducts-module__695Viq__priceValues{font-family:var(--font-primary);color:var(--text-color);justify-content:space-between;align-items:center;margin-top:.15rem;font-size:.78rem;font-weight:600;display:flex}.FiltersHomeProducts-module__695Viq__priceSep{opacity:.45}.FiltersHomeProducts-module__695Viq__checkLabel{align-items:center;margin:0!important;display:flex!important}.FiltersHomeProducts-module__695Viq__checkText{font-family:var(--font-primary);color:var(--text-color);font-size:.82rem;line-height:1.3}.FiltersHomeProducts-module__695Viq__mobileFilterBar{z-index:100;background:var(--background);border-top:1px solid var(--container-border);width:100%;padding:.6rem .9rem;position:-webkit-sticky;position:sticky;bottom:60px;left:0;box-shadow:0 -6px 18px #00000014}.FiltersHomeProducts-module__695Viq__mobileFilterBtn{background:var(--primary-color);width:100%;color:var(--text-light);border-radius:var(--radius-sm);font-family:var(--font-primary);cursor:pointer;letter-spacing:.2px;transition:var(--transition-fast);border:none;align-items:center;gap:.5rem;padding:.74rem 1rem;font-size:.84rem;font-weight:700;display:flex}.FiltersHomeProducts-module__695Viq__mobileFilterBtn:hover{background:var(--primary-color-hover)}.FiltersHomeProducts-module__695Viq__mobileBadge{background:#ffffff38;border-radius:999px;padding:2px 7px;font-size:.7rem;font-weight:700}.FiltersHomeProducts-module__695Viq__drawerContent{background:var(--background);flex-direction:column;width:100%;height:100%;display:flex}.FiltersHomeProducts-module__695Viq__drawerBody{flex:1;padding:.85rem .85rem .2rem;overflow-y:auto}.FiltersHomeProducts-module__695Viq__drawerBody .FiltersHomeProducts-module__695Viq__filterPanel{border:none;border-radius:0;padding:0}.FiltersHomeProducts-module__695Viq__drawerFooter{padding:.65rem .85rem calc(.65rem + env(safe-area-inset-bottom));border-top:1px solid var(--container-border);background:var(--background)}.FiltersHomeProducts-module__695Viq__drawerApplyBtn{background:var(--primary-color);width:100%;color:var(--text-light);border-radius:var(--radius-sm);font-family:var(--font-primary);cursor:pointer;letter-spacing:.2px;transition:var(--transition-fast);border:none;padding:.85rem;font-size:.92rem;font-weight:700}.FiltersHomeProducts-module__695Viq__drawerApplyBtn:hover{background:var(--primary-color-hover)}@media (prefers-reduced-motion:reduce){.FiltersHomeProducts-module__695Viq__mobileFilterBtn,.FiltersHomeProducts-module__695Viq__drawerApplyBtn,.FiltersHomeProducts-module__695Viq__clearBtn,.FiltersHomeProducts-module__695Viq__closeBtn,.FiltersHomeProducts-module__695Viq__sortChip,.FiltersHomeProducts-module__695Viq__optionPill{transition:none!important}}
.textComponent-module__Go9iQG__section{background:var(--background);width:100%;color:var(--text-color);padding:4rem 2rem;transition:background .4s,color .4s;overflow:hidden}.textComponent-module__Go9iQG__container{align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.textComponent-module__Go9iQG__imageWrapper{border-radius:20px;flex:1;min-height:480px;position:relative;overflow:hidden}.textComponent-module__Go9iQG__mainImage{object-fit:cover;object-position:center;border-radius:20px;width:100%;height:100%;min-height:480px;display:block}.textComponent-module__Go9iQG__badge{color:#fff;text-align:center;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#a7000063;border-radius:20px;min-width:160px;padding:1.8rem 1.5rem;position:absolute;bottom:-20px;right:-10px;box-shadow:0 8px 24px #a700004d}.textComponent-module__Go9iQG__badgeNumber{font-family:var(--font-display);font-size:2.8rem;font-weight:800;line-height:1;display:block}.textComponent-module__Go9iQG__badgeText{font-family:var(--font-primary);opacity:.95;margin-top:.4rem;font-size:.85rem;font-weight:500;line-height:1.3;display:block}.textComponent-module__Go9iQG__content{flex-direction:column;flex:1;gap:1.2rem;display:flex}.textComponent-module__Go9iQG__subtitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:2.5px;color:var(--primary-color);margin:0;font-size:.85rem;font-weight:700}.textComponent-module__Go9iQG__title{color:var(--primary-color);text-align:left;margin:0;font-size:max(2.8rem,min(3.5vw,2.6rem));font-weight:500;line-height:1.15}.textComponent-module__Go9iQG__dark .textComponent-module__Go9iQG__title{color:var(--text-color)}.textComponent-module__Go9iQG__description{font-family:var(--font-primary);color:var(--text-muted);text-align:left;max-width:520px;margin:0;font-size:1.05rem;line-height:1.7}.textComponent-module__Go9iQG__categoriesGrid{text-align:left;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.textComponent-module__Go9iQG__categoryItem{background:var(--secondary-color);border:1px solid var(--container-border);border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1rem;transition:all .3s;display:flex}.textComponent-module__Go9iQG__categoryItem:hover{box-shadow:var(--shadow-normal);border-color:var(--primary-color);transform:translateY(-2px)}.textComponent-module__Go9iQG__categoryIcon{background:var(--primary-color);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;display:flex}.textComponent-module__Go9iQG__categoryInfo{flex-direction:column;display:flex}.textComponent-module__Go9iQG__categoryName{font-family:var(--font-display);color:var(--text-color);margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.textComponent-module__Go9iQG__categoryDesc{font-family:var(--font-primary);color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.3}.textComponent-module__Go9iQG__ctaButton{background-color:var(--primary-color);color:#fff;font-weight:500;font-family:var(--font-primary);text-transform:none;border:2px solid #0000;border-radius:4px;align-items:center;gap:10px;margin-top:.8rem;padding:12px 24px;font-size:1rem;line-height:1.5;text-decoration:none;transition:all .3s;display:inline-flex}.textComponent-module__Go9iQG__ctaButton:hover{color:var(--primary-color);border:2px solid var(--primary-color);background-color:#0000;transform:translateY(-2px)}.textComponent-module__Go9iQG__darkMode .textComponent-module__Go9iQG__ctaButton{background-color:var(--primary-color);color:var(--text-light)}.textComponent-module__Go9iQG__darkMode .textComponent-module__Go9iQG__ctaButton:hover{background-color:var(--primary-dark);color:var(--text-light)}.textComponent-module__Go9iQG__arrowIcon{stroke:currentColor;stroke-width:2px;fill:none;width:20px;height:20px;transition:transform .3s}.textComponent-module__Go9iQG__ctaButton:hover .textComponent-module__Go9iQG__arrowIcon{transform:translate(5px)}@media screen and (max-width:960px){.textComponent-module__Go9iQG__section{padding:3rem 1.5rem}.textComponent-module__Go9iQG__container{gap:2rem}.textComponent-module__Go9iQG__imageWrapper,.textComponent-module__Go9iQG__mainImage{min-height:400px}.textComponent-module__Go9iQG__badge{min-width:140px;padding:1.4rem 1.2rem;bottom:-15px;right:-5px}.textComponent-module__Go9iQG__badgeNumber{font-size:2.2rem}.textComponent-module__Go9iQG__badgeText{font-size:.8rem}}@media screen and (max-width:768px){.textComponent-module__Go9iQG__section{padding:2.5rem 1rem}.textComponent-module__Go9iQG__subtitle{text-align:left;width:100%}.textComponent-module__Go9iQG__container{flex-direction:column-reverse;gap:2rem}.textComponent-module__Go9iQG__imageWrapper{width:100%;min-height:320px;max-height:400px}.textComponent-module__Go9iQG__mainImage{min-height:320px}.textComponent-module__Go9iQG__badge{min-width:130px;padding:1.2rem 1rem;bottom:-12px;right:10px}.textComponent-module__Go9iQG__badgeNumber{font-size:2rem}.textComponent-module__Go9iQG__content{text-align:center;align-items:center}.textComponent-module__Go9iQG__description{max-width:100%}.textComponent-module__Go9iQG__categoriesGrid{width:100%}.textComponent-module__Go9iQG__ctaButton{justify-content:center}}@media screen and (max-width:480px){.textComponent-module__Go9iQG__section{padding:2rem .75rem}.textComponent-module__Go9iQG__container{gap:1.5rem}.textComponent-module__Go9iQG__imageWrapper{border-radius:16px;min-height:260px;max-height:320px}.textComponent-module__Go9iQG__mainImage{border-radius:16px;min-height:260px}.textComponent-module__Go9iQG__badge{border-radius:14px;min-width:115px;padding:1rem .8rem;bottom:-10px;right:8px}.textComponent-module__Go9iQG__badgeNumber{font-size:1.7rem}.textComponent-module__Go9iQG__badgeText{font-size:.72rem}.textComponent-module__Go9iQG__categoriesGrid{text-align:left;gap:.75rem}.textComponent-module__Go9iQG__categoryItem{padding:.75rem}.textComponent-module__Go9iQG__description{font-size:.95rem}}@media (prefers-reduced-motion:reduce){.textComponent-module__Go9iQG__categoryItem,.textComponent-module__Go9iQG__ctaButton,.textComponent-module__Go9iQG__arrowIcon,.textComponent-module__Go9iQG__badge{transition:none!important;animation:none!important;transform:none!important}}
