.delivery-date {
    font-size: 1.4rem;
    font-weight: bold;
    order: 6;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .delivery-date {
        order: 1;
    }
}

.delivery-date .date-value {
    font-weight: bold;
}

/* Checkout delivery date styling */
.delivery-date-checkout {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
}

/* Cart delivery date styling */
.delivery-date-cart {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Per-item delivery date styling - integrated in cart item rows */
.delivery-date.item-delivery {
    font-size: 1.1rem;
    margin-top: 8px;
    color: #666;
    font-style: italic;
}

/* Cart item delivery date - specific styling for cart page */
.cart-item .delivery-date.item-delivery {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-left: 3px solid #28a745;
    border-radius: 3px;
}

/* Checkout item delivery date styling */
.checkout .delivery-date.item-delivery {
    font-size: 1.0rem;
    color: #666;
    margin-top: 5px;
}
.minicart-items-wrapper {
    .product.options {
        display: none;
    }
    .product-item .product-item-name {
        margin-bottom: 5px;
    }
}
