/*
Theme Name: Menville Bangla Theme
Theme URI: https://menville.shop
Author: Menville Archive
Author URI: https://menville.shop
Description: Custom high-end ecommerce theme built for Menville with streamlined checkout and modern Bengali typography.
Version: 1.3.0
Text Domain: menville
*/

/* ==========================================================================
   1. GLOBAL STYLES & TYPOGRAPHY
   ========================================================================== */
body {
    font-family: 'Poppins', 'Hind Siliguri', sans-serif;
    color: #111111;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================================================
   2. FULL-WIDTH SUBHEADER CATEGORY NAVIGATION BAR
   ========================================================================== */
.menville-subheader-nav {
    background-color: #161616 !important;
    border-top: 1px solid #222222 !important;
    border-bottom: 1px solid #222222 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.menville-subheader-nav ul {
    list-style: none !important;
    margin: 0 auto !important;
    padding: 12px 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
    max-width: 1200px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.menville-subheader-nav ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.menville-subheader-nav ul li a {
    color: #ffffff !important;
    font-family: 'Hind Siliguri', 'Poppins', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
}

.menville-subheader-nav ul li a:hover {
    color: #096e54 !important;
}

/* ==========================================================================
   3. WOOCOMMERCE NOTICES & COUPON BOX STYLING
   ========================================================================== */
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-error {
    background-color: #f9f9f8 !important;
    border-top: 2px solid #83b735 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #333333 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.95rem !important;
    padding: 14px 20px !important;
    border-radius: 4px !important;
    max-width: 1200px !important;
    margin: 20px auto !important;
}

.woocommerce-info a {
    color: #096e54 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

form.checkout_coupon {
    max-width: 1200px !important;
    margin: 15px auto !important;
    border: 1px solid #e0e0e0 !important;
    padding: 20px !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
}

form.checkout_coupon button.button {
    background-color: #111111 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: background-color 0.2s ease !important;
}

form.checkout_coupon button.button:hover {
    background-color: #096e54 !important;
}

/* ==========================================================================
   4. STREAMLINED 2-COLUMN CHECKOUT LAYOUT
   ========================================================================== */
@media (min-width: 768px) {
    .woocommerce-checkout {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 5% !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 40px auto !important;
        padding: 0 20px !important;
    }

    .woocommerce-checkout #customer_details {
        flex: 1 1 50% !important;
        max-width: 50% !important;
    }

    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        flex: 1 1 45% !important;
        max-width: 45% !important;
        background: #f8f8f6 !important;
        padding: 35px !important;
        border-radius: 6px !important;
    }
}

.woocommerce-checkout label,
.woocommerce-checkout h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #111111 !important;
    margin-bottom: 12px !important;
    margin-top: 20px !important;
}

.woocommerce-checkout .form-row input.input-text {
    border: 1px solid #d1d1d1 !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
    box-shadow: none !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    background-color: #ffffff !important;
}

.woocommerce-checkout .form-row input.input-text:focus {
    border-color: #83b735 !important;
    outline: none !important;
}

.woocommerce-checkout ul#shipping_method {
    padding: 0 !important;
    list-style: none !important;
    margin-bottom: 25px !important;
}

.woocommerce-checkout ul#shipping_method li {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 14px 18px !important;
    margin-bottom: 10px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    font-family: 'Hind Siliguri', sans-serif !important;
    font-size: 1rem !important;
}

.woocommerce-checkout ul#shipping_method li:has(input:checked) {
    background-color: #f2f8ea !important;
    border-color: #83b735 !important;
}

.woocommerce-checkout #place_order {
    background-color: #83b735 !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 16px 20px !important;
    border-radius: 4px !important;
    width: 100% !important;
    border: none !important;
    text-transform: none !important;
    margin-top: 15px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    font-family: 'Hind Siliguri', sans-serif !important;
}

.woocommerce-checkout #place_order:hover {
    background-color: #72a12c !important;
}