/* =================================== */
/*            SIDEBAR/БЛОКИ            */
/* =================================== */
.your-child-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 180px;
}

.your-child-wrapper-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;

    h2 {
        font-size: 48px;
        font-weight: 700;
    }

    p {
        font-size: 21px;
        font-weight: 400;
    }
}

.your-child-wrapper-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    width: 100%;
    align-items: stretch;
}

.your-child-wrapper-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: revert;
}

.your-child-wrapper-card-image {
    width: 100%;
    height: auto;

    img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: center;
    }
}

.your-child-wrapper-text-card {
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    width: 100%;
    position: relative;
    text-align: center;
}

.your-child-wrapper-card-title {
    font-size: 32px;
    font-weight: 700;
    padding: 16px 5px;
    position: absolute;
    width: 100%;
    word-break: break-word;
}

.your-child-wrapper-card-desc {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 48px;
    margin-top: 160px;
}

.your-child-wrapper-card-lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    gap: 10px;
    font-size: 18px;
    width: 100%;
}
@media (max-width: 1405px) {
    .your-child-wrapper-cards {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 30px;
    }
}
@media (max-width: 1148px) {
    .your-child-wrapper-cards {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
}
@media (max-width: 895px) {
    .your-child-wrapper-cards {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 768px) {
    .your-child-wrapper-cards {
        display: flex !important;
        grid-template-columns: unset;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;

        gap: 20px;
        padding-bottom: 15px;
    }

    .your-child-wrapper-cards::-webkit-scrollbar {
        display: none;
    }

    .your-child-wrapper-card {
        flex: 0 0 85%;
        min-width: 85%;
        scroll-snap-align: start;
    }

    .your-child-progress {
        width: 100%;
        height: 4px;
        background: #e5e5e5;
        border-radius: 10px;
        margin-top: 15px;
        overflow: hidden;
    }

    .your-child-progress-bar {
        height: 100%;
        width: 0%;
        background: #000;
        transition: width 0.2s ease;
    }

    .your-child-wrapper-content {
        h2 {
            font-size: 36px;
            font-weight: 700;
        }

        p {
            font-size: 21px;
            font-weight: 400;
        }
    }

    .your-child-wrapper-card-title {
        font-size: 27px;
        margin-bottom: 12px;
    }

    .your-child-wrapper-card-desc {
        font-size: 12px;
        margin-bottom: 27px;
    }

    .your-child-wrapper-card-lists {
        gap: 8px;
        font-size: 14px;
    }
}
.product-item-detail-info-section {
    padding: 0 20px;
}

.product-item-detail-info-container {
    margin-bottom: 13px;
}

.product-item-detail-info-container-title {
    margin-bottom: 3px;
    color: #000;
    font-weight: var(--ui-font-weight-bold);
    font-size: 13px;
}

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 13px;
    padding: 20px 20px 0;
}

div#bx_117848907_23_skudiv {
    margin-top: 25px;
}

.bx-retina .product-item-detail-pay-block {
    border-width: .5px;
}

/* =================================== */
/*                COMPARE              */
/* =================================== */
.product-item-detail-compare-container {
    position: relative;
    margin: 0 -20px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* =================================== */
/*                PRICE                */
/* =================================== */
.product-item-detail-price-current {
    color: #d0021b;
    white-space: nowrap;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    text-decoration: line-through;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

/* =================================== */
/*                 SCU                 */
/* =================================== */
.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    /* display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle; */
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.product-item-scu-item-color-block {
    position: relative;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    /* position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-selected-scu-container {
    word-spacing: 1px;
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu {
    outline-width: .5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/* =================================== */
/*               AMOUNT                */
/* =================================== */
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    /* opacity: .3 !important; */
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    /* transition: opacity 300ms ease; */
    width: 2px;
    height: 10px;
    background-color: white;
    margin: auto;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    background-color: white !important;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover:after {
    background-color: black !important;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover:before {
    background-color: black !important;
}

.product-item-amount-field-btn-plus:after {
    /* background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px; */
    width: 10px;
    height: 2px;
    background-color: white;
    margin: auto;
}

.product-item-amount-field-btn-minus:after {
    /* background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px; */
    width: 10px;
    height: 2px;
    background-color: white;
    margin: auto;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: var(--ui-font-weight-bold);
    font-size: 19px;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: var(--ui-font-weight-bold);
    font-size: 12px;
}

.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/* =================================== */
/*             BUY BUTTON              */
/* =================================== */
.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    width: 275px;
    height: 64px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000000 !important;
    text-align: center;
    letter-spacing: 1.92px;
}

.product-item-detail-info .btn.product-item-detail-buy-button {
    width: 100%;
} 

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/* =================================== */
/*               SLIDER                */
/* =================================== */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}

/* Slider Controls */
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close {
    display: none;
}

/* Slider Popup */
.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

/* Magnified */
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/* Popup */
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/* =================================== */
/*                LABEL                */
/* =================================== */
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT Label */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

/* RING Label */
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

/* Label Positions */
.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

/* =================================== */
/*                TABS                 */
/* =================================== */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    color: #039be5;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: var(--ui-font-weight-bold);
    font-size: 13px;
    line-height: 45px;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000;
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #1485ce;
    content: "";
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

/* Tab fixed */
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    transition: top 350ms linear;
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

/* =================================== */
/*             SHORT CARD              */
/* =================================== */
.product-item-detail-short-card-fixed {
    position: fixed;
    bottom: -85px;
    right: 0;
    left: 0;
    z-index: 1010;
    box-sizing: border-box;
    background-color: #fff;
    transition: bottom 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    bottom: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
}

.product-item-detail-short-card-content-container table {
    min-width: 100%;
    border-collapse: collapse;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    vertical-align: middle;
    text-align: left;
}

.product-item-detail-short-card-image img {
    max-width: none;
    height: 65px;
}

.product-item-detail-short-title-container {
    max-width: 650px;
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/* =================================== */
/*             PROPERTIES              */
/* =================================== */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: var(--ui-font-weight-bold);
    font-size: 14px;
}

.product-item-detail-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    max-width: 560px;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-detail-properties dl {
    clear: both;
}

.product-item-detail-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-detail-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

/* =================================== */
/*              UTILITIES              */
/* =================================== */
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* =================================== */
/*         MAIN LAYOUT (НОВЫЙ КОД)     */
/* =================================== */
.row.gallery-and-info-row {
    display: flex;
    align-items: flex-start;
    min-height: calc(100vh - 128px); /* Вычитаем шапку и футер */
    margin: 0;
    background: #fff;
}

/* Левая колонка с галереей - 70% */
.product-item-detail-slider-container-swiper {
    flex: 0 0 70%;
    max-width: 70%;
    background-color: #f7f5f4;
    display: flex;
    flex-direction: column;
    position: relative;
    border-right: 1px solid #e9eaea;
    position: sticky;
    top: 0;
}

.swiper-thumble {
    border-bottom: 1px solid #e9eaea;
    border-top: 1px solid #e9eaea;
}

.thumble-image-wrapper {
    cursor: pointer;
    border-right: 1px solid #e9eaea;

    &:last-child {
        border-right: none;
    }
}

.thumble-image-wrapper.swiper-slide-thumb-active {
    opacity: 0.5;
}

.product-item-detail-slider-container-swiper.active {
    position: relative;
}

/* Правая колонка с информацией - 30% */
.product-item-detail-info {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 30px;
    background: #fff;
    /* overflow-y: auto; */
    /* max-height: calc(100vh - 200px); */
    /* position: sticky;
    top: 100px; */
    
    /* Скрываем скролл для всех браузеров */
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
}

/* Скрываем скролл для Chrome, Safari и Opera */
.product-item-detail-info::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Для большей надежности - скрываем скролл у всех элементов внутри */
.product-item-detail-info * {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-item-detail-info *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* =================================== */
/*           SLIDER (НОВЫЙ КОД)        */
/* =================================== */
.product-item-detail-slider-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Swiper основного слайдера */
.product-item-detail-slider-container .swiper {
    width: 100%;
    flex: 1;
    min-height: 500px;
    max-height: calc(100vh - 308px);
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    background: #fff;
}

.product-item-detail-slider-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f7f5f4;
}

.product-item-detail-slider-container .swiper-slide img {
    max-width: 100%;
    /* max-height: 100%; */
    min-height: 500px;
    max-height: calc(100vh - 308px);
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.product-item-detail-slider-container .swiper-slide img:hover {
    transform: scale(1.05);
}

/* Навигационные кнопки Swiper */
.product-item-detail-slider-container .swiper-button-prev,
.product-item-detail-slider-container .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}

.product-item-detail-slider-container:hover .swiper-button-prev,
.product-item-detail-slider-container:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0 !important;
}

.product-item-detail-slider-container .swiper-button-prev {
    left: 20px;
}

.product-item-detail-slider-container .swiper-button-next {
    right: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

/* Пагинация */
.product-item-detail-slider-container .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

.product-item-detail-slider-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,0.3);
    opacity: 1;
    transition: all 0.3s ease;
}

.product-item-detail-slider-container .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: #333;
}

/* Миниатюры */
.thumbnails {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
    align-items: center;
}

.thumbnail {
    width: 154px;
    height: 154px;
    border: 1px solid #e9eaea;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.thumbnail:hover {
    cursor: pointer;
}

.thumbnail.active {
    opacity: .5;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =================================== */
/*       ИНФОРМАЦИОННЫЙ БЛОК (НОВЫЙ)   */
/* =================================== */
.product-item-detail-info-section {
    padding: 0;
}

.breadcrumbs-wrapper.margin-bootom {
    padding-bottom: 20px;
}

.breadcrumbs-wrapper {
    padding-left: 25px;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

.product-item-detail-info-section h1, .h1.bx-title {
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    line-height: 42px;
    padding-left: 25px;
    padding-bottom: 13px;
}


.wrapper-title {
    padding: 20px;
}

.h1.bx-title {
    padding-left: 0;
    padding-bottom: 0;
}

.product-item-detail-pay-block {
    margin-bottom: 20px;
    padding: 0px 25px;
}

/* Цены */
.product-item-detail-price-current {
    color: #000000;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.product-item-detail-price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
    margin-bottom: 5px;
}

.item_economy_price {
    color: #4caf50;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

/* Количество */
.product-item-amount {
    margin: 20px 0;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    flex-direction: column;
}

.quantity-container {
    display: flex;
    border: 1px solid #f7f5f4;
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
    background: #333;
    color: #fff;
}

.product-item-amount-field {
    width: 60px;
    height: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* Кнопки */
.btn-default.product-item-detail-buy-button:hover {
    background-color: #3c3f41 !important;
}

.btn-link.product-item-detail-buy-button {
    background: transparent;
    color: #333;
    border: 2px solid #333;
}

.btn-link.product-item-detail-buy-button:hover {
    background: #333;
    color: #fff;
}

/* Характеристики */
.product-item-detail-info-container-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
    letter-spacing: -0.31px;
}

.product-item-detail-properties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0;
}

.product-item-detail-properties dt {
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

.product-item-detail-properties dd {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

/* Выбор торговых предложений */
.product-item-scu-container {
    margin-bottom: 20px;
}

.product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0 0;
    padding: 0;
}

.product-item-scu-item-color-container {
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    /* max-width: 42px;
    width: 42px; */
}

.product-item-scu-item-color-block {
    position: relative;
    /* width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: outline 200ms ease;
    display: flex;
    flex: 0 0 auto; */
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    border-color: #333;
    /* transform: scale(1.1); */
    outline: none;
    /* outline-width: 2px; */
    outline-color: #000;
}

.product-item-scu-item-color {
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.product-item-scu-item-text-container {
    min-width: auto;
}

.product-item-scu-item-text-block {
    padding: 8px 16px;
    border-radius: 50px;
    background: #f5f5f5;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.product-item-scu-item-color-container.selected {
    border: 1px solid black;
    border-radius: 50%;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    background: #333;
    color: #fff;
    border-color: #333;
}

.product-item-scu-item-text {
    font-size: 13px;
    line-height: 1;
}

/* Not allowed состояния */
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
    border-radius: 50%;
}

/* =================================== */
/*           МОДАЛЬНОЕ ОКНО            */
/* =================================== */
.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    backdrop-filter: blur(10px);
}

.product-modal.active {
    display: flex;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.product-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-modal-content img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.1s ease;
    cursor: grab;
    user-select: none;
    will-change: transform;
}

.product-modal-content img.dragging {
    cursor: grabbing;
    transition: none;
}

.product-modal-content img.zoomed {
    max-width: none;
    max-height: none;
    cursor: grab;
}

.product-modal-close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 55px;
    height: 55px;
    z-index: 1000000;
    line-height: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: background-color .2s ease;
}

.product-modal-zoom-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    pointer-events: none;
    z-index: 1000000;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideUp 0.3s ease;
    white-space: nowrap;
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    to { 
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* Стрелки навигации в модальном окне */
.product-modal-prev,
.product-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000000;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 0.7;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}

.product-modal-prev {
    left: 30px;
}

.product-modal-next {
    right: 30px;
}

/* Счетчик изображений */
.product-modal-counter {
    position: absolute;
    bottom: 30px;
    right: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    z-index: 1000000;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Анимация появления стрелок */
.product-modal.active .product-modal-prev,
.product-modal.active .product-modal-next,
.product-modal.active .product-modal-counter {
    animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
    }
    to {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
}

.product-modal.active .product-modal-next {
    animation-delay: 0.05s;
}

.product-modal.active .product-modal-counter {
    animation: slideUp 0.3s ease;
}

/* =================================== */
/*          ЛЕЙБЛЫ (НОВЫЕ)             */
/* =================================== */
.product-item-label-text {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 20;
}

.product-item-label-text span {
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-item-label-ring {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d0021b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    z-index: 20;
}

.product-item-detail-description {
    padding-top: 50px;
}

.product-item-detail-description p {
    font-size: 19px;
    padding-bottom: 10px;
}

/* =================================== */
/*            АККОРДЕОН                */
/* =================================== */
.offer-specs-accordion {
    margin-top: 20px;
}

.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.accordion-header {
    padding: 15px 0px;
    cursor: pointer;
    font-size: 19px;
    color: #000;
    position: relative;
    user-select: none;
    letter-spacing: -0.31px;
}

.accordion-header::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z"/></svg>') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.accordion-header.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.3s ease;
    padding: 0 20px;
    background: white;
    border-top: 0 solid #e0e0e0;
}

.accordion-content.active {
    max-height: 2000px;
    opacity: 1;
    padding: 20px;
    border-top-width: 1px;
}

.offer-spec-content {
    line-height: 1.6;
    color: #333;
    font-size: 19px;
}

.offer-spec-content p {
    margin: 10px 0;
}

.offer-spec-content p:first-child {
    margin-top: 0;
}

.offer-spec-content p:last-child {
    margin-bottom: 0;
}

.offer-spec-content ul,
.offer-spec-content ol {
    margin: 10px 0 10px 20px;
    padding-left: 0;
}

.offer-spec-content li {
    margin-bottom: 5px;
}

.offer-spec-content li:last-child {
    margin-bottom: 0;
}

.offer-spec-content strong {
    font-weight: 600;
    color: #000;
}

.offer-spec-content u {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

/* =================================== */
/*               ВИДЕО                 */
/* =================================== */
.product-video-container {
    width: 100vw;
    margin: 40px 0 40px -15px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding-top: 80px;
}

.product-video-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 20px;
}

.product-video-title {
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: -0.31px;
    text-align: center;
}

.product-video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    cursor: pointer;
    aspect-ratio: 16/9;
}

.product-video-wrapper video::-webkit-media-controls {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.video-gallery-button {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 320px;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

.video-gallery-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: white;
    stroke-width: 2;
}

.video-gallery-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 0px 8px;
    border-radius: 20px;
    font-size: 16px;
}

.product-video-wrapper video:playing {
    cursor: none;
}

/* =================================== */
/*           ИНФО-БОКС                 */
/* =================================== */
.info-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px 40px;
    border: 1px solid #e9eaea;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-item + .info-item {
    margin-top: 25px;
}

.icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.icon svg {
    width: 32px;
    height: 32px;
    stroke: #000;
    fill: none;
    stroke-width: 1.5;
}

.info-text {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

/* =================================== */
/*          SECURITY STANDART           */
/* =================================== */
.security_standart {
    max-width: 1200px;
    margin: 105px auto;
    padding: 0 20px;
    overflow: visible;
}

.security_standart__title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 65px;
    text-align: center;
    line-height: 1.2;
}

.security_standart__slider {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.security_standart__slider::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.security_standart__items {
    display: flex;
    align-items: flex-start;
    position: relative;
    min-width: min-content;
    padding: 20px 0 40px;
    justify-content: center;
}

.security_standart__items::before {
    content: "";
    position: absolute;
    top: calc(50% + 56px);
    left: 0;
    right: 0;
    height: 2px;
    background: #ccc;
    z-index: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.security_standart__item {
    flex: 0 0 auto;
    width: 110px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.security_standart__icon {
    margin-bottom: 15px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security_standart__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.security_standart__item.active .security_standart__icon {
    opacity: 1;
}

.security_standart__dot {
    width: 14px;
    height: 14px;
    background: #bbb;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 0;
    position: relative;
    top: 3px;
    z-index: 2;
}

.security_standart__item.active .security_standart__dot {
    background: #000;
    transform: scale(1.2);
}

.security_standart__content {
    margin-top: 40px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.security_standart__content h3 {
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 600;
}

.security_standart__content p {
    font-size: 21px;
    line-height: 1.6;
    color: #333;
}

/* =================================== */
/*         ОБЩИЕ ТЕКСТОВЫЕ СТИЛИ       */
/* =================================== */
.product-info-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-info-text {
    font-size: 21px;
    line-height: 1.6;
    color: #000000;
    max-width: 640px;
}

/* =================================== */
/*         БЛОК ERGONOMIC              */
/* =================================== */
.ergonomic_block {
    display: flex;
    align-items: center;
    background-color: #f7f6f4;
}

.ergonomic_block .ergonomic_block-info {
    flex: 0 1 50%;
    padding: 0px 60px;
}

.ergonomic_block-media {
    /* flex: 1;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: flex-end; */
    width: 50%;
    display: flex;
}

.ergonomic_block-media video {
    height: 100%;
    object-fit: cover;
}

.ergonomic_block img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

/* =================================== */
/*              SPLIT                  */
/* =================================== */
.split {
    display: flex;
    align-items: center;
}

.split__media_text {
    flex: 0 1 50%;
    padding: 0px 60px;
}

.split img {
    width: 100%;
}

.split__media {
    flex: 1;
    display: flex;
}

.split__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =================================== */
/*               MADE                  */
/* =================================== */
.made {
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.made_media {
    flex: 1;
}

.made_text {
    flex: 0 1 50%;
    padding: 0px 60px;
}

.made img {
    width: 100%;
}

/* =================================== */
/*            SWIPER COMMON            */
/* =================================== */
.swiper {
    padding-bottom: 120px;
}

/* =================================== */
/*              CARDS                  */
/* =================================== */
.card {
    display: flex;
    flex-direction: column;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 26px;
}

.card__content h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #000000;
}

.card__content p {
    font-size: 19px;
    color: #000000;
}

/* =================================== */
/*               BOX                   */
/* =================================== */
.box-section {
    padding: 95px 60px !important;
}

.box-section .product-info-title {
    text-align: center;
    margin-bottom: 64px;
}

.box-big-item {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}

.box-big-item-left {
    flex: 0 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 80px;
}

.box-big-item-title {
    font-size: 37px;
    font-weight: 600;
    margin-top: 45px;
}

.box-big-item-info p {
    font-size: 21px;
}

.box-big-item-info p:first-of-type {
    padding-bottom: 26px;
}

.box-big-item-right {
    flex: 0 1 50%;
    padding: 60px;
    display: flex;
    align-items: flex-end;
}

.box-big-item-right img {
    max-width: 100%;
}

.box-item {
    background-color: #f8f8f8;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.box-item img {
    max-width: 100%;
}

.box-item span {
    position: absolute;
    letter-spacing: -.02em;
    font-weight: 600;
    width: calc(100% - 60px);
    bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 21px;
}

/* =================================== */
/*             WHEREVER                */
/* =================================== */
.wherever {
    background-color: #f9f7f7;
    padding: 95px 60px !important;
}

.wherever .product-info-title {
    text-align: center;
}

.wherever .product-info-text {
    text-align: center;
    margin: auto;
    padding-bottom: 45px;
}

/* =================================== */
/*         DESKTOP FIX FOR SWIPER      */
/* =================================== */
@media (min-width: 1025px) {
    .wherever,
    .box-section {
        overflow: visible !important;
    }

    .wherever .swiper-wrapper,
    .box-section .swiper-wrapper {
        display: flex !important;
        transform: none !important;
        /* justify-content: space-between; */
    }

    .wherever .swiper-slide {
        flex: 0 0 calc((100% - 60px) / 3);
    }

    .box-section .swiper-slide {
        flex: 0 0 calc((100% - 90px) / 4);
    }
}

/* =================================== */
/*              РЕТИНА                 */
/* =================================== */
.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}

.bx-retina .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accordion-header::after {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z"/></svg>');
    }
}

/* =================================== */
/*         ОСНОВНЫЕ МЕДИА-ЗАПРОСЫ      */
/* =================================== */

/* 992px и меньше */
@media (max-width: 992px) {
    .product-item-detail-info-section {
        padding: 0;
    }

    .ergonomic_block-media {
        flex: 1;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: flex-end;
        width: 100%;
        display: block;
    }
    
    .ergonomic_block-media video {
        height: 100%;
        object-fit: cover;
    }
    
    .row.gallery-and-info-row {
        flex-direction: column;
        min-height: auto;
    }

    .product-item-detail-slider-container-swiper {
        position: relative;
    }
    
    .product-item-detail-slider-container-swiper,
    .product-item-detail-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    
    .product-item-detail-info {
        position: static;
        max-height: none;
        box-shadow: none;
    }
    
    .product-item-detail-slider-container .swiper {
        max-height: 400px;
        min-height: 300px;
    }

    .product-item-detail-slider-container .swiper-slide img {
        max-height: 400px;
        min-height: 400px;
    }
    
    .product-item-detail-price-current {
        font-size: 28px;
    }
    
    .product-modal-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    
    .product-modal-zoom-indicator {
        bottom: 20px;
        font-size: 12px;
        padding: 8px 16px;
        white-space: normal;
        text-align: center;
        width: 90%;
    }
    
    .product-video-container {
        width: 100%;
        margin: 40px 0;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
        padding-top: 40px;
    }
    
    .product-video-wrapper {
    }
    
    .product-video-wrapper video {
        aspect-ratio: 16/9;
        width: 100%;
        height: auto;
    }
    
    .video-gallery-button {
        top: 20px;
        right: 20px;
        padding: 8px 16px;
        font-size: 14px;
        width: auto;
        min-width: 200px;
    }
    
    .security_standart {
        margin: 80px auto;
    }
    
    .security_standart__title {
        font-size: 36px;
        margin-bottom: 50px;
    }
    
    .security_standart__item {
        width: 90px;
        margin: 0 10px;
    }
    
    .security_standart__icon {
        width: 90px;
        height: 90px;
    }
    
    .security_standart__items::before {
        top: calc(50% + 43px);
    }
    
    .security_standart__content h3 {
        font-size: 24px;
    }
    
    .security_standart__content p {
        font-size: 18px;
    }
    
    .product-item-detail-tabs-container {
        display: none !important;
    }
    
    .product-item-detail-tab-content {
        display: block !important;
    }
    
    .ergonomic_block,
    .split,
    .made {
        flex-direction: column;
    }
    
    .split {
        flex-direction: column-reverse;
    }
    
    .made {
        flex-direction: column;
    }
    
    .ergonomic_block .ergonomic_block-info,
    .split__media_text,
    .made_text {
        padding: 57px 20px;
    }
    
    .wherever {
        padding: 78px 20px !important;
    }
    
    .box-section {
        padding: 78px 20px !important;
    }
    
    .box-big-item {
        flex-direction: column;
    }
    
    .box-big-item-left {
        flex: 0 1 100%;
        padding: 20px 20px;
        text-align: center;
    }
    
    .box-big-item-right {
        padding: 20px;
    }
    
    .box-big-item-right img {
        max-width: 100%;
    }
    
    .product-info-title {
        font-size: 32px;
    }
    
    .box-big-item-title {
        font-size: 23px;
        padding-bottom: 26px;
    }
    
    .box-big-item-info p:first-of-type {
        padding-bottom: 0px;
    }
    
    .box-big-item-info p {
        font-size: 16px;
    }

    .breadcrumbs-wrapper {
        padding-left: 0;
    }

    
    .mobile-hide {
        display: none;
    }
    
    .mobile-show {
        display: block;
    }
}

/* 768px и меньше */
@media (max-width: 768px) {

    .product-item-detail-info-section h1 {
        padding-left: 0px;
    }

    .mobile-hide {
        display: none;
    }
    
    .mobile-show {
        display: block;
    }

    .product-item-detail-slider-container .swiper {
        max-height: 300px;
    }

    .product-item-detail-slider-container .swiper-slide img {
        max-height: 300px;
        min-height: 300px;
    }
    
    .thumbnail {
        width: 50px;
        height: 50px;
    }
    
    .product-item-detail-pay-block {
        padding: 0px;
    }
    
    .product-item-detail-price-current {
        font-size: 24px;
    }
    
    .product-item-label-text > div {
        line-height: 0;
    }
    
    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }
    
    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    
    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
    
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }
    
    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    
    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
    
    .accordion-header {
        padding: 12px 0px;
        font-size: 16px;
    }
    
    .accordion-content.active {
        padding: 15px 0;
    }
    
    .accordion-header::after {
        right: 15px;
        width: 10px;
        height: 10px;
    }
    
    .product-video-container {
        margin: 30px 0;
        padding-top: 30px;
    }
    
    .video-gallery-button {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
        min-width: 160px;
    }
    
    .video-gallery-count {
        font-size: 12px;
    }
    
    .product-modal-prev,
    .product-modal-next {
        width: 44px;
        height: 44px;
    }
    
    .product-modal-prev {
        left: 10px;
    }
    
    .product-modal-next {
        right: 10px;
    }
    
    .product-modal-counter {
        bottom: 20px;
        right: 20px;
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .product-modal-prev svg,
    .product-modal-next svg {
        width: 20px;
        height: 20px;
    }
    
    .security_standart {
        margin: 60px auto;
    }
    
    .security_standart__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .security_standart__slider {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .security_standart__items {
        padding: 15px 0 30px;
    }
    
    .security_standart__item {
        width: 80px;
        margin: 0 8px;
    }
    
    .security_standart__icon {
        width: 80px;
        height: 80px;
    }
    
    .security_standart__dot {
        width: 12px;
        height: 12px;
    }
    
    .security_standart__items::before {
        top: calc(50% + 40px);
    }
    
    .security_standart__content {
        margin-top: 30px;
    }
    
    .security_standart__content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .security_standart__content p {
        font-size: 16px;
    }
    
    .product-info-text {
        font-size: 16px;
    }
    
    .card__content h3 {
        font-size: 18px;
    }
    
    .card__content p {
        font-size: 16px;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }
    
    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }
}

/* 576px и меньше */
@media (max-width: 576px) {
    .product-item-detail-slider-container .swiper {
        max-height: 300px;
    }
    
    .thumbnail {
        width: 50px;
        height: 50px;
    }
    
    .product-item-detail-pay-block {
        padding: 0px;
    }
    
    .product-item-detail-price-current {
        font-size: 18px !important;
    }
    
    .product-modal-prev,
    .product-modal-next {
        width: 36px;
        height: 36px;
    }
    
    .product-modal-counter {
        bottom: 15px;
        right: 15px;
        padding: 4px 10px;
        font-size: 11px;
    }
    
    .product-video-container {
        margin: 20px 0;
        padding-top: 20px;
    }
    
    .security_standart {
        margin: 40px auto;
        padding: 0 15px;
    }
    
    .security_standart__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .security_standart__slider {
        padding-bottom: 10px;
        margin-bottom: 10px;
        overflow-x: auto;
    }
    
    .security_standart__items {
        padding: 10px 0 25px;
    }
    
    .security_standart__item {
        width: 70px;
        margin: 0 6px;
    }
    
    .security_standart__icon {
        width: 70px;
        height: 70px;
    }
    
    .security_standart__icon img {
        width: 55px;
        height: 55px;
    }
    
    .security_standart__dot {
        width: 10px;
        height: 10px;
    }
    
    .security_standart__items::before {
        top: calc(50% + 35px);
        height: 2px;
    }
    
    .security_standart__content {
        margin-top: 25px;
    }
    
    .security_standart__content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .security_standart__content p {
        font-size: 15px;
    }

    .info-box {
    padding: 30px 18px;
}
    .info-text {
    font-size: 13px;
}

}

/* 375px и меньше */
@media (max-width: 375px) {
    .security_standart__title {
        font-size: 20px;
    }
    
    .security_standart__item {
        width: 60px;
        margin: 0 4px;
    }
    
    .security_standart__icon {
        width: 60px;
        height: 60px;
    }
    
    .security_standart__icon img {
        width: 45px;
        height: 45px;
    }
    
    .security_standart__dot {
        width: 8px;
        height: 8px;
    }
    
    .security_standart__items::before {
        top: calc(50% + 5px);
    }
    
    .security_standart__content h3 {
        font-size: 18px;
    }
    
    .security_standart__content p {
        font-size: 14px;
    }
}

/* 991px - особые условия (из оригинального кода) */
@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }
    
    .product-item-detail-tab-content {
        display: block !important;
    }
}

/* 767px - особые условия (из оригинального кода) */
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }
    
    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }
    
    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }
    
    .product-item-label-text > div {
        line-height: 0;
    }
    
    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }
    
    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    
    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
    
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }
    
    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    
    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}







/* Small Card Flexbox стили */
.short-card-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    /* padding-top: 10px; */
}

.short-card-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: none;

}

.short-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.short-card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.short-card-title {
}

.short-card-title-text {
    font-size: 27px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 21.2px;
    margin-left: 60px;
}
.short-card-sku {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.short-card-sku-item {
    cursor: default;
}

.short-card-sku-color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.short-card-sku-text {
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 4px;
}

.short-card-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.short-card-price {
    text-align: right;
    min-width: 120px;
}

.short-card-price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.short-card-price-current {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.short-card-buttons {
    display: flex;
    gap: 10px;
}

.short-card-btn {
    flex-shrink: 0;
}

.short-card-btn .btn {
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 14px;
}

/* Адаптивность */
@media (max-width: 992px) {
    .short-card-flex {
        flex-wrap: wrap;
    }

    .short-card-flex {
        padding-top: 10px;
    }
    
    .short-card-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .short-card-price {
        min-width: 100px;
    }
    
    .short-card-price-current {
        font-size: 18px;
    }
    
    .short-card-btn .btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}