
    /* ========================================
       GLOBAL FONT FAMILY
       ======================================== */
    
    body {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
    
    /* ========================================
       PRODUCT TITLE STYLING
       ======================================== */
    
    /* Main product title - Make it bigger and centered */
    .product_title,
    h1.product_title,
    .elementor-widget-woocommerce-product-title h1 {
        font-size: 32px !important;
        text-align: center !important;
        font-weight: 700 !important;
        margin: 20px 0 !important;
        line-height: 1.4 !important;
    }
    
    /* ========================================
       HEADER ELEMENTS STYLING
       ======================================== */
    
    /* Phone Number — scope 12px to the header location only, not breadcrumb */
    .jet-theme-core-location--header-location .jet-theme-core-location__inner {
        font-size: 12px !important;
        color: #000 !important;
        font-weight: 400 !important;
    }

    /* Rank Math breadcrumb — restore body font size (18px) so it matches editor */
    .rank-math-breadcrumb,
    .rank-math-breadcrumb p,
    .rank-math-breadcrumb a,
    .rank-math-breadcrumb span {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .rank-math-breadcrumb a {
        color: #e45757 !important;
        text-decoration: none !important;
    }

    .rank-math-breadcrumb a:hover {
        color: #d85c5c !important;
        text-decoration: underline !important;
    }

    .rank-math-breadcrumb .last {
        color: #3b3d42 !important;
    }

    .rank-math-breadcrumb .separator {
        color: #9ca3af !important;
        margin: 0 2px !important;
    }
    
    /* Phone Number Heading (Tel. +44...) */
    .elementor-element-bdd33ef h6.elementor-heading-title {
        font-size: 12px !important;
        color: #000 !important;
        font-weight: 400 !important;
    }
    
    /* User Greeting Section */
    .jet-auth-links__prefix,
    .jet-auth-links__item,
    .jet-auth-links__item-text {
        font-size: 12px !important;
        color: #000 !important;
        font-weight: 400 !important;
    }
    
    .jet-auth-links__item {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .jet-auth-links__item-icon,
    .jet-auth-links__item-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    .jet-auth-links__item-icon svg {
        stroke: #000 !important;
        fill: #000 !important;
    }
    
    /* ========================================
       SEARCH BUTTON & RESULTS
       ======================================== */
    
    button.jet-search__submit {
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #E46E6E !important;
        border: none !important;
        border-radius: 4px !important;
        transition: background-color 0.3s ease !important;
    }
    
    button.jet-search__submit:hover {
        background-color: #1a1a1a !important;
    }
    
    button.jet-search__submit .jet-blocks-icon svg {
        display: block !important;
        width: 1em !important;
        height: 1em !important;
        fill: #fff !important;
    }
    
    button.jet-search__submit .jet-blocks-icon svg path {
        fill: #fff !important;
    }
    
    /* Search Results - Ensure they appear above menu bar */
    .jet-search__results,
    .jet-search__results-list {
        z-index: 9999 !important;
    }
    
    /* ========================================
       SHOPPING CART
       ======================================== */
    
    .jet-blocks-cart__heading-link {
        font-size: 12px !important;
        color: #000 !important;
        font-weight: 400 !important;
    }
    
    .jet-blocks-cart__count {
        background-color: #E46E6E !important;
        color: #fff !important;
        border-radius: 50% !important;
        width: 24px !important;
        height: 24px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        margin-right: 6px !important;
    }
    
    /* ========================================
       PRODUCT BUTTONS
       ======================================== */
    
    /* Add to Basket Button - Red color, compact to match View Basket */
    .single_add_to_cart_button {
        background-color: #E46E6E !important;
        color: #fff !important;
        border: none !important;
        padding: 8px 12px !important;
        height: 44px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        font-family: Roboto, sans-serif !important;
        line-height: 1.2 !important;
        letter-spacing: 0.5px !important;
        transition: background-color 0.3s ease !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        width: auto !important;
        max-width: 200px !important;
    }
    
    .single_add_to_cart_button:hover {
        background-color: #1a1a1a !important;
        color: #fff !important;
    }
    
    /* View Basket Button - Blue color */
    
    
    /* Message styling - When it appears after adding to basket */
    /* Target Elementor widget with higher specificity */
    
    
    /* Message icon styling */
    
    /* Message text styling - Improved spacing */

    
    /* Wrapped message text styling */
    .emotox-message-text {
        display: inline-block !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }    
    /* Message text content */
    
    /* Force View Basket button to match Add to Basket exactly */
    
    /* Quantity input spacing */
    form.cart .quantity {
        margin-right: 5px !important;
        display: flex !important;
        align-items: center !important;
    }
    
    form.cart .quantity input[type="number"] {
        width: 60px !important;
        height: 40px !important;
        padding: 5px !important;
    }
    
    /* Align button with quantity input */
    form.cart {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
    }
    
    form.cart .single_add_to_cart_button {
        margin: 0 !important;
        align-self: center !important;
    }
    
    /* Mobile responsive: Stack buttons vertically on small mobile screens only */
    @media (max-width: 600px) {
        
        
        form.cart {
            flex-wrap: wrap !important;
            gap: 8px !important;
        }
        
        form.cart .quantity input[type="number"] {
            width: 50px !important;
            height: 44px !important;
            font-size: 14px !important;
        }
        
        .single_add_to_cart_button {
            width: 100% !important;
            display: inline-flex !important;
            padding: 8px 12px !important;
            font-size: 12px !important;
            height: 44px !important;
            max-width: none !important;
        }
    }
    
    /* Product Tabs - WooCommerce */
    .wc-tabs {
        border: none !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }
    
    .wc-tabs li {
        border: 1px solid #e0e0e0 !important;
        margin: 0 !important;
    }
    
    .wc-tabs li:first-child {
        border-left: 1px solid #e0e0e0 !important;
    }
    
    .wc-tabs a {
        background-color: #d3d3d3 !important;
        color: #000 !important;
        padding: 15px 20px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: Roboto, sans-serif !important;
        border: none !important;
        transition: background-color 0.3s ease, color 0.3s ease !important;
        text-decoration: none !important;
        text-transform: none !important;
    }
    
    .wc-tabs li.active a {
        background-color: #E46E6E !important;
        color: #fff !important;
    }
    
    .wc-tabs a:hover {
        background-color: #1a1a1a !important;
        color: #fff !important;
    }
    
    /* ========================================
       ELEMENTOR NESTED TABS - MAXIMUM SPECIFICITY
       ======================================== */
    
    .e-n-tabs-heading {
        border: none !important;
        display: flex !important;
        gap: 0 !important;
    }
    
    /* CRITICAL: Override all Elementor tab styles with maximum specificity */
    .e-n-tabs-heading .e-n-tab-title {
        background-color: #d3d3d3 !important;
        color: #000 !important;
        padding: 15px 20px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: Roboto, sans-serif !important;
        border: 1px solid #e0e0e0 !important;
        margin: 0 !important;
        transition: background-color 0.3s ease, color 0.3s ease !important;
        text-transform: none !important;
        cursor: pointer !important;
        letter-spacing: normal !important;
    }
    
    /* Even more specific selector for .e-n-tab-title */
    .e-n-tabs-heading .e-n-tab-title.e-n-tab-title {
        text-transform: none !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }
    
    /* Override with button selector specificity */
    button.e-n-tab-title {
        background-color: #d3d3d3 !important;
        color: #000 !important;
        padding: 15px 20px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: Roboto, sans-serif !important;
        border: 1px solid #e0e0e0 !important;
        margin: 0 !important;
        transition: background-color 0.3s ease, color 0.3s ease !important;
        text-transform: none !important;
        cursor: pointer !important;
    }
    
    .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
        background-color: #E46E6E !important;
        color: #fff !important;
    }
    
    .e-n-tabs-heading .e-n-tab-title:hover {
        background-color: #1a1a1a !important;
        color: #fff !important;
    }
    
    /* Review Submit Button */
    button[type="submit"].button {
        background-color: #E46E6E !important;
        color: #fff !important;
        border: none !important;
        padding: 15px 40px !important;
        height: 50px !important;
        font-size: 14px !important;
        transition: background-color 0.3s ease !important;
        text-transform: uppercase !important;
    }
    
    button[type="submit"].button:hover {
        background-color: #1a1a1a !important;
        color: #fff !important;
    }
    
    /* Accordion Tabs */
    summary.e-n-accordion-item-title {
        background-color: #E46E6E !important;
        color: #fff !important;
        padding: 20px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        border: none !important;
        cursor: pointer !important;
        transition: background-color 0.3s ease !important;
    }
    
    summary.e-n-accordion-item-title:hover {
        background-color: #1a1a1a !important;
    }
    
    /* Accordion Icons - White on colored background */
    summary.e-n-accordion-item-title svg {
        stroke: #fff !important;
        fill: #fff !important;
    }
    
    /* Accordion Content */
    .e-n-accordion-item-content {
        padding: 20px !important;
        border: 1px solid #e0e0e0 !important;
        border-top: none !important;
    }
    
    /* ========================================
       QUANTITY INPUT SPACING
       ======================================== */
    
    input[type="number"].qty {
        margin-right: 15px !important;
    }
    
    /* Product Title Padding and Overflow Fix */
    .product_title,
    h1.product_title {
        padding: 20px 0 !important;
        margin: 20px 0 !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Cart Icon Color - Black - Target Elementor Font Icon SVG */
    .e-font-icon-svg.e-fas-shopping-basket,
    .e-font-icon-svg.e-fas-shopping-basket path {
        fill: #000 !important;
        stroke: #000 !important;
        color: #000 !important;
    }
    
    /* Alternative selectors for cart icon */
    svg.e-font-icon-svg,
    svg.e-font-icon-svg path {
        fill: #000 !important;
        stroke: #000 !important;
    }
    
    /* Cart link color */
    .site-header .woocommerce-cart-link,
    .site-header a.cart-icon,
    .site-header .cart-icon a {
        color: #000 !important;
    }

    
    
    /* ========================================
       SPECIFICATION TABLES STYLING
       ======================================== */
    
    /* Main table styling */
    .spec-table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin: 20px 0 !important;
        font-family: Roboto, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    /* Table header cells */
    .spec-table thead th,
    .spec-table th {
        background-color: #E46E6E !important;
        color: #fff !important;
        padding: 15px !important;
        text-align: left !important;
        font-weight: 700 !important;
        border: 1px solid #d0d0d0 !important;
    }
    
    /* Table body cells */
    .spec-table tbody td,
    .spec-table td {
        padding: 12px 15px !important;
        border: 1px solid #d0d0d0 !important;
        background-color: #fff !important;
    }
    
    /* Alternating row colors for better readability */
    .spec-table tbody tr:nth-child(odd) td {
        background-color: #f9f9f9 !important;
    }
    
    .spec-table tbody tr:nth-child(even) td {
        background-color: #fff !important;
    }
    
    /* Hover effect on rows */
    .spec-table tbody tr:hover td {
        background-color: #f0f0f0 !important;
        transition: background-color 0.3s ease !important;
    }
    
    /* First column styling (for specification labels) */
    .spec-table tbody tr td:first-child,
    .spec-table thead tr th:first-child {
        font-weight: 600 !important;
        width: 30% !important;
    }
    
    /* Responsive tables on mobile */
    @media (max-width: 768px) {
        /* Prevent vertical scrollbar on page */
        body {
            overflow-x: hidden !important;
        }
        
        /* Enable horizontal scrolling on mobile */
        .spec-table {
            font-size: 12px !important;
            width: 100% !important;
            border-collapse: collapse !important;
            display: block !important;
            overflow-x: auto !important;
            overflow-y: hidden !important;
            max-width: 100vw !important;
            -webkit-overflow-scrolling: touch !important;
        }
        
        .spec-table thead {
            display: table-header-group !important;
            width: 100% !important;
        }
        
        .spec-table tbody {
            display: table-row-group !important;
            width: 100% !important;
        }
        
        .spec-table tr {
            display: table-row !important;
            width: 100% !important;
        }
        
        .spec-table th,
        .spec-table td {
            padding: 10px !important;
            display: table-cell !important;
            white-space: normal !important;
            min-width: 100px !important;
        }
        
        /* Ensure first column has good width */
        .spec-table tbody tr td:first-child,
        .spec-table thead tr th:first-child {
            min-width: 120px !important;
        }
    }
    
    /* ========================================
       KAVA THEME OVERRIDE - WOOCOMMERCE NOTICES
       ======================================== */
    /* Override Kava theme's list-item display that cuts off message text */
    /* Using multiple selectors and maximum specificity */
    
    
    
    
    
    /* Message container - Allow flex display from main message rules */
    
    
    
    /* ========================================
       JET PRODUCTS GRID - FULL TITLE DISPLAY
       ======================================== */
    
    /* Force full product title display in Jet Products Grid */
    .jet-woo-product-title {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        display: block !important;
        max-width: none !important;
        width: auto !important;
        word-break: break-word !important;
        line-height: 1.4 !important;
    }
    
    .jet-woo-product-title a {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        display: inline !important;
        max-width: none !important;
        width: auto !important;
        word-break: break-word !important;
    }
    
    /* Ensure product item container allows full title */
    .jet-woo-product-item {
        word-break: break-word !important;
    }

    /* ========================================
       JET PRODUCTS GRID - EQUAL COLUMN HEIGHT
       ======================================== */
    
    /* Make product items flex containers */
    .jet-woo-products__item {
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Stretch inner box to fill item */
    .jet-woo-products__inner-box {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
    }
    
    /* Push button to bottom */
    .jet-woo-product-button {
        margin-top: auto !important;
    }
    
    /* ========================================
       JET PRODUCTS GRID - ADD TO BASKET BUTTON
       ======================================== */
    
    /* Style add to basket button to match product page */
    .jet-woo-product-button .button,
    .jet-woo-product-button a.button,
    .jet-woo-product-button .add_to_cart_button {
        background-color: #E46E6E !important;
        color: #fff !important;
        display: inline-block !important;
        width: 100% !important;
        padding: 12px 16px !important;
        text-align: center !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        border: none !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        transition: background-color 0.3s ease !important;
        cursor: pointer !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin-top: auto !important;
    }
    
    .jet-woo-product-button .button:hover,
    .jet-woo-product-button a.button:hover,
    .jet-woo-product-button .add_to_cart_button:hover {
        background-color: #1a1a1a !important;
        color: #fff !important;
        text-decoration: none !important;
    }
    
    /* Also target the old selectors for backward compatibility */
    .jet-woo-product-add-to-cart,
    .jet-woo-product-add-to-cart a,
    .jet-woo-product-add-to-cart .woocommerce-loop-product__link {
        background-color: #E46E6E !important;
        color: #fff !important;
        display: inline-block !important;
        width: 100% !important;
        padding: 12px 16px !important;
        text-align: center !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        border: none !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        transition: background-color 0.3s ease !important;
        cursor: pointer !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin-top: auto !important;
    }
    
    .jet-woo-product-add-to-cart a:hover,
    .jet-woo-product-add-to-cart .woocommerce-loop-product__link:hover {
        background-color: #1a1a1a !important;
        color: #fff !important;
        text-decoration: none !important;
    }
    
    /* Ensure add to basket button is at the bottom of product item */
    .jet-woo-product-add-to-cart {
        margin-top: auto !important;
        width: 100% !important;
    }



/* ============================= */
/* JetSmartFilters Pill Toggle   */
/* ============================= */

/* Make each filter row display inline so pills wrap horizontally */
.jet-checkboxes-list .jet-checkboxes-list__row {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Hide the default checkbox input */
.jet-checkboxes-list .jet-checkboxes-list__input {
    display: none !important;
}

/* Base pill style - the label wraps the entire item */
.jet-checkboxes-list .jet-checkboxes-list__item {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    margin: 4px 6px 4px 0;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Hide the square decorator/checkbox icon inside the pill */
.jet-checkboxes-list .jet-checkboxes-list__decorator {
    display: none !important;
}

/* Hover state */
.jet-checkboxes-list .jet-checkboxes-list__item:hover {
    border-color: #d85c5c;
    color: #d85c5c;
    background: #fff5f5;
}

/* Active (checked) state - input is inside the label so use :has() */
.jet-checkboxes-list .jet-checkboxes-list__item:has(.jet-checkboxes-list__input:checked) {
    background: linear-gradient(135deg, #d85c5c, #c94b4b);
    border-color: #d85c5c;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(216, 92, 92, 0.25);
}

/* Fallback for browsers without :has() - uses JS-added active class */
.jet-checkboxes-list .jet-checkboxes-list__item.is-active,
.jet-checkboxes-list .jet-checkboxes-list__item[data-checked="true"] {
    background: linear-gradient(135deg, #d85c5c, #c94b4b);
    border-color: #d85c5c;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(216, 92, 92, 0.25);
}

/* Slight press animation */
.jet-checkboxes-list .jet-checkboxes-list__item:active {
    transform: scale(0.96);
}


/* ========================================
   MENU BAR - NAV LINK FONT SIZE INCREASE
   ======================================== */

/* Increase nav menu link font size from 12px to 14px.
   Scoped strictly to the header nav menu links only. */
#jet-theme-core-header .menu-item-link {
    font-size: 14px !important;
}


/* ========================================
   SITEWIDE - PARAGRAPH FONT SIZE
   ======================================== */

/* Increase paragraph text to 18px across all Elementor text-editor widgets
   and WooCommerce content areas (product pages, category/archive pages, FAQ
   sections, and any other Elementor-built content).
   Scoped to Elementor text-editor widgets and WooCommerce content only —
   does not affect navigation, buttons, or other UI elements. */
.elementor-widget-text-editor p,
.woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-product-details__short-description p,
#jet-theme-core-products-archive .elementor-widget-text-editor p,
.jet-theme-core-location .elementor-widget-text-editor p {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ========================================
   HEADER LOGO & FONT SIZE FIXES
   ======================================== */

/* DESKTOP ONLY (wider than 1024px): Constrain logo container to 220px so the
   nav menu and search bar fit comfortably on one line. */
@media (min-width: 1025px) {
    .elementor-element.elementor-element-d02365d {
        min-width: 0 !important;
        max-width: 220px !important;
        width: 220px !important;
        flex-shrink: 0 !important;
    }
}

/* TABLET (768px – 1024px): Allow logo container to grow and fill available space */
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-element.elementor-element-d02365d {
        width: auto !important;
        max-width: none !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
    }
}

/* MOBILE (767px and below): Allow logo container to grow and fill available space */
@media (max-width: 767px) {
    .elementor-element.elementor-element-d02365d {
        width: auto !important;
        max-width: none !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
    }
}

/* Scale the logo image to fit within its container on all screen sizes */
.elementor-element.elementor-element-d02365d img {
    max-width: 100% !important;
    height: auto !important;
}

/* Force the nav menu items to match the editor font size. */
#jet-theme-core-header .jet-nav__item > a {
    font-size: 18px !important;
}

/* ========================================
   JETSEARCH AJAX RESULTS STYLING
   ======================================== */
/* DESKTOP (1025px and above): Wide dropdown anchored to right edge of search bar
   so the results grow leftward toward the centre of the page. */
@media (min-width: 1025px) {
    .jet-ajax-search__results-area {
        width: 600px !important;
        max-width: 90vw !important;
        left: auto !important;
        right: 0 !important;
    }
}
/* TABLET (768px - 1024px): Full width of the search bar */
@media (max-width: 1024px) and (min-width: 768px) {
    .jet-ajax-search__results-area {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}
/* MOBILE (767px and below): Full viewport width, edge-to-edge */
@media (max-width: 767px) {
    .jet-ajax-search__results-area {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
/* Style each individual search result item */
.jet-ajax-search__results-item {
    display: flex !important;
    align-items: center !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid #eee !important;
}
/* Style the thumbnail (image) container */
.jet-ajax-search__item-thumbnail {
    flex-shrink: 0 !important;
    margin-right: 15px !important;
    width: 70px !important;
}
.jet-ajax-search__item-thumbnail img {
    width: 100% !important;
    height: auto !important;
}
/* Style the content container (title, excerpt, price) */
.jet-ajax-search__item-content {
    flex-grow: 1 !important;
}
/* Make the product title larger and bolder */
.jet-ajax-search__item-title a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
}
/* Style the product price */
.jet-ajax-search__item-price {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #E46E6E !important;
    margin-top: 5px !important;
}
/* Excerpt is now shown — see description styling below */

/* ========================================
   JETSEARCH — BRAND STYLING
   ======================================== */

/* --- Search Input Field --- */
.jet-ajax-search__field {
    background-color: #ffffff !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 4px 0 0 4px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #333333 !important;
    padding: 9px 15px !important;
    height: 44px !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.jet-ajax-search__field:focus {
    border-color: #E46E6E !important;
    box-shadow: 0 0 0 3px rgba(228, 110, 110, 0.15) !important;
    outline: none !important;
}
.jet-ajax-search__field::placeholder {
    color: #999999 !important;
    font-size: 13px !important;
}

/* --- Search Submit Button --- */
.jet-ajax-search__submit {
    background-color: #E46E6E !important;
    border: none !important;
    border-radius: 0 4px 4px 0 !important;
    width: 50px !important;
    height: 44px !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.jet-ajax-search__submit:hover {
    background-color: #1a1a1a !important;
}
.jet-ajax-search__submit-icon svg,
.jet-ajax-search__submit svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    width: 18px !important;
    height: 18px !important;
}

/* --- Results Area Container --- */
.jet-ajax-search__results-area {
    background-color: #ffffff !important;
    border: 1px solid #e1e5eb !important;
    border-top: 3px solid #E46E6E !important;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden !important;
}

/* --- Results Header (count text) --- */
.jet-ajax-search__results-header {
    padding: 8px 12px !important;
    background-color: #f8f8f8 !important;
    border-bottom: 1px solid #eeeeee !important;
    font-size: 12px !important;
    color: #666666 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* --- Individual Result Row Hover --- */
.jet-ajax-search__results-item:hover {
    background-color: #fff5f5 !important;
}

/* --- "View All Results" Footer Button --- */
.jet-ajax-search__full-results {
    display: block !important;
    width: 100% !important;
    padding: 12px !important;
    text-align: center !important;
    background-color: #E46E6E !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease !important;
    text-decoration: none !important;
}
.jet-ajax-search__full-results:hover {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

/* --- Results Footer wrapper --- */
.jet-ajax-search__results-footer {
    padding: 0 !important;
    border-top: 1px solid #eeeeee !important;
}

/* --- No results / error message --- */
.jet-ajax-search__message {
    padding: 16px 12px !important;
    font-size: 14px !important;
    color: #666666 !important;
    text-align: center !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* --- Search Result Excerpt / Description --- */
/* Show the excerpt beneath the product title */
.jet-ajax-search__item-content > div:not(.jet-ajax-search__item-price):not(.jet-ajax-search__item-title) {
    display: block !important;
    font-size: 12px !important;
    color: #777777 !important;
    line-height: 1.5 !important;
    margin-top: 4px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /* Clamp to 2 lines max to keep results compact */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* ========================================
   TOP BAR — AUTH LINKS NEXT TO CART (DESKTOP ONLY)
   Container: .elementor-element-58e812f > .e-con-inner
   Children: heading (phone), jet-auth-links, jet-blocks-cart
   ======================================== */
@media (min-width: 1025px) {
    /* Override space-between; use flex-start so order + margin-right:auto controls layout */
    .elementor-element-58e812f > .e-con-inner {
        justify-content: flex-start !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }
    /* Phone number — stays on the far left, pushes everything else to the right */
    .elementor-element-58e812f > .e-con-inner > .elementor-widget-heading {
        order: 1 !important;
        margin-right: auto !important;
        flex-shrink: 0 !important;
    }
    /* Auth Links — sits directly to the left of the cart */
    .elementor-element-58e812f > .e-con-inner > .elementor-widget-jet-auth-links {
        order: 2 !important;
        margin-right: 16px !important;
        flex-shrink: 0 !important;
    }
    /* Cart — sits at the far right */
    .elementor-element-58e812f > .e-con-inner > .elementor-widget-jet-blocks-cart {
        order: 3 !important;
        flex-shrink: 0 !important;
    }
}

/* ========================================
   CART PAGE — SHIPPING ROW ALIGNMENT
   ======================================== */
/* Shipping row — give the whole row generous top padding so it
   sits clearly below the Subtotal row with visible breathing room */
.woocommerce-cart .cart_totals .shipping th,
.woocommerce-cart .cart_totals .shipping td {
    padding-top: 20px !important;
    padding-bottom: 12px !important;
}
/* Align label to top of its cell */
.woocommerce-cart .cart_totals .shipping th {
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 20px !important;
}
/* Stack shipping method + address vertically in the value cell */
.woocommerce-cart .cart_totals .shipping td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* Remove default list styling from shipping methods */
.woocommerce-cart .cart_totals .shipping .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
}
.woocommerce-cart .cart_totals .shipping li {
    list-style: none;
    margin: 0;
}
/* Shipping destination address — small gap above, readable line height */
.woocommerce-cart .cart_totals .shipping-destination {
    margin-top: 6px;
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
}

/* ========================================
   CART PAGE — RESPONSIVE LAYOUT
   ======================================== */
/* ---------------------------------
DESKTOP (leave your layout as-is)
----------------------------------*/
.woocommerce-cart .cart_totals {
    max-width: 420px;
}
/* ---------------------------------
TABLET FIX (stack layout)
----------------------------------*/
@media (max-width: 1024px) {
    /* Stack cart + totals vertically */
    .woocommerce-cart .elementor-container,
    .woocommerce-cart .elementor-widget-container {
        flex-direction: column !important;
    }
    /* Cart table full width */
    .woocommerce-cart .woocommerce-cart-form {
        width: 100% !important;
    }
    /* Totals block full width */
    .woocommerce-cart .cart_totals {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 30px;
    }
}
/* ---------------------------------
MOBILE FIX
----------------------------------*/
@media (max-width: 767px) {
    .woocommerce-cart .cart_totals {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    /* keep total on one line */
    .woocommerce-cart .order-total td {
        white-space: nowrap;
        font-size: 18px;
    }
    /* improve shipping text wrapping */
    .woocommerce-cart .shipping td {
        word-break: break-word;
    }
}

/* ========================================
   CART & CHECKOUT — LEFT-ALIGN PAGE TITLE
   ======================================== */
/* WooCommerce renders the Cart and Checkout h1 centred by default.
   Override to left-align on both pages. */
.woocommerce-cart .entry-title,
.woocommerce-cart h1.entry-title,
.woocommerce-cart .page-title,
.woocommerce-cart h1.page-title,
.woocommerce-cart .elementor-heading-title,
.woocommerce-checkout .entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-checkout .page-title,
.woocommerce-checkout h1.page-title,
.woocommerce-checkout .elementor-heading-title {
    text-align: left !important;
}

/* ========================================
   CHECKOUT — STICKY ORDER SUMMARY (DESKTOP)
   ======================================== */
/* Sticky checkout order summary */
.checkout-summary {
    position: sticky;
    top: 120px;
}
/* Disable sticky on tablet and mobile */
@media (max-width: 1024px) {
    .checkout-summary {
        position: relative;
        top: auto;
    }
}

/* ========================================
   CHECKOUT — TABLET LAYOUT
   ======================================== */
/* Tablet checkout layout */
@media (max-width: 1024px) {
    .checkout-summary {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 100%;
    }
    .elementor-container {
        flex-direction: column !important;
    }
}

/* ========================================
   CHECKOUT — ORDER SUMMARY CARD STYLING
   ======================================== */
/* Checkout order summary card */
.checkout-summary,
.woocommerce-checkout-review-order {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 28px;
}
/* Order table spacing */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 0;
}
/* Divider between rows */
.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #e8e8e8;
}
/* Remove divider from last row */
.woocommerce-checkout-review-order-table tr:last-child {
    border-bottom: none;
}
/* Highlight total row */
.woocommerce-checkout-review-order-table .order-total {
    font-size: 20px;
    font-weight: 700;
}
/* Place order button */
#place_order {
    background: #e45757 !important;
    border-radius: 6px !important;
    padding: 16px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 100% !important;
    color: #fff !important;
    border: none !important;
    transition: background-color 0.3s ease !important;
}
#place_order:hover {
    background: #1a1a1a !important;
}
/* Payment method description / helper text beneath place order */
.woocommerce-checkout .payment_box p,
.woocommerce-checkout .payment_method_description,
.woocommerce-checkout #payment .about_paypal {
    font-size: 13px;
    color: #666666;
    text-align: center;
    margin-bottom: 10px;
}

/* ========================================
   CHECKOUT — FORM ROW SPACING
   ======================================== */
.woocommerce-checkout .form-row-first {
    padding-right: 10px;
}
.woocommerce-checkout .form-row-last {
    padding-left: 10px;
}
.woocommerce-checkout .form-row {
    margin-bottom: 16px;
}

/* ========================================
   CHECKOUT — MODERN INPUT STYLING
   ======================================== */
/* Modern checkout inputs */
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 12px 14px;
    transition: all 0.2s ease;
}
/* Focus effect */
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #ff5a5f;
    box-shadow: 0 0 0 2px rgba(255, 90, 95, 0.15);
    outline: none;
}
/* Label styling */
.woocommerce-checkout label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}
/* Place order button — override/extend previous rules */
#place_order {
    padding: 16px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
}

/* ========================================
   CHECKOUT — UX IMPROVEMENTS
   ======================================== */

/* --- 1. Input field gap: 2px extra between each field row --- */
.woocommerce-checkout .form-row {
    margin-bottom: 18px !important;
}

/* --- 2. Tighten label-to-input gap --- */
.woocommerce-checkout label {
    margin-bottom: 4px !important;
}

/* --- 3. Remember Me — sit to the right of the login button --- */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: 16px !important;
    font-size: 14px !important;
    vertical-align: middle !important;
}
.woocommerce-form-login .woocommerce-Button {
    display: inline-block !important;
    vertical-align: middle !important;
}
.woocommerce-form-login .form-row-last {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

/* --- 4. "Ship to a different address?" toggle — more visible --- */
.woocommerce-shipping-fields h3 label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    cursor: pointer !important;
}
.woocommerce-shipping-fields h3 {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px !important;
    background: #fafafa;
    margin-bottom: 16px !important;
}

/* --- 5. Order notes textarea — compact height --- */
.woocommerce-checkout .woocommerce-additional-fields textarea#order_comments {
    min-height: 80px !important;
    height: 80px !important;
    resize: vertical;
}

/* --- 6. Trust badges below Place Order button --- */
.woocommerce-checkout #payment .place-order + ul,
.woocommerce-checkout .trust-badges,
.woocommerce-checkout #payment ul.wc_payment_methods + p {
    font-size: 13px;
    color: #555555;
    line-height: 1.8;
    margin-top: 12px;
    text-align: center;
}
/* Style the trust badge lines that already exist in the order summary */
.woocommerce-checkout-review-order .trust-badges li,
.checkout-summary .trust-badges li {
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    padding: 4px 0;
    border-top: 1px solid #eeeeee;
}
.woocommerce-checkout-review-order .trust-badges li:first-child,
.checkout-summary .trust-badges li:first-child {
    border-top: none;
    padding-top: 8px;
}

/* ========================================
   CHECKOUT — LOGIN FORM ALIGNMENT FIX
   ======================================== */

/* Username and password rows — stack as full-width blocks so they
   sit one above the other and align cleanly */
.woocommerce-form-login p.form-row-first,
.woocommerce-form-login p.form-row-last {
    display: block !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
    margin-bottom: 14px !important;
}

/* Bottom row: flex row so Remember Me sits to the RIGHT of Login button */
.woocommerce-form-login p.form-row:last-of-type {
    display: flex !important;
    flex-direction: row-reverse !important;  /* button left, remember me right */
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

/* Login button — keep its own sizing */
.woocommerce-form-login .woocommerce-form-login__submit {
    order: 1 !important;
    flex-shrink: 0 !important;
}

/* Remember Me label — sits to the right of the button */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    order: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 14px !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* ========================================
   CHECKOUT — FORM SPACING FIXES v1.43
   ======================================== */

/* 1. Login form: ensure labels are flush left with no indent */
.woocommerce-form-login p.form-row-first label,
.woocommerce-form-login p.form-row-last label {
    display: block !important;
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* 2. Login button + Remember Me: increase gap between them */
.woocommerce-form-login p.form-row:last-of-type {
    gap: 24px !important;
    align-items: center !important;
}

/* 3. Side-by-side billing field pairs (First/Last Name, Town/Postcode):
   increase the gutter between the two columns */
.woocommerce-checkout .form-row-first {
    padding-right: 16px !important;
}
.woocommerce-checkout .form-row-last {
    padding-left: 16px !important;
}

/* 4. Extra bottom margin on all billing form rows for more breathing room */
.woocommerce-checkout #billing_fields .form-row,
.woocommerce-checkout .woocommerce-billing-fields .form-row {
    margin-bottom: 20px !important;
}

/* ========================================
   CHECKOUT — LOGIN FORM FIXES v1.44
   ======================================== */

/* Bottom row: flex so button and remember-me sit side by side */
.woocommerce-form-login p.form-row:last-of-type {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
}

/* Login button — natural width, no stretching */
.woocommerce-form-login .woocommerce-form-login__submit {
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Remember Me label — inline flex, sits right of button */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 14px !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* ── Mobile / Tablet: reduce field row gap ── */
@media (max-width: 1024px) {
    .woocommerce-checkout .form-row,
    .woocommerce-checkout .woocommerce-billing-fields .form-row,
    .woocommerce-checkout #billing_fields .form-row {
        margin-bottom: 12px !important;
    }
    .woocommerce-checkout .form-row-first {
        padding-right: 8px !important;
    }
    .woocommerce-checkout .form-row-last {
        padding-left: 8px !important;
    }
}

/* ========================================
   CHECKOUT — REMEMBER ME BELOW LOGIN BUTTON v1.45
   ======================================== */

/* Stack the bottom row as a column so Remember Me sits below the button */
.woocommerce-form-login p.form-row:last-of-type {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

/* Login button — full width for clean look */
.woocommerce-form-login .woocommerce-form-login__submit {
    width: auto !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Remember Me — sits below the button, inline with checkbox */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* ========================================
   CHECKOUT — LOGIN FORM DEFINITIVE FIX v1.46
   ======================================== */

/* Username and Password rows — full width, stacked, no float */
.woocommerce-form-login p.form-row-first,
.woocommerce-form-login p.form-row-last {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
    box-sizing: border-box !important;
}

/* Bottom row: column layout — LOGIN button on top, Remember Me below */
.woocommerce-form-login p.form-row:not(.form-row-first):not(.form-row-last) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
}

/* Login button */
.woocommerce-form-login .woocommerce-form-login__submit {
    order: 1 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Remember Me — below the button */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    order: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* ========================================
   CART PAGE — COUPON & UPDATE CART TABLET/MOBILE LAYOUT
   ======================================== */

/* Add gap between coupon input and Apply Coupon button on all screens */
.woocommerce-cart .coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-cart .coupon #coupon_code {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-cart .coupon .button {
    width: 100%;
    box-sizing: border-box;
}

/* On desktop, put input and button side by side */
@media (min-width: 1025px) {
    .woocommerce-cart .coupon {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    .woocommerce-cart .coupon #coupon_code {
        width: auto;
        flex: 1;
    }
    .woocommerce-cart .coupon .button {
        width: auto;
        flex-shrink: 0;
    }
}

/* Tablet: stack coupon row and update cart button with spacing */
@media (max-width: 1024px) {
    /* Actions row: stack coupon + update cart vertically */
    .woocommerce-cart .actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding: 16px 0 !important;
    }

    /* Coupon block full width */
    .woocommerce-cart .coupon {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    /* Update cart button full width and consistent style */
    .woocommerce-cart .actions .button[name="update_cart"] {
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
}

/* ========================================
   CART PAGE — MOBILE BASKET TOTALS & TABLET REMOVE COLUMN
   ======================================== */

/* MOBILE: Prevent basket totals from overflowing off-screen */
@media (max-width: 767px) {
    /* Ensure cart totals card stays within viewport */
    .woocommerce-cart .cart_totals,
    .woocommerce-cart .cart_totals table {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* Shipping address text wraps cleanly */
    .woocommerce-cart .cart_totals .shipping td,
    .woocommerce-cart .cart_totals .shipping td p,
    .woocommerce-cart .cart_totals .shipping-destination {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
    }

    /* Table cells don't overflow */
    .woocommerce-cart .cart_totals th,
    .woocommerce-cart .cart_totals td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Keep label and value on same row for totals table */
    .woocommerce-cart .cart_totals tr {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        border-bottom: 1px solid #eee;
        padding: 8px 0;
    }

    .woocommerce-cart .cart_totals th {
        display: inline !important;
        width: auto !important;
        font-weight: 600;
    }

    .woocommerce-cart .cart_totals td {
        display: inline !important;
        width: auto !important;
        max-width: 60% !important;
        text-align: right !important;
    }

    /* Shipment row: stack label above content */
    .woocommerce-cart .cart_totals .shipping th,
    .woocommerce-cart .cart_totals .shipping td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
}

/* TABLET: Shrink Remove column so product info has more space */
@media (max-width: 1024px) {
    /* Remove column — compact icon-only width */
    .woocommerce-cart table.shop_table th.product-remove,
    .woocommerce-cart table.shop_table td.product-remove {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        padding: 8px 4px !important;
        text-align: center !important;
    }

    /* Remove × icon sizing */
    .woocommerce-cart table.shop_table td.product-remove a {
        font-size: 18px !important;
        line-height: 1 !important;
    }

    /* Thumbnail column — compact */
    .woocommerce-cart table.shop_table th.product-thumbnail,
    .woocommerce-cart table.shop_table td.product-thumbnail {
        width: 60px !important;
        min-width: 60px !important;
        padding: 8px 4px !important;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail img {
        width: 50px !important;
        height: auto !important;
    }
}

/* ========================================
   CART PAGE — TABLET REMOVE COLUMN & MOBILE TOTAL ROW OVERFLOW
   ======================================== */

/* TABLET: shrink the Remove column so product title/price have more room */
@media (max-width: 1024px) {
    .woocommerce-cart .woocommerce-cart-form table.shop_table th.product-remove,
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        text-align: center !important;
    }
}

/* MOBILE: prevent "includes £XX.XX VAT" text from overrunning the basket totals card */
@media (max-width: 767px) {
    .woocommerce-cart .cart_totals .order-total td,
    .woocommerce-cart .cart_totals .order-total td small {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
    }
    .woocommerce-cart .cart_totals table.shop_table {
        width: 100% !important;
        table-layout: fixed !important;
    }
}

/* ========================================
   CART PAGE — THUMBNAIL SIZE & TABLE LAYOUT
   ======================================== */

/* DESKTOP: slightly larger thumbnails */
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 90px !important;
    min-width: 90px !important;
}

/* TABLET: fix table overflow — tighten Remove + Thumbnail, let other cols fill */
@media (max-width: 1024px) {
    /* Prevent horizontal scroll */
    .woocommerce-cart .woocommerce-cart-form {
        overflow-x: hidden !important;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table {
        width: 100% !important;
        table-layout: fixed !important;
    }
    /* Remove column — icon only */
    .woocommerce-cart .woocommerce-cart-form table.shop_table th.product-remove,
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        padding: 4px !important;
        text-align: center !important;
    }
    /* Thumbnail column — compact but visible */
    .woocommerce-cart .woocommerce-cart-form table.shop_table th.product-thumbnail,
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
        width: 70px !important;
        min-width: 70px !important;
        max-width: 70px !important;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
        object-fit: contain !important;
    }
    /* Coupon area — ensure background has enough bottom padding */
    .woocommerce-cart .woocommerce-cart-form .actions {
        padding-bottom: 20px !important;
    }
}

/* MOBILE: thumbnail fills full available cell width */
@media (max-width: 767px) {
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        text-align: center !important;
        padding: 8px 0 !important;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
    }
}

/* ========================================
   FOOTER — ICON LIST LINK SIZE
   ======================================== */

/* Scoped to JetThemeCore footer location */
.jet-theme-core-location--footer-location .elementor-widget-icon-list .elementor-icon-list-item {
    margin-bottom: 6px !important;
}
.jet-theme-core-location--footer-location .elementor-widget-icon-list .elementor-icon-list-text {
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.jet-theme-core-location--footer-location .elementor-widget-icon-list .elementor-icon-list-icon {
    font-size: 16px !important;
    width: 20px !important;
}
.jet-theme-core-location--footer-location .elementor-widget-icon-list .elementor-icon-list-icon img {
    width: 18px !important;
    height: 18px !important;
}

/* ========================================
   PRODUCT DESCRIPTION — BULLET LIST FONT SIZE
   ======================================== */

/* The JetWooBuilder single product template and tab wrapper both have 12px set
   on the entire chain — must use explicit px value on all product page li elements */

/* Description tab bullets */
.woocommerce-Tabs-panel ul li,
.woocommerce-Tabs-panel ol li,
.wc-tab ul li,
.wc-tab ol li,
.jet-woo-builder .woocommerce-Tabs-panel ul li,
.jet-woo-builder .woocommerce-Tabs-panel ol li {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Single product template bullets (JetThemeCore single-product-location) */
.jet-theme-core-location--single-product-location .elementor-widget-text-editor ul li,
.jet-theme-core-location--single-product-location .elementor-widget-text-editor ol li,
.jet-theme-core-location--single-product-location .elementor-widget ul li,
.jet-theme-core-location--single-product-location .elementor-widget ol li {
    font-size: 16px !important;
    line-height: 1.6 !important;
}



/* ========================================
   JET REVIEWS ADVANCED — THEME STYLING
   ======================================== */

/* ── Outer wrapper ── */
.jet-reviews-advanced {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    color: #3b3d42 !important;
}

/* ── Header row: "No reviews found" + "Write a review" button ── */
.jet-reviews-advanced__header-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 0 16px !important;
    border-bottom: 2px solid #e45757 !important;
    margin-bottom: 20px !important;
}

.jet-reviews-advanced__header-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3b3d42 !important;
    letter-spacing: 0.02em !important;
}

/* ── "Write a review" primary button (header) ── */
.jet-reviews-advanced__header-top .jet-reviews-button--primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background-color: #e45757 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.jet-reviews-advanced__header-top .jet-reviews-button--primary:hover {
    background-color: #d85c5c !important;
}

.jet-reviews-advanced__header-top .jet-reviews-button--primary .jet-reviews-button__icon {
    font-size: 11px !important;
    color: #ffffff !important;
}

.jet-reviews-advanced__header-top .jet-reviews-button--primary .jet-reviews-button__icon svg {
    fill: #ffffff !important;
    width: 12px !important;
    height: 12px !important;
}

/* ── New review form container ── */
.jet-reviews-advanced__new-review-form {
    background: #f8f8f8 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
}

/* ── Text inputs (contenteditable divs) ── */
.jet-reviews-advanced__new-review-form .jet-reviews-input,
.jet-reviews-advanced__new-review-form .jet-reviews-content-editable {
    background: #ffffff !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
    font-size: 15px !important;
    color: #3b3d42 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    min-height: 42px !important;
    margin-bottom: 12px !important;
}

/* Textarea (review content) */
.jet-reviews-advanced__new-review-form .jet-reviews-input--textarea {
    min-height: 110px !important;
    resize: vertical !important;
}

/* Focus state */
.jet-reviews-advanced__new-review-form .jet-reviews-content-editable--focus,
.jet-reviews-advanced__new-review-form .jet-reviews-input:focus {
    border-color: #e45757 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(228, 87, 87, 0.12) !important;
}

/* Placeholder text colour */
.jet-reviews-advanced__new-review-form .jet-reviews-content-editable--placeholder {
    color: #9ca3af !important;
}

/* ── Star rating rows ── */
.jet-new-review-fields {
    margin: 16px 0 !important;
}

.jet-new-review-field {
    margin-bottom: 10px !important;
}

.jet-reviews-stars-input {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.jet-new-review-field-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3b3d42 !important;
    min-width: 120px !important;
}

/* Stars adjuster (clickable) */
.jet-reviews-stars--adjuster .jet-reviews-star svg {
    fill: #d1d5db !important;
    color: #d1d5db !important;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer !important;
    transition: fill 0.15s ease !important;
}

.jet-reviews-stars--adjuster .jet-reviews-star:hover svg,
.jet-reviews-stars--adjuster .jet-reviews-star:hover ~ .jet-reviews-star svg {
    fill: #e45757 !important;
    color: #e45757 !important;
}

/* Filled stars overlay */
.jet-reviews-stars--filled .jet-reviews-star svg {
    fill: #e45757 !important;
    color: #e45757 !important;
    width: 22px !important;
    height: 22px !important;
}

/* ── Form action buttons (Cancel / Submit a review) ── */
.jet-new-review-controls {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid #e5e7eb !important;
}

/* Cancel button */
.jet-new-review-controls .jet-reviews-button--secondary {
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 10px 18px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease, color 0.2s ease !important;
}

.jet-new-review-controls .jet-reviews-button--secondary:hover {
    border-color: #9ca3af !important;
    color: #3b3d42 !important;
}

/* Submit a review button */
.jet-new-review-controls .jet-reviews-button--primary {
    background-color: #e45757 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 10px 24px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.jet-new-review-controls .jet-reviews-button--primary:hover {
    background-color: #d85c5c !important;
}

/* ── Existing review cards (when reviews are present) ── */
.jet-reviews-advanced .jet-reviews-item {
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    padding: 18px 20px !important;
    margin-bottom: 16px !important;
    background: #ffffff !important;
}

/* Review author name */
.jet-reviews-advanced .jet-reviews-item__author-name {
    font-weight: 700 !important;
    color: #3b3d42 !important;
    font-size: 15px !important;
}

/* Review date */
.jet-reviews-advanced .jet-reviews-item__date {
    font-size: 13px !important;
    color: #9ca3af !important;
}

/* Review title */
.jet-reviews-advanced .jet-reviews-item__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #3b3d42 !important;
    margin: 8px 0 4px !important;
}

/* Review body text */
.jet-reviews-advanced .jet-reviews-item__content {
    font-size: 15px !important;
    color: #3b3d42 !important;
    line-height: 1.6 !important;
}

/* Filled stars in existing reviews */
.jet-reviews-advanced .jet-reviews-item .jet-reviews-stars--filled .jet-reviews-star svg {
    fill: #e45757 !important;
    color: #e45757 !important;
}

/* Empty stars in existing reviews */
.jet-reviews-advanced .jet-reviews-item .jet-reviews-stars--empty .jet-reviews-star svg {
    fill: #d1d5db !important;
    color: #d1d5db !important;
}

/* Helpful / unhelpful buttons */
.jet-reviews-advanced .jet-reviews-button--secondary {
    color: #9ca3af !important;
    font-size: 13px !important;
}

.jet-reviews-advanced .jet-reviews-button--secondary:hover {
    color: #e45757 !important;
}
