:root {
    --lux68-checkout-bg: #f3f1eb;
    --lux68-checkout-surface: #ffffff;
    --lux68-checkout-side: #f7f3ea;
    --lux68-checkout-border: #ddd6c9;
    --lux68-checkout-border-soft: #ece5d8;
    --lux68-checkout-text: #171717;
    --lux68-checkout-muted: #6e6a62;
    --lux68-checkout-dark: #23262b;
    --lux68-checkout-shadow: 0 18px 40px rgba(25, 25, 25, 0.05);
}

body.checkout-index-index,
body.checkout-cart-index {
    background: var(--lux68-checkout-bg) !important;
    color: var(--lux68-checkout-text) !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow-x: hidden !important;
}

body.checkout-index-index .page-wrapper,
body.checkout-index-index .page-main,
body.checkout-cart-index .page-wrapper,
body.checkout-cart-index .page-main {
    background: transparent !important;
    overflow-x: hidden !important;
}

body.checkout-index-index *,
body.checkout-cart-index * {
    box-sizing: border-box !important;
}

body.checkout-index-index .page-title-wrapper,
body.checkout-index-index .panel.wrapper,
body.checkout-index-index .nav-toggle,
body.checkout-index-index .block-search,
body.checkout-index-index .authentication-wrapper,
body.checkout-index-index .opc-progress-bar,
body.checkout-index-index .opc-estimated-wrapper,
body.checkout-index-index .opc-block-shipping-information,
body.checkout-index-index .copyright,
body.checkout-cart-index .page-title-wrapper,
body.checkout-cart-index .panel.wrapper,
body.checkout-cart-index .nav-toggle,
body.checkout-cart-index .block-search,
body.checkout-cart-index .authentication-wrapper,
body.checkout-cart-index .opc-progress-bar,
body.checkout-cart-index .opc-estimated-wrapper,
body.checkout-cart-index .opc-block-shipping-information,
body.checkout-cart-index .copyright {
    display: none !important;
}

body.checkout-index-index .page-header,
body.checkout-cart-index .page-header {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.checkout-index-index .page-header::before,
body.checkout-cart-index .page-header::before {
    content: "Free ground shipping on orders over $100";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    background: var(--lux68-checkout-dark);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.checkout-index-index .page-header .header.content,
body.checkout-index-index .checkout.header.content,
body.checkout-cart-index .page-header .header.content,
body.checkout-cart-index .checkout.header.content {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 1.35rem 1.5rem !important;
    min-height: 78px !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

body.checkout-index-index .page-header .logo,
body.checkout-index-index .checkout-header .logo,
body.checkout-cart-index .page-header .logo,
body.checkout-cart-index .checkout-header .logo {
    margin: 0 !important;
    float: none !important;
}

body.checkout-index-index .page-header .logo img,
body.checkout-index-index .checkout-header .logo img,
body.checkout-cart-index .page-header .logo img,
body.checkout-cart-index .checkout-header .logo img {
    width: auto !important;
    height: 34px !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 1.5rem !important;
}

body.checkout-index-index .checkout-container,
body.checkout-cart-index .checkout-container {
    display: grid !important;
    grid-template-columns: minmax(0, 7fr) minmax(320px, 3fr) !important;
    gap: 2rem !important;
    align-items: start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.checkout-index-index .opc-wrapper,
body.checkout-cart-index .opc-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 2rem !important;
    height: auto !important;
    min-height: 0 !important;
    float: none !important;
    background: var(--lux68-checkout-surface) !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    box-shadow: var(--lux68-checkout-shadow) !important;
}

body.checkout-index-index .opc-sidebar,
body.checkout-cart-index .opc-sidebar {
    position: sticky !important;
    top: 1.5rem !important;
    align-self: start !important;
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 1.75rem !important;
    float: none !important;
    clear: none !important;
    background: var(--lux68-checkout-side) !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    box-shadow: var(--lux68-checkout-shadow) !important;
}

body.checkout-index-index .column.main,
body.checkout-cart-index .column.main,
body.checkout-index-index .checkout-index-index,
body.checkout-cart-index .checkout-cart-index,
body.checkout-index-index .page-main > .columns,
body.checkout-cart-index .page-main > .columns {
    min-height: 0 !important;
    height: auto !important;
}

body.checkout-index-index .opc-wrapper .step-title,
body.checkout-index-index .checkout-shipping-address .step-title,
body.checkout-index-index .checkout-payment-method .payment-method-title,
body.checkout-index-index .form-login .fieldset .legend,
body.checkout-index-index .form-shipping-address .fieldset .legend,
body.checkout-cart-index .opc-wrapper .step-title,
body.checkout-cart-index .checkout-shipping-address .step-title,
body.checkout-cart-index .checkout-payment-method .payment-method-title,
body.checkout-cart-index .form-login .fieldset .legend,
body.checkout-cart-index .form-shipping-address .fieldset .legend {
    margin: 0 0 1.15rem !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.05 !important;
    text-transform: none !important;
}

body.checkout-index-index .checkout-shipping-address,
body.checkout-index-index .checkout-shipping-method,
body.checkout-index-index .checkout-payment-method,
body.checkout-index-index .form-login,
body.checkout-index-index .form-shipping-address,
body.checkout-cart-index .checkout-shipping-address,
body.checkout-cart-index .checkout-shipping-method,
body.checkout-cart-index .checkout-payment-method,
body.checkout-cart-index .form-login,
body.checkout-cart-index .form-shipping-address {
    margin: 0 0 1.5rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.checkout-index-index .checkout-payment-method {
    margin-bottom: 0 !important;
}

body.checkout-index-index .discount-code,
body.checkout-cart-index .discount-code,
body.checkout-index-index .checkout-payment-method .payment-method-content,
body.checkout-cart-index .checkout-payment-method .payment-method-content {
    margin-bottom: 0 !important;
}

body.checkout-index-index .checkout-shipping-method,
body.checkout-index-index .checkout-payment-method,
body.checkout-cart-index .checkout-shipping-method,
body.checkout-cart-index .checkout-payment-method {
    padding-top: 1.35rem !important;
    border-top: 1px solid var(--lux68-checkout-border-soft) !important;
}

body.checkout-index-index .form-shipping-address .fieldset,
body.checkout-cart-index .form-shipping-address .fieldset {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 0.9rem !important;
}

body.checkout-index-index .form-shipping-address .fieldset > .field,
body.checkout-index-index .form-shipping-address .fieldset > .fields,
body.checkout-cart-index .form-shipping-address .fieldset > .field,
body.checkout-cart-index .form-shipping-address .fieldset > .fields {
    grid-column: 1 / -1;
    margin: 0 !important;
}

body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".firstname"],
body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".lastname"],
body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".firstname"],
body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".lastname"] {
    grid-column: span 3;
}

body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".region"],
body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".city"],
body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".postcode"],
body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".region"],
body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".city"],
body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".postcode"] {
    grid-column: span 2;
}

body.checkout-index-index .field .label,
body.checkout-index-index .label,
body.checkout-index-index .choice label,
body.checkout-cart-index .field .label,
body.checkout-cart-index .label,
body.checkout-cart-index .choice label {
    color: #26231f !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

body.checkout-index-index .field.required > .label:after,
body.checkout-index-index .field._required > label:after,
body.checkout-cart-index .field.required > .label:after,
body.checkout-cart-index .field._required > label:after {
    color: #d1453b !important;
    margin-left: 4px !important;
}

body.checkout-index-index input[type="text"],
body.checkout-index-index input[type="email"],
body.checkout-index-index input[type="tel"],
body.checkout-index-index input[type="password"],
body.checkout-index-index input[type="number"],
body.checkout-index-index select,
body.checkout-index-index textarea,
body.checkout-cart-index input[type="text"],
body.checkout-cart-index input[type="email"],
body.checkout-cart-index input[type="tel"],
body.checkout-cart-index input[type="password"],
body.checkout-cart-index input[type="number"],
body.checkout-cart-index select,
body.checkout-cart-index textarea {
    min-height: 52px !important;
    padding: 0.9rem 1rem !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 1rem !important;
}

body.checkout-index-index input:focus,
body.checkout-index-index select:focus,
body.checkout-index-index textarea:focus,
body.checkout-cart-index input:focus,
body.checkout-cart-index select:focus,
body.checkout-cart-index textarea:focus {
    border-color: var(--lux68-checkout-dark) !important;
    box-shadow: 0 0 0 1px var(--lux68-checkout-dark) inset !important;
}

body.checkout-index-index textarea,
body.checkout-cart-index textarea {
    min-height: 108px !important;
}

body.checkout-index-index .form-login .note,
body.checkout-index-index .opc-wrapper .field-note,
body.checkout-index-index .opc-wrapper .note,
body.checkout-cart-index .form-login .note,
body.checkout-cart-index .opc-wrapper .field-note,
body.checkout-cart-index .opc-wrapper .note {
    color: var(--lux68-checkout-muted) !important;
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
}

body.checkout-index-index .table-checkout-shipping-method,
body.checkout-cart-index .table-checkout-shipping-method {
    border: 0 !important;
}

body.checkout-index-index .table-checkout-shipping-method tbody td,
body.checkout-cart-index .table-checkout-shipping-method tbody td {
    padding: 0.75rem 0.25rem !important;
    border-color: var(--lux68-checkout-border-soft) !important;
    vertical-align: middle !important;
    font-size: 0.96rem !important;
}

body.checkout-index-index .action.primary.checkout,
body.checkout-index-index .action.primary.continue,
body.checkout-index-index .button.action.continue.primary,
body.checkout-index-index button.action.continue.primary,
body.checkout-cart-index .action.primary.checkout,
body.checkout-cart-index .action.primary.continue,
body.checkout-cart-index .button.action.continue.primary,
body.checkout-cart-index button.action.continue.primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 1rem !important;
    border: 1px solid var(--lux68-checkout-dark) !important;
    border-radius: 0 !important;
    background: var(--lux68-checkout-dark) !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body.checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar,
body.checkout-index-index .methods-shipping .actions-toolbar,
body.checkout-cart-index .checkout-payment-method .payment-method-content .actions-toolbar,
body.checkout-cart-index .methods-shipping .actions-toolbar {
    margin-top: 0.8rem !important;
}

body.checkout-index-index .methods-shipping .actions-toolbar > .primary,
body.checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar > .primary,
body.checkout-cart-index .methods-shipping .actions-toolbar > .primary,
body.checkout-cart-index .checkout-payment-method .payment-method-content .actions-toolbar > .primary {
    width: 100% !important;
    float: none !important;
}

body.checkout-index-index .opc-summary-wrapper,
body.checkout-index-index .opc-block-summary,
body.checkout-cart-index .opc-summary-wrapper,
body.checkout-cart-index .opc-block-summary {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.checkout-index-index .opc-block-summary > .title,
body.checkout-cart-index .opc-block-summary > .title {
    display: none !important;
}

body.checkout-index-index .opc-block-summary .items-in-cart > .title,
body.checkout-cart-index .opc-block-summary .items-in-cart > .title {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    margin: 0 0 1rem !important;
    padding: 0 0 1rem !important;
    border-bottom: 1px solid var(--lux68-checkout-border) !important;
    color: var(--lux68-checkout-muted) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.checkout-index-index .opc-block-summary .items-in-cart::before,
body.checkout-cart-index .opc-block-summary .items-in-cart::before {
    content: "Order Summary";
    display: block;
    margin: 0 0 1rem;
    color: var(--lux68-checkout-text);
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

body.checkout-index-index .opc-block-summary .items-in-cart > .content,
body.checkout-index-index .opc-block-summary .minicart-items-wrapper,
body.checkout-cart-index .opc-block-summary .items-in-cart > .content,
body.checkout-cart-index .opc-block-summary .minicart-items-wrapper {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.checkout-index-index .minicart-items .product-item,
body.checkout-cart-index .minicart-items .product-item {
    padding: 0 0 1rem !important;
    margin: 0 0 1rem !important;
    border-bottom: 1px solid var(--lux68-checkout-border-soft) !important;
}

body.checkout-index-index .minicart-items .product,
body.checkout-index-index .opc-block-summary .minicart-items .product,
body.checkout-cart-index .minicart-items .product,
body.checkout-cart-index .opc-block-summary .minicart-items .product {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 1rem !important;
}

body.checkout-index-index .opc-block-summary .product-image-container,
body.checkout-cart-index .opc-block-summary .product-image-container {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.checkout-index-index .opc-block-summary .product-item-details,
body.checkout-index-index .opc-block-summary .product-item-name-block,
body.checkout-index-index .opc-block-summary .product-item-inner,
body.checkout-cart-index .opc-block-summary .product-item-details,
body.checkout-cart-index .opc-block-summary .product-item-name-block,
body.checkout-cart-index .opc-block-summary .product-item-inner {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    flex: none !important;
}

body.checkout-index-index .opc-block-summary .product-item-name,
body.checkout-index-index .opc-block-summary .product-item-name a,
body.checkout-cart-index .opc-block-summary .product-item-name,
body.checkout-cart-index .opc-block-summary .product-item-name a {
    display: block !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
}

body.checkout-index-index .opc-block-summary .details-qty,
body.checkout-index-index .opc-block-summary .product.options,
body.checkout-index-index .opc-block-summary .product.options .label,
body.checkout-index-index .opc-block-summary .product.options .values,
body.checkout-index-index .opc-block-summary .product-item .price,
body.checkout-cart-index .opc-block-summary .details-qty,
body.checkout-cart-index .opc-block-summary .product.options,
body.checkout-cart-index .opc-block-summary .product.options .label,
body.checkout-cart-index .opc-block-summary .product.options .values,
body.checkout-cart-index .opc-block-summary .product-item .price {
    color: var(--lux68-checkout-muted) !important;
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

body.checkout-index-index .opc-block-summary .product.options .toggle,
body.checkout-index-index .opc-block-summary .product.options .subtitle,
body.checkout-cart-index .opc-block-summary .product.options .toggle,
body.checkout-cart-index .opc-block-summary .product.options .subtitle {
    display: none !important;
}

body.checkout-index-index .opc-block-summary .product.options .content,
body.checkout-cart-index .opc-block-summary .product.options .content {
    display: block !important;
    padding: 0 !important;
}

body.checkout-index-index .opc-block-summary .totals,
body.checkout-index-index .opc-block-summary .table-totals,
body.checkout-cart-index .opc-block-summary .totals,
body.checkout-cart-index .opc-block-summary .table-totals {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid var(--lux68-checkout-border) !important;
}

body.checkout-index-index .opc-block-summary .totals th,
body.checkout-index-index .opc-block-summary .totals td,
body.checkout-cart-index .opc-block-summary .totals th,
body.checkout-cart-index .opc-block-summary .totals td {
    padding: 0.25rem 0 !important;
    font-size: 0.95rem !important;
}

body.checkout-index-index .opc-block-summary .grand.totals th,
body.checkout-index-index .opc-block-summary .grand.totals td,
body.checkout-cart-index .opc-block-summary .grand.totals th,
body.checkout-cart-index .opc-block-summary .grand.totals td {
    color: var(--lux68-checkout-text) !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

body.checkout-index-index .discount-code,
body.checkout-cart-index .discount-code {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid var(--lux68-checkout-border-soft) !important;
}

body.checkout-index-index .payment-option._collapsible,
body.checkout-index-index .payment-method,
body.checkout-cart-index .payment-option._collapsible,
body.checkout-cart-index .payment-method {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.checkout-index-index .payment-option-title,
body.checkout-index-index .payment-method-title,
body.checkout-cart-index .payment-option-title,
body.checkout-cart-index .payment-method-title {
    min-height: auto !important;
    padding: 0.75rem 0 !important;
    border: 0 !important;
    font-size: 1rem !important;
}

body.checkout-index-index .payment-method-content,
body.checkout-index-index .payment-option-content,
body.checkout-cart-index .payment-method-content,
body.checkout-cart-index .payment-option-content {
    padding: 0.6rem 0 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.checkout-index-index .discount-code .payment-option-content,
body.checkout-cart-index .discount-code .payment-option-content {
    padding-top: 0.75rem !important;
    padding-bottom: 0 !important;
}

body.checkout-index-index .discount-code .form-discount,
body.checkout-cart-index .discount-code .form-discount {
    display: flex !important;
    align-items: stretch !important;
    gap: 0.65rem !important;
    max-width: 430px !important;
}

body.checkout-index-index .discount-code .form-discount > .field,
body.checkout-cart-index .discount-code .form-discount > .field {
    flex: 1 1 auto !important;
    margin: 0 !important;
}

body.checkout-index-index .discount-code .form-discount .action.action-apply,
body.checkout-index-index .discount-code .form-discount .action.action-check,
body.checkout-cart-index .discount-code .form-discount .action.action-apply,
body.checkout-cart-index .discount-code .form-discount .action.action-check {
    min-width: 136px !important;
    min-height: 50px !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    background: #f7f3ea !important;
    color: var(--lux68-checkout-text) !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

body.checkout-index-index .discount-code .actions-toolbar,
body.checkout-cart-index .discount-code .actions-toolbar,
body.checkout-index-index .discount-code .payment-option-title,
body.checkout-cart-index .discount-code .payment-option-title {
    margin-bottom: 0 !important;
}

body.checkout-index-index .checkout-payment-method .payment-method:last-child,
body.checkout-cart-index .checkout-payment-method .payment-method:last-child,
body.checkout-index-index .checkout-payment-method .payment-option:last-child,
body.checkout-cart-index .checkout-payment-method .payment-option:last-child {
    margin-bottom: 0 !important;
}

body.checkout-index-index .field-tooltip,
body.checkout-cart-index .field-tooltip {
    top: 12px !important;
    right: 10px !important;
}

body.checkout-index-index .field-tooltip .field-tooltip-action::before,
body.checkout-cart-index .field-tooltip .field-tooltip-action::before {
    color: #9a948b !important;
}

body.checkout-cart-index .cart-empty {
    max-width: 720px !important;
    margin: 3rem auto !important;
    padding: 2.5rem 2rem !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    background: #ffffff !important;
    text-align: center !important;
    box-shadow: var(--lux68-checkout-shadow) !important;
}

body.checkout-cart-index .cart-empty p {
    margin: 0 0 1rem !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

body.checkout-cart-index .cart-empty p:first-child {
    margin-bottom: 0.7rem !important;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
}

body.checkout-cart-index .cart-empty a {
    color: var(--lux68-checkout-text) !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 0.18em !important;
}

@media (max-width: 1024px) {
    body.checkout-index-index .page-header .header.content,
    body.checkout-index-index .checkout.header.content,
    body.checkout-cart-index .page-header .header.content,
    body.checkout-cart-index .checkout.header.content {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
        gap: 0.8rem !important;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding: 1rem !important;
    }

    body.checkout-index-index .checkout-container,
    body.checkout-cart-index .checkout-container {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    body.checkout-index-index .opc-sidebar,
    body.checkout-cart-index .opc-sidebar {
        order: -1 !important;
        position: static !important;
        top: auto !important;
        padding: 1.25rem !important;
    }

    body.checkout-index-index .opc-wrapper,
    body.checkout-cart-index .opc-wrapper {
        padding: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    html,
    body.checkout-index-index,
    body.checkout-cart-index {
        overflow-x: hidden !important;
    }

    body.checkout-index-index .page-header::before,
    body.checkout-cart-index .page-header::before {
        min-height: 28px;
        font-size: 0.56rem;
        letter-spacing: 0.1em;
        padding: 0 0.75rem;
        text-align: center;
    }

    body.checkout-index-index .page-header .header.content,
    body.checkout-index-index .checkout.header.content,
    body.checkout-cart-index .page-header .header.content,
    body.checkout-cart-index .checkout.header.content {
        padding: 1rem !important;
        min-height: auto !important;
    }

    body.checkout-index-index .page-header .logo img,
    body.checkout-index-index .checkout-header .logo img,
    body.checkout-cart-index .page-header .logo img,
    body.checkout-cart-index .checkout-header .logo img {
        height: 28px !important;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding: 0.75rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.checkout-index-index .opc-wrapper,
    body.checkout-index-index .opc-sidebar,
    body.checkout-cart-index .opc-wrapper,
    body.checkout-cart-index .opc-sidebar {
        padding: 1rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.checkout-index-index .checkout-container,
    body.checkout-cart-index .checkout-container,
    body.checkout-index-index .column.main,
    body.checkout-cart-index .column.main {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.checkout-index-index .opc-wrapper .step-title,
    body.checkout-index-index .checkout-shipping-address .step-title,
    body.checkout-index-index .checkout-payment-method .payment-method-title,
    body.checkout-cart-index .opc-wrapper .step-title,
    body.checkout-cart-index .checkout-shipping-address .step-title,
    body.checkout-cart-index .checkout-payment-method .payment-method-title {
        font-size: 1.6rem !important;
    }

    body.checkout-index-index .form-shipping-address .fieldset,
    body.checkout-cart-index .form-shipping-address .fieldset {
        grid-template-columns: 1fr !important;
        gap: 0.8rem !important;
    }

    body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".firstname"],
    body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".lastname"],
    body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".region"],
    body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".city"],
    body.checkout-index-index .form-shipping-address .fieldset > .field[name*=".postcode"],
    body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".firstname"],
    body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".lastname"],
    body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".region"],
    body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".city"],
    body.checkout-cart-index .form-shipping-address .fieldset > .field[name*=".postcode"] {
        grid-column: 1 / -1 !important;
    }

    body.checkout-index-index input[type="text"],
    body.checkout-index-index input[type="email"],
    body.checkout-index-index input[type="tel"],
    body.checkout-index-index input[type="password"],
    body.checkout-index-index input[type="number"],
    body.checkout-index-index select,
    body.checkout-index-index textarea,
    body.checkout-cart-index input[type="text"],
    body.checkout-cart-index input[type="email"],
    body.checkout-cart-index input[type="tel"],
    body.checkout-cart-index input[type="password"],
    body.checkout-cart-index input[type="number"],
    body.checkout-cart-index select,
    body.checkout-cart-index textarea {
        min-height: 48px !important;
        font-size: 0.95rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.checkout-index-index .field,
    body.checkout-index-index .control,
    body.checkout-index-index .field .control,
    body.checkout-cart-index .field,
    body.checkout-cart-index .control,
    body.checkout-cart-index .field .control {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.checkout-index-index .table-checkout-shipping-method,
    body.checkout-cart-index .table-checkout-shipping-method,
    body.checkout-index-index .table-checkout-shipping-method thead,
    body.checkout-cart-index .table-checkout-shipping-method thead,
    body.checkout-index-index .table-checkout-shipping-method colgroup,
    body.checkout-cart-index .table-checkout-shipping-method colgroup,
    body.checkout-index-index .table-checkout-shipping-method tbody,
    body.checkout-cart-index .table-checkout-shipping-method tbody,
    body.checkout-index-index .table-checkout-shipping-method tr,
    body.checkout-cart-index .table-checkout-shipping-method tr,
    body.checkout-index-index .table-checkout-shipping-method td,
    body.checkout-cart-index .table-checkout-shipping-method td {
        display: block !important;
        width: 100% !important;
    }

    body.checkout-index-index .table-checkout-shipping-method tbody td,
    body.checkout-cart-index .table-checkout-shipping-method tbody td {
        padding: 0.35rem 0 !important;
        border: 0 !important;
        text-align: left !important;
    }

    body.checkout-index-index .table-checkout-shipping-method tbody tr,
    body.checkout-cart-index .table-checkout-shipping-method tbody tr {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid var(--lux68-checkout-border-soft) !important;
    }

    body.checkout-index-index .table-checkout-shipping-method thead,
    body.checkout-cart-index .table-checkout-shipping-method thead,
    body.checkout-index-index .table-checkout-shipping-method th,
    body.checkout-cart-index .table-checkout-shipping-method th {
        display: none !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-method,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-method {
        display: flex !important;
        align-items: flex-start !important;
        gap: 0.65rem !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    body.checkout-index-index .table-checkout-shipping-method input[type="radio"],
    body.checkout-cart-index .table-checkout-shipping-method input[type="radio"] {
        position: static !important;
        margin: 0.2rem 0 0 !important;
        flex: 0 0 auto !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-price,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-price {
        padding-left: 1.5rem !important;
        font-weight: 700 !important;
        color: var(--lux68-checkout-text) !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-carrier,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-carrier {
        padding-left: 1.5rem !important;
        color: var(--lux68-checkout-muted) !important;
        font-size: 0.92rem !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-method label,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-method label,
    body.checkout-index-index .table-checkout-shipping-method .col.col-carrier,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-carrier,
    body.checkout-index-index .table-checkout-shipping-method .col.col-price,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-price {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.checkout-index-index .methods-shipping,
    body.checkout-index-index .checkout-payment-method,
    body.checkout-index-index .payment-method,
    body.checkout-index-index .payment-method-content,
    body.checkout-index-index .payment-option-content,
    body.checkout-cart-index .methods-shipping,
    body.checkout-cart-index .checkout-payment-method,
    body.checkout-cart-index .payment-method,
    body.checkout-cart-index .payment-method-content,
    body.checkout-cart-index .payment-option-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.checkout-index-index .payment-method-title,
    body.checkout-index-index .payment-option-title,
    body.checkout-cart-index .payment-method-title,
    body.checkout-cart-index .payment-option-title {
        display: block !important;
        margin: 0 !important;
        padding: 0.75rem 0 !important;
    }

    body.checkout-index-index .payment-method-title .choice,
    body.checkout-index-index .payment-option-title .choice,
    body.checkout-cart-index .payment-method-title .choice,
    body.checkout-cart-index .payment-option-title .choice {
        display: flex !important;
        align-items: flex-start !important;
        gap: 0.65rem !important;
        width: 100% !important;
    }

    body.checkout-index-index .payment-method-title input[type="radio"],
    body.checkout-index-index .payment-option-title input[type="radio"],
    body.checkout-cart-index .payment-method-title input[type="radio"],
    body.checkout-cart-index .payment-option-title input[type="radio"] {
        position: static !important;
        margin: 0.2rem 0 0 !important;
        flex: 0 0 auto !important;
    }

    body.checkout-index-index .payment-method-title .label,
    body.checkout-index-index .payment-option-title .label,
    body.checkout-index-index .payment-method-title .choice,
    body.checkout-index-index .payment-option-title .choice,
    body.checkout-cart-index .payment-method-title .label,
    body.checkout-cart-index .payment-option-title .label,
    body.checkout-cart-index .payment-method-title .choice,
    body.checkout-cart-index .payment-option-title .choice {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.checkout-index-index .payment-method-title .label,
    body.checkout-index-index .payment-option-title .label,
    body.checkout-cart-index .payment-method-title .label,
    body.checkout-cart-index .payment-option-title .label {
        color: var(--lux68-checkout-text) !important;
        font-size: 0.92rem !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        white-space: normal !important;
    }

    body.checkout-index-index .billing-address-same-as-shipping-block,
    body.checkout-index-index .payment-method-billing-address,
    body.checkout-index-index .payment-method .billing-address-form,
    body.checkout-cart-index .billing-address-same-as-shipping-block,
    body.checkout-cart-index .payment-method-billing-address,
    body.checkout-cart-index .payment-method .billing-address-form {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.checkout-index-index .opc-block-summary .items-in-cart::before,
    body.checkout-cart-index .opc-block-summary .items-in-cart::before {
        font-size: 1.55rem;
    }

    body.checkout-index-index .minicart-items .product,
    body.checkout-index-index .opc-block-summary .minicart-items .product,
    body.checkout-cart-index .minicart-items .product,
    body.checkout-cart-index .opc-block-summary .minicart-items .product {
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 0.8rem !important;
    }

    body.checkout-index-index .opc-block-summary .product-image-container,
    body.checkout-cart-index .opc-block-summary .product-image-container {
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
    }

    body.checkout-index-index .discount-code .form-discount,
    body.checkout-cart-index .discount-code .form-discount {
        flex-direction: column !important;
        max-width: none !important;
    }

    body.checkout-index-index .discount-code .form-discount .action.action-apply,
    body.checkout-index-index .discount-code .form-discount .action.action-check,
    body.checkout-cart-index .discount-code .form-discount .action.action-apply,
    body.checkout-cart-index .discount-code .form-discount .action.action-check {
        width: 100% !important;
    }

    body.checkout-cart-index .cart-empty {
        margin: 1.5rem auto 2rem !important;
        padding: 2rem 1.25rem !important;
    }

    body.checkout-cart-index .cart-empty p:first-child {
        font-size: 1.4rem !important;
    }
}

body.checkout-index-index .lux68-shipping-method-list,
body.checkout-cart-index .lux68-shipping-method-list {
    display: grid !important;
    gap: 0.8rem !important;
}

body.checkout-index-index .lux68-shipping-method-row,
body.checkout-cart-index .lux68-shipping-method-row {
    margin: 0 !important;
    padding: 0 !important;
}

body.checkout-index-index .lux68-shipping-method-option,
body.checkout-cart-index .lux68-shipping-method-option {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.85rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.95rem 0 !important;
    border-bottom: 1px solid var(--lux68-checkout-border-soft) !important;
    cursor: pointer !important;
}

body.checkout-index-index .lux68-shipping-method-option .radio,
body.checkout-cart-index .lux68-shipping-method-option .radio {
    flex: 0 0 auto !important;
    margin: 0.18rem 0 0 !important;
}

body.checkout-index-index .lux68-shipping-method-meta,
body.checkout-cart-index .lux68-shipping-method-meta {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.checkout-index-index .lux68-shipping-method-head,
body.checkout-cart-index .lux68-shipping-method-head {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    width: 100% !important;
}

body.checkout-index-index .lux68-shipping-method-name,
body.checkout-cart-index .lux68-shipping-method-name {
    color: var(--lux68-checkout-text) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

body.checkout-index-index .lux68-shipping-method-price,
body.checkout-index-index .lux68-shipping-method-price .price,
body.checkout-cart-index .lux68-shipping-method-price,
body.checkout-cart-index .lux68-shipping-method-price .price {
    color: var(--lux68-checkout-text) !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.checkout-index-index .lux68-shipping-method-carrier,
body.checkout-cart-index .lux68-shipping-method-carrier {
    display: block !important;
    margin-top: 0.2rem !important;
    color: var(--lux68-checkout-muted) !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
}

body.checkout-index-index .lux68-shipping-method-error,
body.checkout-cart-index .lux68-shipping-method-error {
    padding: 0.9rem 1rem !important;
    border: 1px solid #e4b7b2 !important;
    background: #fff7f6 !important;
    color: #b13226 !important;
    font-size: 0.92rem !important;
}

body.checkout-index-index .lux68-choice-row,
body.checkout-cart-index .lux68-choice-row {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.65rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.75rem 0 0.75rem 1.9rem !important;
    overflow: visible !important;
    left: auto !important;
    transform: none !important;
}

body.checkout-index-index .lux68-choice-row > input,
body.checkout-cart-index .lux68-choice-row > input {
    position: absolute !important;
    left: 0 !important;
    top: 0.95rem !important;
    margin: 0 !important;
    transform: none !important;
}

body.checkout-index-index .lux68-choice-label,
body.checkout-index-index .lux68-choice-label span,
body.checkout-cart-index .lux68-choice-label,
body.checkout-cart-index .lux68-choice-label span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 0.94rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-indent: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    left: auto !important;
    transform: none !important;
}

body.checkout-index-index .lux68-choice-hitarea,
body.checkout-cart-index .lux68-choice-hitarea {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    z-index: 1 !important;
}

body.checkout-index-index .lux68-choice-copy,
body.checkout-cart-index .lux68-choice-copy {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 0.94rem !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-indent: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    pointer-events: none !important;
}

body.checkout-index-index .lux68-choice-copy--billing,
body.checkout-cart-index .lux68-choice-copy--billing {
    font-size: 0.82rem !important;
    font-weight: 500 !important;
}

body.checkout-index-index .opc-sidebar .items-in-cart,
body.checkout-index-index .opc-sidebar .items-in-cart > .content,
body.checkout-index-index .opc-sidebar .minicart-items-wrapper,
body.checkout-index-index .opc-sidebar .minicart-items,
body.checkout-cart-index .opc-sidebar .items-in-cart,
body.checkout-cart-index .opc-sidebar .items-in-cart > .content,
body.checkout-cart-index .opc-sidebar .minicart-items-wrapper,
body.checkout-cart-index .opc-sidebar .minicart-items {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

body.checkout-index-index .opc-sidebar .product-item,
body.checkout-cart-index .opc-sidebar .product-item {
    overflow: visible !important;
}

body.checkout-index-index .opc-sidebar .product-item-details,
body.checkout-index-index .opc-sidebar .product-item-name,
body.checkout-index-index .opc-sidebar .product-item-name a,
body.checkout-cart-index .opc-sidebar .product-item-details,
body.checkout-cart-index .opc-sidebar .product-item-name,
body.checkout-cart-index .opc-sidebar .product-item-name a {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    writing-mode: horizontal-tb !important;
}

body.checkout-index-index .opc-sidebar .product-item-name,
body.checkout-index-index .opc-sidebar .product-item-name a,
body.checkout-cart-index .opc-sidebar .product-item-name,
body.checkout-cart-index .opc-sidebar .product-item-name a {
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
}

body.checkout-index-index .discount-code .payment-option-content,
body.checkout-cart-index .discount-code .payment-option-content {
    border: 0 !important;
    background: transparent !important;
}

body.checkout-index-index .discount-code .form-discount,
body.checkout-cart-index .discount-code .form-discount {
    align-items: center !important;
}

body.checkout-index-index .discount-code .form-discount .field input,
body.checkout-cart-index .discount-code .form-discount .field input {
    min-height: 46px !important;
}

@media (max-width: 767px) {
    body.checkout-index-index .lux68-shipping-method-option,
    body.checkout-cart-index .lux68-shipping-method-option {
        gap: 0.7rem !important;
        padding: 0.8rem 0 !important;
    }

    body.checkout-index-index .lux68-shipping-method-head,
    body.checkout-cart-index .lux68-shipping-method-head {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.1rem !important;
    }

    body.checkout-index-index .lux68-shipping-method-name,
    body.checkout-index-index .lux68-shipping-method-price,
    body.checkout-index-index .lux68-shipping-method-price .price,
    body.checkout-cart-index .lux68-shipping-method-name,
    body.checkout-cart-index .lux68-shipping-method-price,
    body.checkout-cart-index .lux68-shipping-method-price .price {
        font-size: 0.94rem !important;
    }

    body.checkout-index-index .discount-code .payment-option-content,
    body.checkout-cart-index .discount-code .payment-option-content {
        padding-inline: 0 !important;
    }

    body.checkout-index-index .discount-code .form-discount,
    body.checkout-cart-index .discount-code .form-discount {
        gap: 0.5rem !important;
    }

    body.checkout-index-index .checkout-payment-method .payment-method-content,
    body.checkout-index-index .checkout-payment-method .payment-option-content,
    body.checkout-cart-index .checkout-payment-method .payment-method-content,
    body.checkout-cart-index .checkout-payment-method .payment-option-content {
        padding-inline: 0 !important;
    }

    body.checkout-index-index #checkout-step-shipping_method,
    body.checkout-index-index #co-shipping-method-form,
    body.checkout-index-index #checkout-payment-method-load,
    body.checkout-index-index .checkout-payment-method,
    body.checkout-index-index .checkout-payment-method .payment-method,
    body.checkout-index-index .checkout-payment-method .payment-method-title,
    body.checkout-index-index .checkout-payment-method .payment-method-content,
    body.checkout-index-index .checkout-payment-method .field.choice,
    body.checkout-cart-index #checkout-step-shipping_method,
    body.checkout-cart-index #co-shipping-method-form,
    body.checkout-cart-index #checkout-payment-method-load,
    body.checkout-cart-index .checkout-payment-method,
    body.checkout-cart-index .checkout-payment-method .payment-method,
    body.checkout-cart-index .checkout-payment-method .payment-method-title,
    body.checkout-cart-index .checkout-payment-method .payment-method-content,
    body.checkout-cart-index .checkout-payment-method .field.choice {
        margin-left: 0 !important;
        padding-left: 0 !important;
        left: auto !important;
        transform: none !important;
    }

    body.checkout-index-index .checkout-shipping-method .step-content,
    body.checkout-index-index .checkout-payment-method .step-content,
    body.checkout-index-index .checkout-payment-method .payment-group,
    body.checkout-cart-index .checkout-shipping-method .step-content,
    body.checkout-cart-index .checkout-payment-method .step-content,
    body.checkout-cart-index .checkout-payment-method .payment-group {
        overflow: visible !important;
    }

    body.checkout-index-index .table-checkout-shipping-method,
    body.checkout-index-index .table-checkout-shipping-method tbody,
    body.checkout-index-index .table-checkout-shipping-method tr,
    body.checkout-index-index .table-checkout-shipping-method td,
    body.checkout-cart-index .table-checkout-shipping-method,
    body.checkout-cart-index .table-checkout-shipping-method tbody,
    body.checkout-cart-index .table-checkout-shipping-method tr,
    body.checkout-cart-index .table-checkout-shipping-method td {
        float: none !important;
        clear: both !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .row,
    body.checkout-cart-index .table-checkout-shipping-method .row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-method:first-child,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-method:first-child {
        display: block !important;
        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;
        padding: 0 !important;
        margin: 0 !important;
        flex: 0 0 28px !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-price,
    body.checkout-index-index .table-checkout-shipping-method .col.col-method:last-child,
    body.checkout-index-index .table-checkout-shipping-method .col.col-carrier,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-price,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-method:last-child,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-carrier {
        width: calc(100% - 28px) !important;
        min-width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        padding-left: 0.15rem !important;
        margin-left: 0 !important;
        flex: 0 0 calc(100% - 28px) !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-method:last-child,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-method:last-child {
        order: 1 !important;
        font-size: 0.96rem !important;
        font-weight: 700 !important;
        color: var(--lux68-checkout-text) !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-price,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-price {
        order: 2 !important;
        font-size: 0.92rem !important;
        font-weight: 700 !important;
        color: var(--lux68-checkout-text) !important;
    }

    body.checkout-index-index .table-checkout-shipping-method .col.col-carrier,
    body.checkout-cart-index .table-checkout-shipping-method .col.col-carrier {
        order: 3 !important;
        font-size: 0.88rem !important;
        color: var(--lux68-checkout-muted) !important;
    }

}

@media (max-width: 1024px) {
    body.checkout-index-index .checkout-payment-method .lux68-choice-row,
    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row,
    body.checkout-cart-index .checkout-payment-method .lux68-choice-row,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row {
        display: grid !important;
        grid-template-columns: 18px minmax(0, 1fr) !important;
        align-items: start !important;
        column-gap: 0.7rem !important;
        row-gap: 0 !important;
        padding: 0.8rem 0 !important;
        margin: 0 !important;
        left: auto !important;
        transform: none !important;
        overflow: visible !important;
    }

    body.checkout-index-index .checkout-payment-method .lux68-choice-row > input,
    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row > input,
    body.checkout-cart-index .checkout-payment-method .lux68-choice-row > input,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row > input {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0.2rem 0 0 !important;
        transform: none !important;
        width: 18px !important;
        min-width: 18px !important;
        height: 18px !important;
        z-index: 2 !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.checkout-index-index .checkout-payment-method .lux68-choice-hitarea,
    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row .lux68-choice-hitarea,
    body.checkout-cart-index .checkout-payment-method .lux68-choice-hitarea,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row .lux68-choice-hitarea {
        display: none !important;
    }

    body.checkout-index-index .checkout-payment-method .lux68-choice-copy,
    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row .lux68-choice-copy,
    body.checkout-cart-index .checkout-payment-method .lux68-choice-copy,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row .lux68-choice-copy {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: var(--lux68-checkout-text) !important;
        font-size: 0.94rem !important;
        font-weight: 600 !important;
        line-height: 1.45 !important;
        text-indent: 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        overflow: visible !important;
        clip-path: none !important;
        left: auto !important;
        transform: none !important;
        position: static !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
    }

    body.checkout-index-index .checkout-payment-method .lux68-choice-row > .lux68-choice-copy,
    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row > .lux68-choice-copy,
    body.checkout-cart-index .checkout-payment-method .lux68-choice-row > .lux68-choice-copy,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row > .lux68-choice-copy {
        display: block !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row {
        position: relative !important;
        display: flex !important;
        align-items: flex-start !important;
        min-height: 0 !important;
        padding: 0.7rem 0.35rem 0.7rem 0 !important;
        overflow: visible !important;
    }

    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row > input,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row > input {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 18px !important;
        min-width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
        margin: 0.14rem 0 0 0 !important;
    }

    body.checkout-index-index .billing-address-same-as-shipping-block.lux68-choice-row > .lux68-choice-copy,
    body.checkout-cart-index .billing-address-same-as-shipping-block.lux68-choice-row > .lux68-choice-copy {
        position: static !important;
        display: block !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 0 0 0.55rem !important;
        padding: 0 !important;
        font-size: 0.8rem !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
}
