@font-face {
    font-family: "Lux68 Sans";
    src: url("/static/frontend/Lux68/default/en_US/fonts/lux68-sans-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* August 28, 2026 terminal checkout header offset override */
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 {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    padding-top: 132px !important;
}

@media (min-width: 1024px) {
    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: 98px !important;
    }
}

/* August 28, 2026 final checkout header offset override */
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 {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    padding-top: 132px !important;
}

@media (min-width: 1024px) {
    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: 98px !important;
    }
}

/* August 28, 2026 homepage-style checkout shell */
body.checkout-index-index,
body.checkout-cart-index {
    --lux68-checkout-header-offset: 122px;
}

body.checkout-index-index .page-header,
body.checkout-cart-index .page-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 120 !important;
}

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 {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    padding-top: var(--lux68-checkout-header-offset) !important;
}

body.checkout-index-index .lux68-checkout-header-shell,
body.checkout-cart-index .lux68-checkout-header-shell {
    width: var(--lux68-checkout-shell-width);
    max-width: 1180px;
    margin: 8px auto 0 !important;
}

body.checkout-index-index .lux68-checkout-header-shell__bar,
body.checkout-cart-index .lux68-checkout-header-shell__bar {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--lux68-checkout-border) !important;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(28, 24, 16, 0.08);
}

body.checkout-index-index .lux68-checkout-header-shell__toggle,
body.checkout-cart-index .lux68-checkout-header-shell__toggle,
body.checkout-index-index .lux68-checkout-header-shell__action,
body.checkout-cart-index .lux68-checkout-header-shell__action,
body.checkout-index-index .lux68-checkout-mobile-menu__close,
body.checkout-cart-index .lux68-checkout-mobile-menu__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #212121;
    cursor: pointer;
    text-decoration: none;
}

body.checkout-index-index .lux68-checkout-icon,
body.checkout-cart-index .lux68-checkout-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
}

body.checkout-index-index .lux68-checkout-icon svg,
body.checkout-cart-index .lux68-checkout-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.checkout-index-index .lux68-checkout-header-shell__brand,
body.checkout-cart-index .lux68-checkout-header-shell__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    text-decoration: none;
}

body.checkout-index-index .lux68-checkout-header-shell__wordmark,
body.checkout-cart-index .lux68-checkout-header-shell__wordmark {
    display: inline-block;
    font-family: "Lux68 Sans", Arial, sans-serif;
    font-size: 1.18rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-checkout-header-shell__desktop-nav,
body.checkout-cart-index .lux68-checkout-header-shell__desktop-nav {
    display: none;
}

body.checkout-index-index .lux68-checkout-header-shell__actions,
body.checkout-cart-index .lux68-checkout-header-shell__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

body.checkout-index-index .lux68-checkout-header-shell__mobile-shortcuts,
body.checkout-cart-index .lux68-checkout-header-shell__mobile-shortcuts {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    overflow-x: auto;
    margin-top: 0.4rem;
    padding: 0 0.2rem 0.1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

body.checkout-index-index .lux68-checkout-header-shell__mobile-shortcuts::-webkit-scrollbar,
body.checkout-cart-index .lux68-checkout-header-shell__mobile-shortcuts::-webkit-scrollbar {
    display: none;
}

body.checkout-index-index .lux68-checkout-header-shell__shortcut,
body.checkout-cart-index .lux68-checkout-header-shell__shortcut {
    flex: 0 0 auto;
    color: #5d5248;
    text-decoration: none;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-checkout-header-shell__backdrop,
body.checkout-cart-index .lux68-checkout-header-shell__backdrop {
    position: fixed;
    inset: 0;
    z-index: 1090;
    border: 0;
    background: rgba(24, 20, 16, 0.34);
}

body.checkout-index-index .lux68-checkout-header-shell__backdrop[hidden],
body.checkout-index-index .lux68-checkout-mobile-menu[hidden],
body.checkout-cart-index .lux68-checkout-header-shell__backdrop[hidden],
body.checkout-cart-index .lux68-checkout-mobile-menu[hidden] {
    display: none !important;
}

body.checkout-index-index .lux68-checkout-mobile-menu,
body.checkout-cart-index .lux68-checkout-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1100;
    display: flex;
    width: min(360px, 92vw);
    flex-direction: column;
    background: #ffffff;
    box-shadow: 18px 0 48px rgba(33, 33, 33, 0.16);
}

body.checkout-index-index .lux68-checkout-mobile-menu__head,
body.checkout-cart-index .lux68-checkout-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 18px 14px;
    border-bottom: 1px solid #ece6dc;
}

body.checkout-index-index .lux68-checkout-mobile-menu__eyebrow,
body.checkout-cart-index .lux68-checkout-mobile-menu__eyebrow {
    margin: 0;
    color: #6f675d;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-checkout-mobile-menu__body,
body.checkout-cart-index .lux68-checkout-mobile-menu__body {
    flex: 1 1 auto;
    overflow: auto;
    padding: 12px 18px 18px;
}

body.checkout-index-index .lux68-checkout-mobile-menu__section,
body.checkout-cart-index .lux68-checkout-mobile-menu__section {
    display: grid;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid #ece6dc;
}

body.checkout-index-index .lux68-checkout-mobile-menu__title,
body.checkout-cart-index .lux68-checkout-mobile-menu__title {
    margin: 0;
    color: #6f5b3d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-checkout-mobile-menu__links,
body.checkout-cart-index .lux68-checkout-mobile-menu__links {
    display: grid;
    gap: 8px;
}

body.checkout-index-index .lux68-checkout-mobile-menu__link,
body.checkout-cart-index .lux68-checkout-mobile-menu__link,
body.checkout-index-index .lux68-checkout-mobile-menu__utility,
body.checkout-cart-index .lux68-checkout-mobile-menu__utility {
    color: #2d2923;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.35;
}

body.checkout-index-index .lux68-checkout-mobile-menu__foot,
body.checkout-cart-index .lux68-checkout-mobile-menu__foot {
    display: grid;
    gap: 10px;
    padding: 16px 18px 20px;
    border-top: 1px solid #ece6dc;
}

body.checkout-index-index .lux68-checkout-mobile-menu__utility,
body.checkout-cart-index .lux68-checkout-mobile-menu__utility {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

html.lux68-checkout-menu-open,
html.lux68-checkout-menu-open body {
    overflow: hidden !important;
}

body.checkout-index-index .sr-only,
body.checkout-cart-index .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (min-width: 1024px) {
    body.checkout-index-index,
    body.checkout-cart-index {
        --lux68-checkout-header-offset: 94px;
    }

    body.checkout-index-index .lux68-checkout-header-shell,
    body.checkout-cart-index .lux68-checkout-header-shell {
        margin-top: 10px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__bar,
    body.checkout-cart-index .lux68-checkout-header-shell__bar {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 48px;
        gap: 24px;
        padding: 0 20px;
        border-radius: 14px;
    }

    body.checkout-index-index .lux68-checkout-header-shell__toggle,
    body.checkout-cart-index .lux68-checkout-header-shell__toggle,
    body.checkout-index-index .lux68-checkout-header-shell__mobile-shortcuts,
    body.checkout-cart-index .lux68-checkout-header-shell__mobile-shortcuts {
        display: none !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__brand,
    body.checkout-cart-index .lux68-checkout-header-shell__brand {
        justify-content: flex-start;
    }

    body.checkout-index-index .lux68-checkout-header-shell__wordmark,
    body.checkout-cart-index .lux68-checkout-header-shell__wordmark {
        font-size: 1.22rem;
        letter-spacing: 0.15em;
    }

    body.checkout-index-index .lux68-checkout-header-shell__desktop-nav,
    body.checkout-cart-index .lux68-checkout-header-shell__desktop-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
    }

    body.checkout-index-index .lux68-checkout-header-shell__desktop-link,
    body.checkout-cart-index .lux68-checkout-header-shell__desktop-link {
        color: #332d27;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        font-size: 0.64rem;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    body.checkout-index-index,
    body.checkout-cart-index {
        --lux68-checkout-header-offset: 108px;
    }

    body.checkout-index-index .lux68-checkout-header-shell,
    body.checkout-cart-index .lux68-checkout-header-shell {
        width: 100vw;
        max-width: 100vw;
        margin-top: 0 !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__bar,
    body.checkout-cart-index .lux68-checkout-header-shell__bar {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        padding: 0 14px;
    }

    body.checkout-index-index .lux68-checkout-header-shell__mobile-shortcuts,
    body.checkout-cart-index .lux68-checkout-header-shell__mobile-shortcuts {
        padding: 0.3rem 0.8rem 0.1rem;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: var(--lux68-checkout-header-offset) !important;
    }
}

/* August 28, 2026 checkout stabilization overrides */
body.checkout-index-index .lux68-checkout-nav,
body.checkout-cart-index .lux68-checkout-nav {
    display: block !important;
}

body.checkout-index-index .lux68-checkout-nav__inner,
body.checkout-cart-index .lux68-checkout-nav__inner {
    display: flex !important;
    min-width: 0 !important;
}

body.checkout-index-index .lux68-checkout-nav__link,
body.checkout-cart-index .lux68-checkout-nav__link {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

body.checkout-index-index .checkout-container,
body.checkout-cart-index .checkout-container,
body.checkout-index-index .checkout-container > *,
body.checkout-cart-index .checkout-container > *,
body.checkout-index-index .opc-wrapper,
body.checkout-index-index .opc-sidebar,
body.checkout-index-index .opc-summary-wrapper,
body.checkout-index-index .opc-block-summary,
body.checkout-cart-index .opc-wrapper,
body.checkout-cart-index .opc-sidebar,
body.checkout-cart-index .opc-summary-wrapper,
body.checkout-cart-index .opc-block-summary {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

body.checkout-index-index .table-checkout-shipping-method .col.col-method label,
body.checkout-index-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-method label,
body.checkout-cart-index .table-checkout-shipping-method .col.col-carrier,
body.checkout-cart-index .table-checkout-shipping-method .col.col-price,
body.checkout-index-index .payment-method-title .label,
body.checkout-index-index .payment-option-title .label,
body.checkout-index-index .payment-method-title .label label,
body.checkout-index-index .payment-option-title .label label,
body.checkout-cart-index .payment-method-title .label,
body.checkout-cart-index .payment-option-title .label,
body.checkout-cart-index .payment-method-title .label label,
body.checkout-cart-index .payment-option-title .label label {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

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

@media (max-width: 1024px) {
    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding: 0.75rem 1rem 0.65rem !important;
    }

    body.checkout-index-index .checkout-container,
    body.checkout-cart-index .checkout-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.8rem !important;
    }

    body.checkout-index-index .page-footer,
    body.checkout-cart-index .page-footer {
        margin-top: 0.65rem !important;
    }
}

@media (max-width: 767px) {
    body.checkout-index-index .lux68-checkout-nav,
    body.checkout-cart-index .lux68-checkout-nav {
        width: calc(100vw - 1.5rem) !important;
        margin-top: 0.4rem !important;
        padding: 0 !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    body.checkout-index-index .lux68-checkout-nav__inner,
    body.checkout-cart-index .lux68-checkout-nav__inner {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 0.35rem !important;
        min-width: max-content !important;
        padding: 0 0.1rem 0.1rem !important;
    }

    body.checkout-index-index .lux68-checkout-nav__link,
    body.checkout-cart-index .lux68-checkout-nav__link {
        font-size: 0.56rem !important;
        letter-spacing: 0.04em !important;
        padding: 0.16rem 0.22rem !important;
    }

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

    body.checkout-index-index .checkout-container,
    body.checkout-cart-index .checkout-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.65rem !important;
    }

    body.checkout-index-index .page-footer,
    body.checkout-cart-index .page-footer {
        margin-top: 0.45rem !important;
    }
}

@font-face {
    font-family: "Lux68 Sans";
    src: url("/static/frontend/Lux68/default/en_US/fonts/lux68-sans-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lux68 Sans";
    src: url("/static/frontend/Lux68/default/en_US/fonts/lux68-sans-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lux68 Mono";
    src: url("/static/frontend/Lux68/default/en_US/fonts/lux68-mono.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

: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);
    --lux68-checkout-shell-width: min(1180px, calc(100vw - 2rem));
}

body.checkout-index-index,
body.checkout-cart-index {
    background: var(--lux68-checkout-bg) !important;
    color: var(--lux68-checkout-text) !important;
    font-family: "Lux68 Sans", 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 .page-wrapper,
body.checkout-cart-index .page-wrapper {
    min-height: 0 !important;
    display: block !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 .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-index-index .checkout-header,
body.checkout-index-index .sections.nav-sections,
body.checkout-index-index .compare.wrapper,
body.checkout-cart-index .page-title-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,
body.checkout-cart-index .checkout-header,
body.checkout-cart-index .sections.nav-sections,
body.checkout-cart-index .compare.wrapper {
    display: none !important;
}

body.checkout-index-index .page-header,
body.checkout-cart-index .page-header {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !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;
    width: 100%;
    min-height: 28px;
    background: var(--lux68-checkout-dark);
    color: #ffffff;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    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: var(--lux68-checkout-shell-width) !important;
    max-width: 1180px !important;
    margin: 10px auto 0 !important;
    padding: 0 18px !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 8px rgba(28, 24, 16, 0.08) !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;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: none !important;
    text-decoration: 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: 24px !important;
}

body.checkout-index-index .page-header .lux68-logo__wordmark,
body.checkout-cart-index .page-header .lux68-logo__wordmark {
    display: inline-block !important;
    color: var(--lux68-checkout-text) !important;
    font-family: "Lux68 Sans", Arial, sans-serif !important;
    font-size: 1.55rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 1rem 1rem 1.4rem !important;
    flex: none !important;
}

body.checkout-index-index .lux68-checkout-nav,
body.checkout-cart-index .lux68-checkout-nav {
    width: var(--lux68-checkout-shell-width);
    max-width: 1180px;
    margin: 0.55rem auto 0;
    padding: 0 0.25rem;
}

body.checkout-index-index .lux68-checkout-nav__inner,
body.checkout-cart-index .lux68-checkout-nav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem 1rem;
}

body.checkout-index-index .lux68-checkout-nav__link,
body.checkout-cart-index .lux68-checkout-nav__link {
    color: #544d44;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.checkout-index-index .lux68-checkout-nav__link:hover,
body.checkout-cart-index .lux68-checkout-nav__link:hover {
    color: var(--lux68-checkout-text);
}

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;
    border-radius: 24px !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;
    border-radius: 24px !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 .checkout-shipping-method .methods-shipping,
body.checkout-cart-index .checkout-shipping-method .methods-shipping {
    padding: 1rem 1rem 0.65rem !important;
}

body.checkout-index-index .table-checkout-shipping-method tbody,
body.checkout-cart-index .table-checkout-shipping-method tbody {
    display: grid !important;
    gap: 0.75rem !important;
}

body.checkout-index-index .table-checkout-shipping-method tbody tr,
body.checkout-cart-index .table-checkout-shipping-method tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    width: 100% !important;
    padding: 0.9rem 0.95rem !important;
    border: 1px solid var(--lux68-checkout-border-soft) !important;
    border-radius: 16px !important;
    background: #f6f4ef !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 .payment-method-title .field.choice,
body.checkout-index-index .payment-option-title .field.choice,
body.checkout-index-index .payment-method-title .choice,
body.checkout-index-index .payment-option-title .choice,
body.checkout-cart-index .payment-method-title .field.choice,
body.checkout-cart-index .payment-option-title .field.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.7rem !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0.25rem 0 !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;
    flex: 0 0 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin: 0.18rem 0 0 !important;
    transform: 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 {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--lux68-checkout-text) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !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 {
        width: calc(100vw - 2rem) !important;
        max-width: none !important;
    }

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

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

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

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

    body.checkout-index-index .page-footer,
    body.checkout-cart-index .page-footer {
        margin-top: 1rem !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.52rem;
        letter-spacing: 0.04em;
        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 {
        width: calc(100vw - 1.5rem) !important;
        margin-top: 8px !important;
        padding: 0 14px !important;
        min-height: 46px !important;
        border-radius: 18px !important;
    }

    body.checkout-index-index .lux68-checkout-nav,
    body.checkout-cart-index .lux68-checkout-nav {
        width: calc(100vw - 1.5rem) !important;
        margin-top: 0.45rem !important;
        padding: 0 !important;
    }

    body.checkout-index-index .lux68-checkout-nav__inner,
    body.checkout-cart-index .lux68-checkout-nav__inner {
        gap: 0.3rem 0.8rem;
    }

    body.checkout-index-index .lux68-checkout-nav__link,
    body.checkout-cart-index .lux68-checkout-nav__link {
        font-size: 0.58rem;
        letter-spacing: 0.05em;
    }

    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: 22px !important;
    }

    body.checkout-index-index .page-header .lux68-logo__wordmark,
    body.checkout-cart-index .page-header .lux68-logo__wordmark {
        font-size: 1.28rem !important;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding: 0.7rem 0.75rem 0.85rem !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: 0.95rem !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 20px !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 .checkout-container,
    body.checkout-cart-index .checkout-container {
        gap: 0.75rem !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.8rem 0.85rem !important;
        border: 1px solid var(--lux68-checkout-border-soft) !important;
        border-radius: 14px !important;
        background: #f6f4ef !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: 2rem !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: 2rem !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.85rem 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.9rem !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        white-space: normal !important;
        line-height: 1.45 !important;
        overflow-wrap: anywhere !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 .page-footer,
body.checkout-cart-index .page-footer {
    margin-top: 2.5rem !important;
    background: transparent !important;
    border: 0 !important;
}

body.checkout-index-index .page-footer .footer.content,
body.checkout-cart-index .page-footer .footer.content {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 1rem 2rem !important;
    background: transparent !important;
}

body.checkout-index-index .page-footer .block.newsletter,
body.checkout-index-index .page-footer .footer.links,
body.checkout-index-index .page-footer .bugs,
body.checkout-index-index .page-footer .copyright,
body.checkout-cart-index .page-footer .block.newsletter,
body.checkout-cart-index .page-footer .footer.links,
body.checkout-cart-index .page-footer .bugs,
body.checkout-cart-index .page-footer .copyright {
    display: none !important;
}

body.checkout-index-index .lux68-eyebrow,
body.checkout-cart-index .lux68-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-footer,
body.checkout-cart-index .lux68-footer {
    padding: 2.4rem 2rem 1.4rem;
    border-radius: 32px;
    background: #201b16;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(20, 17, 11, 0.14);
}

body.checkout-index-index .lux68-footer__top,
body.checkout-cart-index .lux68-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 420px) 1fr;
    gap: 1.5rem;
    align-items: end;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.checkout-index-index .lux68-newsletter-form,
body.checkout-cart-index .lux68-newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

body.checkout-index-index .lux68-newsletter-form input,
body.checkout-cart-index .lux68-newsletter-form input {
    flex: 1 1 auto;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 0 16px;
}

body.checkout-index-index .lux68-newsletter-form input::placeholder,
body.checkout-cart-index .lux68-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.74);
}

body.checkout-index-index .lux68-newsletter-form button,
body.checkout-cart-index .lux68-newsletter-form button {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-footer__grid,
body.checkout-cart-index .lux68-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    padding: 2rem 0 1.75rem;
}

body.checkout-index-index .lux68-footer__brand p,
body.checkout-index-index .lux68-footer__list,
body.checkout-index-index .lux68-footer__meta p,
body.checkout-cart-index .lux68-footer__brand p,
body.checkout-cart-index .lux68-footer__list,
body.checkout-cart-index .lux68-footer__meta p {
    margin: 0;
}

body.checkout-index-index .lux68-footer__brand p,
body.checkout-cart-index .lux68-footer__brand p {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
    line-height: 1.65;
}

body.checkout-index-index .lux68-footer__logo-wordmark,
body.checkout-cart-index .lux68-footer__logo-wordmark {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

body.checkout-index-index .lux68-footer__logo-text,
body.checkout-cart-index .lux68-footer__logo-text {
    display: inline-block;
    font-size: 1.28rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-footer__list,
body.checkout-cart-index .lux68-footer__list {
    padding: 0;
    list-style: none;
}

body.checkout-index-index .lux68-footer__list li + li,
body.checkout-cart-index .lux68-footer__list li + li {
    margin-top: 0.7rem;
}

body.checkout-index-index .lux68-footer__list a,
body.checkout-index-index .lux68-footer__policies a,
body.checkout-index-index .lux68-footer__social,
body.checkout-cart-index .lux68-footer__list a,
body.checkout-cart-index .lux68-footer__policies a,
body.checkout-cart-index .lux68-footer__social {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

body.checkout-index-index .lux68-footer__social-row,
body.checkout-index-index .lux68-footer__meta,
body.checkout-cart-index .lux68-footer__social-row,
body.checkout-cart-index .lux68-footer__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.checkout-index-index .lux68-footer__socials,
body.checkout-index-index .lux68-footer__policies,
body.checkout-cart-index .lux68-footer__socials,
body.checkout-cart-index .lux68-footer__policies {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

body.checkout-index-index .lux68-footer__social,
body.checkout-cart-index .lux68-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-footer__certification,
body.checkout-cart-index .lux68-footer__certification {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 0 1.25rem;
}

body.checkout-index-index .lux68-footer__country,
body.checkout-index-index .lux68-footer__meta-copy,
body.checkout-cart-index .lux68-footer__country,
body.checkout-cart-index .lux68-footer__meta-copy {
    margin: 0;
}

body.checkout-index-index .lux68-footer__country,
body.checkout-cart-index .lux68-footer__country {
    color: #ffffff;
    font-family: "Lux68 Mono", ui-monospace, monospace;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.checkout-index-index .lux68-footer__meta-copy,
body.checkout-cart-index .lux68-footer__meta-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

@media (max-width: 767px) {
    body.checkout-index-index .page-footer,
    body.checkout-cart-index .page-footer {
        margin-top: 0.85rem !important;
    }

    body.checkout-index-index .page-footer .footer.content,
    body.checkout-cart-index .page-footer .footer.content {
        padding: 0 0.75rem 1rem !important;
    }

    body.checkout-index-index .lux68-footer,
    body.checkout-cart-index .lux68-footer {
        padding: 1.4rem 1rem 1rem;
        border-radius: 24px;
    }

    body.checkout-index-index .lux68-footer__top,
    body.checkout-index-index .lux68-footer__grid,
    body.checkout-index-index .lux68-footer__social-row,
    body.checkout-index-index .lux68-footer__meta,
    body.checkout-cart-index .lux68-footer__top,
    body.checkout-cart-index .lux68-footer__grid,
    body.checkout-cart-index .lux68-footer__social-row,
    body.checkout-cart-index .lux68-footer__meta {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    body.checkout-index-index .lux68-newsletter-form,
    body.checkout-cart-index .lux68-newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    body.checkout-index-index .lux68-newsletter-form button,
    body.checkout-cart-index .lux68-newsletter-form button {
        width: 100%;
    }

    body.checkout-index-index .lux68-footer__grid,
    body.checkout-cart-index .lux68-footer__grid {
        gap: 1.4rem;
        padding: 1.5rem 0 1.25rem;
    }
}

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;
    }
}

/* August 28, 2026 true terminal checkout header offset override */
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 {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    padding-top: 132px !important;
}

@media (min-width: 1024px) {
    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: 98px !important;
    }
}

/* August 28, 2026 authoritative floating checkout header */
body.checkout-index-index .page-header,
body.checkout-cart-index .page-header {
    display: none !important;
}

body.checkout-index-index .lux68-checkout-header-shell,
body.checkout-cart-index .lux68-checkout-header-shell {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: auto !important;
}

body.checkout-index-index .lux68-checkout-header-shell__promo,
body.checkout-cart-index .lux68-checkout-header-shell__promo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    background: #1f1d1b !important;
    color: #ffffff !important;
    font-family: "Lux68 Mono", ui-monospace, monospace !important;
    font-size: 0.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

body.checkout-index-index .lux68-checkout-header-shell__inner,
body.checkout-cart-index .lux68-checkout-header-shell__inner {
    width: min(100%, 1180px) !important;
    margin: 0 auto !important;
    padding: 8px 12px 0 !important;
}

body.checkout-index-index .lux68-checkout-header-shell__bar,
body.checkout-cart-index .lux68-checkout-header-shell__bar {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    border: 1px solid var(--lux68-checkout-border) !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 8px rgba(28, 24, 16, 0.08) !important;
}

body.checkout-index-index .lux68-checkout-header-shell__brand,
body.checkout-cart-index .lux68-checkout-header-shell__brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #111111 !important;
    text-decoration: none !important;
}

body.checkout-index-index .lux68-checkout-header-shell__wordmark,
body.checkout-cart-index .lux68-checkout-header-shell__wordmark {
    display: inline-block !important;
    color: #111111 !important;
    font-family: "Lux68 Sans", Arial, sans-serif !important;
    font-size: 1.18rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

body.checkout-index-index .lux68-checkout-header-shell__toggle,
body.checkout-cart-index .lux68-checkout-header-shell__toggle,
body.checkout-index-index .lux68-checkout-header-shell__action,
body.checkout-cart-index .lux68-checkout-header-shell__action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #212121 !important;
}

body.checkout-index-index .lux68-checkout-header-shell__actions,
body.checkout-cart-index .lux68-checkout-header-shell__actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 2px !important;
}

body.checkout-index-index .lux68-checkout-header-shell__desktop-nav,
body.checkout-cart-index .lux68-checkout-header-shell__desktop-nav,
body.checkout-index-index .lux68-checkout-header-shell__mobile-shortcuts,
body.checkout-cart-index .lux68-checkout-header-shell__mobile-shortcuts {
    display: none !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    padding-top: 104px !important;
}

@media (min-width: 1024px) {
    body.checkout-index-index .lux68-checkout-header-shell__inner,
    body.checkout-cart-index .lux68-checkout-header-shell__inner {
        padding: 10px 18px 0 !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__bar,
    body.checkout-cart-index .lux68-checkout-header-shell__bar {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        min-height: 48px !important;
        gap: 24px !important;
        padding: 0 20px !important;
        border-radius: 14px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__toggle,
    body.checkout-cart-index .lux68-checkout-header-shell__toggle {
        display: none !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__brand,
    body.checkout-cart-index .lux68-checkout-header-shell__brand {
        justify-content: flex-start !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__wordmark,
    body.checkout-cart-index .lux68-checkout-header-shell__wordmark {
        font-size: 1.22rem !important;
        letter-spacing: 0.15em !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__desktop-nav,
    body.checkout-cart-index .lux68-checkout-header-shell__desktop-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 22px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__desktop-link,
    body.checkout-cart-index .lux68-checkout-header-shell__desktop-link {
        color: #332d27 !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.14em !important;
        font-size: 0.64rem !important;
        font-weight: 700 !important;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: 92px !important;
    }
}

@media (max-width: 767px) {
    body.checkout-index-index .lux68-checkout-header-shell__promo,
    body.checkout-cart-index .lux68-checkout-header-shell__promo {
        font-size: 0.52rem !important;
        letter-spacing: 0.04em !important;
        padding: 0 10px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__inner,
    body.checkout-cart-index .lux68-checkout-header-shell__inner {
        width: 100% !important;
        padding: 8px 0 0 !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__bar,
    body.checkout-cart-index .lux68-checkout-header-shell__bar {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        padding: 0 14px !important;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: 98px !important;
    }
}

/* August 28, 2026 checkout final structure sync with homepage */
body.checkout-index-index,
body.checkout-cart-index {
    --lux68-checkout-shell-width: calc(100vw - 2rem);
}

body.checkout-index-index .lux68-checkout-header-shell__inner,
body.checkout-cart-index .lux68-checkout-header-shell__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.checkout-index-index .lux68-checkout-header-shell__promo,
body.checkout-cart-index .lux68-checkout-header-shell__promo {
    min-height: 28px !important;
    padding: 4px 10px !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    line-height: 1 !important;
}

body.checkout-index-index .lux68-checkout-header-shell__bar,
body.checkout-cart-index .lux68-checkout-header-shell__bar {
    width: 100% !important;
    min-height: 46px !important;
    padding: 4px 16px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 6px rgba(33, 33, 33, 0.08) !important;
}

body.checkout-index-index .lux68-checkout-header-shell__wordmark,
body.checkout-cart-index .lux68-checkout-header-shell__wordmark {
    font-size: 1.12rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
}

body.checkout-index-index .lux68-checkout-header-shell__toggle,
body.checkout-cart-index .lux68-checkout-header-shell__toggle,
body.checkout-index-index .lux68-checkout-header-shell__action,
body.checkout-cart-index .lux68-checkout-header-shell__action {
    width: 26px !important;
    height: 26px !important;
}

body.checkout-index-index .lux68-checkout-header-shell__desktop-nav,
body.checkout-cart-index .lux68-checkout-header-shell__desktop-nav,
body.checkout-index-index .lux68-checkout-header-shell__mobile-shortcuts,
body.checkout-cart-index .lux68-checkout-header-shell__mobile-shortcuts {
    display: none !important;
}

body.checkout-index-index .page-main,
body.checkout-cart-index .page-main {
    width: min(1600px, calc(100vw - 2rem)) !important;
    max-width: min(1600px, calc(100vw - 2rem)) !important;
    margin: 0 auto !important;
    padding-top: 92px !important;
}

body.checkout-index-index .checkout-container,
body.checkout-cart-index .checkout-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
    align-items: start !important;
    gap: 24px !important;
    width: 100% !important;
}

body.checkout-index-index .opc-wrapper,
body.checkout-cart-index .opc-wrapper {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: none !important;
}

body.checkout-index-index .opc-sidebar,
body.checkout-cart-index .opc-sidebar {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 420px !important;
    margin-left: auto !important;
    position: sticky !important;
    top: 104px !important;
}

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

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

body.checkout-index-index .opc-sidebar .product-image-container,
body.checkout-cart-index .opc-sidebar .product-image-container {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !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 {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
}

body.checkout-index-index .page-footer.lux68-checkout-footer-container,
body.checkout-cart-index .page-footer.lux68-checkout-footer-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
}

@media (min-width: 1024px) {
    body.checkout-index-index .lux68-checkout-header-shell__promo,
    body.checkout-cart-index .lux68-checkout-header-shell__promo {
        min-height: 24px !important;
        padding: 3px 10px !important;
        font-size: 9px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__inner,
    body.checkout-cart-index .lux68-checkout-header-shell__inner {
        padding: 1px 14px 0 !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__bar,
    body.checkout-cart-index .lux68-checkout-header-shell__bar {
        grid-template-columns: auto 1fr auto !important;
        gap: 24px !important;
        min-height: 48px !important;
        padding: 4px 20px !important;
        border-left: 1px solid var(--lux68-checkout-border) !important;
        border-right: 1px solid var(--lux68-checkout-border) !important;
        border-radius: 14px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__toggle,
    body.checkout-cart-index .lux68-checkout-header-shell__toggle {
        display: none !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__brand,
    body.checkout-cart-index .lux68-checkout-header-shell__brand {
        justify-content: flex-start !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__wordmark,
    body.checkout-cart-index .lux68-checkout-header-shell__wordmark {
        font-size: 1.22rem !important;
        letter-spacing: 0.15em !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__desktop-nav,
    body.checkout-cart-index .lux68-checkout-header-shell__desktop-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 22px !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__desktop-link,
    body.checkout-cart-index .lux68-checkout-header-shell__desktop-link {
        color: #332d27 !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.14em !important;
        font-size: 0.64rem !important;
        font-weight: 700 !important;
    }

    body.checkout-index-index .lux68-checkout-header-shell__action,
    body.checkout-cart-index .lux68-checkout-header-shell__action {
        width: 28px !important;
        height: 28px !important;
    }

    body.checkout-index-index .page-main,
    body.checkout-cart-index .page-main {
        padding-top: 88px !important;
    }
}

@media (max-width: 1023px) {
    body.checkout-index-index .lux68-checkout-header-shell,
    body.checkout-cart-index .lux68-checkout-header-shell,
    body.checkout-index-index .lux68-checkout-header-shell__promo,
    body.checkout-cart-index .lux68-checkout-header-shell__promo,
    body.checkout-index-index .lux68-checkout-header-shell__bar,
    body.checkout-cart-index .lux68-checkout-header-shell__bar {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        transform: none !important;
    }

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

    body.checkout-index-index .checkout-container,
    body.checkout-cart-index .checkout-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.85rem !important;
    }

    body.checkout-index-index .opc-wrapper,
    body.checkout-cart-index .opc-wrapper {
        order: 1 !important;
    }

    body.checkout-index-index .opc-sidebar,
    body.checkout-cart-index .opc-sidebar {
        order: 2 !important;
        position: static !important;
        top: auto !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}
