/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



:root {
    --contrast: #222222;
    --contrast-2: #575760;
    --contrast-3: #b2b2be;
    --base: #f0f0f0;
    --base-2: #f7f8f9;
    --base-3: #ffffff;
    --accent: #1e73be;
    --content-width:1140px;
    --gp-child-flow-icon-shopping-cart: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Ccircle%20cx='10'%20cy='28'%20r='2'/%3E%3Ccircle%20cx='24'%20cy='28'%20r='2'/%3E%3Cpath%20d='M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z'/%3E%3C/svg%3E");
    --gp-child-flow-icon-knowledge-catalog: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M24,25h-3v-3h3v3ZM29,22h-3v3h3v-3ZM24,27h-3v3h3v-3ZM29,27h-3v3h3v-3ZM20,8h-8v2h8v-2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2Z'/%3E%3C/svg%3E");
    --gp-child-flow-icon-calendar-add-alt: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M26,21H23V18H21v3H18v2h3v3h2V23h3Z'/%3E%3Cpath%20d='M22,30a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,22,30Zm0-14a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,22,16Z'/%3E%3Cpath%20d='M28,6c0-1.1-.9-2-2-2H22V2H20V4H12V2H10V4H6C4.9,4,4,4.9,4,6V26c0,1.1.9,2,2,2h6V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z'/%3E%3C/svg%3E");
    --gp-child-flow-icon-scooter: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M26,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,26,28Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,26,22Z'/%3E%3Cpath%20d='M24,8H18v2h6a1,1,0,0,1,0,2H21a1,1,0,0,0-.98,1.1963l.9241,4.6211L18.4338,22h-2.69l-2.5723-8.5752A1.988,1.988,0,0,0,11.2559,12H6v2h5.2561l.6,2H7a5.0057,5.0057,0,0,0-5,5v2a1,1,0,0,0,1,1H4a4,4,0,0,0,8,0h7a1,1,0,0,0,.8574-.4854l3-5a1,1,0,0,0,.1231-.7109L22.22,14H24a3,3,0,0,0,0-6ZM8,26a2.0025,2.0025,0,0,1-2-2h4A2.0025,2.0025,0,0,1,8,26ZM4,22V21a3.0033,3.0033,0,0,1,3-3h5.4561l1.2,4Z'/%3E%3C/svg%3E");
}

.bg-blue{
    background-color: var(--accent);
}


.table_wrapper{
    width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1rem 0;
}

.wc-category-intro {
    margin-bottom: 1.5em;
}

/**
 * WooCommerce product archive cards.
 */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-sizing: border-box;
    position: relative;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px -24px rgba(15, 23, 42, 0.5);
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within,
.woocommerce-page ul.products li.product:focus-within {
    border-color: #c8d6e5;
    box-shadow: 0 18px 34px -24px rgba(15, 23, 42, 0.62);
    transform: translateY(-2px);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    color: var(--accent, #1e73be);
    text-decoration: none;
    box-shadow: none;
}

.woocommerce ul.products li.product .wc-product-image,
.woocommerce-page ul.products li.product .wc-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    background: #ffffff;
}

.woocommerce ul.products li.product .inside-wc-product-image,
.woocommerce-page ul.products li.product .inside-wc-product-image,
.woocommerce ul.products li.product .wc-product-image picture,
.woocommerce-page ul.products li.product .wc-product-image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.woocommerce ul.products li.product .wc-product-image img,
.woocommerce-page ul.products li.product .wc-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce ul.products li.product .wc-product-image .inside-wc-product-image .onsale,
.woocommerce-page ul.products li.product .wc-product-image .inside-wc-product-image .onsale {
    position: absolute;
    top: 12px !important;
    right: 12px !important;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    width: max-content;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 7px 11px !important;
    border: 0;
    border-radius: 3px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 43px;
    height: auto;
    margin: 14px 0 10px !important;
    padding: 0;
    color: var(--accent, #1e73be);
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    margin: 0 auto 8px;
    color: #f59e0b;
    font-size: 14px;
}

/* Fallback for plugins that render an empty WooCommerce rating as 0 out of 5. */
.woocommerce ul.products li.product .star-rating:has(> span[style*="width:0"], > span[style*="width: 0"]),
.woocommerce-page ul.products li.product .star-rating:has(> span[style*="width:0"], > span[style*="width: 0"]) {
    opacity: 0;
}

.woocommerce ul.products li.product .wrap-woocp-time-countdown{
    display: none;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    margin: 0 !important;
    color: var(--contrast, #222222);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    display: inline-flex;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    opacity: 1;
    text-decoration: none;
}

.woocommerce ul.products li.product .price del .amount,
.woocommerce-page ul.products li.product .price del .amount {
    text-decoration: line-through;
    text-decoration-color: #6b7280;
    text-decoration-thickness: 2px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 34px;
    padding: 6px;
    border-radius: 5px;
    background: #111827 !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

.woocommerce ul.products li.product .price ins::before,
.woocommerce-page ul.products li.product .price ins::before {
    content: "Nu voor";
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.woocommerce ul.products li.product .price ins .amount,
.woocommerce-page ul.products li.product .price ins .amount {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .price ins *,
.woocommerce-page ul.products li.product .price ins *,
.woocommerce ul.products li.product .price ins bdi,
.woocommerce-page ul.products li.product .price ins bdi {
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .in3_lease,
.woocommerce-page ul.products li.product .in3_lease {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 10px 0 0 !important;
    padding: 8px 10px;
    border: 1px solid #d9e6f2;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
    color: var(--contrast, #222222);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.woocommerce ul.products li.product .in3_lease table,
.woocommerce-page ul.products li.product .in3_lease table {
    display: block;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent !important;
    color: inherit;
    font: inherit;
}

.woocommerce ul.products li.product .in3_lease tbody,
.woocommerce ul.products li.product .in3_lease tr,
.woocommerce ul.products li.product .in3_lease td,
.woocommerce-page ul.products li.product .in3_lease tbody,
.woocommerce-page ul.products li.product .in3_lease tr,
.woocommerce-page ul.products li.product .in3_lease td {
    display: block !important;
    border: 0 !important;
    background: transparent !important;
}

.woocommerce ul.products li.product .in3_lease td,
.woocommerce-page ul.products li.product .in3_lease td {
    display: block !important;
    padding: 0 !important;
    color: #475569;
    font: inherit;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .in3_lease tr:first-child td,
.woocommerce-page ul.products li.product .in3_lease tr:first-child td {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.woocommerce ul.products li.product .in3_lease tr + tr td,
.woocommerce-page ul.products li.product .in3_lease tr + tr td {
    margin-top: 7px;
    padding-top: 7px !important;
    border-top: 1px solid #d9e6f2 !important;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

.woocommerce ul.products li.product .in3_lease .in3-logo-append,
.woocommerce-page ul.products li.product .in3_lease .in3-logo-append {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    gap: 6px;
    width: 100%;
    min-width: 0;
    text-align: center;
}

.woocommerce ul.products li.product .in3_lease .in3-logo-append::before,
.woocommerce-page ul.products li.product .in3_lease .in3-logo-append::before {
    content: "";
    display: block;
    flex: 0 0 50px;
    width: 50px;
    height: 16px;
    margin: 0;
    right: unset;
    background-image: url("https://scootmobielcentrum.com/wp-content/uploads/2024/05/iDEAL_in3_RGB_onwhite_compact.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.woocommerce ul.products li.product .in3_lease .in3-logo-append img,
.woocommerce-page ul.products li.product .in3_lease .in3-logo-append img {
    display: none !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    box-sizing: border-box;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 52px;
    margin: 12px 0 0 !important;
    padding: 10px 12px !important;
    border: 2px solid #15803d !important;
    border-radius: 8px;
    background: #15803d !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
    box-shadow: none !important;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.woocommerce ul.products li.product .button::before,
.woocommerce-page ul.products li.product .button::before {
    content: "";
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    background-color: currentColor;
    -webkit-mask: var(--gp-child-flow-icon-shopping-cart) center / contain no-repeat;
    mask: var(--gp-child-flow-icon-shopping-cart) center / contain no-repeat;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus-visible {
    border-color: #166534 !important;
    background: #166534 !important;
    color: #ffffff !important;
    outline: 0;
}

@media (max-width: 768px) {
    body.theme-generatepress.woocommerce-page.left-sidebar #content.site-content {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.theme-generatepress.woocommerce-page.left-sidebar #content.site-content #left-sidebar,
    body.theme-generatepress.woocommerce-page.left-sidebar #content.site-content #primary {
        display: block !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.theme-generatepress.woocommerce-page.left-sidebar #content.site-content #left-sidebar {
        order: 1;
    }

    body.theme-generatepress.woocommerce-page.left-sidebar #content.site-content #primary {
        order: 2;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 10px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
        font-size: 16px !important;
    }

    .woocommerce ul.products li.product .price ins,
    .woocommerce-page ul.products li.product .price ins,
    .woocommerce ul.products li.product .price ins .amount,
    .woocommerce-page ul.products li.product .price ins .amount {
        font-size: 16px;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce-page ul.products li.product .button {
        min-height: 50px;
        font-size: 14px;
    }
}

/**
 * Request flow action buttons.
 */
.gp-child-request-checkout-button,
.gp-child-request-checkout button#place_order {
    --gp-child-flow-button-bg: #ffffff;
    --gp-child-flow-button-color: #0f766e;
    --gp-child-flow-button-border: #0f766e;
    --gp-child-flow-button-hover-bg: #0f766e;
    --gp-child-flow-button-hover-color: #ffffff;
    --gp-child-flow-button-hover-border: #0f766e;
    --gp-child-flow-button-icon: var(--gp-child-flow-icon-knowledge-catalog);
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 54px;
    padding: 11px 14px !important;
    border: 2px solid var(--gp-child-flow-button-border) !important;
    border-radius: 8px;
    background: var(--gp-child-flow-button-bg) !important;
    color: var(--gp-child-flow-button-color) !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.gp-child-request-checkout-button {
    width: 100%;
}

.gp-child-request-checkout button#place_order {
    max-width: 100%;
    width: 100%;
}

.gp-child-request-checkout-button::before,
.gp-child-request-checkout button#place_order::before {
    content: "";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask: var(--gp-child-flow-button-icon) center / contain no-repeat;
    mask: var(--gp-child-flow-button-icon) center / contain no-repeat;
}

.gp-child-request-checkout-button:hover,
.gp-child-request-checkout-button:focus-visible,
.gp-child-request-checkout button#place_order:hover,
.gp-child-request-checkout button#place_order:focus-visible {
    border-color: var(--gp-child-flow-button-hover-border) !important;
    background: var(--gp-child-flow-button-hover-bg) !important;
    color: var(--gp-child-flow-button-hover-color) !important;
    outline: 0;
}

.gp-child-request-checkout-button--quote,
.gp-child-request-checkout-quote button#place_order {
    --gp-child-flow-button-bg: #ffffff;
    --gp-child-flow-button-color: #0f766e;
    --gp-child-flow-button-border: #0f766e;
    --gp-child-flow-button-hover-bg: #0f766e;
    --gp-child-flow-button-hover-color: #ffffff;
    --gp-child-flow-button-hover-border: #0f766e;
    --gp-child-flow-button-icon: var(--gp-child-flow-icon-knowledge-catalog);
}

.gp-child-request-checkout-button--lease,
.gp-child-request-checkout-lease button#place_order {
    --gp-child-flow-button-bg: #f8fafc;
    --gp-child-flow-button-color: #475569;
    --gp-child-flow-button-border: #cbd5e1;
    --gp-child-flow-button-hover-bg: #e2e8f0;
    --gp-child-flow-button-hover-color: #334155;
    --gp-child-flow-button-hover-border: #cbd5e1;
    --gp-child-flow-button-icon: var(--gp-child-flow-icon-calendar-add-alt);
}

.gp-child-request-checkout-button--test-drive,
.gp-child-request-checkout-test-drive button#place_order {
    --gp-child-flow-button-bg: #ffffff;
    --gp-child-flow-button-color: #c2410c;
    --gp-child-flow-button-border: #c2410c;
    --gp-child-flow-button-hover-bg: #c2410c;
    --gp-child-flow-button-hover-color: #ffffff;
    --gp-child-flow-button-hover-border: #c2410c;
    --gp-child-flow-button-icon: var(--gp-child-flow-icon-scooter);
}

@media (max-width: 768px) {
    .gp-child-request-checkout-button,
    .gp-child-request-checkout button#place_order {
        gap: 8px;
        min-height: 50px;
        padding: 9px 10px !important;
        font-size: 15px !important;
    }

    .gp-child-request-checkout-button::before,
    .gp-child-request-checkout button#place_order::before {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 420px) {
    .gp-child-request-checkout-button,
    .gp-child-request-checkout button#place_order {
        gap: 7px;
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 13px !important;
    }

    .gp-child-request-checkout-button::before,
    .gp-child-request-checkout button#place_order::before {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
    }
}

/**
 * WooCommerce request flow switcher
 */
.gp-child-flow-switcher {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid #d8e3ef;
    border-left: 4px solid var(--accent, #1e73be);
    border-radius: 8px;
    background: #ffffff;
    color: var(--contrast, #222222);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.gp-child-flow-switcher__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    margin: 0 0 14px;
}

.gp-child-flow-switcher__eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e8f2fb;
    color: var(--accent, #1e73be);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gp-child-flow-switcher__title {
    margin: 0;
    color: #10243a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

.gp-child-flow-switcher__description {
    max-width: 62ch;
    margin: 2px 0 0;
    color: #46586b;
    font-size: 15px;
    line-height: 1.45;
}

.gp-child-flow-switcher__form {
    margin: 0;
}

.gp-child-flow-switcher__options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.gp-child-flow-switcher__option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    min-height: 64px;
    padding: 10px 12px;
    border: 1px solid #cbd7e6;
    border-radius: 7px;
    background: #f8fafc;
    color: #10243a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.gp-child-flow-switcher__option:hover,
.gp-child-flow-switcher__option:focus {
    border-color: var(--accent, #1e73be);
    background: #ffffff;
    color: var(--accent, #1e73be);
    box-shadow: 0 0 0 3px rgba(30, 115, 190, 0.12);
}

.gp-child-flow-switcher__option.is-active {
    border-color: var(--accent, #1e73be);
    background: var(--accent, #1e73be);
    color: #ffffff;
    cursor: default;
}

.gp-child-flow-switcher__option.is-empty {
    border-style: dashed;
    background: #f3f6f9;
    color: #718195;
}

.gp-child-flow-switcher__option:disabled {
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
}

.gp-child-flow-switcher__option-title,
.gp-child-flow-switcher__option-status {
    display: block;
    max-width: 100%;
}

.gp-child-flow-switcher__option-title {
    margin: 0 0 5px;
    overflow-wrap: anywhere;
}

.gp-child-flow-switcher__option-status {
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(16, 36, 58, 0.08);
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
}

.gp-child-flow-switcher__option.is-active .gp-child-flow-switcher__option-status {
    background: rgba(255, 255, 255, 0.2);
}

.gp-child-flow-switcher + .woocommerce-notices-wrapper,
.woocommerce-cart .gp-child-flow-switcher ~ .woocommerce-notices-wrapper {
    margin-top: -8px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info {
    box-sizing: border-box;
    margin: 0 0 22px;
    padding: 18px;
    border: 1px solid #c7d9ec;
    border-left: 4px solid var(--accent, #1e73be);
    border-radius: 7px;
    background: #edf6ff;
    color: #163b61;
    font-size: 14px;
    line-height: 1.45;
}

/*.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before,*/
/*.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info::before {*/
/*    top: 50%;*/
/*    left: 16px;*/
/*    transform: translateY(-50%);*/
/*    color: var(--accent, #1e73be);*/
/*}*/

.gp-child-request-checkout .woocommerce-info,
.gp-child-request-checkout .gp-child-quote-checkout-intro {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid #d8e3ef;
    border-left: 4px solid var(--accent, #1e73be);
    border-radius: 8px;
    background: #ffffff !important;
    color: #163b61 !important;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/*.gp-child-request-checkout .woocommerce-info::before,*/
/*.gp-child-request-checkout .gp-child-quote-checkout-intro::before {*/
/*    top: 18px;*/
/*    left: 20px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    border-radius: 999px;*/
/*    background: #e8f2fb;*/
/*    color: var(--accent, #1e73be);*/
/*    font-size: 15px;*/
/*    line-height: 1;*/
/*}*/

.gp-child-request-checkout .gp-child-quote-checkout-intro {
    margin-top: 0;
}

.gp-child-request-checkout .gp-child-test-drive-date-notice {
    border-left-color: #12805c;
    background: #f7fffb !important;
    color: #174436 !important;
}

.gp-child-request-checkout .gp-child-test-drive-date-field {
    cursor: pointer;
    background-color: #ffffff;
}

.ui-datepicker {
    z-index: 9999 !important;
    display: none;
    width: 280px;
    padding: 10px;
    border: 1px solid #d8e3ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    color: var(--accent, #1e73be);
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-title {
    flex: 1 1 auto;
    color: #10243a;
    font-weight: 800;
    text-align: center;
}

.ui-datepicker table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.ui-datepicker th,
.ui-datepicker td {
    padding: 2px;
    border: 0;
    text-align: center;
}

.ui-datepicker a,
.ui-datepicker span {
    display: block;
    min-width: 32px;
    padding: 6px 4px;
    border-radius: 5px;
    text-decoration: none;
}

.ui-datepicker a {
    color: #10243a;
}

.ui-datepicker a:hover,
.ui-datepicker .ui-datepicker-current-day a {
    background: var(--accent, #1e73be);
    color: #ffffff;
}

.ui-datepicker .ui-state-disabled span {
    color: #a7b0bd;
    text-decoration: line-through;
    cursor: not-allowed;
}

.gp-child-request-checkout .gp-child-quote-checkout-intro strong,
.gp-child-request-checkout .woocommerce-info strong {
    display: inline-block;
    margin: 0 0 4px;
    color: #10243a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.gp-child-request-checkout .gp-child-quote-checkout-intro br + *,
.gp-child-request-checkout .woocommerce-info br + * {
    color: #46586b;
}

.gp-child-request-checkout .woocommerce-notices-wrapper {
    margin: 0 0 20px;
}

.gp-child-request-checkout form.checkout {
    margin-top: 10px;
}

.gp-child-request-checkout .gp-child-flow-switcher__option {
    min-height: 58px;
    padding: 9px 10px;
    font-size: 13px;
}

.gp-child-request-checkout .gp-child-flow-switcher__option-title {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.2;
}

.gp-child-request-checkout .gp-child-flow-switcher__option-status {
    padding: 2px 6px;
    font-size: 11px;
}

.gp-child-request-checkout form.checkout label,
.gp-child-request-checkout .woocommerce-checkout-review-order-table th,
.gp-child-request-checkout .woocommerce-checkout-review-order-table td {
    overflow-wrap: break-word;
}

.gp-child-request-checkout .woocommerce-checkout-review-order-table th,
.gp-child-request-checkout .woocommerce-checkout-review-order-table td,
.gp-child-request-checkout #shipping_method label,
.gp-child-request-checkout .woocommerce-shipping-methods label,
.gp-child-request-checkout .woocommerce-terms-and-conditions-wrapper label,
.gp-child-request-checkout .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    line-height: 1.35;
}

.gp-child-request-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
.gp-child-request-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
    display: block;
    width: 100%;
    text-align: left;
}

.gp-child-request-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
    padding-top: 0;
}

.gp-child-request-checkout #shipping_method,
.gp-child-request-checkout .woocommerce-shipping-methods {
    margin-top: 6px;
}

.gp-child-request-checkout #shipping_method li,
.gp-child-request-checkout .woocommerce-shipping-methods li {
    margin-bottom: 8px;
}

.gp-child-request-checkout #shipping_method label,
.gp-child-request-checkout .woocommerce-shipping-methods label,
.gp-child-request-checkout .woocommerce-terms-and-conditions-checkbox-text {
    overflow-wrap: break-word;
    word-break: normal;
}

.woocommerce-checkout .gp-child-payment-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #118a2c;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .woocommerce-checkout .gp-child-payment-badge {
        margin-top: 4px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .gp-child-flow-switcher {
        padding: 14px;
    }

    .gp-child-flow-switcher__options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-child-request-checkout .woocommerce-info,
    .gp-child-request-checkout .gp-child-quote-checkout-intro {
        padding: 15px 16px 15px 54px;
    }

    .gp-child-request-checkout .gp-child-flow-switcher__option {
        min-height: 54px;
        padding: 8px 9px;
    }

    /*.gp-child-request-checkout .woocommerce-info::before,*/
    /*.gp-child-request-checkout .gp-child-quote-checkout-intro::before {*/
    /*    left: 16px;*/
    /*    width: 24px;*/
    /*    height: 24px;*/
    /*}*/
}

@media (max-width: 480px) {
    .gp-child-flow-switcher__options {
        grid-template-columns: 1fr;
    }
}

/**
 * Header flow cart shortcode.
 */
.gp-child-flow-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.gp-child-flow-cart__form,
.gp-child-flow-cart__option-form {
    margin: 0;
}

.gp-child-flow-cart__form {
    display: inline-flex;
}

.gp-child-flow-cart__option-form {
    display: block;
}

.gp-child-flow-cart__details {
    position: relative;
}

.gp-child-flow-cart__button,
.gp-child-flow-cart__summary {
    position: relative;
    box-sizing: border-box;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 38px;
    min-height: 36px;
    margin: 0;
    padding: 2px 9px;
    border: 1px solid #d7dbe1;
    border-radius: 12px;
    background: #ffffff;
    color: var(--contrast, #222222);
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.gp-child-flow-cart__summary::-webkit-details-marker {
    display: none;
}

.gp-child-flow-cart__button:hover,
.gp-child-flow-cart__button:focus-visible,
.gp-child-flow-cart__summary:hover,
.gp-child-flow-cart__summary:focus-visible,
.gp-child-flow-cart__details[open] .gp-child-flow-cart__summary {
    border-color: var(--accent, #1e73be);
    background: #ffffff;
    color: var(--accent, #1e73be);
    box-shadow: 0 0 0 2px rgba(30, 115, 190, 0.18);
    outline: 0;
}

.gp-child-flow-cart__icon,
.gp-child-flow-cart__caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.gp-child-flow-cart__icon svg,
.gp-child-flow-cart__caret svg {
    display: block;
}

.gp-child-flow-cart__badge {
    position: absolute;
    top: -6px;
    right: -6px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--accent, #1e73be);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.gp-child-flow-cart__badge--attention {
    background: #b91c1c;
}

.gp-child-flow-cart__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 500;
    box-sizing: border-box;
    min-width: 250px;
    max-width: min(90vw, 320px);
    padding: 6px;
    border: 1px solid #d7dbe1;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 32px -20px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.gp-child-flow-cart__option {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 9px 10px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--contrast, #222222);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
}

.gp-child-flow-cart__option:hover,
.gp-child-flow-cart__option:focus-visible {
    background: #f2f6fb;
    color: var(--accent, #1e73be);
    outline: 0;
}

.gp-child-flow-cart__option.is-active {
    background: #edf4fc;
}

.gp-child-flow-cart__option-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

.gp-child-flow-cart__option-count {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--contrast-2, #575760);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.gp-child-flow-cart__option:hover .gp-child-flow-cart__option-count,
.gp-child-flow-cart__option:focus-visible .gp-child-flow-cart__option-count {
    color: var(--accent, #1e73be);
}

@media (max-width: 768px) {
    .gp-child-flow-cart__button,
    .gp-child-flow-cart__summary {
        min-width: 36px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .gp-child-flow-cart__panel {
        right: -6px;
        min-width: 230px;
    }
}

/* Mini Cart header */
.wc-block-mini-cart__button:hover{
    border-radius: 10px;
    background-color: var(--base-2);
    transition: background-color 0.3s ease;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
}
/* footer socker */
.footer-bar{
    .widget{
        p{
            margin-bottom: 0;
        }
    }
}

/**
 * ============================================================================
 * Breadcrumbs
 * ============================================================================
 */

.rank-math-breadcrumb{
    opacity: 0.8;
    font-size: 11px;
    margin-bottom: 10px;
    p{
        margin-bottom: 0;
    }
    .separator{
        font-size: 13px;
        line-height: 1px;
    }
}

.wc-columns-container .products, .woocommerce .related ul.products, .woocommerce .up-sells ul.products {
    grid-gap: 10px !important;
}
