.mf-card{background:#fff;border-radius:16px;border:.5px solid #e8e6e0;overflow:hidden;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:box-shadow .2s ease}.mf-card:hover{box-shadow:0 4px 24px #00000014}.mf-card__image-wrap{position:relative;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 4;width:100%}.mf-card__image-wrap img{width:100%;height:100%;object-fit:contain;transform:scale(1.2)}.mf-badge--sale{position:absolute;top:0;left:0;z-index:10;background:#e03030;color:#fff;font-size:12px;font-weight:700;letter-spacing:.03em;padding:7px 14px;border-radius:0 0 14px;line-height:1}.mf-badge--bestseller{position:absolute;top:0;left:0;z-index:10;background:#d97706;color:#fff;font-size:12px;font-weight:700;letter-spacing:.03em;padding:7px 14px;border-radius:0 0 14px;line-height:1}.mf-badge--new{position:absolute;top:0;left:0;z-index:10;background:#1a6b3c;color:#fff;font-size:12px;font-weight:700;letter-spacing:.03em;padding:7px 14px;border-radius:0 0 14px;line-height:1}.mf-wishlist-btn{position:absolute;top:10px;right:10px;z-index:10;width:32px;height:32px;background:#ffffffeb;border-radius:8px;border:1.5px solid #d1cfc8;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:border-color .15s}.mf-wishlist-btn:hover{border-color:#e63946}.mf-wishlist-btn svg{width:14px;height:14px;fill:none;stroke:#b0aea8;stroke-width:1.8;transition:all .15s}.mf-wishlist-btn.is-active svg{fill:#e63946;stroke:#e63946}.mf-wishlist-btn.is-active{border-color:#e63946}.mf-stock-bar{padding:0 14px 8px}.mf-stock-bar__label{font-size:11px;font-weight:600;color:#d97706;margin-bottom:4px}.mf-stock-bar__track{height:3px;background:#ece9e3;border-radius:2px}.mf-stock-bar__fill{height:3px;background:#d97706;border-radius:2px}.mf-card__body{padding:12px 14px 0}.mf-card__origin{font-size:10px;font-weight:600;color:#a09e97;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}.mf-card__name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3;margin-bottom:6px}.mf-rating{display:flex;align-items:center;gap:5px;margin-bottom:8px}.mf-rating__stars{color:#f59e0b;font-size:12px;letter-spacing:-.5px}.mf-rating__count{font-size:11px;color:#a09e97}.mf-variants{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.mf-variant-chip{font-size:12px;padding:4px 12px;border-radius:50px;border:1.5px solid #d1cfc8;color:#6b6966;background:#fff;cursor:pointer;transition:all .12s;line-height:1.4}.mf-variant-chip:hover:not(.is-oos){border-color:#2ecc71;color:#1a6b3c}.mf-variant-chip.is-active{background:#2ecc71;color:#fff;border-color:#2ecc71;font-weight:600}.mf-variant-chip.is-oos{opacity:.4;text-decoration:line-through;cursor:not-allowed}.mf-price-block{margin-bottom:2px}.mf-price--current{font-size:22px;font-weight:700;color:#e03030;display:inline}.mf-price--current.no-discount{color:#1a1a1a}.mf-price--compare{font-size:13px;color:#a09e97;text-decoration:line-through;margin-left:6px}.mf-price--unit{font-size:11px;color:#a09e97;margin-bottom:8px;margin-top:1px}.mf-trust-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:12px}.mf-trust-pill{font-size:10px;font-weight:500;padding:3px 8px;border-radius:50px;border:.5px solid}.mf-trust-pill--green{background:#dcfce7;color:#166534;border-color:#86efac}.mf-trust-pill--gray{background:#f3f2ef;color:#6b6966;border-color:#d1cfc8}.mf-card__bottom{display:flex;align-items:stretch;margin-top:4px}.mf-stepper{display:flex;align-items:center;gap:8px;padding:10px 10px 10px 14px;flex-shrink:0}.mf-stepper__btn{width:32px;height:32px;border-radius:50%;border:1.5px solid #d1cfc8;background:#fff;font-size:18px;font-weight:300;color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;transition:border-color .1s;padding:0}.mf-stepper__btn:hover{border-color:#888}.mf-stepper__qty{min-width:20px;text-align:center;font-size:15px;font-weight:500;color:#1a1a1a}.mf-add-to-cart{flex:1;background:#2ecc71;color:#fff;border:none;border-radius:20px 0 16px;padding:14px 12px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;transition:background .12s;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:6px}.mf-add-to-cart:hover{background:#27b560}.mf-add-to-cart:active{background:#219a52;transform:scale(.99)}.mf-add-to-cart svg{width:15px;height:15px;flex-shrink:0}@media(max-width:767px){.mf-card__bottom{padding:0}.mf-stepper{padding:8px 6px 8px 10px;gap:4px}.mf-stepper__btn{width:26px;height:26px;font-size:15px}.mf-stepper__qty{min-width:14px;font-size:13px}.mf-add-to-cart{font-size:11px;padding:10px 6px;gap:3px;border-radius:16px 0}.mf-add-to-cart svg{display:none}}.mf-card{display:flex;flex-direction:column;height:100%}.mf-card__body{flex:1;display:flex;flex-direction:column}.mf-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.mf-trust-row{margin-top:auto}.mf-card__bottom{margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/5/assets/mahafood-product-card.css.map */
