:root {
    --lux-market-yellow: rgb(255, 214, 0);
    --lux-market-ink: #202124;
    --lux-market-muted: #70757d;
    --lux-market-line: #e7e8ea;
    --lux-market-bg: #f5f6f8;
    --lux-market-white: #fff;
    --lux-market-danger: #c63d3d;
    --lux-market-radius: 16px;
}

.cart-dropdown > a[aria-label="Корзина"] {
    position: relative;
}

.cart-dropdown > a[aria-label="Корзина"],
.cart-dropdown > a[aria-label="Instagram"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #292b2f;
    box-shadow: none;
    transition: transform .18s ease, filter .18s ease;
}

.cart-dropdown > a[aria-label="Корзина"]:hover,
.cart-dropdown > a[aria-label="Корзина"]:focus,
.cart-dropdown > a[aria-label="Instagram"]:hover,
.cart-dropdown > a[aria-label="Instagram"]:focus {
    outline: 0;
    background: transparent;
    box-shadow: none;
    filter: saturate(1.08) brightness(1.03);
    transform: translateY(-1px) scale(1.04);
}

.lux-header-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.lux-header-action-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cart-dropdown > a[aria-label="Instagram"] .lux-header-action-icon {
    opacity: .88;
    filter: saturate(.76);
    transition: opacity .18s ease, filter .18s ease;
}

.cart-dropdown > a[aria-label="Instagram"]:hover .lux-header-action-icon,
.cart-dropdown > a[aria-label="Instagram"]:focus .lux-header-action-icon {
    opacity: .96;
    filter: saturate(.88);
}

@media (max-width: 767px) {
    .cart-dropdown > a[aria-label="Корзина"],
    .cart-dropdown > a[aria-label="Instagram"] {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }

    .lux-header-action-icon svg {
        width: 32px;
        height: 32px;
    }
}

.lux-cart-variety-count {
    position: absolute;
    z-index: 2;
    top: -8px;
    right: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--lux-market-yellow);
    color: #171717;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
    pointer-events: none;
}

.lux-cart-variety-count[hidden] {
    display: none !important;
}

.lux-choice--disabled {
    opacity: .48;
    cursor: not-allowed;
    filter: grayscale(.25);
}

.lux-choice--disabled:hover {
    border-color: var(--lux-market-line);
    box-shadow: none;
}

.lux-choice[hidden] {
    display: none !important;
}

.lux-cart-item__installation {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    background: var(--lux-market-yellow);
    color: #171717;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.15;
    box-shadow: 0 4px 12px rgba(255, 214, 0, .28);
}

.lux-cart-item__installation[hidden] {
    display: none !important;
}

/* Floating free-installation promo */
.fir > div {
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e3e6;
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -6px 24px rgba(31, 35, 41, .14);
    backdrop-filter: blur(10px);
}

.fir > div::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--lux-market-yellow);
    content: '';
}

.fir > .ivyphone {
    float: none;
    width: 100%;
    margin: 0;
}

.fir > .ivyphone > p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 12px 14px 2px;
    color: #202124;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.fir .phoneivywhite {
    position: static;
    float: none;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    margin: 0 7px 0 0;
    padding: 5px;
    border-radius: 8px;
    background: var(--lux-market-yellow);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23171717' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
    filter: none;
    opacity: 1;
}

.fir > .ivyphone > p.fir-2 {
    display: block;
    margin: 0;
    padding: 0 14px 9px !important;
    color: #6f747b;
    font-size: 11px;
    font-weight: 550 !important;
    line-height: 1.25;
}

@media (max-width: 900px) {
    .fir > .ivyphone > p {
        width: auto;
        padding: 11px 12px 2px;
        font-size: 12px;
    }

    .fir > .ivyphone > p.fir-2 {
        padding: 0 12px 8px !important;
        font-size: 10px;
    }
}
/* /Floating free-installation promo */

.page-content.bask {
    padding: 28px 0 64px;
    background: var(--lux-market-bg);
}

.lux-checkout {
    width: 1188px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--lux-market-ink);
}

.lux-checkout *,
.lux-order * {
    box-sizing: border-box;
}

.lux-checkout__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.lux-checkout__heading h1,
.lux-checkout__heading h2 {
    margin: 2px 0 0;
    color: var(--lux-market-ink);
    font-size: 32px;
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -.03em;
    text-transform: none;
}

.lux-checkout__eyebrow {
    color: #927b00;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lux-checkout__count,
.lux-checkout__secure {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff7cc;
    color: #6b5a00;
    font-size: 13px;
    font-weight: 650;
}

.lux-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 20px;
    align-items: start;
}

.lux-cart__list {
    min-width: 0;
}

.lux-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 310px;
    gap: 20px;
    align-items: center;
    min-height: 148px;
    margin-bottom: 12px;
    padding: 18px;
    border: 1px solid transparent;
    border-radius: var(--lux-market-radius);
    background: var(--lux-market-white);
    box-shadow: 0 5px 20px rgba(31, 35, 41, .055);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.lux-cart-item:hover {
    border-color: #dedfe2;
    box-shadow: 0 9px 28px rgba(31, 35, 41, .09);
}

.lux-cart-item__media {
    width: 112px;
    height: 112px;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #f1f2f3;
}

.lux-cart-item__media a,
.lux-cart-item__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.lux-cart-item__media img {
    object-fit: cover;
}

.lux-cart-item__info {
    min-width: 0;
}

.lux-cart-item__title {
    margin: 0 0 10px;
    color: var(--lux-market-ink);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.35;
    text-transform: none;
}

.lux-cart-item__title a {
    color: inherit;
}

.lux-cart-item__title a:hover {
    color: #8a7300;
}

.lux-cart-item__options,
.lux-cart-item__unit-price {
    color: var(--lux-market-muted);
    font-size: 13px;
    line-height: 1.45;
}

.lux-cart-item__controls {
    display: grid;
    grid-template-columns: 146px minmax(100px, 1fr) 38px;
    gap: 14px;
    align-items: end;
}

.lux-cart-quantity {
    margin: 0;
}

.lux-cart-quantity label,
.lux-cart-item__total-label {
    display: block;
    margin-bottom: 6px;
    color: var(--lux-market-muted);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.2;
    text-transform: uppercase;
}

.lux-cart-quantity__row {
    display: flex;
    height: 42px;
    overflow: hidden;
    border: 1px solid #d9dade;
    border-radius: 10px;
    background: #fff;
}

.lux-cart-quantity__row:focus-within {
    border-color: var(--lux-market-yellow);
    box-shadow: 0 0 0 3px rgba(255, 214, 0, .18);
}

.lux-cart-quantity__row input[name="count"] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--lux-market-ink);
    font-size: 14px;
    font-weight: 650;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.lux-cart-quantity__row input[name="count"]::-webkit-inner-spin-button,
.lux-cart-quantity__row input[name="count"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.lux-cart-quantity__row input[type="submit"][hidden] {
    display: none !important;
}

.lux-cart-quantity__row button {
    display: inline-flex !important;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    padding: 0;
    border: 0;
    border-left: 1px solid #e6e7e9;
    background: #f7f7f8;
    color: #555b63;
    font-size: 20px;
    cursor: pointer;
}

.lux-cart-quantity__row .lux-cart-quantity__step--minus {
    border-right: 1px solid #e6e7e9;
    border-left: 0;
}

.lux-cart-quantity__row button:hover {
    background: var(--lux-market-yellow);
    color: #171717;
}

.lux-cart-quantity__row button svg,
.lux-cart-remove button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lux-cart-item__total strong {
    display: block;
    color: var(--lux-market-ink);
    font-size: 17px;
    font-weight: 750;
    line-height: 42px;
    white-space: nowrap;
}

.lux-cart-remove {
    margin: 0;
}

.lux-cart-remove button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #f7f7f8;
    color: #8d9299;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.lux-cart-remove button:hover {
    background: #fff0f0;
    color: var(--lux-market-danger);
}

.lux-cart-clean {
    margin: 16px 0 0;
}

.lux-cart-clean button {
    padding: 0;
    border: 0;
    border-bottom: 1px dashed currentColor;
    background: transparent;
    color: #8a8f96;
    font-size: 13px;
    cursor: pointer;
}

.lux-cart-clean button:hover {
    color: var(--lux-market-danger);
}

.lux-cart-summary,
.lux-order-total {
    padding: 22px;
    border: 1px solid #e2e3e5;
    border-radius: var(--lux-market-radius);
    background: var(--lux-market-white);
    box-shadow: 0 8px 30px rgba(31, 35, 41, .07);
}

.lux-cart-summary {
    position: sticky;
    top: 92px;
}

.lux-cart-summary__label {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 750;
}

.lux-cart-summary__row,
.lux-cart-summary__total {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.lux-cart-summary__row {
    padding-bottom: 16px;
    color: var(--lux-market-muted);
    font-size: 14px;
}

.lux-cart-summary__total {
    align-items: flex-end;
    padding: 18px 0;
    border-top: 1px solid var(--lux-market-line);
}

.lux-cart-summary__total span {
    font-size: 14px;
    font-weight: 650;
}

.lux-cart-summary__total strong {
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}

.lux-cart-summary p,
.lux-order-total p {
    margin: 12px 0 0;
    color: #8a8f96;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.lux-market-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: var(--lux-market-yellow);
    color: #171717;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: filter .16s ease, transform .16s ease, box-shadow .16s ease;
}

.lux-market-button:hover,
.lux-market-button:focus {
    color: #171717;
    filter: brightness(.97);
    box-shadow: 0 8px 18px rgba(190, 159, 0, .22);
}

.lux-market-button:active {
    transform: translateY(1px);
}

.lux-market-button--block {
    width: 100%;
}

.lux-checkout__heading--order {
    margin-top: 52px;
}

.lux-order__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr);
    gap: 20px;
    align-items: start;
}

.lux-order__main,
.lux-order__side {
    display: grid;
    gap: 16px;
}

.lux-order-card {
    padding: 24px;
    border: 1px solid #e7e8ea;
    border-radius: var(--lux-market-radius);
    background: #fff;
    box-shadow: 0 5px 20px rgba(31, 35, 41, .045);
}

.lux-order-card__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.lux-order-card__head--compact {
    margin-bottom: 16px;
}

.lux-order-card__number {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--lux-market-yellow);
    color: #171717;
    font-size: 14px;
    font-weight: 800;
}

.lux-order-card h3 {
    margin: 0;
    color: var(--lux-market-ink);
    font-size: 19px;
    font-weight: 750;
    line-height: 1.3;
    text-transform: none;
}

.lux-order-card__head p {
    margin: 4px 0 0;
    color: var(--lux-market-muted);
    font-size: 12px;
    line-height: 1.4;
}

.lux-order-fields {
    display: grid;
    gap: 16px;
}

.lux-order-fields--two {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
}

.lux-field {
    display: block;
    margin: 0;
}

.lux-field > span {
    display: block;
    margin-bottom: 7px;
    color: #555b63;
    font-size: 12px;
    font-weight: 650;
}

.lux-field > span b {
    color: #d63c3c;
}

.lux-field input,
.lux-field textarea {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #d9dade;
    border-radius: 11px;
    outline: 0;
    background: #fff;
    color: var(--lux-market-ink);
    font-family: inherit;
    font-size: 14px;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.lux-field textarea {
    height: 94px;
    padding-top: 12px;
    resize: vertical;
}

.lux-field input:focus,
.lux-field textarea:focus {
    border-color: var(--lux-market-yellow);
    box-shadow: 0 0 0 3px rgba(255, 214, 0, .18);
}

.lux-field input.error,
.lux-field textarea.error {
    border-color: #d74a4a;
    background: #fffafa;
}

.lux-address-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px 100px;
    gap: 12px;
}

.lux-choice-list {
    display: grid;
    gap: 9px;
}

.lux-choice {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 54px;
    margin: 0;
    padding: 13px;
    border: 1px solid #dedfe2;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.lux-choice:hover {
    border-color: #c9cbd0;
}

.lux-choice:has(input:checked) {
    border-color: var(--lux-market-yellow);
    background: #fffdf1;
    box-shadow: 0 0 0 2px rgba(255, 214, 0, .16);
}

.lux-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lux-choice__dot {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 2px solid #b7bbc1;
    border-radius: 50%;
}

.lux-choice input:checked + .lux-choice__dot {
    border-color: #a38800;
}

.lux-choice input:checked + .lux-choice__dot::after {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--lux-market-yellow);
    content: '';
}

.lux-choice__content {
    min-width: 0;
    color: var(--lux-market-ink);
}

.lux-choice__content strong {
    display: block;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.lux-choice__content strong img {
    display: block;
    max-width: 130px;
    max-height: 34px;
}

.lux-choice__content small {
    display: block;
    margin-top: 3px;
    color: var(--lux-market-muted);
    font-size: 11px;
    line-height: 1.35;
}

.lux-order-total {
    position: sticky;
    top: 92px;
    border-color: #ded17d;
}

.lux-order-total > div:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
}

.lux-order-total > div:first-child > span {
    color: var(--lux-market-muted);
    font-size: 13px;
    font-weight: 650;
}

.lux-order-total > div:first-child strong {
    color: var(--lux-market-ink);
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}

.lux-order-total .g-recaptcha {
    width: 304px;
    overflow: hidden;
    transform: scale(.93);
    transform-origin: left top;
    margin-right: -22px;
    margin-bottom: -2px;
}

.lux-empty-cart {
    max-width: 640px;
    margin: 20px auto;
    padding: 54px 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(31, 35, 41, .07);
    text-align: center;
}

.lux-empty-cart__icon {
    margin-bottom: 14px;
    font-size: 42px;
}

.lux-empty-cart h1 {
    margin: 0 0 10px;
    font-size: 28px;
    text-transform: none;
}

.lux-empty-cart p {
    margin: 0 0 22px;
    color: var(--lux-market-muted);
    font-size: 14px;
}

body:has(.lux-order-success) .lux-empty-cart,
body:has(.lux-order-success) #msOrder {
    display: none !important;
}

.lux-order-success {
    max-width: 980px;
    padding-top: 20px;
    padding-bottom: 44px;
}

.lux-order-success__card {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(31, 35, 41, .06);
}

.lux-order-success__hero {
    position: relative;
    padding: 25px 28px 23px;
    overflow: hidden;
    background: linear-gradient(135deg, #fffdf2 0%, #fff7c8 100%);
    text-align: center;
}

.lux-order-success__hero::after {
    position: absolute;
    right: -54px;
    bottom: -80px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 214, 0, .2);
    content: '';
}

.lux-order-success__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    border-radius: 14px;
    background: var(--lux-market-yellow);
    color: #171717;
    box-shadow: none;
}

.lux-order-success__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lux-order-success__hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--lux-market-ink);
    font-size: clamp(23px, 3vw, 29px);
    font-weight: 600;
    line-height: 1.2;
}

.lux-order-success__hero p {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 7px auto 0;
    color: var(--lux-market-muted);
    font-size: 13px;
    line-height: 1.5;
}

.lux-order-success__content {
    padding: 23px 28px 28px;
}

.lux-order-success__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.lux-order-success__heading h2 {
    margin: 0;
    color: var(--lux-market-ink);
    font-size: 17px;
    font-weight: 600;
}

.lux-order-success__products {
    display: grid;
    gap: 0;
}

.lux-order-success__product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 110px 135px;
    gap: 18px;
    align-items: center;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid #eeeeef;
    border-radius: 0;
    background: transparent;
}

.lux-order-success__product:first-child {
    border-top: 1px solid #eeeeef;
}

.lux-order-success__media {
    width: 72px;
    height: 72px;
    margin: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #f5f5f5;
}

.lux-order-success__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-order-success__product-info h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.lux-order-success__product-info h3 a {
    color: var(--lux-market-ink);
}

.lux-order-success__options {
    margin-top: 5px;
    color: var(--lux-market-muted);
    font-size: 12px;
}

.lux-order-success__metric span {
    display: block;
    margin-bottom: 4px;
    color: var(--lux-market-muted);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.lux-order-success__metric strong {
    color: var(--lux-market-ink);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.lux-order-success__metric--price {
    text-align: right;
}

.lux-order-success__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 10px;
    background: #f5f5f6;
}

.lux-order-success__summary span,
.lux-order-success__summary small {
    display: block;
}

.lux-order-success__summary span {
    color: var(--lux-market-ink);
    font-size: 13px;
    font-weight: 500;
}

.lux-order-success__summary small {
    margin-top: 3px;
    color: var(--lux-market-muted);
    font-size: 12px;
}

.lux-order-success__summary > strong {
    color: var(--lux-market-ink);
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.lux-order-success__payment {
    margin-top: 16px;
    padding: 15px;
    border: 1px solid rgba(255, 214, 0, .7);
    border-radius: 12px;
    background: #fffdf1;
    text-align: center;
}

.lux-order-success__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 20px;
}

.lux-order-success__home-link {
    color: #4d4d50;
    font-size: 14px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .lux-order-success {
        padding-top: 14px;
        padding-bottom: 34px;
    }

    .lux-order-success__card {
        border-radius: 16px;
    }

    .lux-order-success__hero {
        padding: 23px 16px 21px;
    }

    .lux-order-success__content {
        padding: 20px 16px 23px;
    }

    .lux-order-success__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .lux-order-success__product {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
    }

    .lux-order-success__media {
        width: 62px;
        height: 62px;
    }

    .lux-order-success__metric {
        padding-top: 10px;
        border-top: 1px solid #ededee;
    }

    .lux-order-success__metric--price {
        text-align: left;
    }

    .lux-order-success__summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .lux-order-success__actions {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .page-content.bask {
        padding-top: 20px;
    }

    .lux-cart__layout,
    .lux-order__layout {
        grid-template-columns: 1fr;
    }

    .lux-cart-summary,
    .lux-order-total {
        position: static;
    }

    .lux-cart-item {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .lux-cart-item__media {
        width: 96px;
        height: 96px;
    }

    .lux-cart-item__controls {
        grid-column: 1 / -1;
        grid-template-columns: 130px minmax(110px, 1fr) 38px;
    }
}

@media screen and (max-width: 575px) {
    .page-content.bask {
        padding: 14px 0 38px;
    }

    .lux-checkout {
        padding-right: 10px;
        padding-left: 10px;
    }

    .lux-checkout__heading {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .lux-checkout__heading h1,
    .lux-checkout__heading h2 {
        font-size: 25px;
    }

    .lux-checkout__count,
    .lux-checkout__secure {
        padding: 6px 9px;
        font-size: 11px;
    }

    .lux-cart-item {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 13px;
        min-height: 0;
        padding: 13px;
        border-radius: 13px;
    }

    .lux-cart-item__media {
        width: 78px;
        height: 78px;
        border-radius: 10px;
    }

    .lux-cart-item__title {
        font-size: 14px;
    }

    .lux-cart-item__controls {
        grid-template-columns: 116px minmax(100px, 1fr) 36px;
        gap: 9px;
    }

    .lux-cart-item__total strong {
        font-size: 15px;
    }

    .lux-cart-summary,
    .lux-order-card,
    .lux-order-total {
        padding: 17px;
        border-radius: 13px;
    }

    .lux-checkout__heading--order {
        margin-top: 38px;
    }

    .lux-order-fields--two,
    .lux-address-grid {
        grid-template-columns: 1fr;
    }

    .lux-order-card__head {
        margin-bottom: 17px;
    }

    .lux-order-card h3 {
        font-size: 17px;
    }

    .lux-order-total .g-recaptcha {
        transform: scale(.86);
        transform-origin: left top;
        margin-right: -44px;
        margin-bottom: -4px;
    }
}
