.quantity-modal-overlay{z-index:50;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.quantity-modal-content{background-color:#fff;border-radius:.5rem;width:100%;max-width:28rem;margin:0 1rem;padding:1.5rem}.quantity-modal-title{text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.quantity-modal-product-name{color:#4b5563;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.quantity-modal-instructions{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.quantity-modal-counter{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.quantity-modal-counter-inner{border:1px solid var(--main-color);border-radius:9999px;flex-shrink:0;justify-content:space-between;align-items:center;width:150px;height:2.5rem;padding:0 7px;display:flex}.quantity-modal-btn{background-color:var(--main-color);color:#fff;cursor:pointer;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.quantity-modal-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-modal-input{text-align:center;outline:none;width:100%;font-size:1.5rem;font-weight:900}.quantity-modal-error{color:#ef4444;text-align:center;margin-bottom:1rem;font-size:.875rem}.quantity-modal-actions{gap:.75rem;display:flex}.quantity-modal-cancel-btn{cursor:pointer;background-color:#fff;border:2px solid #d1d5db;border-radius:9999px;flex:1;padding:.5rem 1rem;font-weight:600;transition:background-color .15s}.quantity-modal-cancel-btn:hover{background-color:#f9fafb}.quantity-modal-confirm-btn{color:#fff;cursor:pointer;border-radius:9999px;flex:1;padding:.5rem 1rem;font-weight:600;transition:opacity .15s}.quantity-modal-confirm-btn.valid{background-color:var(--main-color)}.quantity-modal-confirm-btn.valid:hover{opacity:.9}.quantity-modal-confirm-btn.invalid{cursor:not-allowed;background-color:#d1d5db}
.cart-add-btn{background-color:var(--main-color);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;height:2.5rem;padding:.875rem 1rem;transition:opacity .15s;display:flex}.cart-add-btn:disabled{opacity:.5;cursor:not-allowed}.cart-add-btn-icon{width:1.125rem;height:1.125rem;position:relative}.cart-add-btn-icon img{object-fit:contain}.cart-add-btn-text{color:#fff;font-size:1rem;font-weight:900}.cart-add-btn-in-cart{border:1px solid var(--main-color);border-radius:9999px;flex-shrink:0;justify-content:space-between;align-items:center;width:124px;height:2.5rem;padding:0 7px;display:flex}.cart-add-btn-counter{background-color:var(--main-color);color:#fff;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;display:flex}.cart-add-btn-counter:disabled{opacity:.5;cursor:not-allowed}.cart-add-btn-quantity{cursor:pointer;font-size:1.5rem;font-weight:900}
.wishlist-btn{cursor:pointer}.wishlist-btn:disabled{opacity:.5;cursor:not-allowed}.wishlist-btn-icon{color:red}
.product-card{border:1px solid #8f8f8f;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding:.75rem;display:flex}.product-card.medium{height:275px}.product-card:not(.medium){height:300px}@media (min-width:640px){.product-card:not(.medium){height:340px}}@media (min-width:1024px){.product-card:not(.medium){height:330px}}.product-card-image-container{width:100%;height:150px;position:relative}.product-card-image{object-fit:contain;cursor:pointer;width:100%}.product-card-image.medium{height:120px}.product-card-image:not(.medium){height:150px}.product-card-info{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.product-card-header{justify-content:space-between;width:100%;display:flex}.product-card-sku{color:#8f8f8f;font-weight:400}.product-card-sku.medium{font-size:.875rem}.product-card-sku:not(.medium){font-size:1rem}.product-card-title-row{align-items:flex-start;gap:.625rem;display:flex}.product-card-title{line-clamp:2;font-weight:400}.product-card-title.medium{font-size:.875rem}.product-card-title:not(.medium){font-size:1rem}.product-card-wishlist{cursor:pointer;width:1.75rem;height:1.75rem}.product-card-footer{flex-direction:column;gap:.5rem;width:100%;display:flex}@media (min-width:1024px){.product-card-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.product-card-prices{flex-direction:column;display:flex}.product-card-price-old{color:red;font-weight:300}.product-card-price-old.medium{font-size:.875rem}.product-card-price-old:not(.medium){font-size:1rem}.product-card-price-new{color:var(--main-color);font-weight:900}.product-card-price-new.medium{font-size:1.5rem}.product-card-price-new:not(.medium){font-size:1.875rem}
.monthly-offers{background-color:#e1e1e1ab}.monthly-offers-container{width:100%;max-width:1440px;margin:0 auto}.monthly-offers-content{margin:0 1rem 3rem;padding-top:1.75rem;padding-bottom:3rem}@media (min-width:640px){.monthly-offers-content{margin:0 1.5rem 3rem}}@media (min-width:1024px){.monthly-offers-content{margin:0 4rem 3rem}}.monthly-offers-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}@media (min-width:640px){.monthly-offers-header{margin-bottom:1rem}}@media (min-width:1024px){.monthly-offers-header{margin-bottom:1.25rem}}.monthly-offers-title{color:#1f2937;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}@media (min-width:640px){.monthly-offers-title{font-size:1.5rem}}@media (min-width:768px){.monthly-offers-title{font-size:1.875rem}}@media (min-width:1024px){.monthly-offers-title{font-size:1.875rem}}.monthly-offers-link{color:var(--main-color);cursor:pointer;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.monthly-offers-link:hover{text-decoration:underline}.monthly-offers-link span{font-size:.875rem;font-weight:500}.monthly-offers-loading{background-color:#fff;border:1px solid #8f8f8f;border-radius:.25rem;justify-content:center;align-items:center;height:700px;display:flex}.monthly-offers-loading-text{color:#6b7280}.monthly-offers-empty{background-color:#fff;border:1px solid #8f8f8f;border-radius:.25rem;justify-content:center;align-items:center;height:400px;display:flex}.monthly-offers-empty-text{color:#6b7280}.monthly-offers-grid-mobile{border-collapse:collapse;border:1px solid #8f8f8f;grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.monthly-offers-grid-mobile{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.monthly-offers-grid-mobile{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.monthly-offers-grid-mobile{display:none}}.monthly-offers-grid-desktop{border-collapse:collapse;background-color:#fff;border:1px solid #8f8f8f;flex-direction:column;height:min-content;display:none}@media (min-width:1024px){.monthly-offers-grid-desktop{display:flex}}.monthly-offers-first-row{display:flex}.monthly-offers-second-row{height:273px;display:flex}.monthly-offers-third-row{height:330px;display:flex}
