.elementor-kit-5{--e-global-color-primary:#F9F2EC;--e-global-color-secondary:#261623;--e-global-color-text:#E9DFDE;--e-global-color-accent:#FD7F04;--e-global-typography-primary-font-family:"IM Fell English";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Cart table text */
.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td,
.woocommerce-cart-form .shop_table a {
    color: #E9DFDE !important; /* text colour */
    font-family: 'IM Fell English', serif !important;
}

/* Table headers */
.woocommerce-cart-form .shop_table th {
    background-color: #F9F2EC !important;
    color: #261623 !important;
}

/* Quantity input fields */
.woocommerce-cart-form .quantity input.qty {
    background-color: #261623 !important;
    color: #E9DFDE !important;
    border: 1px solid #FD7F04 !important;
}

/* Update cart / Apply coupon buttons */
.woocommerce-cart-form .button {
    background-color: #F9F2EC !important;
    color: #261623 !important;
    border: none !important;
    padding: 10px 20px !important;
    cursor: pointer;
}

.woocommerce-cart-form .button:hover {
    background-color: #FD7F04 !important;
    color: #F9DFEC !important;
}

/* Totals box */
.cart_totals,
.cart_totals h2,
.cart_totals table th,
.cart_totals table td {
    background-color: #261623 !important;
    color: #E9DFDE !important;
}

/* Proceed to checkout button */
.woocommerce-cart-form .wc-forward {
    background-color: #FD7F04 !important;
    color: #F9DFEC !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
}

.woocommerce-cart-form .wc-forward:hover {
    background-color: #E9DFDE !important;
    color: #261623 !important;
}




/* ===== Checkout Page Wrapper ===== */
.wp-block-woocommerce-checkout {
    max-width: 100% !important;
    padding: 0 20px;
    background-color: #f9f9f9; /* page background */
}

/* Page header / Checkout title */
.page-header .entry-title {
    color: #E9DFDE; /* replace with your desired text colour */
}

/* Main form container */
.wc-block-checkout__main {
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff; /* form background */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* ===== Step Titles ===== */
.wc-block-components-checkout-step__title {
    color: #222222; /* heading colour */
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: 600;
}

/* ===== Form Inputs ===== */
.wc-block-components-text-input input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.wc-block-components-text-input input:focus {
    border-color: #0073aa; /* brand accent */
    outline: none;
}

/* ===== Stripe / Express Payment Buttons ===== */
.wc-block-components-express-payment__content {
    margin-bottom: 20px;
}

.wc-block-components-express-payment__event-buttons li {
    margin-bottom: 10px;
}

/* Continue below rule */
.wc-block-components-express-payment-continue-rule {
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
    color: #555555;
}

/* ===== Mobile Responsiveness ===== */
@media (max-width: 767px) {
    .wc-block-checkout__main {
        padding: 15px;
    }

    .wc-block-components-text-input input {
        font-size: 0.9rem;
    }

    .wc-block-components-checkout-step__title {
        font-size: 1.3rem;
    }
}

/* Product title */
.single-product h1.product_title {
    color: #E9DFDE !important;
}

/* Price */
.single-product .price,
.single-product .price span {
    color: #E9DFDE !important;
}

/* Variation labels (e.g. Framing) */
.single-product .variations label {
    color: #E9DFDE !important;
}

/* Variation dropdown text */
.single-product .variations select {
    color: #E9DFDE !important;
    background-color: #261623; /* optional – your secondary */
    border: 1px solid #FD7F04;  /* accent */
}/* End custom CSS */