.t4n-order-engine {
    max-width: 760px;
    margin-top: 8px;
}

.t4n-order-engine__count-wrap {
    margin-bottom: 26px;
}

.t4n-order-engine__count-wrap label {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 8px;
}

#t4n_player_count {
    width: 92px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    padding: 6px 8px;
}

.t4n-order-engine__players {
    margin-bottom: 8px;
}

.t4n-player-row {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}

.t4n-player-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.t4n-player-row h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px;
}

/* =========================
   KEY LAYOUT CHANGE (DESKTOP)
   ========================= */

.t4n-player-fields {
    display: flex;
    flex-wrap: nowrap; /* force single row */
    gap: 10px;
    align-items: flex-end;
}

.t4n-field {
    display: flex;
    flex-direction: column;
}

.t4n-field label {
    font-size: 12px; /* slightly tighter */
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 6px;
}

.t4n-field input,
.t4n-field select {
    height: 40px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.2;
}

/* =========================
   FIELD WIDTH BALANCE
   ========================= */

.t4n-field.number {
    width: 110px;
}

.t4n-field.size {
    width: 150px; /* reduced */
}

.t4n-field.name {
    width: 200px; /* reduced */
}

.t4n-field.initials {
    width: 110px; /* aligned with number */
}

.single_add_to_cart_button {
    margin-top: 24px;
}

/* =========================
   MOBILE (UNCHANGED BEHAVIOUR)
   ========================= */

@media (max-width: 767px) {
    .t4n-order-engine {
        max-width: 100%;
        margin-top: 0;
    }

    .t4n-order-engine__count-wrap {
        margin-bottom: 22px;
    }

    .t4n-player-row {
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .t4n-player-fields {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 12px;
    }

    .t4n-field.number,
    .t4n-field.size,
    .t4n-field.name,
    .t4n-field.initials,
    #t4n_player_count {
        width: 100%;
    }
}
/* T4N v2.4 display layer only */
.t4n-price-message {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* v2.8.1 Club Shop Reserved Numbers */
.t4n-reserved-number-warning {
    display: none !important;
}

.t4n-player-row--reserved-number input.t4n-number-input {
    border-color: #b32d2e;
    box-shadow: 0 0 0 1px rgba(179, 45, 46, 0.18);
}


/*
|--------------------------------------------------------------------------
| T4N SIDE CART FLOW PATCH v2.8.12
|--------------------------------------------------------------------------
| Prevent mini-cart / side-cart subtotal and buttons from floating over long
| product lists on mobile. Presentation-only; no pricing/cart logic changes.
*/
.woocommerce-mini-cart,
.widget_shopping_cart_content .woocommerce-mini-cart,
.elementor-menu-cart__products,
.elementor-menu-cart__main .woocommerce-mini-cart {
    position: relative !important;
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
}

.woocommerce-mini-cart li,
.widget_shopping_cart_content .woocommerce-mini-cart li,
.elementor-menu-cart__products .woocommerce-mini-cart-item,
.elementor-menu-cart__main .woocommerce-mini-cart-item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 90px minmax(0, 1fr) 34px !important;
    column-gap: 14px !important;
    align-items: start !important;
    min-height: 150px !important;
    height: auto !important;
    clear: both !important;
    padding: 18px 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

.woocommerce-mini-cart li img,
.widget_shopping_cart_content .woocommerce-mini-cart li img,
.elementor-menu-cart__products .woocommerce-mini-cart-item img,
.elementor-menu-cart__main .woocommerce-mini-cart-item img {
    grid-column: 1 !important;
    width: 82px !important;
    max-width: 82px !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-mini-cart li .quantity,
.widget_shopping_cart_content .woocommerce-mini-cart li .quantity,
.elementor-menu-cart__products .woocommerce-mini-cart-item .quantity,
.elementor-menu-cart__main .woocommerce-mini-cart-item .quantity,
.t4n-mini-cart-quantity {
    grid-column: 2 !important;
    display: block !important;
    clear: both !important;
    margin-top: 10px !important;
    white-space: normal !important;
    line-height: 1.2 !important;
}

.woocommerce-mini-cart li .remove,
.widget_shopping_cart_content .woocommerce-mini-cart li .remove,
.elementor-menu-cart__products .woocommerce-mini-cart-item .remove,
.elementor-menu-cart__main .woocommerce-mini-cart-item .remove {
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    position: static !important;
    float: none !important;
    align-self: center !important;
    justify-self: center !important;
}

.woocommerce-mini-cart__total,
.widget_shopping_cart_content .woocommerce-mini-cart__total,
.elementor-menu-cart__subtotal {
    position: relative !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    margin-top: 24px !important;
    padding-top: 22px !important;
    z-index: 1 !important;
}

.woocommerce-mini-cart__buttons,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.elementor-menu-cart__footer-buttons {
    position: relative !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    z-index: 1 !important;
}

@media (max-width: 768px) {
    .woocommerce-mini-cart li,
    .widget_shopping_cart_content .woocommerce-mini-cart li,
    .elementor-menu-cart__products .woocommerce-mini-cart-item,
    .elementor-menu-cart__main .woocommerce-mini-cart-item {
        grid-template-columns: 92px minmax(0, 1fr) 36px !important;
        min-height: 165px !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N SINGLE PRODUCT THUMBNAIL LAYOUT v2.8.33
|--------------------------------------------------------------------------
| Controls WooCommerce/Flexslider gallery thumbnails on single product pages.
| Prevents cramped/odd thumbnail stacking and keeps thumbnails clean, even,
| tappable and centred below the main product image.
*/
.single-product ol.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    flex: 0 0 76px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.single-product ol.flex-control-nav.flex-control-thumbs li img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    opacity: 0.72 !important;
    transition: opacity 0.18s ease, transform 0.18s ease !important;
}

.single-product ol.flex-control-nav.flex-control-thumbs li img.flex-active,
.single-product ol.flex-control-nav.flex-control-thumbs li img:hover {
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .single-product ol.flex-control-nav.flex-control-thumbs {
        gap: 10px !important;
        margin-top: 14px !important;
    }

    .single-product ol.flex-control-nav.flex-control-thumbs li {
        width: 68px !important;
        height: 68px !important;
        flex-basis: 68px !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N SINGLE PRODUCT THUMBNAIL SOURCE/RATIO OVERRIDE v2.8.34
|--------------------------------------------------------------------------
| Matches the visual thumbnail frame to T4N 2:3 product renders.
*/
.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 64px !important;
    height: 96px !important;
    flex: 0 0 64px !important;
    border-radius: 8px !important;
}

.single-product ol.flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

@media (max-width: 767px) {
    .single-product ol.flex-control-nav.flex-control-thumbs li {
        width: 58px !important;
        height: 87px !important;
        flex-basis: 58px !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N DESKTOP CHECKOUT ORDER SUMMARY v2.8.35
|--------------------------------------------------------------------------
| Keeps checkout player meta readable on desktop by giving product details
| enough width and forcing Woo item meta label/value onto the same line.
*/
@media (min-width: 768px) {
    .woocommerce-checkout-review-order-table {
        table-layout: auto !important;
        width: 100% !important;
    }

    .woocommerce-checkout-review-order-table th.product-name,
    .woocommerce-checkout-review-order-table td.product-name {
        width: 72% !important;
        max-width: none !important;
        vertical-align: top !important;
        padding-right: 28px !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table th.product-total,
    .woocommerce-checkout-review-order-table td.product-total {
        width: 28% !important;
        vertical-align: top !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table .wc-item-meta,
    .woocommerce-checkout-review-order-table dl.variation {
        margin-top: 8px !important;
        padding-left: 0 !important;
        list-style: none !important;
    }

    .woocommerce-checkout-review-order-table .wc-item-meta li {
        display: block !important;
        margin: 3px 0 !important;
        line-height: 1.35 !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table .wc-item-meta li strong,
    .woocommerce-checkout-review-order-table .wc-item-meta li p,
    .woocommerce-checkout-review-order-table dl.variation dt,
    .woocommerce-checkout-review-order-table dl.variation dd,
    .woocommerce-checkout-review-order-table dl.variation dd p {
        display: inline !important;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table .wc-item-meta li strong::after,
    .woocommerce-checkout-review-order-table dl.variation dt::after {
        content: " " !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N DESKTOP CHECKOUT ORDER SUMMARY FINAL v2.8.36
|--------------------------------------------------------------------------
| Final desktop checkout correction:
| - product/meta area gets enough width
| - each player/meta row breaks cleanly after its value
| - totals column aligns consistently
| - VAT note is smaller and secondary
*/
@media (min-width: 768px) {
    .woocommerce-checkout-review-order-table {
        width: 100% !important;
        table-layout: fixed !important;
    }

    .woocommerce-checkout-review-order-table th.product-name,
    .woocommerce-checkout-review-order-table td.product-name {
        width: 68% !important;
        max-width: 68% !important;
        padding-right: 26px !important;
        vertical-align: top !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table th.product-total,
    .woocommerce-checkout-review-order-table td.product-total {
        width: 32% !important;
        max-width: 32% !important;
        vertical-align: top !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table td.product-name .wc-item-meta,
    .woocommerce-checkout-review-order-table td.product-name dl.variation {
        display: block !important;
        margin: 10px 0 0 !important;
        padding: 0 !important;
        list-style: none !important;
        line-height: 1.35 !important;
    }

    .woocommerce-checkout-review-order-table td.product-name .wc-item-meta li {
        display: block !important;
        margin: 3px 0 !important;
        padding: 0 !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table td.product-name .wc-item-meta li strong,
    .woocommerce-checkout-review-order-table td.product-name .wc-item-meta li p {
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        clear: none !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table td.product-name dl.variation dt,
    .woocommerce-checkout-review-order-table td.product-name dl.variation dd,
    .woocommerce-checkout-review-order-table td.product-name dl.variation dd p {
        display: inline !important;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table td.product-name dl.variation dd::after {
        content: "" !important;
        display: block !important;
        height: 3px !important;
    }

    .woocommerce-checkout-review-order-table td.product-name .wc-item-meta li strong::after,
    .woocommerce-checkout-review-order-table td.product-name dl.variation dt::after {
        content: " " !important;
    }

    .woocommerce-checkout-review-order-table tfoot th {
        width: 68% !important;
        text-align: left !important;
        vertical-align: top !important;
    }

    .woocommerce-checkout-review-order-table tfoot td {
        width: 32% !important;
        text-align: right !important;
        vertical-align: top !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table tfoot .order-total td,
    .woocommerce-checkout-review-order-table tfoot .order-total td strong {
        text-align: right !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table tfoot .order-total small.includes_tax,
    .woocommerce-checkout-review-order-table tfoot .order-total small.includes_tax .woocommerce-Price-amount,
    .woocommerce-checkout-review-order-table tfoot .order-total small.includes_tax .woocommerce-Price-currencySymbol {
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        opacity: 0.78 !important;
    }

    .woocommerce-checkout-review-order-table tfoot .order-total small.includes_tax {
        display: block !important;
        margin-top: 4px !important;
        white-space: nowrap !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N CHECKOUT FINAL POLISH v2.8.37
|--------------------------------------------------------------------------
| Final checkout presentation controls baked into Order Engine:
| - remove redundant Subtotal column heading
| - keep live product line prices visible
| - reduce VAT note visual weight on mobile and desktop
*/
.woocommerce-checkout-review-order-table thead th.product-total {
    font-size: 0 !important;
    color: transparent !important;
}

.woocommerce-checkout-review-order-table thead th.product-total::after {
    content: "" !important;
}

.woocommerce-checkout-review-order-table small.includes_tax,
.woocommerce-checkout-review-order-table small.includes_tax .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table small.includes_tax .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    opacity: 0.78 !important;
}

.woocommerce-checkout-review-order-table small.includes_tax {
    display: block !important;
    margin-top: 4px !important;
    white-space: nowrap !important;
}

@media (max-width: 767px) {
    .woocommerce-checkout-review-order-table small.includes_tax,
    .woocommerce-checkout-review-order-table small.includes_tax .woocommerce-Price-amount,
    .woocommerce-checkout-review-order-table small.includes_tax .woocommerce-Price-currencySymbol {
        font-size: 11px !important;
        line-height: 1.2 !important;
        opacity: 0.74 !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N MOBILE CHECKOUT TOTAL COLUMN ALIGNMENT v2.8.38
|--------------------------------------------------------------------------
| Desktop is aligned correctly. Mobile needs the value column pushed fully to
| the right edge of the order card, including Subtotal, Total and VAT note.
*/
@media (max-width: 767px) {
    .woocommerce-checkout-review-order-table tfoot tr {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        column-gap: 16px !important;
        align-items: start !important;
        width: 100% !important;
    }

    .woocommerce-checkout-review-order-table tfoot th {
        grid-column: 1 !important;
        text-align: left !important;
        width: auto !important;
        max-width: none !important;
    }

    .woocommerce-checkout-review-order-table tfoot td {
        grid-column: 2 !important;
        text-align: right !important;
        justify-self: end !important;
        width: auto !important;
        max-width: none !important;
        padding-right: 0 !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table tfoot .order-total td strong,
    .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount {
        display: inline-block !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .woocommerce-checkout-review-order-table tfoot .order-total small.includes_tax {
        display: block !important;
        text-align: right !important;
        white-space: nowrap !important;
        margin-top: 4px !important;
    }
}




/*
|--------------------------------------------------------------------------
| T4N MOBILE CHECKOUT CONTAINMENT + SHIPPING UX v2.8.40
|--------------------------------------------------------------------------
| Stabilises the mobile checkout order card after shipping UX was introduced.
| - product text wraps inside the card
| - no horizontal overflow
| - shipping message becomes calm/plain checkout copy, not a heavy alert block
*/
@media (max-width: 767px) {

    .woocommerce-checkout-review-order,
    .woocommerce-checkout-review-order-table,
    .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout-review-order-table tfoot,
    .woocommerce-checkout-review-order-table tr,
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .woocommerce-checkout-review-order-table td.product-name,
    .woocommerce-checkout-review-order-table td.product-name *,
    .woocommerce-checkout-review-order-table .cart_item,
    .woocommerce-checkout-review-order-table .cart_item * {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .woocommerce-checkout-review-order-table td.product-name {
        display: block !important;
        width: 100% !important;
        padding-right: 0 !important;
    }

    .woocommerce-checkout-review-order-table td.product-total {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        margin-top: 18px !important;
        padding-right: 0 !important;
    }

    .woocommerce-checkout-review-order-table tfoot tr.shipping,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
        display: block !important;
        width: 100% !important;
        margin: 22px 0 !important;
        padding: 0 !important;
    }

    .woocommerce-checkout-review-order-table tfoot tr.shipping th,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th,
    .woocommerce-checkout-review-order-table tfoot tr.shipping td,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table tfoot tr.shipping th,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
        margin-bottom: 10px !important;
    }

    .t4n-checkout-shipping-message {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 4px 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 0 !important;
        background: transparent !important;
        color: #5f6673 !important;
        font-size: 14px !important;
        line-height: 1.42 !important;
        text-align: left !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .t4n-checkout-shipping-message strong {
        display: block !important;
        margin: 0 0 4px !important;
        color: #30343b !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    .t4n-checkout-shipping-message span {
        display: block !important;
        margin: 2px 0 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N CONTROLLED CHECKOUT + SIDE CART CSS v2.8.47
|--------------------------------------------------------------------------
| Built from audited clean v2.8.40 foundation.
| One controlled layer only:
| - clean desktop shipping message layout
| - clean side-cart footer button states
| No shipping logic, pricing logic, payment logic or formatter logic changed.
*/

/* -------------------------------------------------------------------------
   Side Cart Footer Buttons
------------------------------------------------------------------------- */
.elementor-menu-cart__footer-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 16px !important;
}

.elementor-menu-cart__footer-buttons a,
.elementor-menu-cart__footer-buttons a.elementor-button,
.elementor-menu-cart__footer-buttons .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 18px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: none !important;
}

.elementor-menu-cart__footer-buttons a *,
.elementor-menu-cart__footer-buttons a:hover *,
.elementor-menu-cart__footer-buttons a:focus *,
.elementor-menu-cart__footer-buttons a:active * {
    color: inherit !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

/* Checkout / primary action */
.elementor-menu-cart__footer-buttons a[href*="checkout"],
.elementor-menu-cart__footer-buttons a.elementor-button--checkout,
.elementor-menu-cart__footer-buttons a.checkout,
.elementor-menu-cart__footer-buttons a[href*="checkout"]:visited,
.elementor-menu-cart__footer-buttons a[href*="checkout"]:hover,
.elementor-menu-cart__footer-buttons a[href*="checkout"]:focus,
.elementor-menu-cart__footer-buttons a[href*="checkout"]:active {
    background: #000000 !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}

/* Basket / continue / secondary actions */
.elementor-menu-cart__footer-buttons a:not([href*="checkout"]):not(.elementor-button--checkout),
.elementor-menu-cart__footer-buttons a:not([href*="checkout"]):not(.elementor-button--checkout):visited,
.elementor-menu-cart__footer-buttons a:not([href*="checkout"]):not(.elementor-button--checkout):hover,
.elementor-menu-cart__footer-buttons a:not([href*="checkout"]):not(.elementor-button--checkout):focus,
.elementor-menu-cart__footer-buttons a:not([href*="checkout"]):not(.elementor-button--checkout):active,
.elementor-menu-cart__footer-buttons a[href*="cart"],
.elementor-menu-cart__footer-buttons a[href*="basket"],
.elementor-menu-cart__footer-buttons a.elementor-button--view-cart,
.elementor-menu-cart__footer-buttons a[href*="cart"]:hover,
.elementor-menu-cart__footer-buttons a[href*="basket"]:hover,
.elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover {
    background: #ffffff !important;
    background-image: none !important;
    color: #111111 !important;
    border: 1px solid #d6d6d6 !important;
}

@media (max-width: 767px) {
    .elementor-menu-cart__footer-buttons a,
    .elementor-menu-cart__footer-buttons a.elementor-button,
    .elementor-menu-cart__footer-buttons .elementor-button {
        min-height: 52px !important;
    }
}

/* -------------------------------------------------------------------------
   Checkout Shipping Message
------------------------------------------------------------------------- */
.t4n-checkout-shipping-message {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #5f6673 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
    text-align: left !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.t4n-checkout-shipping-message strong {
    display: block !important;
    margin: 0 0 6px !important;
    color: #30343b !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.t4n-checkout-shipping-message span {
    display: block !important;
    margin: 3px 0 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

@media (min-width: 768px) {
    .woocommerce-checkout-review-order-table tfoot tr.shipping,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 30px 0 30px !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .woocommerce-checkout-review-order-table tfoot tr.shipping th,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        text-align: left !important;
        vertical-align: top !important;
    }

    .woocommerce-checkout-review-order-table tfoot tr.shipping td,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        vertical-align: top !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table tfoot tr.shipping .t4n-checkout-shipping-message,
    .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals .t4n-checkout-shipping-message {
        max-width: 560px !important;
    }
}


/*
|--------------------------------------------------------------------------
| T4N SIDE CART EXACT FOOTER BUTTON CONTROL v2.8.48
|--------------------------------------------------------------------------
| Exact selectors from the live T4N Side Cart markup.
| Controls normal / hover / focus / active states for:
| - Checkout
| - View basket
| - Continue shopping
*/
#t4n-side-cart-content .t4n-side-cart__footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
}

#t4n-side-cart-content .t4n-side-cart__footer a,
#t4n-side-cart-content .t4n-side-cart__footer button,
#t4n-side-cart-content .t4n-side-cart__footer a:visited,
#t4n-side-cart-content .t4n-side-cart__footer a:hover,
#t4n-side-cart-content .t4n-side-cart__footer a:focus,
#t4n-side-cart-content .t4n-side-cart__footer a:active,
#t4n-side-cart-content .t4n-side-cart__footer button:hover,
#t4n-side-cart-content .t4n-side-cart__footer button:focus,
#t4n-side-cart-content .t4n-side-cart__footer button:active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 18px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: none !important;
    transform: none !important;
    cursor: pointer !important;
}

#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout:visited,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout:hover,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout:focus,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout:active {
    background: #000000 !important;
    background-color: #000000 !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}

#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket:visited,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket:hover,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket:focus,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #111111 !important;
    border: 1px solid #d6d6d6 !important;
}

#t4n-side-cart-content .t4n-side-cart__footer button,
#t4n-side-cart-content .t4n-side-cart__footer button:hover,
#t4n-side-cart-content .t4n-side-cart__footer button:focus,
#t4n-side-cart-content .t4n-side-cart__footer button:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #111111 !important;
    border: 1px solid #d6d6d6 !important;
    outline: none !important;
}

#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout *,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout::before,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__checkout::after {
    color: #ffffff !important;
}

#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket *,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket::before,
#t4n-side-cart-content .t4n-side-cart__footer .t4n-side-cart__basket::after,
#t4n-side-cart-content .t4n-side-cart__footer button *,
#t4n-side-cart-content .t4n-side-cart__footer button::before,
#t4n-side-cart-content .t4n-side-cart__footer button::after {
    color: #111111 !important;
}

@media (max-width: 767px) {
    #t4n-side-cart-content .t4n-side-cart__footer a,
    #t4n-side-cart-content .t4n-side-cart__footer button {
        min-height: 52px !important;
    }
}

