/* ==========================================================================
   /checkout — Checkout page specific styles
   ========================================================================== */

/* Collection hero image container */
.checkout-collection-hero {
    background: #059669;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
}
.checkout-collection-hero-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Collection badge */
.checkout-collection-badge {
    background: #ecfdf5;
    color: #059669;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
}

/* Pack count text */
.checkout-pack-info {
    font-size: 14px;
}

/* Price row gap */
.checkout-price-row {
    gap: 8px;
}

/* Strikethrough price */
.checkout-price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* Savings badge */
.checkout-save-badge {
    font-size: 12px;
    background: #ecfdf5;
    color: #059669;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 600;
}
