.senna-purchase,
.senna-purchase * {
    box-sizing: border-box;
    font-family: var(--senna-font-family, "Open Sans", Arial, sans-serif);
}

.senna-purchase .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.senna-purchase {
    display: block;
    width: min(100%, 760px);
    max-width: 760px;
    margin: clamp(34px, 7vw, 86px) auto;
    overflow: hidden;
    border: 1px solid #eeeeec;
    border-radius: clamp(22px, 3vw, 34px);
    background: #fff;
    box-shadow: 0 22px 70px rgba(17, 17, 17, .07);
}

.senna-purchase__visual {
    display: grid;
    min-height: 420px;
    place-items: center;
    padding: clamp(28px, 5vw, 58px);
    border-radius: inherit;
    background: radial-gradient(circle at 50% 45%, #fff 0%, #f8f8f6 72%, #f2f2ef 100%);
}

.senna-purchase__visual a {
    display: grid;
    width: 100%;
    place-items: center;
}

.senna-purchase__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.senna-purchase__content {
    padding: clamp(27px, 4.4vw, 44px) clamp(24px, 5.2vw, 54px) clamp(8px, 1.7vw, 18px);
}

.senna-purchase__price-block {
    margin: 0 0 clamp(19px, 3vw, 28px);
}

.senna-purchase__price-line {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: .18em .38em;
}

.senna-purchase__price-line--align-top { align-items: flex-start; }
.senna-purchase__price-line--align-center { align-items: center; }
.senna-purchase__price-line--align-baseline { align-items: baseline; }

.senna-purchase__price {
    margin: 0;
    color: #0c0c0c;
    font-size: clamp(34px, 5.2vw, 58px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.senna-purchase__price del { margin-right: 9px; color: #858585; font-size: .56em; font-weight: 500; }
.senna-purchase__price ins { color: inherit; text-decoration: none; }

.senna-purchase__compare-price {
    display: inline-block;
    flex: 0 0 auto;
    color: #8a8a86;
    font-size: clamp(15px, 1.55vw, 20px);
    font-weight: 550;
    line-height: 1.05;
    letter-spacing: -.025em;
    text-decoration-thickness: 1.5px;
    white-space: nowrap;
}
.senna-purchase__price-line--align-top .senna-purchase__compare-price { margin-top: .08em; transform: translateY(-.12em); }
.senna-purchase__price-line--size-same .senna-purchase__compare-price { font-size: clamp(34px, 5.2vw, 58px); font-weight: 650; letter-spacing: -.05em; }
.senna-purchase__price-support {
    margin-top: 7px;
    color: #777772;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .015em;
}

.senna-purchase__actions {
    display: grid;
    grid-template-columns: minmax(150px, .7fr) minmax(230px, 1.3fr);
    gap: clamp(12px, 2vw, 20px);
    margin-bottom: clamp(28px, 4vw, 42px);
}

.senna-purchase__actions > .senna-purchase__button:only-child { grid-column: 1 / -1; }

.senna-purchase__quantity {
    display: grid;
    grid-template-columns: 1fr minmax(40px, .8fr) 1fr;
    min-width: 0;
    min-height: 66px;
    overflow: hidden;
    border: 1px solid #dfdfdc;
    border-radius: 15px;
    background: #fff;
}

.senna-purchase__quantity button,
.senna-purchase__quantity input {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #262626;
    background: transparent;
    box-shadow: none;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.senna-purchase__quantity button { cursor: pointer; transition: background .18s ease; }
.senna-purchase__quantity button:hover { background: #f3f3f1; }
.senna-purchase__quantity input { appearance: textfield; -moz-appearance: textfield; font-size: 20px; }
.senna-purchase__quantity input::-webkit-inner-spin-button,
.senna-purchase__quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }

.senna-purchase__button {
    display: flex;
    min-height: 66px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 14px 22px;
    border: 0;
    border-radius: 15px;
    color: #fff !important;
    background: linear-gradient(105deg, #101010, #202020);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .13);
    font-size: 19px;
    font-weight: 750;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.senna-purchase__button .senna-vector-icon { width: 30px; height: 30px; flex: 0 0 30px; color: var(--senna-accent); }
.senna-purchase__button:hover { color: #fff !important; background: #000; transform: translateY(-1px); }
.senna-purchase__button:disabled { cursor: wait; opacity: .66; transform: none; }

.senna-purchase__trust { border-top: 1px solid #e8e8e5; }

.senna-purchase__trust-row {
    display: grid;
    grid-template-columns: clamp(48px, 7vw, 66px) minmax(0, 1fr);
    gap: clamp(17px, 2.5vw, 26px);
    min-height: 104px;
    align-items: center;
    padding: clamp(19px, 3vw, 28px) 0;
}

.senna-purchase__trust-row + .senna-purchase__trust-row { border-top: 1px solid #e8e8e5; }
.senna-purchase__trust-icon { display: grid; width: 100%; aspect-ratio: 1; place-items: center; }
.senna-purchase__trust-icon img,
.senna-purchase__trust-icon .senna-vector-icon { display: block; width: 100%; height: 100%; object-fit: contain; }

.senna-purchase__trust-copy {
    min-width: 0;
    color: var(--senna-purchase-guarantee-text-color, #171717);
    font-family: var(--senna-purchase-guarantee-text-font, var(--senna-font-family, "Open Sans", Arial, sans-serif));
    font-size: var(--senna-purchase-guarantee-text-size, clamp(17px, 2.3vw, 25px));
    font-weight: var(--senna-purchase-guarantee-text-weight, 500);
    line-height: 1.25;
    text-align: var(--senna-purchase-guarantee-text-align, left);
}

.senna-purchase__trust-copy strong,
.senna-purchase__trust-copy small { display: block; color: inherit; font: inherit; }
.senna-purchase__trust-copy strong { font-family: var(--senna-purchase-material-title-font, inherit); font-size: var(--senna-purchase-material-title-size, 1em); font-weight: var(--senna-purchase-material-title-weight, 800); }
.senna-purchase__trust-copy small { margin-top: 3px; color: var(--senna-purchase-material-text-color, #707070); font-family: var(--senna-purchase-material-text-font, inherit); font-size: var(--senna-purchase-material-text-size, .86em); font-weight: var(--senna-purchase-material-text-weight, 400); }
.senna-purchase__trust-row--material .senna-purchase__trust-copy { text-align: var(--senna-purchase-material-title-align, left); }
.senna-purchase__trust-row--material .senna-purchase__trust-copy small { text-align: var(--senna-purchase-material-text-align, inherit); }

@media (max-width: 760px) {
    .senna-purchase { margin-block: 32px; border-radius: 22px; }
    .senna-purchase__visual { min-height: 330px; padding: 32px 24px; }
    .senna-purchase__visual img { max-height: 330px; }
    .senna-purchase__content { padding: 27px 22px 5px; }
    .senna-purchase__price { font-size: 38px; }
    .senna-purchase__actions { grid-template-columns: minmax(116px, .72fr) minmax(175px, 1.28fr); gap: 12px; }
    .senna-purchase__quantity,
    .senna-purchase__button { min-height: 60px; border-radius: 12px; }
    .senna-purchase__button { gap: 10px; padding-inline: 15px; font-size: 17px; }
    .senna-purchase__button .senna-vector-icon { width: 25px; height: 25px; flex-basis: 25px; }
    .senna-purchase__trust-row { grid-template-columns: 51px minmax(0, 1fr); min-height: 91px; gap: 17px; padding-block: 18px; }
    .senna-purchase__trust-copy { font-size: var(--senna-purchase-guarantee-text-mobile-size, var(--senna-purchase-guarantee-text-size, 17px)); }
    .senna-purchase__trust-copy strong { font-size: var(--senna-purchase-material-title-mobile-size, var(--senna-purchase-material-title-size, 17px)); }
    .senna-purchase__trust-copy small { font-size: var(--senna-purchase-material-text-mobile-size, var(--senna-purchase-material-text-size, 15px)); }
}

@media (max-width: 390px) {
    .senna-purchase__content { padding-inline: 17px; }
    .senna-purchase__actions { grid-template-columns: 1fr; }
    .senna-purchase__actions > * { grid-column: 1; }
}

/* 1.4.14 – a referenciához közelebb álló, kompakt mobil vásárlási kártya. */
@media (max-width: 760px) {
    .senna-purchase__price-block { margin-bottom: 18px; }
    .senna-purchase__price {
        font-size: 34px;
        letter-spacing: -.045em;
    }
    .senna-purchase__compare-price { font-size: 15px; }
    .senna-purchase__price-line--size-same .senna-purchase__compare-price { font-size: 34px; }
    .senna-purchase__price-support { margin-top: 6px; font-size: 12px; }

    .senna-purchase__actions {
        grid-template-columns: minmax(108px, .72fr) minmax(0, 1.28fr);
        gap: 11px;
        margin-bottom: 24px;
    }

    .senna-purchase__quantity,
    .senna-purchase__button {
        min-height: 56px;
        border-radius: 12px;
    }

    .senna-purchase__quantity button { font-size: 22px; }
    .senna-purchase__quantity input { font-size: 18px; }
    .senna-purchase__button { gap: 9px; padding-inline: 12px; font-size: 16px; }
    .senna-purchase__button .senna-vector-icon { width: 23px; height: 23px; flex-basis: 23px; }

    .senna-purchase__trust-row {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 78px;
        gap: 14px;
        padding-block: 15px;
    }

    .senna-purchase__trust-icon {
        width: 38px;
        height: 38px;
        aspect-ratio: auto;
    }

    .senna-purchase__trust-icon img,
    .senna-purchase__trust-icon .senna-vector-icon {
        width: 38px;
        height: 38px;
        object-fit: contain;
    }

    .senna-purchase__trust-copy {
        font-size: var(--senna-purchase-guarantee-text-mobile-size, 16px);
        line-height: 1.28;
    }

    .senna-purchase__trust-copy strong {
        font-size: var(--senna-purchase-material-title-mobile-size, 16px);
    }

    .senna-purchase__trust-copy small {
        font-size: var(--senna-purchase-material-text-mobile-size, 14px);
    }
}

@media (max-width: 390px) {
    .senna-purchase__content { padding-inline: 17px; }
    .senna-purchase__actions {
        grid-template-columns: minmax(104px, .75fr) minmax(0, 1.25fr);
        gap: 9px;
    }
    .senna-purchase__actions > * { grid-column: auto; }
    .senna-purchase__button { font-size: 15px; }
}


/* 1.4.19 – további mobil finomítás a vásárlási blokkhoz a referencia alapján. */
@media (max-width: 760px) {
    .senna-purchase__content {
        padding: 24px 18px 5px;
    }

    .senna-purchase__price {
        margin-bottom: 16px;
        font-size: 31px;
        letter-spacing: -.04em;
    }

    .senna-purchase__actions {
        grid-template-columns: minmax(96px, .74fr) minmax(0, 1.26fr);
        gap: 8px;
        margin-bottom: 18px;
    }

    .senna-purchase__quantity,
    .senna-purchase__button {
        min-height: 44px;
        border-radius: 10px;
    }

    .senna-purchase__quantity button { font-size: 18px; }
    .senna-purchase__quantity input { font-size: 16px; }

    .senna-purchase__button {
        gap: 7px;
        padding-inline: 10px;
        font-size: 12px;
        font-weight: 700;
    }

    .senna-purchase__button .senna-vector-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .senna-purchase__trust-row {
        grid-template-columns: 28px minmax(0, 1fr);
        min-height: 56px;
        gap: 11px;
        padding-block: 12px;
    }

    .senna-purchase__trust-icon {
        width: 28px;
        height: 28px;
    }

    .senna-purchase__trust-icon img,
    .senna-purchase__trust-icon .senna-vector-icon {
        width: 28px;
        height: 28px;
    }

    .senna-purchase__trust-copy {
        font-size: 13px;
        line-height: 1.2;
    }

    .senna-purchase__trust-row:not(.senna-purchase__trust-row--material) .senna-purchase__trust-copy {
        white-space: nowrap;
        font-size: 12px;
    }

    .senna-purchase__trust-copy strong {
        font-size: 13px;
        line-height: 1.15;
    }

    .senna-purchase__trust-copy small {
        margin-top: 1px;
        font-size: 11.5px;
        line-height: 1.2;
    }
}

@media (max-width: 390px) {
    .senna-purchase__content { padding-inline: 16px; }

    .senna-purchase__actions {
        grid-template-columns: minmax(92px, .75fr) minmax(0, 1.25fr);
        gap: 7px;
    }

    .senna-purchase__button {
        font-size: 11.5px;
        gap: 6px;
        padding-inline: 8px;
    }

    .senna-purchase__button .senna-vector-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .senna-purchase__trust-row:not(.senna-purchase__trust-row--material) .senna-purchase__trust-copy {
        font-size: 11.4px;
    }
}


/* 1.5.49 – dinamikusan hozzáadható bizalmi sorok. */
.senna-purchase__trust-row--no-icon{grid-template-columns:1fr}
.senna-purchase__trust-row--extra .senna-purchase__trust-copy strong{font-weight:700}

/* 1.5.50 – a desktop bal oldali bizalmi lista külön markupja mobilon/tableten nem jelenik meg. */
.senna-purchase__trust--desktop-story { display: none; }

.senna-vector-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-style:normal;font-weight:700;text-decoration:none}
