/* Approved compact product-card presentation. */
.product-card {
    grid-template-rows: 112px 44px 48px !important;
    height: 212px !important;
    min-height: 212px !important;
    padding: 4px !important;
    border-radius: 13px !important;
}
.product-card-photo { height: 112px !important; border-radius: 10px !important; }
.product-card .product-card-copy { grid-template-rows: 30px 14px !important; height: 44px !important; min-height: 44px !important; }
.product-card .product-card-name {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    letter-spacing: -.012em !important;
}
.product-card .product-card-spec { height: 14px !important; font-size: 9.5px !important; font-weight: 500 !important; line-height: 14px !important; }
.product-card-action { display: flex; align-items: flex-start; gap: 4px; min-width: 0; height: 48px; padding-top: 1px; }
.product-card-price { position: relative; display: flex; min-width: 0; flex: 1 1 auto; align-items: flex-start; gap: 4px; overflow: hidden; }
.product-card .product-price-slot {
    display: grid !important;
    grid-template-columns: auto !important;
    grid-template-rows: 23px 15px !important;
    min-width: 0;
    height: 38px !important;
    min-height: 38px !important;
    align-content: start !important;
    align-items: start !important;
    gap: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}
.product-card .product-price-main {
    display: inline-flex;
    flex: 0 0 auto;
    width: max-content;
    min-height: 21px;
    align-items: baseline;
    padding: 1px 3px !important;
    background: transparent !important;
    border-radius: 5px;
    font-size: 17px !important;
    font-weight: 650 !important;
    line-height: 19px !important;
}
.product-card .product-price-slot.is-sale .product-price-main { background: #ffe14f !important; color: #282819 !important; }
.product-card .product-price-unit { margin-left: 1px; font-size: 8.5px !important; font-weight: 550 !important; }
.product-card .product-price-old {
    flex: 0 1 auto;
    overflow: hidden;
    color: rgba(35, 48, 38, .68) !important;
    padding-left: 1px;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    text-overflow: ellipsis;
}
.product-card .product-stock {
    position: absolute;
    top: auto;
    bottom: 2px;
    right: 0;
    max-width: 50px;
    margin: 0;
    padding: 0;
    color: #bf3535;
    font-size: 8.5px;
    font-weight: 500;
    line-height: 12px;
    text-align: right;
    white-space: nowrap;
}
.product-card-action.has-low-stock .product-price-slot { width: 100%; max-width: 100%; }
.product-card-action.has-low-stock .product-price-old { max-width: calc(100% - 50px); }
.product-card-control { width: 36px !important; height: 40px !important; flex: 0 0 36px; align-items: center !important; }
.product-card .product-add-button { width: 36px !important; height: 38px !important; border-radius: 11px !important; }
.product-card-action.has-quantity .product-card-price { display: none; }
.product-card-action.has-quantity .product-card-control { width: 100% !important; flex: 1 1 100%; }
.product-card .product-qty-control {
    height: 40px !important;
    grid-template-columns: 24px minmax(0, 1fr) 24px !important;
    column-gap: 2px !important;
    padding-inline: 4px !important;
    border-radius: 11px !important;
}
.product-card .product-selected-price { font-size: 13px !important; font-weight: 550 !important; line-height: 15px !important; }
.product-card .product-selected-qty { margin-top: 1px !important; color: rgba(255, 255, 255, .9) !important; font-size: 9.5px !important; font-weight: 500 !important; line-height: 11px !important; }
.product-card-badges { position: absolute; z-index: 10; top: 6px; left: 6px; right: 6px; display: flex; align-items: flex-start; gap: 4px; pointer-events: none; }
.product-card-badge { display: inline-flex; min-height: 20px; align-items: center; border-radius: 999px; padding: 3px 7px; box-shadow: 0 3px 10px rgba(55, 39, 23, .13); font-size: 8.5px; font-weight: 800; line-height: 1; white-space: nowrap; }
.product-card-badge--discount { background: #ffe14f; color: #403815; }
.product-card-badge--quantity { background: #fff1a8; color: #685613; }
.product-card-badge--new { background: #397326; color: #fff; }
@media (max-width: 360px) {
    .product-card { grid-template-rows: 104px 44px 48px !important; height: 204px !important; min-height: 204px !important; }
    .product-card-photo { height: 104px !important; }
    .product-card .product-card-name { font-size: 11.5px !important; }
    .product-card-badge { padding-inline: 6px; font-size: 8px; }
}
@media (min-width: 768px) {
    .product-card { grid-template-rows: 132px 46px 50px !important; height: 236px !important; min-height: 236px !important; }
    .product-card-photo { height: 132px !important; }
    .product-card .product-card-copy { grid-template-rows: 32px 14px !important; height: 46px !important; min-height: 46px !important; }
    .product-card .product-card-name { height: 32px !important; min-height: 32px !important; max-height: 32px !important; font-size: 12.5px !important; line-height: 16px !important; }
}
