/*
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
*/

.site-info {
	padding: 0;
	background: #202344;
    position: fixed;
}

.inside-site-info {
    padding:  0;
}

.site-info .copyright-bar {
	display: flex;
	justify-content: center;
}

.site-content, .site-main {
    padding-bottom: 25px;
}

.pill-nav {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 999;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    padding-left: 40px;
    padding-right: 10px;
    border-radius: 999px;
    background: #00a29b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.pill-nav nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.pill-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: #ffffff;
	border-radius: 999px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2;
}

/*** fiche produit ***/
.pdp-buy button.single_add_to_cart_button.button.alt {
    background-color: #00A29B;
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    text-align: center;
    width: 230px;
    height: 48px;
    border-radius: 60px;
    opacity: 1;
    padding-left: 40px;
}

.pdp-buy button.single_add_to_cart_button.button::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(http://vdlv-multi.ethiko.io/wp-content/uploads/2026/07/Icon.svg);
    left: 45px;
    top: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pdp-buy form.cart {
    display: flex;
    gap: 20px;
}
/*** fiche produit ***/

.footer-widget-1 {
    display: none;
}



div#page.site.container {
    margin-top: 55px;
}

.home  div#page.site.container {
    margin-top: 155px;
    /* margin-top: 100px; */
}

/* div#page.site.container .inside-article {
    padding-top: 10px;
} */

.single.single-product div#page.site.container {
    margin-top: 20px;
}

.page.page-id-15 .inside-article {
    padding-top: 10px;
}

/*** page interne ***/

.featured-image.page-header-image.grid-container.grid-parent {
    display: none;
}

h2.wp-block-heading {
    font-family: "Arsenica Variable", sans-serif;
    font-size: 32px;
}

p.wp-block-paragraph, .wp-block-list {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

p.wp-block-paragraph, .wp-block-list li, .wp-block-heading {
    margin: 20px;
}

h3.wp-block-heading {
    font-family: "Arsenica Variable", sans-serif;
    font-size: 25px;
}

h1.wp-block-heading {
    font-family: Arsenica Variable;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

tr.wc-block-cart-items__row {
    margin: 20px;
    outline: 1px solid #20234433;
    border-radius: 8px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border-spacing: 20px;
}

span.price.wc-block-components-product-price {
    font-family: Arsenica Variable;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1A1C1C;
}

a.wc-block-components-product-name {
    font-family: Arsenica Variable;
    font-size: 20px!important;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202344;
    text-decoration: none;
}

.wc-block-cart__main .wc-block-cart-items td {
    border-top: none!important;
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    padding: 20px;
    border: 1px solid #20234433;
    border-radius: 8px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    border-radius: 9999px;
    gap: 11.99px;
    opacity: 1;
    padding: 15px 40px;
}

.woocommerce-cart .bpx-cart-benefits {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block section.benefits.bpx-block-benefits.bpx-cart-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-cart .entry-content,
.woocommerce-cart .woocommerce {
    width: 100%;
}

.woocommerce-cart .bpx-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 28px;
    align-items: start;
    max-width: 1360px;
    margin: 0 auto;
    padding: 24px 20px 64px;
    color: #202344;
}

.woocommerce-cart .bpx-cart-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart .bpx-cart-wishlist a,
.woocommerce-cart .bpx-cart-wishlist button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #202344;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
}

.woocommerce-cart .bpx-cart-wishlist a::before,
.woocommerce-cart .bpx-cart-wishlist button::before {
    content: "♡";
    color: #202344;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.woocommerce-cart .bpx-cart-wishlist a:hover::before,
.woocommerce-cart .bpx-cart-wishlist button:hover::before {
    content: "♥";
}

.woocommerce-cart .bpx-cart-wishlist .is-in-wishlist::before {
    content: "♥";
}

.woocommerce-cart .bpx-cart-wishlist .yith-wcwl-add-button span,
.woocommerce-cart .bpx-cart-wishlist .yith-wcwl-wishlistaddedbrowse span,
.woocommerce-cart .bpx-cart-wishlist .yith-wcwl-wishlistexistsbrowse span,
.woocommerce-cart .bpx-cart-wishlist .feedback {
    display: none;
}

.woocommerce-cart .bpx-cart-main,
.woocommerce-cart .bpx-cart-sidebar {
    min-width: 0;
}

.woocommerce-cart .woocommerce-cart-form {
    margin: 0;
}

.woocommerce-cart table.shop_table.cart {
    display: block;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.woocommerce-cart table.shop_table.cart thead {
    display: none;
}

.woocommerce-cart table.shop_table.cart tbody {
    display: grid;
    gap: 20px;
}

.woocommerce-cart table.shop_table.cart tr.cart_item {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr)  200px;
    grid-template-areas: "thumb name subtotal"
        "thumb name price";
    align-items: start;
    gap: 10px 10px;
    padding: 15px;
    border: 1px solid rgba(32, 35, 68, .22);
    border-radius: 8px;
    background: #fff;
}

.woocommerce-cart table.shop_table.cart tr.cart_item td {
    display: flex;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce-cart table.shop_table.cart .product-thumbnail {
    grid-area: thumb;
    text-align: center;
    align-self: center;
}

.woocommerce-cart table.shop_table.cart .product-thumbnail img {
    width: 130px;
    max-height: 150px;
    object-fit: contain;
}

.woocommerce-cart table.shop_table.cart .product-name {
    grid-area: name;
    align-self: start;
}

p.txt-paiement-security {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    gap: 5px;
    justify-content: center;
    color: #727973;
}

.ctn-paiement-security {
    margin-top: 25px;
}

.woocommerce-cart table.shop_table.cart .product-name a {
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
}

.woocommerce-cart table.shop_table.cart .product-name .variation,
.woocommerce-cart table.shop_table.cart .product-name .wc-item-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 12px 18px 0 0;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.35;
}

.woocommerce-cart table.shop_table.cart .product-name .variation dt,
.woocommerce-cart table.shop_table.cart .product-name .variation dd {
    float: none;
    margin: 0;
}

.woocommerce-cart table.shop_table.cart .product-remove {
    grid-area: remove;
    justify-self: center;
    align-self: start;
}

.woocommerce-cart table.shop_table.cart .product-remove a.remove {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #77807b !important;
    background: transparent;
    border-radius: 0;
    font-size: 0;
    text-decoration: none;
}

.woocommerce-cart table.shop_table.cart .product-remove a.remove::before {
    content: "";
    color: #747d78;
    line-height: 1;
    background-image: url(https://vdlv-multi.ethiko.io/wp-content/uploads/2026/07/Button-Supprimer.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity {
    display: inline-flex;
    vertical-align: middle;
    margin-top: 10px;
    width: 50%;
}

.woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity .quantity {
    min-width: 0;
}

.woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity .quantity input.qty {
    width: 50px;
    height: 35px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield;
}

.woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity input.qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.woocommerce-cart .bpx-quantity-control {
    display: inline-flex;
    align-items: center;
    height: 35px;
    min-width: 95px;
    overflow: hidden;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 8px;
    background: #fff;
}

.woocommerce-cart .bpx-quantity-control__button {
    width: 20px;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
}

.woocommerce-cart .bpx-quantity-control__button:hover,
.woocommerce-cart .bpx-quantity-control__button:focus {
    background: #f5f6f8;
    color: #202344;
}

.woocommerce-cart table.shop_table.cart .product-subtotal {
    grid-area: subtotal;
    justify-self: end;
    align-self: start;
    color: #111;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    justify-content: flex-end;
    text-align: right;
}

.woocommerce-cart table.shop_table.cart .product-price {
    grid-area: price;
    justify-self: end;
    align-self: start;
    color: #596273;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.woocommerce-cart table.shop_table.cart .bpx-cart-actions-row,
.woocommerce-cart table.shop_table.cart tr:has(td.actions) {
    display: none;
}

.woocommerce-cart table.shop_table.cart td.actions {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    border: 0;
}

.woocommerce-cart table.shop_table.cart td.actions > .button {
    min-height: 42px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #202344;
    color: #fff;
}

.woocommerce-cart .woocommerce-cart-form {
    position: relative;
}

.woocommerce-cart .woocommerce-cart-form.bpx-cart-is-updating {
    opacity: .62;
    pointer-events: none;
}

.woocommerce-cart .woocommerce-cart-form.bpx-cart-is-updating::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 28px;
    height: 28px;
    border: 3px solid rgba(32, 35, 68, .18);
    border-top-color: #202344;
    border-radius: 999px;
    animation: bpx-cart-spin .75s linear infinite;
}

@keyframes bpx-cart-spin {
    to {
        transform: rotate(360deg);
    }
}

.woocommerce-cart .bpx-cart-benefits {
    width: 100%;
    height: auto;
    margin: 28px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    color: #202344;
}

.woocommerce-cart .bpx-cart-benefits .benefit {
    width: auto;
}

.woocommerce-cart .bpx-cart-benefits .benefit img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 18px;
}

.woocommerce-cart .bpx-cart-benefits .benefit h3 {
    margin: 0 0 12px;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
}

.woocommerce-cart .bpx-cart-benefits .benefit p {
    margin: 0;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42;
}

.woocommerce-cart .bpx-cart-sidebar {
    padding: 46px 42px;
    border: 1px solid rgba(32, 35, 68, .22);
    border-radius: 8px;
    background: #fff;
}

.woocommerce-cart .bpx-cart-reward {
    margin-bottom: 44px;
}

.woocommerce-cart .bpx-cart-reward__points {
    margin: 0 0 18px;
    color: #596273;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.woocommerce-cart .bpx-cart-reward__gift {
    padding: 20px 22px;
    border-radius: 8px;
    background: #202344;
    color: #fff;
}

.woocommerce-cart .bpx-cart-reward__gift strong {
    display: block;
    margin-bottom: 10px;
    color: #fdc831;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 20px;
    line-height: 1.1;
}

.woocommerce-cart .bpx-cart-reward__gift span {
    display: block;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.55;
}

.woocommerce-cart .cart-collaterals {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce-cart .cart_totals h2, .woocommerce-cart .bpx-cart-coupon h3 {
    margin: 0 0 26px;
    color: #111;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
}

.woocommerce-cart .cart_totals table.shop_table {
    margin: 0 0 32px;
    border: 0;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
    border-radius: 0;
}

.woocommerce-cart .cart_totals table.shop_table tr,
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    border: 0;
    padding: 0 0 18px;
    background: transparent;
}

.woocommerce-cart .cart_totals table.shop_table th {
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.woocommerce-cart .cart_totals table.shop_table td {
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.woocommerce-cart .bpx-cart-coupon {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-cart .bpx-cart-coupon .coupon {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 6px;
    border-radius: 999px;
    background: #e8e9ee;
}

.woocommerce-cart .bpx-cart-coupon input.input-text {
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
}

.woocommerce-cart .bpx-cart-coupon button.button {
    min-width: 132px;
    min-height: 52px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-cart .bpx-cart-total {
    margin-bottom: 34px;
}

.woocommerce-cart .bpx-cart-total__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    color: #111;
}

.woocommerce-cart .bpx-cart-total__row span {
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 26px;
    font-weight: 600;
}

.woocommerce-cart .bpx-cart-total__row strong {
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

.woocommerce-cart .bpx-cart-total small {
    display: block;
    margin-top: 16px;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    margin: 0;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.ctn.ctn-var-quantity {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.variation__val {
    padding: 6px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 8px;
    background: #fff;
    min-width: 60px;
    text-align: center;
}

.variation__att{
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
}

form#bpx-cart-form td.product-subtotal .yith-add-to-wishlist-button-block {
    margin: 0;
}


div#yith-par-message-cart {
    display: none !important;
}

.ctn-btn-cart a {
    color: #424844;
    text-decoration: none;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.14px;
    vertical-align: middle;
}

.ctn-bpx-reward__points {
    display: flex;
    gap: 10px;
}

@media (max-width: 1180px) {
    .woocommerce-cart .bpx-cart-layout {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart .bpx-cart-sidebar {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .woocommerce-cart .bpx-cart-layout {
        padding-inline: 14px;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item {
        grid-template-columns: 110px minmax(0, 1fr) 54px 130px;
        grid-template-areas:
            "thumb name remove subtotal"
            "thumb name remove price";
        gap: 14px;
        padding: 20px 16px;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail img {
        width: 78px;
        max-height: 118px;
    }

    .woocommerce-cart table.shop_table.cart .product-name a {
        font-size: 21px;
    }

    .woocommerce-cart table.shop_table.cart .product-subtotal {
        font-size: 30px;
    }

    .woocommerce-cart .bpx-cart-benefits {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .woocommerce-cart table.shop_table_responsive.cart tr td::before,
    .woocommerce-cart table.shop_table_responsive.cart tr td::after {
        content: none !important;
        display: none !important;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item {
        grid-template-columns: 1fr;
        grid-template-areas:
            "thumb"
            "name"
            "subtotal"
            "remove";
        gap: 16px;
        padding: 22px 18px;
        text-align: center;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail {
        display: flex !important;
        justify-self: center;
        width: 100%;
        justify-content: center;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail a {
        display: inline-flex;
        justify-content: center;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail img {
        display: block !important;
        width: 110px;
        max-height: 150px;
        margin: 0 auto;
        opacity: 1;
        visibility: visible;
    }

    .woocommerce-cart table.shop_table.cart .product-name {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .woocommerce-cart table.shop_table.cart .product-name a {
        width: 100%;
        font-size: 22px;
        text-align: center;
    }

    .woocommerce-cart table.shop_table.cart .product-name .ctn.ctn-var-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 14px;
    }

    .woocommerce-cart table.shop_table.cart .product-name .variation,
    .woocommerce-cart table.shop_table.cart .product-name .wc-item-meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 8px;
        margin: 14px 0 0;
        text-align: center;
    }

    .woocommerce-cart table.shop_table.cart .product-name .variation dt,
    .woocommerce-cart table.shop_table.cart .product-name .variation dd,
    .woocommerce-cart table.shop_table.cart .product-name .variation__att,
    .woocommerce-cart table.shop_table.cart .product-name .variation__val {
        display: block;
        width: 100%;
    }

    .woocommerce-cart table.shop_table.cart .product-name .variation__val {
        width: fit-content;
        min-width: 90px;
        margin-inline: auto;
    }

    .woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .woocommerce-cart table.shop_table.cart .product-name .bpx-cart-product-quantity .bpx-quantity-control {
        margin-inline: auto;
    }

    .woocommerce-cart table.shop_table.cart .product-subtotal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        justify-self: center;
        width: 100%;
        text-align: center;
    }

    .woocommerce-cart table.shop_table.cart .product-subtotal .product-price {
        width: 100%;
        margin-top: 8px;
        justify-self: center;
        text-align: center;
    }

    .woocommerce-cart table.shop_table.cart .product-remove {
        justify-self: center;
        width: 100%;
        order: 3;
        margin-top: 0;
        text-align: center;
    }

    .woocommerce-cart .bpx-quantity-control {
        min-width: 112px;
    }

    .woocommerce-cart .bpx-cart-sidebar {
        padding: 28px 18px;
    }

    .woocommerce-cart .bpx-cart-reward__points {
        font-size: 17px;
        line-height: 1.5;
    }

    .woocommerce-cart .bpx-cart-coupon .coupon {
        min-height: 56px;
    }

    .woocommerce-cart .bpx-cart-coupon input.input-text,
    .woocommerce-cart .bpx-cart-coupon button.button {
        height: 46px;
        min-height: 46px;
        font-size: 15px;
    }

    .woocommerce-cart .bpx-cart-coupon button.button {
        min-width: 108px;
    }

    .woocommerce-cart .bpx-cart-total__row strong {
        font-size: 34px;
    }
}

@media (max-width: 1024px) {
	.site-info {
		padding: 24px 12px 32px;
	}

	.pill-nav {
		left: 12px;
		right: 12px;
		width: 100%;
		max-width: calc(100% - 20px);
		bottom: 12px;
		transform: none;
		padding: 10px 12px;
		display: flex;
		justify-content: center;
	}

	.pill-nav nav {
		gap: 10px;
	}

	.pill-nav a {
		padding: 9px 0px;
		font-size: 11px;
	}

    h2.wp-block-heading {
        font-family: "Arsenica Variable", sans-serif;
        font-size: 28px;
    }

    h3.wp-block-heading {
        font-family: "Arsenica Variable", sans-serif;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
        padding: 0;
    }
}

/* Checkout */
.woocommerce-checkout.separate-containers .inside-article {
    padding: 0;
}

.woocommerce-checkout .entry-content,
.woocommerce-checkout .woocommerce {
    width: 100%;
}

.woocommerce-checkout .bpx-checkout-page {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 34px 20px 72px;
    color: #202344;
}

.woocommerce-checkout .bpx-checkout-hero {
    margin-bottom: 28px;
}

.woocommerce-checkout .bpx-checkout-kicker {
    margin: 0 0 8px;
    color: #00a29b;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-checkout .bpx-checkout-hero h1 {
    margin: 0;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.05;
}

.woocommerce-checkout form.checkout.bpx-checkout-form {
    margin: 0;
}

.woocommerce-checkout .bpx-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: 28px;
    align-items: start;
}

.woocommerce-checkout .bpx-checkout-main,
.woocommerce-checkout .bpx-checkout-sidebar {
    min-width: 0;
}

.woocommerce-checkout .bpx-checkout-card {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(32, 35, 68, .22);
    border-radius: 8px;
    padding: 34px;
}

.woocommerce-checkout .bpx-checkout-card--order {
    position: sticky;
    top: 24px;
    padding: 38px 36px;
}

.woocommerce-checkout .bpx-checkout-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.woocommerce-checkout .bpx-checkout-card__head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 162, 155, .28);
    border-radius: 999px;
    color: #00a29b;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-checkout .bpx-checkout-card__head h2,
.woocommerce-checkout #order_review_heading {
    margin: 0;
    color: #111;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.woocommerce-checkout #customer_details {
    display: block;
    width: 100%;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-account-fields {
    margin: 0 0 28px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0 0 20px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.woocommerce-checkout .form-row {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field,
.woocommerce-checkout #shipping_city_field,
.woocommerce-checkout #order_comments_field {
    grid-column: 1 / -1;
}

.woocommerce-checkout label {
    margin-bottom: 7px;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.woocommerce-checkout abbr.required {
    color: #00a29b;
    text-decoration: none;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
    padding: 0 16px;
}

.woocommerce-checkout textarea {
    min-height: 116px;
    padding: 14px 16px;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single {
    border-color: #00a29b;
    outline: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #202344;
    line-height: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
}

.woocommerce-checkout .woocommerce-form__input-checkbox,
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    accent-color: #00a29b;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
    max-width: 1360px;
    margin: 0 auto 16px;
    padding: 0 20px;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
    border-top: 0;
    border-radius: 8px;
    background: #f5f6f8;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
}

.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before {
    color: #00a29b;
}

.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .woocommerce-form-login {
    max-width: 640px;
    margin: 0 auto 24px;
    padding: 22px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 8px;
    background: #fff;
}

.woocommerce-checkout .checkout_coupon .button,
.woocommerce-checkout .woocommerce-form-login .button {
    min-height: 48px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    margin: 0 0 28px;
    border: 0;
    border-collapse: collapse;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    border: 0;
    background: transparent;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
    color: #00a29b;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
    align-items: baseline;
    margin-top: 4px;
    border-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
    color: #111;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 28px;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
    color: #111;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 12px 0;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.woocommerce-checkout #payment div.payment_box {
    margin: 12px 0 0;
    border-radius: 8px;
    background: #f5f6f8;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment .place-order {
    margin: 0;
    padding: 24px 0 0;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 68px;
    margin-top: 18px;
    border: 0;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus {
    background: #202344;
    color: #fff;
}

@media (max-width: 1180px) {
    .woocommerce-checkout .bpx-checkout-layout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .bpx-checkout-card--order {
        position: static;
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .woocommerce-checkout .bpx-checkout-page {
        padding: 24px 14px 54px;
    }

    .woocommerce-checkout .bpx-checkout-hero {
        margin-bottom: 22px;
    }

    .woocommerce-checkout .bpx-checkout-hero h1 {
        font-size: 38px;
    }

    .woocommerce-checkout .bpx-checkout-card,
    .woocommerce-checkout .bpx-checkout-card--order {
        padding: 24px 18px;
    }

    .woocommerce-checkout .bpx-checkout-card__head {
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .woocommerce-checkout .bpx-checkout-card__head h2,
    .woocommerce-checkout #order_review_heading {
        font-size: 26px;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
    .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
        font-size: 36px;
    }

    .woocommerce-checkout #place_order {
        min-height: 60px;
        font-size: 16px;
    }
}

/* Checkout Figma alignment */
.woocommerce-checkout .bpx-checkout-page {
    max-width: 1510px;
    padding: 44px 40px 82px;
}

.woocommerce-checkout .bpx-checkout-hero {
    margin-bottom: 34px;
}

.woocommerce-checkout .bpx-checkout-kicker {
    color: #00a29b;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
}

.woocommerce-checkout .bpx-checkout-hero h1 {
    color: #202344;
    font-size: clamp(44px, 4.7vw, 72px);
    font-weight: 500;
    letter-spacing: 0;
}

.woocommerce-checkout .bpx-checkout-layout {
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 44px;
}

.woocommerce-checkout .bpx-checkout-main {
    display: grid;
    gap: 28px;
}

.woocommerce-checkout .bpx-checkout-card {
    border-color: rgba(32, 35, 68, .18);
    border-radius: 8px;
    padding: 42px 44px;
}

.woocommerce-checkout .bpx-checkout-card--order {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.woocommerce-checkout .bpx-checkout-card__head {
    margin-bottom: 30px;
}

.woocommerce-checkout .bpx-checkout-card--order .bpx-checkout-card__head {
    margin-bottom: 28px;
}

.woocommerce-checkout .bpx-checkout-card__head span {
    width: 34px;
    height: 34px;
    border: 0;
    background: #202344;
    color: #fff;
    font-size: 13px;
}

.woocommerce-checkout .bpx-checkout-card__head h2,
.woocommerce-checkout #order_review_heading {
    color: #111;
    font-size: 34px;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin-bottom: 18px;
    color: #202344;
    font-size: 26px;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    gap: 22px 24px;
}

.woocommerce-checkout label {
    margin-bottom: 9px;
    color: #596273;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 58px;
    border-color: rgba(32, 35, 68, .20);
    border-radius: 8px;
    color: #202344;
    font-size: 17px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
    padding: 0 18px;
}

.woocommerce-checkout textarea {
    min-height: 142px;
    padding: 17px 18px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}

.woocommerce-checkout .bpx-checkout-shipping-table,
.woocommerce-checkout .bpx-checkout-shipping-table tbody,
.woocommerce-checkout .bpx-checkout-shipping-table tr,
.woocommerce-checkout .bpx-checkout-shipping-table th,
.woocommerce-checkout .bpx-checkout-shipping-table td {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
}

.woocommerce-checkout .bpx-checkout-shipping-table th {
    margin: 0 0 16px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    margin: 0;
    padding: 17px 20px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 8px;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method label {
    margin: 0;
    color: #202344;
    font-size: 17px;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 2px solid #202344;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 6px #fff;
    flex: 0 0 auto;
    cursor: pointer;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method input[type="radio"]:checked {
    background: #202344;
}

.woocommerce-checkout .bpx-checkout-shipping-table .woocommerce-shipping-destination,
.woocommerce-checkout .bpx-checkout-shipping-table .woocommerce-shipping-calculator {
    margin-top: 16px;
    color: #596273;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin-bottom: 36px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    display: grid;
    gap: 18px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
    display: block;
    width: 100%;
}

.woocommerce-checkout .bpx-checkout-product {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 132px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(32, 35, 68, .12);
}

.woocommerce-checkout .bpx-checkout-product__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-checkout .bpx-checkout-product__thumb img {
    display: block;
    width: 72px;
    height: 94px;
    object-fit: contain;
}

.woocommerce-checkout .bpx-checkout-product__title {
    margin: 0 0 8px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.woocommerce-checkout .bpx-checkout-product__title a {
    color: inherit;
    text-decoration: none;
}

.woocommerce-checkout .bpx-checkout-product__variations {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 8px;
    color: #596273;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25;
}

.woocommerce-checkout .bpx-checkout-product__variations span:not(:last-child)::after {
    content: "-";
    margin-left: 7px;
    color: #596273;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
    display: block;
    color: #596273;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.woocommerce-checkout .bpx-checkout-product__total {
    color: #111;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.woocommerce-checkout .bpx-checkout-product__total .amount {
    color: inherit;
    font: inherit;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    display: block;
    padding-top: 6px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    color: #596273;
    font-size: 17px;
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    color: #202344;
    font-size: 17px;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
    margin-top: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
    color: #111;
    font-size: 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
    color: #111;
    font-size: 50px;
    font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    min-height: 62px;
    padding: 17px 20px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 8px;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
}

.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 2px solid #202344;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 6px #fff;
    display: inline-grid;
    place-content: center;
    align-self: center;
    justify-self: center;
    cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"]:checked {
    background: #202344;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 22px;
    cursor: pointer;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.woocommerce-checkout #payment ul.payment_methods li > label img,
.woocommerce-checkout #payment ul.payment_methods li > label svg {
    max-height: 24px;
    width: auto;
    margin-left: auto;
}

.woocommerce-checkout #payment ul.payment_methods li > .payment_box {
    grid-column: 1 / -1;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 32px;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row {
    margin: 0 0 14px;
    padding: 0;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox {
    display: inline-grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin: 0;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
}

.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox abbr.required {
    display: none;
}

.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox a {
    color: #202344;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.woocommerce-checkout #payment .woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 2px solid #202344;
    border-radius: 5px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 12px;
    cursor: pointer;
}

.woocommerce-checkout #payment .woocommerce-form__input-checkbox:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.2L7.3 13.5L18 2' fill='none' stroke='%23202344' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-checkout #payment .place-order {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .bpx-checkout-card--payment,
.woocommerce-checkout .bpx-checkout-card--payment-final {
    border-radius: 8px;
    padding: 34px;
}

.woocommerce-checkout .bpx-checkout-card--payment-final {
    margin-top: 48px;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head {
    margin-bottom: 28px;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head span,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head span {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head span::after,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head span::after {
    content: ".";
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head h2,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head h2 {
    color: #202344;
    font-size: 30px;
}

.woocommerce-checkout .bpx-checkout-final-payment {
    margin: 0;
}

.woocommerce-checkout .bpx-checkout-final-payment p {
    margin: 0;
    color: #4d5564;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

.woocommerce-checkout #place_order {
    min-height: 74px;
    margin-top: 28px;
    background: #00a29b;
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus {
    background: #008f89;
}

@media (max-width: 1180px) {
    .woocommerce-checkout .bpx-checkout-page {
        padding-inline: 24px;
    }

    .woocommerce-checkout .bpx-checkout-layout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .bpx-checkout-card--order {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .woocommerce-checkout .bpx-checkout-page {
        padding: 28px 14px 58px;
    }

    .woocommerce-checkout .bpx-checkout-hero h1 {
        font-size: 40px;
    }

    .woocommerce-checkout .bpx-checkout-card {
        padding: 26px 18px;
    }

    .woocommerce-checkout .bpx-checkout-card--payment,
    .woocommerce-checkout .bpx-checkout-card--payment-final {
        padding: 26px 18px;
        border-radius: 8px;
    }

    .woocommerce-checkout .bpx-checkout-card--payment-final {
        margin-top: 42px;
    }

    .woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head,
    .woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head {
        margin-bottom: 28px;
    }

    .woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head span,
    .woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head span,
    .woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head h2,
    .woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head h2 {
        font-size: 28px;
    }

    .woocommerce-checkout #payment ul.payment_methods li {
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 62px;
        padding: 17px 16px;
    }

    .woocommerce-checkout #payment ul.payment_methods li > label,
    .woocommerce-checkout #payment .woocommerce-form__label-for-checkbox,
    .woocommerce-checkout .bpx-checkout-final-payment p {
        font-size: 17px;
    }

    .woocommerce-checkout #payment .woocommerce-form__label-for-checkbox {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 14px;
    }

    .woocommerce-checkout #payment .woocommerce-form__input-checkbox {
        width: 24px;
        height: 24px;
        border-radius: 5px;
        background-size: 15px 12px;
    }

    .woocommerce-checkout #place_order {
        min-height: 62px;
        font-size: 18px;
    }

    .woocommerce-checkout .bpx-checkout-card--order {
        padding: 0;
    }

    .woocommerce-checkout .bpx-checkout-card__head h2,
    .woocommerce-checkout #order_review_heading {
        font-size: 28px;
    }

    .woocommerce-checkout .bpx-checkout-product {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 14px;
    }

    .woocommerce-checkout .bpx-checkout-product__total {
        grid-column: 2;
        font-size: 28px;
    }

    .woocommerce-checkout .bpx-checkout-product__thumb img {
        width: 62px;
        height: 84px;
    }

    .woocommerce-checkout .bpx-checkout-product__title {
        font-size: 20px;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
    .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
        font-size: 40px;
    }
}

/* Checkout Figma screenshot refinements */
.woocommerce-checkout .bpx-checkout-page {
    max-width: 1180px;
    padding: 76px 20px 90px;
}

.woocommerce-checkout .bpx-checkout-steps {
    max-width: 840px;
    margin: 0 auto 52px;
}

.woocommerce-checkout .bpx-checkout-steps ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-checkout .bpx-checkout-steps li {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.woocommerce-checkout .bpx-checkout-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 13px;
    left: calc(50% + 36px);
    width: calc(100% - 72px);
    height: 3px;
    background: #202344;
}

.woocommerce-checkout .bpx-checkout-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 7px;
    background: #202344;
    color: #fff;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.woocommerce-checkout .bpx-checkout-hero {
    margin-bottom: 44px;
}

.woocommerce-checkout .bpx-checkout-hero h1 {
    color: #202344;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.05;
}

.woocommerce-checkout .bpx-checkout-layout {
    grid-template-columns: minmax(0, 690px) minmax(320px, 360px);
    gap: 64px;
    justify-content: center;
}

.woocommerce-checkout .bpx-checkout-main {
    gap: 42px;
}

.woocommerce-checkout .bpx-checkout-card {
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    padding: 26px 28px;
    background: #fff;
}

.woocommerce-checkout .bpx-checkout-card--order {
    border: 0;
    padding: 26px 0 0;
    background: transparent;
}

.woocommerce-checkout .bpx-checkout-card__head {
    gap: 0;
    margin-bottom: 22px;
}

.woocommerce-checkout .bpx-checkout-card__head span {
    display: none;
}

.woocommerce-checkout .bpx-checkout-card__head h2,
.woocommerce-checkout #order_review_heading {
    color: #202344;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .bpx-checkout-shipping-table th {
    color: #202344;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    gap: 18px 22px;
}

.woocommerce-checkout label {
    color: #4f5968;
    font-size: 13px;
    font-weight: 500;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 43px;
    border-color: rgba(32, 35, 68, .18);
    border-radius: 6px;
    color: #202344;
    font-size: 14px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
    padding: 0 14px;
}

.woocommerce-checkout textarea {
    min-height: 94px;
    padding: 13px 14px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method {
    gap: 12px;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method li,
.woocommerce-checkout #payment ul.payment_methods li {
    min-height: 72px;
    padding: 15px 18px;
    border: 1px solid rgba(32, 35, 68, .16);
    border-radius: 6px;
    background: #f6f8fb;
    color: #202344;
    font-size: 14px;
}

.woocommerce-checkout .bpx-checkout-shipping-table ul#shipping_method label,
.woocommerce-checkout #payment ul.payment_methods label {
    color: #202344;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
    display: grid;
    gap: 12px;
    padding: 0;
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"] {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 2px solid #202344;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 6px #fff;
    flex: 0 0 auto;
    align-self: center;
}

.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"]:checked {
    background: #202344;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 22px;
    margin: 0;
}

.woocommerce-checkout #payment .bpx-payment-method-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.woocommerce-checkout #payment .bpx-payment-method-title {
    color: #202344;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.woocommerce-checkout #payment .bpx-payment-method-description {
    color: #4f5968;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.woocommerce-checkout #payment div.payment_box {
    grid-column: 1 / -1;
    margin: 12px 0 0 34px;
    padding: 0;
    background: transparent;
    color: #596273;
    font-size: 12px;
}

.woocommerce-checkout #payment .place-order {
    padding-top: 22px;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    display: grid;
    gap: 8px;
    margin: 22px 0 0;
    color: #4f5968;
    font-size: 13px;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row {
    display: block;
    margin: 0;
}

.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #4f5968;
    font-size: 14px;
    line-height: 1.35;
}

.woocommerce-checkout #payment .woocommerce-form__input-checkbox {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 2px solid #202344;
    border-radius: 4px;
    background-size: 14px 11px;
    justify-self: center;
}

.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox a {
    color: #202344;
    font-weight: 700;
}

.woocommerce-checkout .bpx-checkout-card--payment,
.woocommerce-checkout .bpx-checkout-card--payment-final {
    padding: 26px 28px;
    border-radius: 9px;
}

.woocommerce-checkout .bpx-checkout-card--payment-final {
    margin-top: 42px;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head {
    gap: 0;
    margin-bottom: 22px;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head span,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head span {
    display: none;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head span::after,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head span::after {
    content: none;
}

.woocommerce-checkout .bpx-checkout-card--payment .bpx-checkout-card__head h2,
.woocommerce-checkout .bpx-checkout-card--payment-final .bpx-checkout-card__head h2 {
    color: #202344;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.woocommerce-checkout .bpx-checkout-final-payment p {
    margin-top: 10px;
    color: #4f5968;
    font-size: 14px;
    line-height: 1.45;
}

.woocommerce-checkout #place_order {
    min-height: 48px;
    margin-top: 0;
    border-radius: 999px;
    background: #00a29b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus {
    background: #202344;
}

.woocommerce-checkout .bpx-checkout-card--order .bpx-checkout-card__head {
    padding-bottom: 18px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    gap: 0;
}

.woocommerce-checkout .bpx-checkout-product {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 88px;
    padding: 14px 0;
    border-bottom: 0;
}

.woocommerce-checkout .bpx-checkout-product__thumb img {
    width: 42px;
    height: 62px;
}

.woocommerce-checkout .bpx-checkout-product__title {
    margin-bottom: 4px;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.woocommerce-checkout .bpx-checkout-product__variations,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
    color: #596273;
    font-size: 11px;
}

.woocommerce-checkout .bpx-checkout-product__total,
.woocommerce-checkout .bpx-checkout-product__total .amount {
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
    padding: 4px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 13px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1180px) {
    .woocommerce-checkout .bpx-checkout-page {
        max-width: 760px;
        padding-top: 48px;
    }

    .woocommerce-checkout .bpx-checkout-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .woocommerce-checkout .bpx-checkout-card--order {
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .woocommerce-checkout .bpx-checkout-page {
        padding: 30px 14px 58px;
    }

    .woocommerce-checkout .bpx-checkout-steps {
        margin-bottom: 32px;
    }

    .woocommerce-checkout .bpx-checkout-steps ol {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 0;
    }

    .woocommerce-checkout .bpx-checkout-steps li::after {
        display: none;
    }

    .woocommerce-checkout .bpx-checkout-hero h1 {
        font-size: 40px;
    }

    .woocommerce-checkout .bpx-checkout-card {
        padding: 22px 16px;
    }

    .woocommerce-checkout .bpx-checkout-card--order {
        padding: 0;
    }

    .woocommerce-checkout .bpx-checkout-product {
        grid-template-columns: 52px minmax(0, 1fr) auto;
    }

    .woocommerce-checkout .bpx-checkout-product__total {
        grid-column: auto;
        font-size: 13px;
    }
}

/* Checkout summary final refinements */
.woocommerce-checkout .bpx-checkout-card--order {
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    padding: 24px;
    background: #fff;
}

.woocommerce-checkout .bpx-checkout-card--order .bpx-checkout-card__head {
    padding-bottom: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .bpx-checkout-product {
    border: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    margin-top: 0;
    padding-top: 16px;
    border-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(32, 35, 68, .14);
}

.woocommerce-checkout .bpx-checkout-trust-row {
    display: block !important;
    margin-top: 22px !important;
    padding-top: 0 !important;
    border: 0 !important;
}

.woocommerce-checkout .bpx-checkout-trust-row td {
    display: block;
    width: 100%;
}

.woocommerce-checkout .bpx-checkout-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.woocommerce-checkout .bpx-checkout-trust__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 70px;
    border-radius: 4px;
    background: #202344;
    color: #fdc831;
    text-align: center;
}

.woocommerce-checkout .bpx-checkout-trust__item span,
.woocommerce-checkout .bpx-checkout-trust__item img {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.woocommerce-checkout .bpx-checkout-trust__item img {
    display: block;
    width: 22px;
    height: 24px;
    object-fit: contain;
}

.woocommerce-checkout .bpx-checkout-trust__item strong {
    color: #fdc831;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.12;
    text-transform: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > .form-row,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper > .form-row {
    width: 100%;
    min-width: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .select2-container,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .woocommerce-checkout .bpx-checkout-card--order {
        padding: 20px 16px;
    }

    .woocommerce-checkout .bpx-checkout-trust {
        grid-template-columns: 1fr;
    }
}

/* Checkout overflow and summary cleanup */
body.woocommerce-checkout,
.woocommerce-checkout .site,
.woocommerce-checkout .site-content,
.woocommerce-checkout .inside-article {
    overflow-x: hidden;
}

.woocommerce-checkout .bpx-checkout-page,
.woocommerce-checkout .bpx-checkout-page * {
    box-sizing: border-box;
}

.woocommerce-checkout .bpx-checkout-page {
    max-width: min(1180px, 100%);
}

.woocommerce-checkout .bpx-checkout-layout,
.woocommerce-checkout .bpx-checkout-main,
.woocommerce-checkout .bpx-checkout-sidebar,
.woocommerce-checkout .bpx-checkout-card,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    max-width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout .bpx-checkout-product {
    border: 0 !important;
    box-shadow: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    padding-top: 12px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
    margin-top: 8px;
    padding-top: 8px;
}

.woocommerce-checkout .bpx-checkout-trust__item {
    flex-direction: column;
    gap: 7px;
    min-height: 78px;
    padding: 10px;
}

.woocommerce-checkout .bpx-checkout-trust__item span,
.woocommerce-checkout .bpx-checkout-trust__item img {
    display: block;
    margin: 0;
}

.woocommerce-checkout .bpx-checkout-trust__item strong {
    display: block;
}

@media (max-width: 760px) {
    .woocommerce-checkout .bpx-checkout-page {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .woocommerce-checkout .bpx-checkout-product {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .woocommerce-checkout .bpx-checkout-product__total {
        grid-column: 2;
        justify-self: start;
    }
}

/* WooCommerce order received */
.woocommerce-order-received.separate-containers .inside-article {
    padding: 0;
}

.woocommerce-order-received .entry-content,
.woocommerce-order-received .woocommerce {
    margin: 0;
}

.woocommerce-order-received .bpx-thankyou-page {
    width: min(1180px, calc(100% - 48px));
    margin: 54px auto 86px;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
}

.woocommerce-order-received .bpx-thankyou-hero {
    margin-bottom: 32px;
}

.woocommerce-order-received .bpx-checkout-kicker {
    margin: 0 0 8px;
    color: #00a29b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.woocommerce-order-received .bpx-thankyou-hero h1,
.woocommerce-order-received .bpx-thankyou-card h1 {
    margin: 0 0 18px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
}

.woocommerce-order-received .bpx-order-received {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin-top: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #fff;
}

.woocommerce-order-received .bpx-order-received__icon {
    flex: 0 0 auto;
    line-height: 0;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin: 0;
    color: #202344;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.woocommerce-order-received .bpx-thankyou-overview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.woocommerce-order-received .bpx-thankyou-overview::before,
.woocommerce-order-received .bpx-thankyou-overview::after {
    display: none;
}

.woocommerce-order-received .bpx-thankyou-overview li {
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #f6f8fb;
    color: #4f5968;
    font-size: 13px;
    line-height: 1.35;
}

.woocommerce-order-received .bpx-thankyou-overview li span {
    display: block;
    margin-bottom: 8px;
    color: #4f5968;
    font-weight: 500;
}

.woocommerce-order-received .bpx-thankyou-overview li strong {
    display: block;
    color: #202344;
    font-size: 15px;
    font-weight: 700;
    word-break: break-word;
}

.woocommerce-order-received .bpx-thankyou-details {
    display: grid;
    gap: 28px;
}

.woocommerce-order-received .bpx-thankyou-details section,
.woocommerce-order-received .bpx-thankyou-details .woocommerce-order-details,
.woocommerce-order-received .bpx-thankyou-details .woocommerce-customer-details,
.woocommerce-order-received .bpx-thankyou-card {
    padding: 26px 28px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #fff;
}

.woocommerce-order-received .bpx-thankyou-details h2,
.woocommerce-order-received .bpx-thankyou-details h3 {
    margin: 0 0 22px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.woocommerce-order-received .bpx-thankyou-details table {
    width: 100%;
    margin: 0;
    border: 0;
}

.woocommerce-order-received .bpx-thankyou-details table th,
.woocommerce-order-received .bpx-thankyou-details table td {
    padding: 14px 0;
    border-color: rgba(32, 35, 68, .12);
    color: #4f5968;
    font-size: 14px;
}

.woocommerce-order-received .bpx-thankyou-details table th {
    color: #202344;
    font-weight: 700;
}

.woocommerce-order-received .bpx-thankyou-details address {
    margin: 0;
    padding: 0;
    border: 0;
    color: #4f5968;
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-order-received .bpx-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 0;
}

.woocommerce-order-received .bpx-thankyou-actions .button {
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #00a29b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-order-received .bpx-thankyou-actions .button.secondary {
    background: #202344;
}

@media (max-width: 980px) {
    .woocommerce-order-received .bpx-thankyou-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .woocommerce-order-received .bpx-thankyou-page {
        width: calc(100% - 28px);
        margin: 34px auto 64px;
    }

    .woocommerce-order-received .bpx-order-received {
        align-items: flex-start;
        padding: 18px;
    }

    .woocommerce-order-received .bpx-thankyou-overview {
        grid-template-columns: 1fr;
    }

    .woocommerce-order-received .bpx-thankyou-details section,
    .woocommerce-order-received .bpx-thankyou-details .woocommerce-order-details,
    .woocommerce-order-received .bpx-thankyou-details .woocommerce-customer-details,
    .woocommerce-order-received .bpx-thankyou-card {
        padding: 22px 18px;
    }
}

/* Order received fallback for Checkout block pages. */
.bpx-thankyou-page {
    width: min(1180px, calc(100% - 48px));
    margin: 54px auto 86px;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
}

.bpx-thankyou-hero {
    margin-bottom: 32px;
}

.bpx-thankyou-hero .bpx-checkout-kicker {
    margin: 0 0 8px;
    color: #00a29b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.bpx-thankyou-hero h1,
.bpx-thankyou-card h1 {
    margin: 0 0 18px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
}

.bpx-order-received {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin-top: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #fff;
}

.bpx-order-received__icon {
    flex: 0 0 auto;
    line-height: 0;
}

.bpx-order-received .woocommerce-thankyou-order-received {
    margin: 0;
    color: #202344;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.bpx-thankyou-overview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.bpx-thankyou-overview::before,
.bpx-thankyou-overview::after {
    display: none;
}

.bpx-thankyou-overview li {
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #f6f8fb;
    color: #4f5968;
    font-size: 13px;
    line-height: 1.35;
}

.bpx-thankyou-overview li span {
    display: block;
    margin-bottom: 8px;
    color: #4f5968;
    font-weight: 500;
}

.bpx-thankyou-overview li strong {
    display: block;
    color: #202344;
    font-size: 15px;
    font-weight: 700;
    word-break: break-word;
}

.bpx-thankyou-details {
    display: grid;
    gap: 28px;
}

.bpx-thankyou-details section,
.bpx-thankyou-details .woocommerce-order-details,
.bpx-thankyou-details .woocommerce-customer-details,
.bpx-thankyou-card {
    padding: 26px 28px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #fff;
}

.bpx-thankyou-details h2,
.bpx-thankyou-details h3 {
    margin: 0 0 22px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.bpx-thankyou-details table {
    width: 100%;
    margin: 0;
    border: 0;
}

.bpx-thankyou-details table th,
.bpx-thankyou-details table td {
    padding: 14px 0;
    border-color: rgba(32, 35, 68, .12);
    color: #4f5968;
    font-size: 14px;
}

.bpx-thankyou-details table th {
    color: #202344;
    font-weight: 700;
}

.bpx-thankyou-details address {
    margin: 0;
    padding: 0;
    border: 0;
    color: #4f5968;
    font-size: 14px;
    line-height: 1.6;
}

.bpx-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 0;
}

.bpx-thankyou-actions .button {
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #00a29b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bpx-thankyou-actions .button.secondary {
    background: #202344;
}

@media (max-width: 980px) {
    .bpx-thankyou-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bpx-thankyou-page {
        width: calc(100% - 28px);
        margin: 34px auto 64px;
    }

    .bpx-order-received {
        align-items: flex-start;
        padding: 18px;
    }

    .bpx-thankyou-overview {
        grid-template-columns: 1fr;
    }

    .bpx-thankyou-details section,
    .bpx-thankyou-details .woocommerce-order-details,
    .bpx-thankyou-details .woocommerce-customer-details,
    .bpx-thankyou-card {
        padding: 22px 18px;
    }
}

/* Definitive order received layout, matching checkout framing. */
.bpx-order-received-endpoint .site-main,
.bpx-order-received-endpoint .entry-content,
.bpx-order-received-endpoint .woocommerce {
    width: 100%;
}

.bpx-order-received-endpoint.separate-containers .inside-article,
.bpx-order-received-endpoint .inside-article {
    padding: 0;
}

.bpx-order-received-endpoint .bpx-thankyou-page,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-summary,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-totals,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-shipping-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-billing-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-additional-fields {
    box-sizing: border-box;
}

.bpx-order-received-endpoint .bpx-thankyou-page {
    width: min(1180px, calc(100% - 48px));
    margin: 54px auto 86px;
}

.bpx-order-received-endpoint .bpx-thankyou-hero {
    max-width: 840px;
    margin: 0 0 36px;
}

.bpx-order-received-endpoint .bpx-thankyou-hero h1 {
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
}

.bpx-order-received-endpoint .bpx-order-received,
.bpx-order-received-endpoint .bpx-thankyou-overview li,
.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-order-details,
.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-summary,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-totals,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-shipping-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-billing-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-additional-fields {
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #fff;
}

.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-summary,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-totals,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-shipping-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-billing-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-additional-fields {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 28px;
    padding: 26px 28px;
    color: #202344;
    font-family: "Myriad Pro", Arial, sans-serif;
}

.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status {
    margin-top: 54px;
}

.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status h1,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status h2,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-summary h2,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-totals h2,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-shipping-address h2,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-billing-address h2,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-additional-fields h2,
.bpx-order-received-endpoint .bpx-thankyou-details h2,
.bpx-order-received-endpoint .bpx-thankyou-details h3 {
    margin: 0 0 22px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status p,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-summary,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-totals,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-shipping-address,
.bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-billing-address {
    color: #4f5968;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .bpx-order-received-endpoint .bpx-thankyou-page,
    .bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-status,
    .bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-summary,
    .bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-totals,
    .bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-shipping-address,
    .bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-billing-address,
    .bpx-order-received-endpoint .wp-block-woocommerce-order-confirmation-additional-fields {
        width: calc(100% - 28px);
    }
}

/* Order received: keep WooCommerce native header, refine VDLV framing. */
.bpx-order-received-endpoint .bpx-thankyou-hero h1 {
    margin: 0 0 24px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: clamp(44px, 4.3vw, 56px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
}

.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0 0 34px;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details {
    padding: 0;
    border: 0;
    background: transparent;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-column {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 26px 28px;
    border: 1px solid rgba(32, 35, 68, .18);
    border-radius: 9px;
    background: #fff;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-column__title {
    margin: 0 0 18px;
    color: #202344;
    font-family: "Arsenica Variable", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details address {
    color: #4f5968;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

@media (max-width: 760px) {
    .bpx-order-received-endpoint .bpx-thankyou-hero h1 {
        font-size: 40px;
    }

    .bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }

    .bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-column {
        padding: 22px 18px;
    }
}

/* Order received: native Woo header in one row + responsive address cards. */
.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 0;
    list-style: none;
}

.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::before,
.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::after {
    display: none;
}

.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    float: none;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    padding: 0 22px;
    border-right: 1px dashed rgba(32, 35, 68, .22);
    color: #4f5968;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
}

.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
    padding-left: 0;
}

.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
    padding-right: 0;
    border-right: 0;
}

.bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    display: block;
    margin-top: 6px;
    color: #202344;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-columns,
.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-column,
.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-column--billing-address,
.bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-column--shipping-address {
    float: none;
    clear: none;
    width: 100%;
    max-width: none;
    margin: 0;
}

@media (max-width: 900px) {
    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-wrap: wrap;
        row-gap: 18px;
    }

    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        flex-basis: 50%;
    }

    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-child(2n) {
        border-right: 0;
    }

    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-child(2n + 1) {
        padding-left: 0;
    }
}

@media (max-width: 760px) {
    .bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-columns,
    .bpx-order-received-endpoint .bpx-thankyou-details .woocommerce-customer-details .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 1px dashed rgba(32, 35, 68, .22);
    }

    .bpx-order-received-endpoint .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.bpx-heading-reset {
    display: block;
}


.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 34px;
	height: 53px;
	padding: 10px;
	gap: 10px;
	border: none;
	border-radius: 20px;
	background: #2c3060;
	color: #fff; 
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	z-index: 999;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	background: #2e3366;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 20px;
		right: 20px;
	}
}