/* Custom content */
.product__details-wrapper {
    margin-top: 0;
}

.product__details-container summary {
    align-items: center;
}

.product__details-container summary .icon-accordion {
    width: 24px;
    height: 24px;
}

.product__details-container summary .icon-accordion svg {
    width: 24px;
    height: 24px;
}

.product__details-container summary .accordion__title {
    line-height: 24px;
}

/* Product info */
.product__info-container>*+* {
    margin: 10px 0;
}

.product__info-container {
    padding-inline: 1px;
}

.product__info-container .product__info-item:nth-of-type(1) {
    margin-top: 0;
}

.product__info-container>*+.m-10 {
    margin: 10px 0;
}

.product__info-container>*+.m-12 {
    margin: 12px 0;
}

.product__info-container>*+.m-26 {
    margin: 26px 0;
}

.product__info-container .product__info-description {
    max-width: 100%;
    overflow-x: auto;
}

.product__info-description-expand-container--bottom {
    padding: 40px 12px 0;
}

@media (max-width: 959px) {
    .product__info-description-expand-container--bottom {
        padding: 40px 0 0;
    }
}

.product__info-container .product-title {
    font-size: var(--title-font-size);
}

@media (max-width: 959px) {
    .product .product__info-wrapper {
        margin-top: 22px;
    }

    .product__info-container>*+.m-10 {
        margin: 8px 0;
    }

    .product__info-container>*+.m-12 {
        margin: 10px 0;
    }

    .product__info-container>*+.m-26 {
        margin: 20px 0;
    }

    .product__info-container.mobile-text-align--left {
        text-align: left;
        --flex-items-align: flex-start;
    }

    .product__info-container.mobile-text-align--center {
        text-align: center;
        --flex-items-align: center;
    }

    .product__info-container.mobile-text-align--center .product-form__input.column .product-form__input--right {
        justify-content: center;
    }
}

@media screen and (min-width: 960px) {
    .product__dividing-line {
        display: block;
        height: var(--product-desktop-dividing-line-height, 1px);
    }

    .product__column-sticky {
        display: block;
        position: sticky;
        top: 20px;
        z-index: 2;
    }

    .product:not(.product--columns) .product__media-wrapper {
        padding-top: 40px;
    }

    /* product_image_pc_position */
    .product--left .product__info-wrapper {
        padding-left: 60px;
        padding-top: 40px;
    }

    .product--left .product__media-wrapper {
        padding-right: 0px;
    }

    .product--right .product__info-wrapper {
        padding-right: 60px;
        padding-top: 40px;
    }

    .product--right .product__media-wrapper {
        padding-left: 0px;
    }

    /* product_image_size */
    .product--large .product__media-wrapper {
        max-width: 66%;
        width: 66%;
    }

    .product--large .product__info-wrapper {
        max-width: 34%;
        width: 34%;
    }

    .product--medium .product__media-wrapper,
    .product--medium .product__info-wrapper {
        max-width: 50%;
        width: 50%;
    }

    .product--small .product__media-wrapper {
        max-width: 34%;
        width: 34%;
    }

    .product--small .product__info-wrapper {
        max-width: 66%;
        width: 66%;
    }

    .product[mount="quick-add-modal"] {
        padding-right: 35px;
    }
}

@media screen and (max-width: 959px) {
    .product__dividing-line {
        margin-left: var(--product-dividing-line-style) !important;
        margin-right: var(--product-dividing-line-style) !important;
        height: var(--product-dividing-line-height);
    }
}

/* Product form */
.product-form {
    display: block;
}

.product-form .product-form__error-message-wrapper:not([hidden]) {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgb(var(--color-discount-tag-background));
}

.product-form .product-form__error-message-wrapper:not([hidden]) .icon-error {
    margin-right: 5px;
}

.product-form .product-form__buttons>* {
    margin-bottom: 10px;
}

.product-form .product-form__buttons .pay-button-buy-now {
    overflow: unset;
}

.product__info-item--quantity-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product__info-item--quantity-input .volume-pricing-box {
    width: 100%;
    margin-top: 12px;
}

.product__info-item--quantity-input.column {
    flex-direction: column;
    align-items: var(--flex-items-align, flex-start);
}

.product__info-item--quantity-input.column .quantity-input-label {
    margin-bottom: 8px;
}

.product__info-item--quantity-input.column.full .quantity {
    width: 100%;
}

.product__info-item--quantity-input.row .quantity-input-label {
    margin-right: 8px;
}

.product__info-item--quantity-input.row.half {
    justify-content: var(--flex-items-align, flex-start);
}

.product__info-item--quantity-input .quantity {
    width: 156px;
    min-height: initial;
    height: 42px;
    flex-shrink: 0;
}

@media screen and (max-width: 959px) {
    .product__info-item--quantity-input .quantity {
        width: 120px;
        height: 40px;
    }
}

.product__info-item.text-underline {
    text-decoration: underline;
}

/* Form Elements */
.product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 26px 0;
    max-width: 100%;
    min-width: fit-content;
    border: none;
}

@media (max-width: 959px) {
    .product-form__input {
        margin: 0 0 20px 0;
    }
}

variant-radios .product-form__input {
    display: flex;
    justify-content: space-between;
    align-items: var(--flex-items-align, flex-start);
}

variant-radios .product-form__input.column {
    flex-direction: column;
}

variant-radios .product-form__input.column .product-form__input--right {
    justify-content: flex-start;
}

variant-radios .product-form__input .product-form__input--left {
    margin-right: 15px;
    flex-shrink: 0;
    max-width: 35%;
}

variant-radios .product-form__input.column .product-form__input--left {
    max-width: unset;
    margin-right: 0;
    width: 100%;
}

variant-radios .product-form__input .product-form__input--right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: normal;
    gap: 8px;
}

variant-radios .product-form__input.medium .product-form__input--right {
    gap: 10px 12px;
}

variant-radios .product-form__input.large .product-form__input--right {
    gap: 12px 16px;
}

variant-radios,
variant-selects {
    display: block;
}

fieldset.product-form__input .form__label {
    margin-bottom: 10px;
}

/* variant-radios */
.product-form__input input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

/* color-swatch-radios */
.product-form__input input[type="radio"]+label.product-form--color-swatch {
    --swatch-border-radius: 0px;
    --swatch-size: 22px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: var(--swatch-size);
    height: var(--swatch-size);
    border: 1px solid rgb(var(--color-entry-line));
    background-image: var(--swatch-background-default-image);
    background-position: center;
    background-size: 20px;
    background-clip: content-box;
    border-radius: var(--swatch-border-radius);
    margin: 3px;
}

.product-form__input input[type="radio"]+label.product-form--color-swatch .product-form--color-swatch-inner {
    background: var(--swatch-background-color);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: calc(var(--swatch-border-radius) - 0.5px);
}

.product-form__input input[type="radio"]+label.product-form--color-swatch:after {
    border-radius: var(--swatch-border-radius);
}

.product-form__input input[type="radio"]+label.product-form--color-swatch.color-swatch-circle {
    --swatch-border-radius: 50%;
}

.product-form__input input[type="radio"]+label.product-form--color-swatch.color-swatch-round_corner {
    --swatch-border-radius: 6px;
}

.product-form__input input[type="radio"]+label.product-form--color-swatch.color-swatch-round_corner:after {
    --swatch-border-radius: 8px;
}

.product-form__input input[type="radio"]+label.product-form--color-swatch.medium {
    --swatch-size: 32px;
}

.product-form__input input[type="radio"]+label.product-form--color-swatch.large {
    --swatch-size: 48px;
}

.product-form__input input[type="radio"]:not([disabled])+label.product-form--color-swatch:hover {
    border: none;
}

.product-form__input input[type="radio"]:not([disabled])+label.product-form--color-swatch:hover:after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
    border: 1px solid #000000;
    padding: 2px;
}

.product-form__input input[type="radio"]:checked+label.product-form--color-swatch {
    border: none;
}

.product-form__input input[type="radio"]:checked+label.product-form--color-swatch:after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
    border: 1px solid #000000;
    padding: 2px;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch {
    cursor: not-allowed;
    overflow: hidden;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 32px;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
    transform-origin: left;
    z-index: 2;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch.medium:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch.medium:before {
    width: 45px;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch.large:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch.large:before {
    width: 68px;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch.color-swatch-circle:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch.color-swatch-circle:before {
    left: -3px;
    top: 50%;
    transform-origin: center;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch.color-swatch-circle.small:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch.color-swatch-circle.small:before {
    width: 28px;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch.color-swatch-circle.medium:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch.color-swatch-circle.medium:before {
    width: 38px;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch.color-swatch-circle.large:before,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch.color-swatch-circle.large:before {
    width: 54px;
}

.product-form__input input[type="radio"]:disabled+label.product-form--color-swatch:hover:after,
.product-form__input input[type="radio"].disabled+label.product-form--color-swatch:hover:after {
    content: "";
}

.product-form__input input[type="radio"]:checked:disabled+label.product-form--color-swatch {
    overflow: visible;
}

.product-form__input input[type="radio"]:checked:disabled+label.product-form--color-swatch:after {
    padding: 2px;
    background-size: calc(100% - 2px);
}

.product-form__input input[type="radio"]:disabled+label:not(.product-form--color-swatch).variant-image__wrapper .variant-image__image,
.product-form__input input[type="radio"].disabled+label:not(.product-form--color-swatch).variant-image__wrapper .variant-image__image {
    opacity: 0.5;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
    border: var(--sku-selector-border-thickness) solid rgba(var(--color-text), var(--sku-selector-border-opacity));
    background-color: rgb(var(--color-page-background));
    color: rgba(var(--color-text));
    border-radius: var(--sku-selector-border-radius);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    padding: 8px 12px;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch)::before {
    content: "";
    position: absolute;
    left: 7.5px;
    top: 50%;
    width: calc(100% - 15px);
    border-bottom: 1px solid rgba(var(--color-text), 0.1);
    transform: rotate(-35deg);
    opacity: 0;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch)::after {
    content: "";
    width: calc(100% + 2px + var(--sku-selector-border-thickness) * 2);
    height: calc(100% + 2px + var(--sku-selector-border-thickness) * 2);
    position: absolute;
    top: calc(var(--sku-selector-border-thickness) * -1 - 1px);
    left: calc(var(--sku-selector-border-thickness) * -1 - 1px);
    border: 1px solid transparent;
    border-radius: var(--sku-selector-border-radius-outset);
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch):hover::after {
    border-color: rgba(var(--color-text), var(--sku-selector-border-opacity));
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).small {
    padding: 0 8px;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).large {
    padding: 12px 20px;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 5px;
}

/* reset tool tip max width */
.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper tool-tip {
    max-width: min(80vw, 100px);
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper .variant-image__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper.small {
    width: 30px;
    height: 30px;
}

.product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper.large {
    width: 52px;
    height: 52px;
}

.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch) {
    background-color: rgba(var(--color-button-background));
    color: rgba(var(--color-button-text));
    border-color: rgba(var(--color-button-background));
}

.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch).variant-image__wrapper {
    background-color: transparent;
}

.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch):hover::after {
    border-color: transparent;
}

/*
 * BOLTTE bookbinding suction cups
 * Keep the 42-model selector compact without changing other product pages.
 */
variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input {
    margin-bottom: 14px;
}

variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input--left {
    margin-right: 10px;
    max-width: 22%;
}

variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input--right,
variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input.medium .product-form__input--right,
variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input.large .product-form__input--right {
    gap: 5px 6px;
}

variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1.25;
}

variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper {
    width: 34px;
    height: 34px;
    padding: 3px;
}

@media (max-width: 959px) {
    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input {
        display: block;
        margin-bottom: 12px;
    }

    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input--left {
        width: 100%;
        max-width: none;
        margin: 0 0 6px;
    }

    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input--right,
    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input.medium .product-form__input--right,
    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input.large .product-form__input--right {
        justify-content: flex-start;
        gap: 4px;
    }

    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        padding: 4px 6px;
        font-size: 12px;
        line-height: 1.2;
    }

    variant-radios[data-url="/products/bookbinding-machine-suction-cups"] .product-form__input input[type="radio"]+label:not(.product-form--color-swatch).variant-image__wrapper {
        width: 32px;
        height: 32px;
        padding: 3px;
    }
}

.product-form__input input[type="radio"]:disabled+label:not(.product-form--color-swatch),
.product-form__input input[type="radio"].disabled+label:not(.product-form--color-swatch) {
    color: rgba(var(--color-text), 0.1);
    background-color: transparent;
    overflow: hidden;
}

.product-form__input input[type="radio"]:disabled+label:not(.product-form--color-swatch)::before,
.product-form__input input[type="radio"].disabled+label:not(.product-form--color-swatch)::before {
    opacity: 1;
}

.product-form__input input[type="radio"]:disabled+label:not(.product-form--color-swatch):hover::after,
.product-form__input input[type="radio"].disabled+label:not(.product-form--color-swatch):hover::after {
    border-color: transparent;
}

.product-form__input input[type="radio"]:disabled+label:not(.product-form--color-swatch) {
    cursor: not-allowed;
}

.product-form__input input[type="radio"]:disabled:checked+label:not(.product-form--color-swatch),
.product-form__input input[type="radio"].disabled:checked+label:not(.product-form--color-swatch) {
    border-color: rgba(var(--color-button-background));
}

/* variant-selects */
variant-selects .field::after,
variant-selects .field:hover::after,
variant-selects .field:focus::after,
variant-selects .field:focus-within::after {
    border-color: rgba(var(--color-entry-line));
}

variant-selects .variant-input-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

variant-selects .variant-input-wrapper.column {
    flex-direction: column;
}

@media (max-width: 959px) {
    variant-selects .variant-input-wrapper.column {
        align-items: var(--flex-items-align, flex-start);
    }
}

variant-selects .variant-input-wrapper.column .form__label {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
    max-width: unset;
}

variant-selects .variant-input-wrapper .form__label {
    margin-right: 15px;
    flex-shrink: 0;
    max-width: 35%;
}

variant-selects .variant-input-wrapper .field {
    width: 156px;
    height: 40px;
    height: 42px;
    flex-shrink: 0;
}

@media screen and (max-width: 959px) {
    variant-selects .variant-input-wrapper .field {
        width: 120px;
        height: 40px;
    }
}

variant-selects .variant-input-wrapper .field {
    margin-bottom: 0;
}

variant-selects .variant-input-wrapper .field>select {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

variant-selects .variant-input-wrapper .field .field__input--classic {
    padding: 0 10px;
}

variant-selects .variant-input-wrapper .field.small {
    height: 24px;
}

variant-selects .variant-input-wrapper .field.small .field__input--classic {
    padding: 0 8px;
}

variant-selects .variant-input-wrapper .field.large {
    height: 48px;
}

variant-selects .variant-input-wrapper .field.large .field__input--classic {
    padding: 0 12px;
}

/* sell-info */
.product__sell-info {
    margin-bottom: 0;
}

.product__sell-info .product__sell-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product__sell-info .product__sell-box:last-child {
    margin-bottom: 0;
}

.product__sell-info .product__sell-icon {
    min-width: 24px;
    color: rgb(var(--color-text));
    stroke: currentColor;
    line-height: 1;
}

.product__sell-info .product__sell-text {
    margin-left: 16px;
    color: rgb(var(--color-text));
}

.product__sell-info .product__sell-text a {
    text-decoration: underline;
}

.product__sell-info.product__sell-info-horizontal {
    display: grid;
}

.product__sell-info.product__sell-info-horizontal.onlyTwo {
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
}

.product__sell-info.product__sell-info-horizontal.overThree {
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
}

.product__sell-info.product__sell-info-horizontal {
    grid-column-gap: 20px;
}

.product__sell-info.product__sell-info-horizontal .product__sell-box {
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.product__sell-info.product__sell-info-horizontal .product__sell-box .product__sell-text {
    margin-left: 0;
    padding: 10px 14px 0 14px;
}

@media screen and (max-width: 959px) {
    .product__sell-info.product__sell-info-horizontal .product__sell-box .product__sell-text {
        padding: 10px 7px 0 7px;
    }
}

.product__sell-info.product__sell-info-horizontal .product__sell-box:nth-child(1),
.product__sell-info.product__sell-info-horizontal .product__sell-box:nth-child(2),
.product__sell-info.product__sell-info-horizontal .product__sell-box:nth-child(3) {
    margin-top: 0;
}

@keyframes popup-link-fade-in {
    0% {
        transform: var(--start-transform, translateY(30px));
    }

    100% {
        transform: var(--end-transform, translateY(0));
    }
}

.popup-link-modal summary {
    display: inline-block;
}

.popup-link-modal__close {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: none;
    transform: translate3d(0, 0, 0);
}

.popup-link-modal__close>svg {
    width: 12px;
    height: 12px;
}

.popup-link-modal__container {
    --modal-animation-name: popup-link-fade-in;
    max-width: 560px;
    max-height: 560px;
}

.popup-link-modal__content {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 40px 20px 20px;
}

.popup-link-modal__button {
    display: inline-flex;
    align-items: center;
}

.popup-link-modal__button>svg {
    width: 24px;
    height: 24px;
    margin-inline-end: 10px;
}

@media screen and (max-width: 959px) {
    .popup-link-modal__container {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        height: 80%;
        margin-bottom: 0;
        --start-transform: translateY(100%);
        padding: 0;
    }

    .popup-link-modal__content {
        padding: 30px 10px 10px;
    }
}

.product-link__images {
    display: grid;
    gap: 20px;
}

.product-link__images.product-link__images--small {
    grid-template-columns: repeat(3, 1fr);
}

.product-link__images.product-link__images--middle {
    grid-template-columns: repeat(2, 1fr);
}

.product-link__images.product-link__images--large {
    grid-template-columns: 1fr;
}

.product-link__images .product-link__images-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-link__images .product-link__images-item img {
    background-color: rgba(var(--color-image-background));
    border: none;
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100%;
    width: 100%;
}

.product-link__images--contain .product-link__images-item img {
    object-fit: contain;
}

.product-link__button.button-size__small .product-link__button-btn {
    padding-block-start: 10px;
    padding-block-end: 10px;
}

@media screen and (max-width: 959px) {
    .product-link__button.button-size__small .product-link__button-btn {
        padding-block-start: 9px;
        padding-block-end: 9px;
    }
}

.product-link__button.button-size__medium .product-link__button-btn {
    padding-block-start: 11px;
    padding-block-end: 11px;
}

.product-link__button.button-size__large .product-link__button-btn {
    padding-block-start: 13px;
    padding-block-end: 13px;
}

.product-link__button.button-size__huge .product-link__button-btn {
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.product-link__button.button-width__full .product-link__button-btn {
    width: 100%;
}

.product__inventory .low-stock,
.product__inventory .in-stock,
.product__inventory .out-stock {
    display: inline-flex;
    align-items: flex-start;
}

.product__inventory .low-stock::before,
.product__inventory .in-stock::before,
.product__inventory .out-stock::before {
    --icon-size: 10px;
    content: "";
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    background-color: currentColor;
    margin: calc((1em * var(--body-line-height) - var(--icon-size)) / 2) 0;
    margin-right: 8px;
    flex-shrink: 0;
}

.product__inventory .low-stock::before {
    background-color: #fe9e0f;
}

.product__inventory .in-stock::before {
    background-color: #35c08e;
}

.product__inventory .out-stock {
    color: #f86140;
}

.product-photo-swipe {
    --pswp-bg: rgb(var(--color-page-background)) !important;
    --pswp-placeholder-bg: rgb(var(--color-page-background)) !important;
}

.product-photo-swipe .pswp-with-perma-preloader .pswp__icn {
    display: none !important;
}

.product-pswp__toolbar {
    align-items: center;
    bottom: 30px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(0);
    transition: transform 0.25s 0.6s;
}

.product-pswp__toolbar .product-pswp__button {
    background-color: rgba(var(--color-page-background));
    border: 1px solid;
    border-color: rgba(var(--color-entry-line));
    border-radius: 50%;
    cursor: pointer;
    line-height: 0;
    margin: 15px;
    min-width: 0;
    padding: 10px;
    position: relative;
}

.product-pswp__toolbar .product-pswp__button svg {
    stroke: rgba(var(--color-text));
    height: 13px;
    margin: 8px;
    pointer-events: none;
    width: 13px;
}

.photo-swipe-media-outside-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - var(--gap));
}

.photo-swipe-media-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.photo-swipe-media-wrapper::before {
    content: "";
    display: block;
    padding-top: var(--padding-top);
}

.photo-swipe-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-swipe-media iframe,
.photo-swipe-media video {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */

/* BOLTTE Taobao-style product option controls */
.boltte-taobao-option-row,
.boltte-taobao-mobile-bar,
.boltte-taobao-sku-drawer,
.boltte-taobao-inline-variant-preview {
    display: none;
}

.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch) {
    background-color: #fff3ec;
    border-color: #ff6a00;
    color: #f05a00;
}

.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch)::after,
.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch):hover::after {
    border-color: transparent;
}

@media screen and (min-width: 960px) {
    variant-radios .product-form__input {
        margin-bottom: 14px;
    }

    variant-radios .product-form__input .product-form__input--right,
    variant-radios .product-form__input.medium .product-form__input--right,
    variant-radios .product-form__input.large .product-form__input--right {
        gap: 6px 8px;
    }

    .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        align-items: center;
        display: inline-flex;
        font-size: 13px;
        justify-content: center;
        line-height: 1.2;
        min-height: 32px;
        padding: 5px 8px;
    }

    .product-form__input input[type="radio"]+label:not(.product-form--color-swatch).large {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 959px) {
    body.boltte-taobao-lock {
        overflow: hidden;
    }

    main-product-detail.boltte-taobao-ready {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-option-row {
        align-items: center;
        background: #f6f7f9;
        border: 0;
        border-radius: 8px;
        color: rgba(var(--color-text));
        cursor: pointer;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin: 12px 0;
        min-height: 44px;
        padding: 10px 12px;
        text-align: left;
        width: 100%;
    }

    main-product-detail.boltte-taobao-ready .product__info-item--variant-picker.boltte-taobao-inline-variants {
        background: #ffffff;
        border: 1px solid rgba(var(--color-entry-line), 0.85);
        border-radius: 10px;
        display: block;
        margin: 10px 0 14px;
        padding: 10px 10px 1px;
    }

    main-product-detail .boltte-taobao-inline-variant-preview {
        align-items: center;
        background: #f7f8fa;
        border: 1px solid #e6e8eb;
        border-radius: 12px;
        display: flex;
        gap: 12px;
        margin: 0 0 12px;
        padding: 10px 12px;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variant-preview {
        display: none;
    }

    main-product-detail .boltte-taobao-inline-variant-preview__button {
        align-items: center;
        background: #ffffff;
        border: 1px solid #dfe3e8;
        border-radius: 9px;
        cursor: zoom-in;
        display: flex;
        flex: 0 0 92px;
        height: 92px;
        justify-content: center;
        overflow: hidden;
        padding: 0;
    }

    main-product-detail .boltte-taobao-inline-variant-preview__image {
        display: block;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        width: 100%;
    }

    main-product-detail .boltte-taobao-inline-variant-preview__caption {
        color: #23272f;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-radios,
    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-selects {
        display: block;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-radios .product-form__input,
    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-selects .product-form__input {
        display: block;
        margin: 0 0 14px;
        min-width: 0;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants .product-form__input .product-form__input--left {
        margin: 0 0 9px;
        max-width: none;
        width: 100%;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants fieldset.product-form__input .form__label {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        margin: 0;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-radios .product-form__input .product-form__input--right,
    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-radios .product-form__input.medium .product-form__input--right,
    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants variant-radios .product-form__input.large .product-form__input--right {
        display: grid;
        gap: 6px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        align-items: center;
        background: #f5f6f8;
        border: 1px solid transparent;
        border-radius: 7px;
        display: flex;
        font-size: 12px;
        justify-content: center;
        line-height: 1.2;
        min-height: 32px;
        overflow-wrap: anywhere;
        padding: 5px 4px;
        text-align: center;
        white-space: normal;
        width: 100%;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-inline-variants .product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch) {
        background: #fff3ec;
        border-color: #ff6a00;
        color: #f05a00;
    }

    .boltte-taobao-option-row__label {
        flex: 0 0 auto;
        font-size: 14px;
        font-weight: 700;
    }

    .boltte-taobao-option-row__value {
        color: rgba(var(--color-text), 0.68);
        flex: 1 1 auto;
        font-size: 13px;
        line-height: 1.35;
        min-width: 0;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .boltte-taobao-option-row__arrow {
        color: rgba(var(--color-text), 0.45);
        flex: 0 0 auto;
        font-size: 22px;
        line-height: 1;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-mobile-bar {
        background: rgba(var(--color-page-background));
        border-top: 1px solid rgba(var(--color-entry-line), 0.9);
        bottom: 0;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr 1fr;
        left: 0;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 60;
    }

    .boltte-taobao-mobile-bar__btn {
        appearance: none;
        border: 1px solid #ff6a00;
        border-radius: 999px;
        box-shadow: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        min-height: 44px;
        outline: 0;
        padding: 0 12px;
    }

    .boltte-taobao-mobile-bar__btn:focus,
    .boltte-taobao-mobile-bar__btn:focus-visible {
        border-color: #ff6a00;
        box-shadow: none;
        outline: 0;
    }

    .boltte-taobao-mobile-bar__btn--cart {
        background: #fff3ec;
        color: #f05a00;
    }

    .boltte-taobao-mobile-bar__btn--buy {
        background: #ff5a00;
        color: #ffffff;
    }

    main-product-detail.boltte-taobao-ready.boltte-taobao-drawer-open .boltte-taobao-mobile-bar {
        display: none;
    }

    main-product-detail.boltte-taobao-ready .boltte-taobao-sku-drawer {
        display: block;
        inset: 0;
        pointer-events: none;
        position: fixed;
        z-index: 80;
    }

    .boltte-taobao-sku-drawer__overlay {
        background: rgba(0, 0, 0, 0.42);
        border: 0;
        cursor: pointer;
        display: none;
        inset: 0;
        position: absolute;
    }

    .boltte-taobao-sku-drawer__panel {
        background: rgba(var(--color-page-background));
        border-radius: 0;
        bottom: 0;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-direction: column;
        left: 0;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        min-height: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        transform: translateY(100%);
        transition: transform 0.24s ease;
    }

    main-product-detail.boltte-taobao-drawer-open .boltte-taobao-sku-drawer {
        pointer-events: auto;
    }

    main-product-detail.boltte-taobao-drawer-open .boltte-taobao-sku-drawer__overlay {
        display: block;
    }

    main-product-detail.boltte-taobao-drawer-open .boltte-taobao-sku-drawer__panel {
        transform: translateY(0);
    }

    .boltte-taobao-sku-drawer__handle {
        background: rgba(var(--color-text), 0.24);
        border-radius: 999px;
        display: none;
        height: 4px;
        margin: 8px auto 0;
        width: 42px;
    }

    .boltte-taobao-sku-drawer__close {
        align-items: center;
        background: #f3f4f6;
        border: 0;
        border-radius: 50%;
        color: rgba(var(--color-text), 0.72);
        cursor: pointer;
        display: flex;
        font-size: 28px;
        height: 40px;
        justify-content: center;
        line-height: 1;
        padding: 0 0 4px;
        position: absolute;
        left: 16px;
        top: 16px;
        width: 40px;
        z-index: 1;
    }

    .boltte-taobao-sku-drawer__header {
        display: grid;
        gap: 12px;
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 72px 16px 14px;
    }

    .boltte-taobao-sku-drawer__thumb {
        align-items: center;
        background: #f4f5f7;
        border: 1px solid rgba(var(--color-entry-line), 0.85);
        border-radius: 8px;
        display: flex;
        height: 86px;
        justify-content: center;
        overflow: hidden;
        width: 86px;
    }

    .boltte-taobao-sku-drawer__thumb-button {
        align-items: center;
        background: transparent;
        border: 0;
        cursor: zoom-in;
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .boltte-taobao-sku-drawer__thumb img {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .boltte-taobao-sku-drawer__meta {
        min-width: 0;
        padding-right: 0;
    }

    .boltte-taobao-sku-drawer__price .price,
    .boltte-taobao-sku-drawer__price {
        color: #f05a00;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.15;
    }

    .boltte-taobao-sku-drawer__title {
        color: rgba(var(--color-text));
        font-size: 13px;
        line-height: 1.35;
        margin-top: 6px;
        max-height: 36px;
        overflow: hidden;
    }

    .boltte-taobao-sku-drawer__selected {
        color: rgba(var(--color-text), 0.62);
        font-size: 12px;
        line-height: 1.35;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .boltte-taobao-sku-drawer__content {
        flex: 1 1 auto;
        overflow-y: auto;
        padding: 0 16px 12px;
        -webkit-overflow-scrolling: touch;
    }

    .boltte-taobao-sku-drawer__content .product__info-item--variant-picker,
    .boltte-taobao-sku-drawer__content .product__info-item--quantity-input {
        margin: 0 0 16px;
    }

    .boltte-taobao-sku-drawer variant-radios .product-form__input {
        display: block;
        margin: 0 0 18px;
        min-width: 0;
    }

    .boltte-taobao-sku-drawer variant-radios .product-form__input .product-form__input--left,
    .boltte-taobao-sku-drawer variant-radios .product-form__input.column .product-form__input--left {
        margin: 0 0 8px;
        max-width: none;
        width: 100%;
    }

    .boltte-taobao-sku-drawer fieldset.product-form__input .form__label {
        font-size: 15px;
        line-height: 1.25;
        margin: 0;
    }

    .boltte-taobao-sku-drawer variant-radios .product-form__input .product-form__input--right,
    .boltte-taobao-sku-drawer variant-radios .product-form__input.medium .product-form__input--right,
    .boltte-taobao-sku-drawer variant-radios .product-form__input.large .product-form__input--right {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: stretch;
    }

    .boltte-taobao-sku-drawer .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        align-items: center;
        background: #f4f5f7;
        border: 1px solid #d6d9df;
        border-radius: 7px;
        display: flex;
        font-size: 13px;
        font-weight: 600;
        justify-content: center;
        line-height: 1.2;
        min-height: 36px;
        overflow-wrap: anywhere;
        padding: 6px 7px;
        white-space: normal;
        width: 100%;
    }

    .boltte-taobao-sku-drawer .product-form__input input[type="radio"]+label:not(.product-form--color-swatch):hover {
        border-color: #ff8a3d;
        box-shadow: 0 0 0 2px rgba(255, 138, 61, 0.14);
    }

    .boltte-taobao-sku-drawer .product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch) {
        background: #fff1e8;
        border: 2px solid #ff6a00;
        box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.16);
        color: #e85a00;
    }

    .boltte-taobao-sku-drawer .boltte-color-option .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        box-shadow: none;
    }

    .boltte-taobao-sku-drawer .product__info-item--quantity-input {
        align-items: center;
        border-top: 1px solid rgba(var(--color-entry-line), 0.82);
        display: flex;
        justify-content: space-between;
        padding-top: 16px;
    }

    .boltte-taobao-sku-drawer .product__info-item--quantity-input .quantity-input-label {
        font-size: 15px;
        font-weight: 700;
        margin: 0 12px 0 0;
    }

    .boltte-taobao-sku-drawer .product__info-item--quantity-input .quantity {
        height: 34px;
        width: 118px;
    }

    .boltte-taobao-sku-drawer__actions {
        background: rgba(var(--color-page-background));
        border-top: 1px solid rgba(var(--color-entry-line), 0.8);
        flex: 0 0 auto;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    }

    .boltte-taobao-sku-drawer__actions .product__info-item--buy-buttons,
    .boltte-taobao-sku-drawer__actions .product-form__buttons>* {
        margin: 0;
    }

    .boltte-taobao-sku-drawer__actions .quick-add-show {
        display: block !important;
    }

    .boltte-taobao-sku-drawer__actions product-float-buy-buttons {
        display: none !important;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr 1fr;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons>* {
        min-width: 0;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons>*:only-child {
        grid-column: 1 / -1;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons .button,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .shopline-element-buy-now,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .pay-button-buy-now {
        border: 1px solid #ff6a00 !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: 700;
        min-height: 44px;
        overflow: hidden;
        width: 100%;
        --btn-border-thickness: 0px;
        --btn-border-radius: 999px;
        --btn-border-radius-outset: 999px;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons .button::before,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .button::after,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .shopline-element-buy-now::before,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .shopline-element-buy-now::after,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .pay-button-buy-now::before,
    .boltte-taobao-sku-drawer__actions .product-form__buttons .pay-button-buy-now::after {
        border: 0 !important;
        box-shadow: none !important;
        pointer-events: none;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons .product-form__submit.button {
        background: #fff3ec;
        color: #f05a00;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons>*:not(:first-child),
    .boltte-taobao-sku-drawer__actions .product-form__buttons>*:not(:first-child) button,
    .boltte-taobao-sku-drawer__actions .product-form__buttons>*:not(:first-child) .shopline-element-buy-now {
        background: #ff5a00;
        color: #ffffff;
    }

    .boltte-taobao-sku-drawer__actions .product-form__buttons>*,
    .boltte-taobao-sku-drawer__actions .product-form__buttons>* button {
        box-shadow: none;
        outline: 0;
    }

    .boltte-taobao-image-zoom {
        align-items: center;
        background: rgba(0, 0, 0, 0.92);
        display: none;
        inset: 0;
        justify-content: center;
        opacity: 0;
        padding: 24px;
        position: fixed;
        transition: opacity 0.18s ease;
        z-index: 100;
    }

    .boltte-taobao-image-zoom.is-open {
        display: flex;
        opacity: 1;
    }

    .boltte-taobao-image-zoom__backdrop {
        background: transparent;
        border: 0;
        cursor: zoom-out;
        inset: 0;
        position: absolute;
    }

    .boltte-taobao-image-zoom__image {
        cursor: zoom-in;
        max-height: calc(100vh - 96px);
        max-height: calc(100dvh - 96px);
        max-width: calc(100vw - 32px);
        object-fit: contain;
        position: relative;
        z-index: 1;
        touch-action: none;
        transform: scale(1);
        transform-origin: center center;
        transition: transform 0.14s ease;
        will-change: transform;
    }

    .boltte-taobao-image-zoom__toolbar {
        align-items: center;
        bottom: calc(18px + env(safe-area-inset-bottom));
        display: flex;
        gap: 8px;
        justify-content: center;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        z-index: 3;
    }

    .boltte-taobao-image-zoom__control {
        align-items: center;
        background: rgba(255, 255, 255, 0.94);
        border: 0;
        border-radius: 999px;
        color: #171717;
        cursor: pointer;
        display: flex;
        font-size: 22px;
        font-weight: 700;
        height: 42px;
        justify-content: center;
        line-height: 1;
        min-width: 42px;
        padding: 0 12px;
    }

    .boltte-taobao-image-zoom__control--reset {
        font-size: 13px;
        min-width: 58px;
    }

    .boltte-taobao-image-zoom__close {
        align-items: center;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.26);
        border-radius: 50%;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        font-size: 28px;
        height: 42px;
        justify-content: center;
        line-height: 1;
        padding: 0 0 4px;
        position: absolute;
        right: 16px;
        top: calc(16px + env(safe-area-inset-top));
        width: 42px;
        z-index: 2;
    }
}

/* BOLTTE V64b: move bag-opening product gallery down 16px on desktop */
@media screen and (min-width: 960px) {
  main-product-detail[data-product-id="16076376155738666494471820"] .product__media-wrapper {
    margin-top: 36px !important;
  }
}

/* BOLTTE V64b: fixed main gallery viewer with scrolling model column */
@media screen and (min-width: 960px) {
  main-product-detail[data-product-id="16076376155738666494471820"] #MediaGallery-main-product-info {
    position: static !important;
    top: auto !important;
    width: 100% !important;
  }

  main-product-detail[data-product-id="16076376155738666494471820"] .product__thumbnail-slider-group {
    width: 100% !important;
  }

  main-product-detail[data-product-id="16076376155738666494471820"] #GalleryViewer-main-product-info {
    align-self: stretch;
    background: #ffffff;
    flex: 0 0 auto !important;
    position: sticky !important;
    top: 202px !important;
    width: 100% !important;
    z-index: 4;
  }
}

/* BOLTTE V69: fixed gallery for products with more than five model rows */
@media screen and (min-width: 960px) {
  main-product-detail.boltte-many-models-desktop .product__media-wrapper {
    margin-top: 36px !important;
  }

  main-product-detail.boltte-many-models-desktop #MediaGallery-main-product-info {
    position: static !important;
    top: auto !important;
    width: 100% !important;
  }

  main-product-detail.boltte-many-models-desktop .product__thumbnail-slider-group {
    width: 100% !important;
  }

  main-product-detail.boltte-many-models-desktop #GalleryViewer-main-product-info {
    align-self: stretch;
    background: #ffffff;
    flex: 0 0 auto !important;
    position: sticky !important;
    top: 202px !important;
    width: 100% !important;
    z-index: 4;
  }
}
/* BOLTTE V70 PREVIEW: long-model price summary and independent model scroll */
@media screen and (min-width: 960px) {
  main-product-detail.boltte-many-models-desktop .boltte-long-model-summary {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9dde5;
    border-left: 4px solid #f45b0b;
    border-radius: 8px;
    box-shadow: 0 5px 16px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 12px;
    min-height: 54px;
    padding: 8px 14px;
    position: sticky;
    top: 202px;
    z-index: 8;
  }

  main-product-detail.boltte-many-models-desktop .boltte-long-model-summary__selection {
    align-items: baseline;
    display: flex;
    gap: 9px;
    min-width: 0;
  }

  main-product-detail.boltte-many-models-desktop .boltte-long-model-summary__label {
    color: #657083;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 600;
  }

  main-product-detail.boltte-many-models-desktop [data-boltte-long-model-selected] {
    color: #111827;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  main-product-detail.boltte-many-models-desktop .boltte-long-model-summary__price {
    color: #f45b0b;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
  }

  main-product-detail.boltte-many-models-desktop .product-form__input--right.boltte-long-model-scroll {
    height: clamp(260px, calc(100vh - 500px), 430px);
    max-height: 430px;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    padding: 2px 8px 8px 2px;
    scrollbar-gutter: stable;
    scroll-behavior: auto !important;
  }

  main-product-detail.boltte-many-models-desktop .product-form__input--right.boltte-long-model-scroll::-webkit-scrollbar {
    width: 8px;
  }

  main-product-detail.boltte-many-models-desktop .product-form__input--right.boltte-long-model-scroll::-webkit-scrollbar-thumb {
    background: #bac1cc;
    border-radius: 999px;
  }
}

/* BOLTTE v84 order requirements */
.boltte-order-requirements {
  display: block;
  margin: 0 0 14px;
  padding: 14px;
  color: #172234;
  background: #f7f9fc;
  border: 1px solid #d7e0ea;
  border-radius: 10px;
}
.boltte-order-requirements__heading,
.boltte-order-requirements__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.boltte-order-requirements__heading { margin-bottom: 8px; }
.boltte-order-requirements__heading label {
  color: #101828;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}
.boltte-order-requirements__heading > span,
.boltte-order-requirements__footer {
  color: #607086;
  font-size: 12px;
  line-height: 1.35;
}
.boltte-order-requirements__input {
  display: block;
  width: 100%;
  min-height: 76px;
  padding: 10px 12px;
  color: #172234;
  background: #fff;
  border: 1px solid #b9c6d6;
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  resize: vertical;
}
.boltte-order-requirements__input:focus {
  border-color: #1474c4;
  box-shadow: 0 0 0 3px rgba(20, 116, 196, .12);
  outline: 0;
}
.boltte-order-requirements__input::placeholder { color: #7b8798; }
.boltte-order-requirements__footer { align-items: flex-start; margin-top: 7px; }
.boltte-order-requirements__footer > :first-child { max-width: 82%; }
.boltte-order-requirements__count { flex: 0 0 auto; font-variant-numeric: tabular-nums; }

@media screen and (max-width: 749px) {
  .boltte-order-requirements {
    margin-bottom: 10px;
    padding: 11px;
    border-radius: 9px;
  }
  .boltte-order-requirements__heading { margin-bottom: 6px; }
  .boltte-order-requirements__heading label { font-size: 14px; }
  .boltte-order-requirements__input { min-height: 68px; font-size: 14px; }
  .boltte-order-requirements__footer { font-size: 11px; }
}

