.sst-b2b-intro[hidden] {
    display: none !important;
}

.sst-b2b-intro {
    display: none;
}

.sst-qo__min-order {
    margin: 0 0 10px;
    padding: 9px 10px;
    border: 1px solid #f1d5df;
    border-radius: 6px;
    background: #fff5f8;
    color: #8a234f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .sst-b2b-intro {
        position: fixed;
        inset: 0;
        z-index: 1400;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 14px;
    }

    .sst-b2b-intro__overlay {
        position: absolute;
        inset: 0;
        background: rgba(18, 18, 18, 0.56);
    }

    .sst-b2b-intro__sheet {
        position: relative;
        width: min(100%, 420px);
        max-height: calc(100vh - 28px);
        overflow: auto;
        background: #ffffff;
        color: #161616;
        border: 1px solid #ece8e5;
        border-radius: 8px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
        padding: 18px;
    }

    .sst-b2b-intro__x {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        border: 1px solid #e7e2de;
        border-radius: 50%;
        background: #ffffff;
        color: #302c2a;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }

    .sst-b2b-intro__kicker {
        margin: 0 42px 8px 0;
        color: #9e2c5f;
        font-size: 11px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
    }

    .sst-b2b-intro h2 {
        margin: 0 42px 10px 0;
        color: #111111;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.15;
    }

    .sst-b2b-intro__copy {
        margin: 0 0 14px;
        color: #33302e;
        font-size: 14px;
        line-height: 1.55;
    }

    .sst-b2b-intro__discounts {
        border: 1px solid #eee8e3;
        border-radius: 8px;
        background: #faf9f7;
        padding: 12px;
    }

    .sst-b2b-intro__discounts strong {
        display: block;
        margin: 0 0 8px;
        color: #111111;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.25;
    }

    .sst-b2b-intro__discounts ul {
        display: grid;
        gap: 7px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sst-b2b-intro__discounts li {
        position: relative;
        padding-left: 16px;
        color: #272320;
        font-size: 13px;
        line-height: 1.35;
    }

    .sst-b2b-intro__discounts li::before {
        content: "";
        position: absolute;
        left: 1px;
        top: 0.55em;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #9e2c5f;
    }

    .sst-b2b-intro__note {
        margin: 12px 0 14px;
        color: #5d5650;
        font-size: 12px;
        line-height: 1.45;
    }

    .sst-b2b-intro__never {
        display: flex;
        align-items: center;
        gap: 9px;
        min-height: 32px;
        margin: 0 0 14px;
        color: #2e2a27;
        font-size: 13px;
        line-height: 1.35;
    }

    .sst-b2b-intro__never input {
        width: 18px;
        height: 18px;
        margin: 0;
        flex: 0 0 auto;
        accent-color: #9e2c5f;
    }

    .sst-b2b-intro__got {
        width: 100%;
        min-height: 46px;
        border: 0;
        border-radius: 6px;
        background: #111111;
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
    }

    .sst-b2b-intro__got:focus-visible,
    .sst-b2b-intro__x:focus-visible {
        outline: 3px solid rgba(158, 44, 95, 0.28);
        outline-offset: 2px;
    }
}
