/* Compact product title actions and lot pricing. */
body.offer-price-modal-open {
    overflow: hidden;
}

/* Custom home-page action icons retain the dimensions of the original icons. */
.presentation__action .button-large__custom-icon img {
    display: block;
    object-fit: contain;
}

.presentation__action_buy .button-large__custom-icon img {
    width: 100px;
    height: 100px;
}

.presentation__action_sell .button-large__custom-icon {
    transform: none;
}

.presentation__action_sell .button-large__custom-icon img {
    width: 104px;
    height: 104px;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
    .presentation__action_buy .button-large__custom-icon img,
    .presentation__action_sell .button-large__custom-icon img {
        width: clamp(68px, 8vw, 88px);
        height: clamp(68px, 8vw, 88px);
    }
}

@media screen and (max-width: 48.06125em) {
    .presentation__action_buy .button-large__custom-icon img {
        width: 50px;
        height: 50px;
    }

    .presentation__action_sell .button-large__custom-icon img {
        width: 54px;
        height: 54px;
    }
}

/* Product page refinements: purchase summary and full-width information rows. */
.product__actions .product-info__purchase-calculation {
    grid-column: 1;
}

.product__actions .product-info__purchase-benefit {
    display: flex;
    border-top: 1px solid var(--light-gray);
    grid-column: 1;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 8px 2px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.product-info__purchase-benefit-label {
    color: var(--gray);
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.product-info__purchase-benefit-price {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

.product-info__purchase-benefit-price b {
    color: var(--main);
    font-size: 24px;
    line-height: 27px;
    font-weight: 800;
}

.product-info__purchase-benefit-price span {
    color: var(--gray);
    font-size: 12px;
    font-weight: 700;
}

.product__actions .product-info__offer-area {
    grid-column: 2;
    grid-row: 1 / span 2;
}

/* Keep the provider controls readable over light and detailed product photos. */
.product-image__search-providers {
    padding: 6px;
    border: 1px solid rgba(79, 18, 243, 0.16);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 10px 26px rgba(30, 22, 76, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

@media screen and (min-width: 64em) {
    .product__details-pair {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 20px;
        min-width: 0;
    }

    .product__info_description,
    .product__info_characteristic {
        grid-column: auto;
        width: 100%;
        min-width: 0;
    }

    .product__info_special,
    .product__info_big.product__info_special {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        height: auto;
    }
}

@media screen and (max-width: 74.99875em) {
    .product__actions .product-info__purchase-benefit,
    .product__actions .product-info__offer-area {
        grid-column: 1;
        grid-row: auto;
    }
}

@media screen and (max-width: 48.06125em) {
    .product-info__purchase-benefit-label {
        font-size: 11px;
        line-height: 14px;
    }

    .product-info__purchase-benefit-price b {
        font-size: 18px;
        line-height: 21px;
    }
}

.product__images-youtube--mobile {
    display: none;
}

@media screen and (min-width: 781px) {
    .product__body {
        align-items: stretch;
    }

    .product__images._product-box,
    .product__actions._product-box.zoom-pane {
        height: auto;
    }

    .product__images .product-image__wrapper {
        height: 460px;
    }

    .product__images .product-image__main-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product__images .zoom-image {
        height: 95%;
    }
}

.product__actions .product-info__quantity-wrapper {
    display: grid;
    grid-template-columns: minmax(348px, 410px) minmax(242px, 280px);
    align-items: center;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

.product__actions .product-info__purchase-calculation {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) 14px 140px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.product__actions .product-info__quantity-content {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 9px 6px;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__quantity-buttons {
    width: 100%;
    gap: 5px;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__quantity-button {
    padding: 8px;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__quantity-numbers-of-pieces {
    flex: 1 1 auto;
    width: auto;
    min-width: 48px;
    max-width: 112px;
    padding: 5px 6px;
    font-size: 20px;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__price-wrapper {
    min-width: 140px;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__price-lable {
    font-size: 16px;
    line-height: 18px;
}

.product__actions .product-info__purchase-calculation .product-info__price {
    font-size: 22px;
    line-height: 24px;
    white-space: nowrap;
}

.product__actions .product-info__offer-area {
    width: 100%;
    min-width: 0;
}

.product__actions .product-info__offer-trigger {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    overflow: hidden;
    border: 1px solid rgba(79, 18, 243, 0.2);
    border-radius: 14px;
    background: linear-gradient(135deg, #f7f4ff 0%, #eeebff 100%);
    color: var(--main);
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(57, 29, 167, 0.1);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.product__actions .product-info__offer-trigger::before {
    position: absolute;
    z-index: -1;
    right: -38px;
    bottom: -48px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(79, 18, 243, 0.07);
    content: "";
}

.product__actions .product-info__offer-trigger:hover {
    transform: translateY(-2px);
    border-color: rgba(79, 18, 243, 0.48);
    box-shadow: 0 14px 30px rgba(57, 29, 167, 0.16);
}

.product__actions .product-info__offer-trigger:focus-visible {
    outline: 3px solid rgba(79, 18, 243, 0.22);
    outline-offset: 3px;
}

.product__actions .product-info__offer-trigger.not-available {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.product-info__offer-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--main);
    color: var(--white);
    box-shadow: 0 7px 16px rgba(79, 18, 243, 0.22);
}

.product-info__offer-trigger-text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 6px;
    min-width: 0;
}

.product-info__offer-trigger-question {
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
}

.product-info__offer-trigger-action {
    min-width: 0;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
}
@media screen and (max-width: 48.06125em) {
    .product__actions .product-info__offer-trigger {
        box-sizing: border-box;
        gap: 7px;
        min-height: 54px;
        padding: 8px 10px;
    }

    .product-info__offer-trigger-icon {
        width: 34px;
        height: 34px;
    }

    .product-info__offer-trigger-question {
        font-size: 16px;
    }

    .product-info__offer-trigger-action {
        font-size: 12px;
    }

    .product-info__offer-trigger-arrow {
        width: 24px;
        height: 24px;
    }
}

/* Three-card product header: gallery, product controls, and checkout summary. */
.product__checkout {
    min-width: 0;
}

.product-checkout {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.product-checkout__heading {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--light-gray);
    color: #24212f;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
}

.product-checkout__heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 10px;
    background: #f2efff;
    color: var(--main);
}

.product-checkout__payment-items.registration-pop-up__payment-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: none;
    gap: 8px;
    margin-top: 14px;
    margin-bottom: 0;
}

.product-checkout__payment-items .registration-pop-up__payment-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.product-checkout__summary {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--light-gray);
}

.product-checkout__total,
.product-checkout__benefit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-checkout__label {
    color: #272331;
    font-size: 15px;
    line-height: 19px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-checkout__price,
.product-checkout__benefit-price {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

.product-checkout__price b {
    color: #211a3a;
    font-size: 27px;
    line-height: 30px;
    font-weight: 800;
}

.product-checkout__price span {
    color: var(--gray);
    font-size: 15px;
    font-weight: 700;
}

.product-checkout__benefit {
    padding: 11px 12px;
    border: 1px solid #dcd4ff;
    border-radius: 11px;
    background: linear-gradient(135deg, #f7f4ff 0%, #efebff 100%);
    color: var(--main);
}

.product-checkout__benefit-label {
    min-width: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

.product-checkout__benefit-price b {
    font-size: 19px;
    line-height: 22px;
    font-weight: 800;
}

.product-checkout__benefit-price span {
    font-size: 12px;
    font-weight: 700;
}

.product-checkout__action {
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
}

.product-checkout__action .product-action__contract,
.product-checkout__action .product-action__contract > button {
    width: 100%;
}

.product-checkout__action .product-action__contract > button {
    min-height: 48px;
    border-radius: 12px;
}

.product__actions > .product-info .product-info__search-provider--youtube {
    color: #ff0000;
}

@media screen and (min-width: 64em) {
    .product__body {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.96fr) minmax(
                300px,
                0.76fr
            );
        gap: 20px;
    }

    .product__images._product-box,
    .product__actions._product-box.zoom-pane,
    .product__checkout._product-box {
        height: 100%;
        min-height: 480px;
        padding: 20px;
    }

    .product__images .product-image__wrapper,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__main {
        height: 365px;
    }

    .product__actions > .product-info .product-info__title h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .product__actions > .product-info .product-info__box:first-child {
        column-gap: 10px;
        row-gap: 10px;
    }

    .product__actions > .product-info .product-info__search-providers-toggle {
        min-height: 36px;
        padding: 7px 9px;
    }

    .product__actions > .product-info .product-info__size-discount {
        gap: 7px;
    }

    .product__actions > .product-info .product-size {
        gap: 5px;
    }

    .product__actions > .product-info .product-size__info {
        min-height: 36px;
        padding: 5px 3px 2px;
        font-size: 13px;
    }

    .product__actions > .product-info .product-size__info span,
    .product__actions > .product-info .product-size__price span {
        font-size: 10px;
    }

    .product__actions > .product-info .product-size__price {
        padding: 2px 2px 5px;
        font-size: 13px;
    }

    .product__actions > .product-info .product-info__market-price {
        flex-basis: 92px;
        width: 92px;
    }

    .product__actions .product-info__quantity-wrapper {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 0;
    }

    .product__actions .product-info__purchase-calculation {
        grid-template-columns: minmax(150px, 1fr) 12px minmax(92px, 0.65fr);
        gap: 6px;
    }

    .product__actions .product-info__quantity-content {
        padding: 8px 5px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-wrapper {
        min-width: 0;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 12px;
        line-height: 15px;
    }

    .product__actions .product-info__purchase-calculation .product-info__price {
        font-size: 20px;
        line-height: 21px;
    }

    .product__actions .product-info__offer-trigger {
        min-height: 50px;
        padding: 7px 9px;
    }

    .product__actions .product-info__box:not(:first-child) {
        margin-top: 14px;
        padding-top: 14px;
    }

    .product__info_big {
        grid-column: span 3;
    }
}

@media screen and (min-width: 48.06125em) and (max-width: 63.99875em) {
    .product__checkout {
        grid-column: 1 / -1;
    }

    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-template-columns: repeat(2, minmax(0, 220px));
    }
}

@media screen and (max-width: 48.06125em) {
    .product__checkout._product-box {
        margin-top: 10px;
        padding: 16px 10px !important;
    }

    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-checkout__action {
        padding-top: 14px;
    }
}

/* Keep these dimensions authoritative over the legacy gallery rules below. */
@media screen and (min-width: 64em) {
    .product__images .product-image__wrapper,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__main {
        height: 365px;
    }

    .product__actions > .product-info,
    .product__actions > .product-info .product-info__wrapper,
    .product__actions > .product-info .product-info__info {
        height: 100%;
    }

    .product__actions > .product-info .product-info__info {
        display: flex;
        flex-direction: column;
    }

    .product__actions > .product-info .product-info__box:last-child {
        margin-top: auto;
    }

    .product__actions > .product-info .product-info__title h1 {
        font-size: 22px;
        line-height: 27px;
    }

    .product__actions > .product-info .product-info__lots {
        font-size: 17px;
    }

    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-checkout__payment-items .registration-pop-up__payment-button {
        min-height: 54px;
        padding: 12px 14px;
        font-size: 15px;
        line-height: 19px;
    }

    .product__info_big {
        grid-column: span 1;
    }

    .product__info_description,
    .product__info_characteristic,
    .product__info_special {
        min-width: 0;
        height: 100%;
    }

    .product__similar {
        grid-column: 1 / -1;
        min-width: 0;
        width: 100%;
    }
}

@media screen and (max-width: 74.99875em) {
    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-checkout__payment-items .registration-pop-up__payment-button {
        min-height: 50px;
    }
}

@media screen and (max-width: 24em) {
    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-template-columns: 1fr;
    }
}

.product-info__offer-trigger-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--white);
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(57, 29, 167, 0.1);
}

.offer-price-modal {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease;
}

.offer-price-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.offer-price-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 15, 45, 0.62);
    backdrop-filter: blur(6px);
}

.offer-price-modal__dialog {
    position: relative;
    width: min(680px, 100%);
    max-height: calc(100vh - 48px);
    padding: clamp(28px, 4vw, 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 30px 80px rgba(23, 14, 68, 0.28);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.24s ease;
}

.offer-price-modal.is-open .offer-price-modal__dialog {
    transform: translateY(0) scale(1);
}

.offer-price-modal__close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: #f2effc;
    color: var(--main);
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.offer-price-modal__close:hover {
    background: #e8e1ff;
    transform: rotate(4deg);
}

.offer-price-modal__header {
    padding-right: 44px;
    margin-bottom: 28px;
}

.offer-price-modal__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 0;
    background: transparent;
    color: var(--main);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.offer-price-modal__header h2 {
    margin: 0 0 10px;
    color: #25222f;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.12;
}

.offer-price-modal__header p {
    margin: 0;
    color: #74717d;
    font-size: 15px;
    line-height: 21px;
}

.offer-price-modal.is-open .offer-price-modal__form {
    display: block;
    width: 100%;
    padding: 18px;
    border: 1px solid #ded8f5;
    border-radius: 18px;
    background: #faf9ff;
}

.offer-price-modal .offer-info__price-lable {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
    background: transparent;
    color: #5f5b68;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
}

.offer-price-modal__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.offer-price-modal__field {
    min-width: 0;
    padding: 12px;
    border: 1px solid #e5e0f5;
    border-radius: 14px;
    background: var(--white);
}

.offer-price-modal__value-control {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.offer-price-modal__value-control .product-info__quantity-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 48px;
    padding: 0;
    border-radius: 13px;
}

.offer-price-modal__value-control .product-info__quantity-button .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.offer-price-modal__value-control .offer-info__price {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #25222f;
    font-size: clamp(20px, 4vw, 28px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.offer-price-modal__currency {
    color: #696572;
    font-size: 18px;
    font-weight: 700;
}

#ProductPricePerItemToMultiple {
    font-size: 24px;
}

.offer-price-modal .offer-price-modal__actions {
    display: block;
    margin-top: 24px;
}

.offer-price-modal .offer-cheaper__buttons {
    display: grid;
    grid-template-columns: minmax(150px, 0.65fr) minmax(0, 1.35fr);
    gap: 12px;
}

.offer-price-modal .offer-cheaper__button {
    width: 100%;
}

.offer-price-modal .offer-cheaper__button:first-child {
    order: 2;
}

.offer-price-modal .offer-cheaper__button:last-child {
    order: 1;
}

.offer-price-modal .offer-cheaper__button button {
    width: 100%;
    min-height: 52px;
    margin: 0;
    border-radius: 13px;
}

.offer-price-modal .cancel-button {
    border: 1px solid #d9d5e7;
    background: var(--white);
    color: #5f5b68;
}

@media screen and (max-width: 68.75em) {
    .product__actions .product-info__quantity-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product__actions .product-info__offer-trigger {
        max-width: 520px;
    }
}

@media screen and (max-width: 48.06125em) {
    .product__images-youtube--desktop {
        display: none;
    }

    .product__images .product__images-youtube--mobile {
        position: absolute;
        z-index: 4;
        right: 12px;
        bottom: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: auto;
        width: 46px;
        height: 46px;
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(255, 49, 49, 0.3);
        border-radius: 50%;
        background: var(--white);
        color: #ff0000;
        box-shadow: 0 6px 18px rgba(33, 33, 33, 0.18);
    }

    .product__images .product__images-youtube--mobile:hover {
        background: var(--white);
    }

    .product__images
        .product__images-youtube--mobile
        .product__images-youtube-content {
        display: inline-flex;
        transform: none;
    }

    .product__actions .product-info__quantity-wrapper {
        display: grid;
        align-items: stretch;
        justify-content: stretch;
        gap: 18px;
    }

    .product__actions .product-info__purchase-calculation {
        justify-content: flex-start;
        width: 100%;
    }

    .product__actions .product-info__quantity-content {
        margin: 0;
    }

    .product__actions .product-info__offer-trigger {
        max-width: none;
        min-height: 54px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 35em) {
    .offer-price-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .offer-price-modal__dialog {
        max-height: calc(100vh - 20px);
        padding: 34px 18px 20px;
        border-radius: 22px;
    }

    .offer-price-modal__close {
        top: 12px;
        right: 12px;
    }

    .offer-price-modal__header {
        padding-right: 32px;
        margin-bottom: 20px;
    }

    .offer-price-modal__eyebrow {
        max-width: calc(100% - 20px);
    }

    .offer-price-modal.is-open .offer-price-modal__form {
        padding: 14px;
    }

    .offer-price-modal__fields {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .offer-price-modal__field {
        padding: 10px 7px;
    }

    .offer-price-modal__value-control {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 3px;
    }

    .offer-price-modal__value-control .product-info__quantity-button {
        width: 34px;
        height: 42px;
        border-radius: 10px;
    }

    .offer-price-modal__value-control .offer-info__price {
        height: 42px;
        font-size: 19px;
    }

    .offer-price-modal .offer-info__price-lable {
        min-height: 0;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
    }

    .offer-price-modal .offer-cheaper__buttons {
        grid-template-columns: 1fr;
    }

    .offer-price-modal .offer-cheaper__button:first-child,
    .offer-price-modal .offer-cheaper__button:last-child {
        order: initial;
    }
}

.product__images .product-image__thumb-slider .swiper-wrapper {
    row-gap: 20px;
}

.product__images .product-image__thumb-slide {
    height: 90px !important;
    flex: 0 0 90px;
    margin: 0 !important;
}

.product__images .product-image__wrapper--bottom-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
}

.product__images .product-image__wrapper--bottom-thumbs .product-image__main {
    order: 1;
    width: 100%;
    height: 540px;
    min-height: 0;
}

.product__images .product-image__wrapper--bottom-thumbs .product-image__thumbs {
    order: 2;
    width: 100%;
    height: 76px;
    overflow: hidden;
}

.product__images
    .product-image__wrapper--bottom-thumbs
    .product-image__thumb-slider {
    width: 100%;
    height: 76px;
}

.product__images
    .product-image__wrapper--bottom-thumbs
    .product-image__thumb-slider
    .swiper-wrapper {
    flex-direction: row;
    gap: 0;
    touch-action: pan-x;
}

.product__images
    .product-image__wrapper--bottom-thumbs
    .product-image__thumb-slide,
.product__images
    .product-image__wrapper--bottom-thumbs
    .product-image__thumb-image {
    width: 74px !important;
    height: 74px;
    flex: 0 0 74px;
}

.product__actions.zoom-pane > .drift-zoom-pane {
    display: none !important;
}

.product__actions > .product-info .product-info__box:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
}

.product__actions > .product-info .product-info__title-wrapper {
    display: contents;
}

.product__actions
    > .product-info
    .product-info__title-wrapper
    > div:not(.product-info__title-fixed):not(
        .product-info__search-providers-wrapper
    ) {
    grid-column: 1 / -1;
    grid-row: 1;
    min-width: 0;
    width: 100%;
}

.product__actions > .product-info .product-info__title {
    width: 100%;
    margin-bottom: 0;
}

.product__actions > .product-info .product-info__title h1 {
    width: 100%;
    max-width: none;
}

.product__actions > .product-info .product-info__search-providers-wrapper {
    grid-column: 2;
    grid-row: 2;
    display: block !important;
    align-self: center;
    justify-self: end;
    min-width: 0;
}

.product__actions > .product-info .product-info__lots {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
}

.product__actions > .product-info .product-info__size-discount {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
}

.product__actions > .product-info .product-info__mobile-providers {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
}

.product__actions > .product-info .product-info__search-providers-dropdown {
    position: relative;
    z-index: 4;
}

.product__actions > .product-info .product-info__search-providers-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 11px;
    border: 1px solid #d8d4ef;
    border-radius: 10px;
    background: var(--white);
    color: var(--main);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 4px 12px rgba(39, 22, 143, 0.08);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.product__actions
    > .product-info
    .product-info__search-providers-toggle::-webkit-details-marker {
    display: none;
}

.product__actions > .product-info .product-info__search-providers-toggle:hover,
.product__actions
    > .product-info
    .product-info__search-providers-dropdown[open]
    .product-info__search-providers-toggle {
    border-color: var(--main);
    box-shadow: 0 6px 16px rgba(39, 22, 143, 0.14);
}

.product__actions > .product-info .product-info__search-providers-caret {
    transition: transform 0.2s ease;
}

.product__actions
    > .product-info
    .product-info__search-providers-dropdown[open]
    .product-info__search-providers-caret {
    transform: rotate(180deg);
}

.product__actions > .product-info .product-info__search-providers {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    padding: 8px;
    border: 1px solid #d8d4ef;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(24, 22, 48, 0.16);
}

.product__actions > .product-info .product-info__search-providers button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 40px;
    padding: 5px;
    border-radius: 8px;
    background: #f8f7ff;
    -webkit-filter: none !important;
    filter: none !important;
}

.product__actions > .product-info .product-info__search-providers button:hover {
    background: #f0ebff;
}

.product__actions
    > .product-info
    .product-info__search-providers
    button:hover
    span {
    transform: scale(1.08);
}

.product__actions > .product-info .product-info__search-providers button svg {
    max-width: 32px;
    max-height: 28px;
}

.product__actions > .product-info .product-info__size-discount {
    align-items: stretch;
    gap: 10px;
}

.product__actions > .product-info .product-info__sizes {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.product__actions > .product-info .product-size {
    gap: 8px;
}

.product__actions > .product-info .product-size__item {
    flex: 1 1 0;
    min-width: 0;
}

.product__actions > .product-info .product-size__info {
    min-height: 42px;
    padding: 7px 6px 3px;
    font-size: 16px;
    line-height: 1.1;
}

.product__actions > .product-info .product-size__info span {
    margin-top: 1px;
    font-size: 13px;
}

.product__actions > .product-info .product-size__infinity {
    font-size: 23px;
}

.product__actions > .product-info .product-size__price {
    padding: 3px 5px 7px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

.product__actions > .product-info .product-size__price-item {
    font-weight: 700;
}

.product__actions > .product-info .product-size__price span {
    font-size: 14px;
    font-weight: 700;
}

.product__actions > .product-info .product-info__market-price {
    flex: 0 0 112px;
    width: 112px;
}

.product__actions > .product-info .product-info__market-price .benefit {
    height: 100%;
    padding: 9px 10px;
}

.product__actions
    > .product-info
    .product-info__market-price
    .benefit__discount {
    font-size: 20px;
}

.product__actions > .product-info .product-info__market-price .benefit__title {
    font-size: 13px;
}

.product__actions
    > .product-info
    .product-info__market-price
    .benefit__old-price {
    font-size: 16px;
}

.product-image__main-image img {
    cursor: pointer;
}

.product-image-lightbox-lock,
.product-image-lightbox-lock body {
    overflow: hidden;
}

.product-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px 86px;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(3px);
}

.product-image-lightbox--open {
    display: flex;
    animation: product-lightbox-fade-in 0.2s ease-out;
}

.product-image-lightbox__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.product-image-lightbox__image {
    display: block;
    width: 800px;
    height: auto;
    max-width: min(82vw, 1100px);
    max-height: 84vh;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
    animation: product-lightbox-image-in 0.22s ease-out;
}
.product-image-lightbox__image:hover {
    cursor: pointer;
}

.product-image-lightbox__close,
.product-image-lightbox__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(20, 20, 20, 0.72);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.product-image-lightbox__close:hover,
.product-image-lightbox__nav:hover {
    background: var(--main);
    transform: scale(1.06);
}

.product-image-lightbox__close:focus-visible,
.product-image-lightbox__nav:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: 3px;
}

.product-image-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.product-image-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.product-image-lightbox__nav:hover {
    transform: translateY(-50%) scale(1.06);
}

.product-image-lightbox__nav--prev {
    left: 24px;
}

.product-image-lightbox__nav--next {
    right: 24px;
}

.product-image-lightbox__nav[hidden],
.product-image-lightbox__counter[hidden] {
    display: none;
}

.product-image-lightbox__counter {
    position: absolute;
    left: 50%;
    bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    color: var(--white);
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    transform: translateX(-50%);
}

@keyframes product-lightbox-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes product-lightbox-image-in {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Match product-page recommendation cards to the home-page carousel. */
.product__similar .viewedItems-slider__swiper,
.product__similar .other-product-slider__swiper {
    padding-top: 46px;
    padding-bottom: 46px;
}

.product__similar .viewedItems-slider .swiper-wrapper,
.product__similar .other-product-slider .swiper-wrapper {
    align-items: stretch;
}

.product__similar .viewedItems-slider .swiper-slide,
.product__similar .other-product-slider .swiper-slide {
    height: auto;
}

.product__similar .random-products,
.product__similar .product-item {
    height: 100%;
}

.product__similar .product-item__bookmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 12px;
    line-height: 0;
}

.product__similar .product-item__bookmark .icon,
.product__similar .product-item__bookmark svg {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 80em) {
    .product__similar .viewedItems-slider__swiper .swiper-slide,
    .product__similar .other-product-slider__swiper .swiper-slide {
        transition:
            transform 0.3s ease,
            opacity 0.3s ease;
    }

    .product__similar .viewedItems-slider__swiper .swiper-slide-active,
    .product__similar .other-product-slider__swiper .swiper-slide-active {
        z-index: 2;
        transform: scale(1.2);
    }
}

/* More readable product description typography. */
.product__info_description .product-description__content {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.005em;
}

.product__info_description .product-description__content > p {
    margin-top: 18px;
}

.product__info_description .product-description__content .product__info-title {
    margin-bottom: 16px;
}

.product__info_description .product-mobile-disclosure__summary {
    margin-bottom: 16px;
}

.product__info_description
    .product-description__content
    .product__info-title
    h4 {
    font-size: 22px;
    line-height: 1.25;
}

.product__info_description .product-mobile-disclosure__summary h4 {
    font-size: 22px;
    line-height: 1.25;
}

.product__info_description .product-description__content li {
    margin-top: 8px;
}

@media screen and (max-width: 48.06125em) {
    .product__info_description .product-description__content {
        font-size: 16.5px;
        line-height: 1.55;
    }

    .product__info_description
        .product-description__content
        .product__info-title
        h4 {
        font-size: 20px;
    }

    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__main {
        height: auto;
    }

    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__thumbs,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__thumb-slider {
        height: 66px;
    }

    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__thumb-slide,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__thumb-image {
        width: 64px !important;
        height: 64px;
        flex-basis: 64px;
    }

    .product-image-lightbox {
        padding: 68px 12px 28px;
    }

    .product-image-lightbox__image {
        max-width: 94vw;
        max-height: 78vh;
        border-radius: 9px;
    }

    .product-image-lightbox__close {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
    }

    .product-image-lightbox__nav {
        width: 42px;
        height: 42px;
    }

    .product-image-lightbox__nav--prev {
        left: 8px;
    }

    .product-image-lightbox__nav--next {
        right: 8px;
    }

    .product__actions > .product-info .product-info__box:first-child {
        column-gap: 10px;
        row-gap: 12px;
    }

    .product__actions > .product-info .product-info__search-providers-toggle {
        min-height: 36px;
        padding: 7px 9px;
    }

    .product__actions
        > .product-info
        .product-info__mobile-providers-items
        button {
        padding: 7px 8px;
    }

    .product__actions > .product-info .product-size__info {
        min-height: 38px;
        padding: 6px 4px 2px;
        font-size: 13px;
    }

    .product__actions > .product-info .product-size__info span {
        font-size: 11px;
    }

    .product__actions > .product-info .product-size__price {
        padding: 3px 3px 6px;
        font-size: 14px;
    }

    .product__actions > .product-info .product-size__price span {
        font-size: 11px;
    }
}

@media screen and (max-width: 32.5em) {
    .product__actions
        > .product-info
        .product-info__search-providers-toggle
        > span {
        display: none;
    }
}

/* Mobile product-page layout: compact purchasing controls and disclosures. */
.product-mobile-disclosure__summary {
    list-style: none;
}

.product-mobile-disclosure__summary::-webkit-details-marker {
    display: none;
}

.product-mobile-disclosure__chevron {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: auto;
    color: var(--main);
    transition: transform 0.2s ease;
}

.product-mobile-disclosure__chevron svg {
    width: 18px;
    height: 18px;
}

@media screen and (min-width: 48.06125em) {
    .product-mobile-disclosure__summary {
        pointer-events: none;
    }

    .product-mobile-disclosure:not([open])
        > .product-mobile-disclosure__content {
        display: block;
    }
}

@media screen and (max-width: 48.06125em) {
    .breadcrumbs_all_page--product {
        display: none !important;
    }

    .product__actions .product-info__quantity-wrapper {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .product__actions .product-info__quantity-content {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        margin-inline: 0;
    }

    .product__actions .product-info__quantity-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .product__actions .product-info__quantity-numbers-of-pieces {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .product__info_description,
    .product__info_characteristic {
        padding: 0 !important;
        overflow: hidden;
    }

    .product-mobile-disclosure__summary {
        min-height: 52px;
        padding: 12px;
        margin-bottom: 0;
        cursor: pointer;
        user-select: none;
    }

    .product__info_description .product-mobile-disclosure__summary {
        margin-bottom: 0;
    }

    .product-mobile-disclosure__summary h4,
    .product__info_description .product-mobile-disclosure__summary h4 {
        font-size: 17px;
        line-height: 21px;
    }

    .product-mobile-disclosure__chevron {
        display: inline-flex;
    }

    .product-mobile-disclosure[open]
        > .product-mobile-disclosure__summary
        .product-mobile-disclosure__chevron {
        transform: rotate(180deg);
    }

    .product-mobile-disclosure__content {
        border-top: 1px solid var(--light-gray);
    }

    .product-mobile-disclosure--description .product-description__content {
        padding: 0 12px 14px;
        font-size: 15px;
        line-height: 1.5;
    }

    .product-mobile-disclosure--description .product-description__content > p {
        margin-top: 12px;
    }

    .product-mobile-disclosure--characteristics .product__characteristics {
        margin-top: 0;
        padding: 10px 10px 12px;
    }

    .product-mobile-contract {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(170px, 1fr);
        align-items: center;
        gap: 8px;
        padding: 6px 10px max(6px, env(safe-area-inset-bottom));
    }

    .product-mobile-contract__price-box {
        justify-content: flex-start;
        gap: 3px;
        min-width: 0;
        padding: 0;
        font-size: 15px;
        line-height: 18px;
        white-space: nowrap;
    }

    .product-mobile-contract__submit {
        min-width: 0;
        margin: 0;
    }

    .product-mobile-contract__submit button {
        min-height: 36px;
        padding: 7px 10px;
    }

    .product-mobile-contract__submit .button__content {
        gap: 6px;
        font-size: 14px;
        line-height: 18px;
    }

    .product-mobile-contract__submit .icon svg {
        width: 19px;
        height: 19px;
    }

    .product-mobile-contract__info {
        display: none !important;
    }
}

@media screen and (max-width: 22.5em) {
    .product-mobile-contract {
        grid-template-columns: minmax(0, 1fr) minmax(150px, 1.45fr);
        gap: 6px;
        padding-inline: 7px;
    }

    .product-mobile-contract__price-box {
        flex-direction: column;
        gap: 0;
        font-size: 14px;
        line-height: 16px;
    }

    .product-mobile-contract__submit .button__content {
        font-size: 13px;
    }
}

/* Keep the new offer row authoritative over legacy mobile product rules above. */
@media screen and (max-width: 48.06125em) {
    .product__actions .product-info__quantity-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        justify-content: stretch;
        gap: 18px;
    }

    .product__actions .product-info__purchase-calculation {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(118px, 0.85fr);
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    .product__actions .product-info__price-wrapper {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        min-width: 0;
        gap: 3px;
        text-align: right;
    }

    .product__actions .product-info__quantity-content {
        width: 100%;
        margin-inline: 0;
        padding: 8px 5px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-button {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        padding: 7px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-numbers-of-pieces {
        min-width: 0;
        padding-inline: 3px;
        font-size: 18px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 13px;
        line-height: 16px;
    }

    .product__actions .product-info__purchase-calculation .product-info__price {
        font-size: 20px;
        line-height: 22px;
    }

    .product__actions .product-info__multiply {
        display: none;
    }
}

@media screen and (min-width: 64em) {
    .product__images .product-image__wrapper,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__main {
        height: 365px;
    }

    .product__body {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(
                250px,
                0.82fr
            );
        gap: 14px;
    }

    .product__actions > .product-info .product-info__box:last-child {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        margin-top: 14px;
    }

    .product__actions .product-info__quantity-wrapper {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
        gap: 18px;
    }

    .product__actions .product-info__offer-area {
        margin-top: auto;
    }

    .product-checkout__summary {
        margin-top: 150px;
    }

    .product-checkout__action {
        margin-top: 0;
        padding-top: 12px;
    }
}

.product-checkout__payment-items .registration-pop-up__payment-button {
    gap: 11px;
}

.product-checkout__payment-items
    .registration-pop-up__payment-button
    input[type="radio"] {
    flex: 0 0 auto;
    margin: 0;
}

.product-image__main {
    position: relative;
}

.product-image__search-providers {
    position: absolute;
    z-index: 5;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(79, 18, 243, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(30, 22, 76, 0.16);
    backdrop-filter: blur(8px);
}

.product-image__search-provider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 5px;
    border: 0;
    border-radius: 9px;
    background: #f8f7ff;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.product-image__search-provider:hover {
    background: #eee9ff;
    transform: translateY(-5px);
}

.product-image__search-provider svg {
    max-width: 27px;
    max-height: 24px;
}

.product-image__search-provider--youtube {
    color: #ff0000;
}

.product__details-pair {
    display: contents;
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .product__body {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.12fr) minmax(
                250px,
                0.78fr
            );
    }

    .product__images._product-box,
    .product__actions._product-box.zoom-pane,
    .product__checkout._product-box {
        min-height: 470px;
        padding: 14px;
    }

    .product__images .product-image__wrapper,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__main {
        height: 360px;
    }

    .product__actions > .product-info .product-info__title h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .product__actions > .product-info .product-info__market-price {
        flex-basis: 76px;
        width: 76px;
    }

    .product__actions .product-info__purchase-calculation {
        grid-template-columns: minmax(126px, 1fr) minmax(82px, 0.7fr);
    }

    .product__actions .product-info__multiply {
        display: none;
    }

    .product-checkout__payment-items .registration-pop-up__payment-button {
        min-height: 50px;
        padding: 10px;
        font-size: 14px;
    }

    .product-checkout__price b {
        font-size: 23px;
    }

    .product-checkout__action .button__content {
        gap: 6px;
        font-size: 13px;
        line-height: 17px;
        white-space: nowrap;
    }

    .product-checkout__action .button__content .icon svg {
        width: 22px;
        height: 22px;
    }

    .product__images-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .product__images-button {
        min-width: 0;
        padding: 8px 2px;
        font-size: 10px;
        line-height: 13px;
    }

    .product__images-button > div {
        gap: 3px;
        min-width: 0;
    }

    .product__images-button > div > span:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .product__images-button svg,
    .product__images-button .icon svg {
        width: 14px;
        height: 14px;
    }

    .product__images-buttons .product__images-button:nth-child(3) {
        grid-column: 1 / -1;
        padding-block: 10px;
        font-size: 11px;
    }

    .product__details-pair {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 14px;
        min-width: 0;
    }

    .product__info_description {
        grid-column: auto;
        width: 100%;
    }

    .product__info_characteristic {
        grid-column: auto;
        width: 100%;
    }

    .product__info_special,
    .product__info_big.product__info_special {
        grid-column: 1 / -1;
        height: auto;
    }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
    .product-checkout__payment-items .registration-pop-up__payment-button {
        grid-template-columns: 16px minmax(0, 1fr) 16px;
    }

    .product-checkout__label,
    .product-checkout__benefit-label {
        font-size: 11px;
        line-height: 14px;
    }

    .product-checkout__price b,
    .product-checkout__benefit-price b {
        font-size: 18px;
        line-height: 21px;
    }

    .product-checkout__price span,
    .product-checkout__benefit-price span {
        font-size: 10px;
    }
}

/* Product purchase summary: full-width quantity control with price and benefit below. */
.product__actions .product-info__quantity-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 0.46fr) !important;
    grid-template-rows: auto auto auto;
    align-items: stretch !important;
    justify-content: stretch !important;
    column-gap: 18px !important;
    row-gap: 16px !important;
    width: 100% !important;
    margin-top: 24px;
    margin-bottom: 22px;
}

.product__actions .product-info__purchase-calculation {
    display: contents !important;
}

.product__actions .product-info__quantity-content {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 70px;
    margin: 0 !important;
    padding: 10px 14px !important;
    border-color: rgba(33, 33, 33, 0.82);
    border-radius: 16px;
}

.product__actions .product-info__quantity-lable {
    top: -14px;
    left: 20px;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 18px;
}

.product__actions .product-info__quantity-buttons {
    width: 100% !important;
    gap: 12px !important;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__quantity-button {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 9px !important;
    border-radius: 12px;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__quantity-numbers-of-pieces {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 7px 12px !important;
    font-size: 22px !important;
}

.product__actions .product-info__multiply {
    display: none !important;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__price-wrapper {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: center !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 8px 0 8px 2px;
    gap: 6px !important;
    text-align: left !important;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__price-lable {
    font-size: 16px !important;
    line-height: 19px !important;
}

.product__actions .product-info__purchase-calculation .product-info__price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    line-height: 1 !important;
    white-space: nowrap;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__price
    b {
    font-size: clamp(30px, 3vw, 38px) !important;
    line-height: 1 !important;
}

.product__actions
    .product-info__purchase-calculation
    .product-info__price
    span {
    font-size: 16px !important;
    line-height: 1 !important;
}

.product__actions .product-info__purchase-benefit {
    box-sizing: border-box;
    display: flex !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    align-self: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 80px;
    padding: 14px 20px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #e0f3ef !important;
}

.product__actions .product-info__purchase-benefit-label {
    color: #5e6267;
    font-size: 15px !important;
    line-height: 18px !important;
    text-transform: none;
    letter-spacing: 0;
}

.product__actions .product-info__purchase-benefit-price {
    gap: 5px !important;
}

.product__actions .product-info__purchase-benefit-price b {
    color: #00bf72;
    font-size: clamp(25px, 2.4vw, 32px) !important;
    line-height: 1 !important;
}

.product__actions .product-info__purchase-benefit-price span {
    color: #00a965;
    font-size: 13px !important;
    line-height: 1 !important;
}

.product__actions .product-info__offer-area {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 48.06125em) {
    .product__actions .product-info__quantity-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(142px, 0.9fr) !important;
        column-gap: 12px !important;
        row-gap: 14px !important;
        margin-top: 18px;
    }

    .product__actions .product-info__quantity-content {
        min-height: 64px;
        padding: 9px 10px !important;
        border-radius: 14px;
    }

    .product__actions .product-info__quantity-lable {
        left: 14px;
        font-size: 13px;
        line-height: 16px;
    }

    .product__actions .product-info__quantity-buttons {
        gap: 8px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-button {
        flex-basis: 40px !important;
        width: 40px !important;
        height: 40px !important;
        padding: 8px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-numbers-of-pieces {
        padding-inline: 6px !important;
        font-size: 19px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-wrapper {
        padding-left: 0;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price
        b {
        font-size: clamp(27px, 8vw, 34px) !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price
        span {
        font-size: 13px !important;
    }

    .product__actions .product-info__purchase-benefit {
        height: 88px;
        padding: 12px 14px !important;
        border-radius: 14px !important;
    }

    .product__actions .product-info__purchase-benefit-label {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .product__actions .product-info__purchase-benefit-price b {
        font-size: clamp(22px, 6.5vw, 28px) !important;
    }

    .product__actions .product-info__purchase-benefit-price span {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 22.5em) {
    .product__actions .product-info__quantity-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(126px, 0.88fr) !important;
        column-gap: 9px !important;
    }

    .product__actions .product-info__purchase-benefit {
        padding-inline: 10px !important;
    }
}

/* Compact three-column tablet layout from 768px through 1023px. */
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
    .product__body {
        display: grid;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.13fr) minmax(
                210px,
                0.82fr
            );
        align-items: stretch;
        gap: 10px 8px;
    }

    .product__images._product-box,
    .product__actions._product-box.zoom-pane,
    .product__checkout._product-box {
        grid-column: auto;
        box-sizing: border-box;
        height: 100%;
        min-height: 450px;
        padding: 10px !important;
        border-radius: 10px;
    }

    .product__images .product-image {
        height: 100%;
        gap: 8px;
        padding: 0;
        margin: 0;
    }

    .product__images .product-image__wrapper,
    .product__images
        .product-image__wrapper--bottom-thumbs
        .product-image__main,
    .product__images .product-image__main {
        height: 330px !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    .product__images .product-image__main-image img {
        width: 94% !important;
        max-width: none !important;
        height: 94% !important;
        max-height: none !important;
    }

    .product-image__search-providers {
        right: 7px;
        bottom: 7px;
        gap: 2px;
    }

    .product-image__search-provider {
        width: 28px;
        height: 28px;
        padding: 4px;
    }

    .product-image__search-provider svg {
        max-width: 22px;
        max-height: 20px;
    }

    .product__images-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .product__images-button {
        min-width: 0;
        padding: 7px 2px;
        border-radius: 8px;
        font-size: 9px;
        line-height: 11px;
    }

    .product__images-button > div {
        gap: 3px;
        min-width: 0;
    }

    .product__images-button svg,
    .product__images-button .icon svg {
        width: 13px;
        height: 13px;
    }

    .product__images-buttons .product__images-button:nth-child(3) {
        grid-column: 1 / -1;
        padding-block: 8px;
        font-size: 10px;
    }

    .product__actions > .product-info,
    .product__actions > .product-info .product-info__wrapper,
    .product__actions > .product-info .product-info__info {
        height: 100%;
    }

    .product__actions > .product-info .product-info__info {
        display: flex;
        flex-direction: column;
    }

    .product__actions > .product-info .product-info__box:first-child {
        column-gap: 6px;
        row-gap: 7px;
    }

    .product__actions > .product-info .product-info__title h1 {
        font-size: 15px;
        line-height: 18px;
    }

    .product__actions > .product-info .product-info__lots {
        font-size: 13px;
        line-height: 16px;
    }

    .product__actions > .product-info .product-info__lots svg {
        width: 14px;
        height: 14px;
    }

    .product__actions > .product-info .product-info__size-discount {
        gap: 4px;
    }

    .product__actions > .product-info .product-size {
        gap: 3px;
    }

    .product__actions > .product-info .product-size__info {
        min-height: 30px;
        padding: 4px 2px 1px;
        font-size: 10px;
    }

    .product__actions > .product-info .product-size__info span,
    .product__actions > .product-info .product-size__price span {
        font-size: 8px;
    }

    .product__actions > .product-info .product-size__price {
        padding: 2px 1px 4px;
        font-size: 10px;
    }

    .product__actions > .product-info .product-info__market-price {
        flex: 0 0 62px;
        width: 62px;
    }

    .product__actions > .product-info .product-info__market-price .benefit {
        padding: 6px 5px;
    }

    .product__actions
        > .product-info
        .product-info__market-price
        .benefit__discount {
        font-size: 16px;
    }

    .product__actions
        > .product-info
        .product-info__market-price
        .benefit__title,
    .product__actions
        > .product-info
        .product-info__market-price
        .benefit__old-price {
        font-size: 10px;
    }

    .product__actions > .product-info .product-info__box:last-child {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        margin-top: 10px;
        padding-top: 10px;
    }

    .product__actions .product-info__quantity-wrapper {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
        gap: 12px;
        margin-bottom: 0;
    }

    .product__actions .product-info__purchase-calculation {
        display: grid;
        grid-template-columns: minmax(112px, 1fr) minmax(72px, 0.65fr);
        gap: 5px;
    }

    .product__actions .product-info__multiply {
        display: none;
    }

    .product__actions .product-info__quantity-content {
        padding: 7px 4px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-button {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-numbers-of-pieces {
        min-width: 0;
        padding-inline: 2px;
        font-size: 15px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-wrapper {
        min-width: 0;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 9px;
        line-height: 11px;
    }

    .product__actions .product-info__purchase-calculation .product-info__price {
        font-size: 15px;
        line-height: 18px;
    }

    .product__actions .product-info__offer-area {
        margin-top: auto;
    }

    .product__actions .product-info__offer-trigger {
        min-height: 44px;
        padding: 6px;
        gap: 5px;
        border-radius: 10px;
    }

    .product__actions .product-info__offer-trigger-icon {
        width: 28px;
        height: 28px;
    }

    .product__actions .product-info__offer-trigger-icon svg {
        width: 18px;
        height: 18px;
    }

    .product__actions .product-info__offer-trigger-question {
        font-size: 12px;
    }

    .product__actions .product-info__offer-trigger-action {
        font-size: 9px;
    }

    .product__actions .product-info__offer-trigger-arrow {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }

    .product-checkout__heading {
        gap: 6px;
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 16px;
    }

    .product-checkout__heading-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 10px;
    }

    .product-checkout__payment-items .registration-pop-up__payment-button {
        grid-template-columns: 16px minmax(0, 1fr) 16px;
        min-height: 42px;
        padding: 8px 7px;
        column-gap: 5px;
        border-radius: 8px;
        font-size: 11px;
        line-height: 14px;
    }

    .product-checkout__summary {
        gap: 10px;
        margin-top: auto;
        padding-top: 12px;
    }

    .product-checkout__total {
        padding-bottom: 12px;
    }

    .product-checkout__label,
    .product-checkout__benefit-label {
        font-size: 11px;
        line-height: 14px;
    }

    .product-checkout__price b,
    .product-checkout__benefit-price b {
        font-size: 18px;
        line-height: 21px;
    }

    .product-checkout__price span,
    .product-checkout__benefit-price span {
        font-size: 10px;
    }

    .product-checkout__action {
        margin-top: 0;
        padding-top: 10px;
    }

    .product-checkout__action .product-action__contract > button {
        min-height: 44px;
        padding-inline: 6px;
    }

    .product-checkout__action .button__content {
        gap: 4px;
        font-size: 10px;
        line-height: 13px;
        white-space: nowrap;
    }

    .product-checkout__action .button__content .icon svg {
        width: 18px;
        height: 18px;
    }

    .product__details-pair {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 8px;
        min-width: 0;
    }

    .product__info_description,
    .product__info_characteristic {
        grid-column: auto;
        width: 100%;
        min-width: 0;
    }

    .product__info_special,
    .product__info_big.product__info_special,
    .product__similar {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        height: auto;
    }
}

@media screen and (max-width: 48.06125em) {
    .product-image__search-providers {
        right: 10px;
        bottom: 10px;
        gap: 4px;
        padding: 5px;
    }

    .product-image__search-provider {
        width: 33px;
        height: 33px;
        padding: 5px;
    }
}

/* Final visual polish for product image actions and checkout summary. */
.product-image__search-providers {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.product-image__search-provider,
.product-image__search-provider:hover {
    background: transparent;
}

.product__images-button:hover {
    background-color: var(--white);
}

.product__images-button:hover div {
    transform: none;
}

.product__images-button,
.product__images-button div,
.product__images-button .icon {
    transition: none;
}

.product-checkout__payment-items .registration-pop-up__payment-button {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    align-items: center;
    column-gap: 9px;
}

.product-checkout__payment-items .registration-pop-up__payment-button-active {
    border: 1px solid var(--main);
}

.product-checkout__payment-items .registration-pop-up__payment-button::after {
    width: 20px;
    height: 1px;
    content: "";
}

.product-checkout__payment-items
    .registration-pop-up__payment-button
    input[type="radio"] {
    grid-column: 1;
    justify-self: center;
}

.product-checkout__payment-items .registration-pop-up__payment-button > span {
    grid-column: 2;
    min-width: 0;
    text-align: center;
}

.product-checkout__total {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--light-gray);
}

.product-checkout__benefit {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #272331;
}

.product-checkout__benefit-label {
    color: #272331;
    font-size: 15px;
    line-height: 19px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-checkout__benefit-price b {
    color: #211a3a;
    font-size: 27px;
    line-height: 30px;
    font-weight: 800;
}

.product-checkout__benefit-price span {
    color: var(--gray);
    font-size: 15px;
    font-weight: 700;
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .product-checkout__benefit-price b {
        font-size: 23px;
    }

    .product-checkout__benefit-label,
    .product-checkout__benefit-price span {
        font-size: 13px;
    }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
    .product-checkout__payment-items .registration-pop-up__payment-button {
        grid-template-columns: 16px minmax(0, 1fr) 16px;
    }

    .product-checkout__label,
    .product-checkout__benefit-label {
        font-size: 11px;
        line-height: 14px;
    }

    .product-checkout__price b,
    .product-checkout__benefit-price b {
        font-size: 18px;
        line-height: 21px;
    }

    .product-checkout__price span,
    .product-checkout__benefit-price span {
        font-size: 10px;
    }

    /* Keep the desktop image actions visible at the 768px mobile/tablet overlap. */
    .product__images._product-box {
        display: flex;
        flex-direction: column;
    }

    .product__images > .product-image {
        flex: 1 1 auto;
        height: auto !important;
        min-height: 0 !important;
    }

    .product__images-buttons {
        display: grid !important;
        flex: 0 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 4px;
        width: 100%;
        padding: 0 !important;
    }

    .product__images-buttons .product__images-button,
    .product__images-buttons .product__images-button:nth-child(3),
    .product__images-buttons .product__images-button:last-child {
        grid-column: auto !important;
        min-width: 0;
        min-height: 42px;
        padding: 5px 2px;
        font-size: 8px;
        line-height: 10px;
    }

    .product__images-buttons .product__images-button:nth-child(3),
    .product__images-buttons .product__images-button:last-child {
        grid-column: 1 / -1 !important;
    }

    .product__images-buttons .product__images-button > div {
        justify-content: center;
        gap: 2px;
        min-width: 0;
    }

    .product__images-buttons .product__images-button > div > span:last-child {
        display: block;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .product__images-buttons .product__images-button svg,
    .product__images-buttons .product__images-button .icon svg {
        flex: 0 0 auto;
        width: 12px;
        height: 12px;
    }

    .share-mobile {
        display: none !important;
    }

    .product__actions .product-info__purchase-calculation {
        grid-template-columns: minmax(112px, 1fr) 8px minmax(72px, 0.65fr);
    }

    .product__actions .product-info__multiply {
        display: block;
        text-align: center;
    }

    .product__actions .product-info__quantity-content {
        width: 100%;
        padding: 8px 5px !important;
    }

    .product-mobile-contract {
        display: none !important;
    }

    .product-checkout .product-action__contract {
        display: block !important;
    }

    .product__details-pair
        .product-mobile-disclosure
        > .product-mobile-disclosure__summary {
        pointer-events: auto !important;
        cursor: pointer;
        user-select: none;
    }

    .product__details-pair
        .product-mobile-disclosure:not([open])
        > .product-mobile-disclosure__content {
        display: none !important;
    }

    .product__details-pair
        .product-mobile-disclosure[open]
        > .product-mobile-disclosure__content {
        display: block !important;
    }

    .product__details-pair .product-mobile-disclosure__chevron {
        display: inline-flex !important;
        transition: transform 0.2s ease;
    }

    .product__details-pair
        .product-mobile-disclosure[open]
        > .product-mobile-disclosure__summary
        .product-mobile-disclosure__chevron {
        transform: rotate(180deg);
    }
}

/* Desktop purchase row: compact calculation on the left, benefit card on the right. */
@media screen and (min-width: 64em) {
    .product__actions .product-info__quantity-wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(205px, 220px);
        grid-template-rows: auto 1fr;
        align-items: stretch;
        column-gap: 12px;
        row-gap: 14px;
        margin-top: 0px;
    }

    .product__actions .product-info__purchase-calculation {
        grid-column: 1;
        grid-row: 1;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-self: stretch;
        gap: 14px;
        width: 100%;
        min-width: 0;
    }

    .product__actions .product-info__multiply {
        display: none !important;
    }

    .product__actions .product-info__quantity-content {
        grid-column: 1;
        grid-row: 1;
        padding: 9px 7px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-button {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        padding: 8px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-numbers-of-pieces {
        min-width: 0;
        padding-inline: 5px;
        font-size: 18px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-wrapper {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
        align-self: start;
        align-items: flex-start;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 13px;
        line-height: 16px;
    }

    .product__actions .product-info__purchase-calculation .product-info__price {
        font-size: 18px;
        line-height: 21px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price
        b {
        font-size: 28px;
        line-height: 1;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price
        span {
        font-size: 15px;
        line-height: 1;
    }

    .product__actions .product-info__purchase-benefit {
        box-sizing: border-box;
        display: flex;
        grid-column: 2;
        grid-row: 1;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        align-self: stretch;
        width: 100%;
        min-width: 0;
        min-height: 124px;
        padding: 16px;
        font-size: 15px;
        border: 0;
        border-radius: 14px;
        background: #e5f4f1;
    }

    .product__actions .product-info__purchase-benefit-label {
        color: #62666a;
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
    }

    .product__actions .product-info__purchase-benefit-price {
        gap: 5px;
        color: #00c77b;
    }

    .product__actions .product-info__purchase-benefit-price b {
        color: #00c77b;
        font-size: clamp(24px, 1.8vw, 30px);
        line-height: 1;
        font-weight: 800;
    }

    .product__actions .product-info__purchase-benefit-price span {
        color: #00c77b;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
    }

    .product__actions .product-info__offer-area {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: auto;
    }
}

/* Compact side-by-side variant for a narrow product-actions column. */
@media screen and (min-width: 64em) and (max-width: 109.99875em) {
    .product__actions .product-info__quantity-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(120px, 132px);
        grid-template-rows: auto 1fr;
        column-gap: 10px;
    }

    .product__actions .product-info__purchase-calculation {
        grid-column: 1;
        grid-row: 1;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 12px;
    }

    .product__actions .product-info__quantity-content {
        grid-column: 1;
        grid-row: 1;
    }

    .product__actions .product-info__multiply {
        display: none !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-wrapper {
        grid-column: 1;
        grid-row: 2;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-button {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-numbers-of-pieces {
        font-size: 16px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 11px;
        line-height: 14px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price
        b {
        font-size: 22px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price
        span {
        font-size: 12px;
    }

    .product__actions .product-info__purchase-benefit {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        min-height: 112px;
        padding: 12px 9px;
    }

    .product__actions .product-info__purchase-benefit-price {
        gap: 3px;
    }

    .product__actions .product-info__purchase-benefit-price b {
        font-size: 20px;
    }

    .product__actions .product-info__purchase-benefit-price span {
        font-size: 11px;
    }

    .product__actions .product-info__offer-area {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

/* Authoritative final overrides for the requested product-page layout. */
.product-image__search-providers {
    padding: 6px;
    border: 1px solid rgba(79, 18, 243, 0.16);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 10px 26px rgba(30, 22, 76, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.product-quick-view-pop-up .product-size__item:last-child .product-size__info {
    border-right: 0;
    border-top-right-radius: 0;
}

.product-quick-view-pop-up .product-size__item:last-child .product-size__price {
    border-right: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 64em) {
    .product__details-pair {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 20px;
        min-width: 0;
    }

    .product__info_description,
    .product__info_characteristic {
        grid-column: auto;
        width: 100%;
        min-width: 0;
    }

    .product__info_special,
    .product__info_big.product__info_special {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        height: auto;
    }
}

/* Align the action areas at the bottom of all three desktop product cards. */
@media screen and (min-width: 64em) {
    .product__body {
        align-items: stretch;
    }

    .product__images._product-box,
    .product__actions._product-box.zoom-pane,
    .product__checkout._product-box {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        height: auto !important;
    }

    .product__images > .product-image,
    .product__actions > .product-info,
    .product__checkout > .product-checkout {
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }

    .product__images .product__images-buttons,
    .product__actions .product-info__offer-area,
    .product__checkout .product-checkout__action {
        margin-top: auto !important;
    }

    .product__actions .product-info__quantity-wrapper {
        margin-bottom: 0 !important;
    }

    .product__images .product__images-button,
    .product__actions .product-info__offer-trigger,
    .product__checkout .product-checkout__action .product-action__contract > button {
        min-height: 54px;
    }

    .product__checkout .product-checkout__summary {
        margin-top: 150px !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 64em) {
    .product__checkout .product-checkout__summary {
        margin-top: 158px !important;
    }
}

/* The sticky mobile contract already repeats the checkout total. */
@media screen and (max-width: 48.06125em) {
    .product__checkout .product-checkout__summary {
        display: none !important;
    }
}

/* Final tablet layout: two primary columns with a compact full-width checkout. */
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
    .product__body {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
        align-items: stretch;
        gap: 12px;
    }

    .product__images._product-box,
    .product__actions._product-box.zoom-pane {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        height: 100% !important;
        min-height: 0 !important;
    }

    .product__images > .product-image,
    .product__actions > .product-info,
    .product__actions > .product-info .product-info__wrapper,
    .product__actions > .product-info .product-info__info {
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        min-height: 0;
    }

    .product__images .product__images-buttons,
    .product__actions > .product-info .product-info__box:last-child {
        margin-top: auto;
    }

    .product__checkout._product-box {
        grid-column: 1 / -1 !important;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        margin-top: 0;
        padding: 14px !important;
    }

    .product__actions > .product-info .product-info__box:last-child {
        display: block;
        flex: none;
    }

    .product__actions .product-info__quantity-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        flex: none;
        gap: 16px;
    }

    .product__actions .product-info__purchase-calculation {
        grid-template-columns: minmax(138px, 1fr) 10px minmax(82px, 0.65fr) !important;
        gap: 6px;
    }

    .product__actions .product-info__multiply {
        display: none !important;
        text-align: center;
    }

    .product__actions .product-info__quantity-content {
        width: 100%;
        padding: 10px 14px !important;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-button {
        flex: 0 0 auto;
        width: auto;
        height: auto;
        padding: 8px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__quantity-numbers-of-pieces {
        flex: 1 1 auto;
        width: auto;
        min-width: 48px;
        max-width: 112px;
        padding: 5px 6px;
        font-size: 20px;
    }

    .product__actions
        .product-info__purchase-calculation
        .product-info__price-lable {
        font-size: 12px;
        line-height: 15px;
    }

    .product__actions .product-info__purchase-calculation .product-info__price {
        font-size: 18px;
        line-height: 21px;
    }

    .product__actions .product-info__offer-area {
        margin-top: 16px;
    }

    .product-checkout {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
        height: auto;
        column-gap: 20px;
        row-gap: 14px;
    }

    .product-checkout__heading {
        grid-column: 1 / -1;
    }

    .product-checkout__payment-items.registration-pop-up__payment-items {
        grid-column: 1;
        grid-row: 3;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: stretch;
        align-self: stretch;
        margin-top: 0;
    }

    .product-checkout__payment-items .registration-pop-up__payment-button {
        min-height: 54px;
    }

    .product-checkout__summary {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .product-checkout__action {
        grid-column: 2;
        grid-row: 3;
        display: flex;
        align-self: stretch;
        margin-top: 0;
        padding-top: 0;
    }

    .product-checkout__action .product-action__contract,
    .product-checkout__action .product-action__contract > button {
        width: 100%;
        height: 100%;
        min-height: 54px;
    }

    .product-mobile-contract {
        display: none !important;
    }

    .product-checkout .product-action__contract {
        display: block !important;
    }
}

/* Product page price and benefit use the same component as quick view. */
.product__actions .product-info__price-benefit_purchase {
    box-sizing: border-box;
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0;
    margin-top: 0;
    padding: 14px;
    border: 1px solid rgba(28, 33, 51, 0.08);
    border-radius: 8px;
    background: #f7f8fc;
}

.product__actions .product-info__price-benefit_purchase .product-info__price-wrapper {
    min-width: 0;
    align-self: center;
    align-items: flex-start !important;
    gap: 6px !important;
    text-align: left !important;
}

.product__actions .product-info__price-benefit_purchase .product-info__price-lable {
    color: #4b4a5b !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500;
}

.product__actions .product-info__price-benefit_purchase .product-info__price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 2px;
    color: #0b0a58;
    font-size: 27px !important;
    line-height: 1 !important;
    font-weight: 700;
    white-space: nowrap;
}

.product__actions .product-info__price-benefit_purchase .product-info__price b {
    color: inherit;
    font: inherit;
}

.product__actions .product-info__price-benefit_purchase .product-info__price span {
    color: #4b4a5b;
    font-size: 16px !important;
}

.product__actions .product-info__price-benefit_purchase .product-info__discount {
    display: block;
}

.product__actions .product-info__price-benefit_purchase .benefit {
    min-width: 0;
    padding: 10px 14px;
    border-radius: 6px;
    background: #e7f4ee;
}

.product__actions .product-info__price-benefit_purchase .benefit__title {
    color: var(--gray);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.product__actions .product-info__price-benefit_purchase .benefit__price {
    margin-top: 2px;
    color: #09945c;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
    white-space: nowrap;
}

.product__actions .product-info__price-benefit_purchase .benefit__price b {
    font: inherit;
}

.product__actions .product-info__price-benefit_purchase .benefit__price span {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
}

.product__actions .product-info__offer-area {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
}

@media screen and (max-width: 48.06125em) {
    .product__actions .product-info__price-benefit_purchase {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 14px;
    }

    .product__actions .product-info__price-benefit_purchase .benefit {
        width: 100%;
    }
}
