/*
 Theme Name: D17 Retail Child
 Theme URI: https://example.com/
 Description: Child theme for Astra
 Author: ChatGPT
 Template: astra
 Version: 1.0.0
*/

/* Styling the "Review Your Cart" Title */
.cfmc-cart-drawer .cfmc-cart-header h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    color: #2c2c2c !important; /* A deep charcoal for a softer look than pure black */
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Styling the Product Titles in the Cart */
.cfmc-cart-item .cfmc-product-title a {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    color: #333333 !important;
}
.site-logo-img {
    max-width: 160px !important; /* Reduces logo size slightly to give menu items space */
}