:root {
    --setk-promo-blue: #283770;
    --setk-promo-blue-dark: #18244f;
    --setk-promo-orange: #ef7f1b;
    --setk-promo-text: #202a3a;
    --setk-promo-muted: #5c6573;
    --setk-promo-light: #f2f5fb;
}

.setk-first-order-banner,
.setk-first-order-modal,
.setk-first-order-checkout,
.setk-first-order-badge,
.setk-first-order-discount-row {
    font-family: "Fira Sans", Arial, sans-serif;
    box-sizing: border-box;
}

.setk-first-order-banner *,
.setk-first-order-modal *,
.setk-first-order-checkout * {
    box-sizing: border-box;
}

.setk-first-order-banner {
    position: relative;
    width: min(1280px, calc(100% - 32px));
    min-height: 470px;
    margin: 34px auto 44px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(118deg, var(--setk-promo-blue) 0%, var(--setk-promo-blue-dark) 100%);
    color: #fff;
    box-shadow: 0 22px 55px rgba(24, 36, 79, .18);
}

.setk-first-order-banner::before,
.setk-first-order-modal__visual::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .055);
}

.setk-first-order-banner::before {
    right: -150px;
    top: -180px;
}

.setk-first-order-banner__content {
    position: relative;
    z-index: 2;
    width: 58%;
    padding: 48px 40px 42px 64px;
}

.setk-first-order-banner .setk-first-order-kicker {
    background: rgba(255, 255, 255, .12);
}

.setk-first-order-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--setk-promo-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .055em;
}

.setk-first-order-banner h2 {
    max-width: 620px;
    margin: 20px 0 14px;
    color: #fff;
    font-size: clamp(42px, 4.05vw, 52px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.025em;
}

.setk-first-order-banner p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    line-height: 1.42;
}

.setk-first-order-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.setk-first-order-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.setk-first-order-button:hover,
.setk-first-order-button:focus-visible {
    transform: translateY(-1px);
}

.setk-first-order-button--primary {
    background: var(--setk-promo-orange);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(239, 127, 27, .28);
}

.setk-first-order-button--primary:hover,
.setk-first-order-button--primary:focus-visible {
    background: #ff8b28;
}

.setk-first-order-button--secondary {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34);
}

.setk-first-order-note {
    margin-top: 20px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.35;
}

.setk-first-order-products {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.setk-first-order-products img,
.setk-first-order-modal__visual img {
    position: absolute;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(5, 11, 33, .28));
}

.setk-first-order-products__linoleum {
    width: 39.73%;
    max-width: none;
    left: 51.33%;
    right: auto;
    top: 31.34%;
    bottom: auto;
}

.setk-first-order-products__wallpaper {
    width: 21.01%;
    max-width: none;
    left: 74.26%;
    right: auto;
    top: 28.3%;
    bottom: auto;
}

.setk-first-order-banner .setk-first-order-button--secondary {
    width: auto;
    min-height: 18px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    text-decoration: underline !important;
    box-shadow: none;
}

.setk-first-order-modal[hidden] {
    display: none !important;
}

.setk-first-order-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.setk-first-order-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 20, 43, .68);
    backdrop-filter: blur(3px);
}

.setk-first-order-modal__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 300px 520px;
    width: min(820px, 100%);
    height: 510px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    color: var(--setk-promo-text);
    box-shadow: 0 28px 90px rgba(7, 14, 38, .33);
}

.setk-first-order-modal__close {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #626b79;
    font-size: 24px;
    line-height: 22px;
    cursor: pointer;
}

.setk-first-order-modal__copy {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding: 48px 48px 40px;
}

.setk-first-order-modal__copy .setk-first-order-kicker {
    min-height: 22px;
    padding: 5px 10px;
    background: #fff1e5;
    color: #d96609;
    font-size: 10px;
    letter-spacing: .02em;
}

.setk-first-order-modal__copy h2 {
    max-width: 424px;
    margin: 16px 0 12px;
    color: var(--setk-promo-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.setk-first-order-modal__copy > p {
    margin: 0;
    color: var(--setk-promo-muted);
    font-size: 16px;
    line-height: 1.44;
}

.setk-first-order-eligibility {
    display: flex;
    align-items: center;
    min-height: 54px;
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--setk-promo-light);
    color: var(--setk-promo-blue);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.setk-first-order-actions--modal {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
}

.setk-first-order-actions--modal .setk-first-order-button--primary {
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
    box-shadow: none;
}

.setk-first-order-modal .setk-first-order-button--secondary {
    align-self: flex-start;
    width: auto;
    min-height: 20px;
    margin-top: 12px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--setk-promo-blue);
    font-size: 13px;
    text-decoration: underline !important;
    box-shadow: none;
    transform: none;
}

.setk-first-order-modal .setk-first-order-note {
    margin-top: 10px;
    color: #7a8391;
    font-size: 12px;
}

.setk-first-order-modal__visual {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
    background: linear-gradient(145deg, var(--setk-promo-blue), var(--setk-promo-blue-dark));
}

.setk-first-order-modal__visual::before {
    width: 340px;
    height: 340px;
    left: -148px;
    right: auto;
    top: auto;
    bottom: -158px;
    background: rgba(239, 127, 27, .17);
}

.setk-first-order-modal__visual .setk-first-order-products__linoleum {
    z-index: 2;
    width: 253px;
    max-width: none;
    left: -22px;
    right: auto;
    top: 175px;
    bottom: auto;
}

.setk-first-order-modal__visual .setk-first-order-products__wallpaper {
    z-index: 3;
    width: 134px;
    max-width: none;
    left: 124px;
    right: auto;
    top: 168px;
    bottom: auto;
}

.setk-first-order-medallion {
    position: absolute;
    z-index: 4;
    top: 110px;
    left: 138px;
    display: flex;
    width: 112px;
    height: 112px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed #fff;
    border-radius: 50%;
    background: var(--setk-promo-orange);
    color: #fff;
    outline: 5px solid var(--setk-promo-orange);
    text-align: center;
}

.setk-first-order-medallion strong {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.setk-first-order-medallion span {
    margin-top: 7px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.setk-first-order-medallion--banner {
    top: 15.74%;
    left: 83.13%;
    width: 132px;
    height: 132px;
}

.setk-first-order-medallion--banner strong {
    font-size: 34px;
}

.setk-first-order-medallion--banner span {
    font-size: 12px;
}

body.setk-promo-modal-open {
    overflow: hidden;
}

.setk-first-order-checkout {
    position: fixed;
    z-index: 1000;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: min(420px, calc(100% - 28px));
    gap: 5px;
    padding: 18px 20px;
    border-left: 5px solid var(--setk-promo-orange);
    border-radius: 14px;
    background: #fff;
    color: var(--setk-promo-text);
    box-shadow: 0 18px 55px rgba(24, 36, 79, .2);
}

.setk-first-order-checkout strong {
    font-size: 18px;
}

.setk-first-order-checkout span {
    color: var(--setk-promo-muted);
    line-height: 1.4;
}

.setk-first-order-checkout a {
    margin-top: 5px;
    color: var(--setk-promo-orange);
    font-weight: 700;
}

.setk-first-order-badge {
    position: absolute;
    z-index: 8;
    top: 12px;
    left: 12px;
    display: inline-flex;
    max-width: calc(100% - 24px);
    padding: 7px 10px;
    border-radius: 8px;
    background: var(--setk-promo-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 6px 16px rgba(239, 127, 27, .24);
    pointer-events: none;
}

.product-inner__photos > .setk-first-order-badge {
    top: 14px;
    left: 14px;
}

.setk-first-order-discount-row td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: var(--setk-promo-orange) !important;
    font-weight: 700 !important;
}

@media (max-width: 900px) {
    .setk-first-order-banner__content {
        width: 64%;
        padding-left: 42px;
    }

    .setk-first-order-banner .setk-first-order-medallion--banner {
        width: 108px;
        height: 108px;
    }

    .setk-first-order-banner .setk-first-order-medallion--banner strong {
        font-size: 29px;
    }

    .setk-first-order-banner .setk-first-order-medallion--banner span {
        font-size: 9px;
    }
}

@media (max-width: 640px) {
    .setk-first-order-banner {
        width: min(358px, calc(100% - 20px));
        min-height: 720px;
        margin: 22px auto 32px;
        border-radius: 22px;
    }

    .setk-first-order-banner__content {
        position: absolute;
        top: 265px;
        left: 24px;
        width: 310px;
        padding: 0;
    }

    .setk-first-order-kicker {
        min-height: 30px;
        padding: 7px 12px;
        font-size: 11px;
    }

    .setk-first-order-banner h2 {
        margin: 14px 0 0;
        font-size: 36px;
        line-height: 39px;
    }

    .setk-first-order-banner p {
        margin-top: 14px;
        font-size: 15px;
        line-height: 21px;
    }

    .setk-first-order-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        margin-top: 14px;
    }

    .setk-first-order-button {
        width: 100%;
        min-height: 52px;
        padding: 13px 16px;
        font-size: 15px;
    }

    .setk-first-order-note {
        margin-top: 14px;
        font-size: 12px;
        line-height: 15px;
    }

    .setk-first-order-products {
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .setk-first-order-products__linoleum {
        width: 302px;
        left: -7px;
        right: auto;
        top: 98px;
        bottom: auto;
    }

    .setk-first-order-products__wallpaper {
        width: 160px;
        left: 167px;
        right: auto;
        top: 90px;
        bottom: auto;
    }

    .setk-first-order-banner .setk-first-order-kicker {
        min-height: 26px;
        padding: 6px 11px;
        font-size: 11px;
    }

    .setk-first-order-banner .setk-first-order-button--primary {
        min-height: 52px;
    }

    .setk-first-order-banner .setk-first-order-button--secondary {
        align-self: flex-start;
        width: auto;
        min-height: 17px;
        margin-top: 14px;
        padding: 0;
        font-size: 14px;
    }

    .setk-first-order-banner .setk-first-order-medallion--banner {
        top: 25px;
        left: 187px;
        width: 98px;
        height: 98px;
        outline-width: 4px;
    }

    .setk-first-order-banner .setk-first-order-medallion--banner strong {
        font-size: 27px;
    }

    .setk-first-order-banner .setk-first-order-medallion--banner span {
        margin-top: 5px;
        font-size: 9px;
    }

    .setk-first-order-modal {
        align-items: start;
        overflow-y: auto;
        padding: 12px 10px;
    }

    .setk-first-order-modal__dialog {
        display: flex;
        flex-direction: column;
        width: min(358px, 100%);
        height: 648px;
        margin: auto;
        border-radius: 22px;
    }

    .setk-first-order-modal__copy {
        order: 2;
        z-index: 2;
        flex: 0 0 428px;
        padding: 21px 24px 18px;
    }

    .setk-first-order-modal__copy h2 {
        max-width: 310px;
        margin: 14px 0 12px;
        font-size: 28px;
        line-height: 1.14;
    }

    .setk-first-order-modal__copy > p {
        font-size: 14px;
        line-height: 1.36;
    }

    .setk-first-order-eligibility {
        min-height: 46px;
        margin-top: 14px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .setk-first-order-actions--modal {
        margin-top: 12px;
    }

    .setk-first-order-actions--modal .setk-first-order-button--primary {
        min-height: 50px;
        font-size: 14px;
    }

    .setk-first-order-modal .setk-first-order-button--secondary {
        margin-top: 11px;
        font-size: 13px;
    }

    .setk-first-order-modal .setk-first-order-note {
        margin-top: 9px;
        font-size: 11px;
        line-height: 1.3;
    }

    .setk-first-order-modal__visual {
        order: 1;
        flex: 0 0 220px;
        min-height: 220px;
    }

    .setk-first-order-modal__visual .setk-first-order-products__linoleum {
        width: 335px;
        left: -29px;
        right: auto;
        top: 59px;
        bottom: auto;
    }

    .setk-first-order-modal__visual .setk-first-order-products__wallpaper {
        width: 142px;
        left: 145px;
        right: auto;
        top: 81px;
        bottom: auto;
    }

    .setk-first-order-medallion {
        top: 22px;
        left: 193px;
        width: 92px;
        height: 92px;
        outline-width: 4px;
    }

    .setk-first-order-medallion strong {
        font-size: 27px;
    }

    .setk-first-order-medallion span {
        margin-top: 5px;
        font-size: 8px;
    }

    .setk-first-order-modal__visual::before {
        display: none;
    }

    .setk-first-order-modal__close {
        top: 16px;
        right: 16px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .12);
        color: #fff;
        font-size: 27px;
        line-height: 25px;
    }

    .setk-first-order-checkout {
        right: 14px;
        bottom: 14px;
        padding: 15px 16px;
    }

    .setk-first-order-badge {
        top: 8px;
        left: 8px;
        padding: 6px 8px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .setk-first-order-button {
        transition: none;
    }
}
