/*
Theme Name: Merci À Vous
Description: Palmonts blank theme for Elementor
Version: 1.0
Author: Palmonts
Text Domain: merciavous
*/

/* Minimal reset only */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

p {
    padding-bottom:16px;
}

li {
    padding: 0 0 6px 0;
    margin-left: 20px;
}

div.elementor-menu-cart__product-name.product-name {
	font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--e-global-color-primary);
}

.woocommerce-checkout #payment ul.payment_methods li img {
	width:34px;
}

/* ===================================================================
   CART PAGE ADDITIONAL STYLES
   =================================================================== */

/* Ensure WooCommerce notices display correctly on cart page */
.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    font-family: 'Montserrat', sans-serif;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid #003B5C;
    background: #f0f8ff;
}

.woocommerce-error {
    border-left-color: #d73030;
    background: #fff0f0;
}

/* Hide default WooCommerce cart table if custom template is active */
.woocommerce-cart table.shop_table {
    display: none;
}

/* Ensure cart form actions are hidden when using custom template */
.woocommerce-cart .actions {
    display: none;
}

/* Cart cross-sells styling */
.cross-sells {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.cross-sells h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Override WooCommerce default quantity input styling */
.woocommerce .quantity input.qty {
    font-family: 'Montserrat', sans-serif;
}

/* Ensure breadcrumbs on cart page use correct font */
.woocommerce-breadcrumb {
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    color: #666;
}

.woocommerce-breadcrumb a {
    color: #003B5C;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}