/*region Sidebar */

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #fff;
}

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

/*endregion*/

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

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

/*endregion*/

/*region Price */
.product-item-detail-price-current {
    color: #CC9453;
    white-space: nowrap;
    font-weight: var(--ui-font-weight-bold);
    text-align: center;
    font-size: 30px;
    line-height: 33px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    text-align: center;
    text-decoration: line-through;
    white-space: nowrap;
    font-weight: var(--ui-font-weight-bold);
    font-size: 14px;
    line-height: 17px;
}

.product-item-detail-economy-price {
    color: #333;
    text-align: center;
    /*white-space: nowrap;*/
    font-weight: var(--ui-font-weight-bold);
    font-size: 14px;
    line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

/*region SCU */
.product-item-scu-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-scu-block {}


.product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* Равномерные отступы */
    margin: 0;
    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;
}

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


.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-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-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: var(--theme-color-primary);
}

.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-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;
    outline-color: var(--theme-color-primary);
    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;
}

/*endregion*/

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

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: 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:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

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

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

.product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    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;
    border-color: #006cc0;
    border-color: var(--theme-color-primary);
}

.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 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    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;
}


/*region Slider */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
    z-index: 90;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 100%;
    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;
    background-color: #006cc0;
    background-color: var(--theme-color-primary)
}

/*endregion*/

/*region 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;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
    outline-color: var(--theme-color-primary);
}

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

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

.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;
}

.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;
}

/*endregion*/

/*region 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;
}

/*endregion*/

/*region  Slider Mobile*/
@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;
    }

}

/*endregion*/

/*region 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 */
.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;
}

@media (max-width: 767px) {
    .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;
    }
}

/*RING*/
.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;
}

@media (max-width: 767px) {

    .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;
    }
}

.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%);
}

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
}

.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: #000;
    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: #006cc0;
    color: var(--theme-color-primary);
    text-decoration: none;
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #006cc0;
    background: var(--theme-color-primary);
    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;
}

.product-item-detail-tab-content p {
    line-height: 150%;
    margin: 10px 0px;
}

@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

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

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    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;
}

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 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;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.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;
}

/*endregion*/

/*region 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;
    margin-top: 15px;
}

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

.product-item-detail-properties-item {
    margin-bottom: 5px;
    display: flex;
    align-items: stretch;
}

#article-property {
    max-width: 370px;
}

.product-item-detail-properties-dots {
    border-bottom: 1px dotted #a5a5a5;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    width: auto;
    font-size: 12px;
}

.product-item-detail-properties-name {
    padding-right: 3px;
    color: #a5a5a5;
}

.product-item-detail-properties-value {
    color: #343a40;
    padding-left: 3px;
    text-align: right;
}

/*endregion*/

.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;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    font-size: 14px;
    line-height: 200%;
}

/* Выравнивание карточек товаров */
.catalog-section .product-item {
    height: 450px;
    display: flex;
    flex-direction: column;
}

.product-item-detail {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-item-buy {
    margin-top: auto;
    padding-top: 15px;
}

/* Фиксированная высота изображения */
.product-item-img img {
    height: 200px;
    object-fit: contain;
}

/* Выравнивание статуса наличия */
.product-item-available {
    min-height: 20px;
    margin-bottom: 10px;
}




@media (max-width: 1200px) {
    .product-zoom-result {
        width: 450px !important;
        height: 550px !important;
    }

    .zoom-text-container {
        height: 40px;
        padding: 10px;
        font-size: 14px;
    }

    .zoom-image-container {
        top: 40px;
    }
}

/* Стили для блока выбора количества и кнопки купить */
.product-detail-buy-actions {
    gap: 25px;
}

.quantity-block {
    flex: 1;
    max-width: 200px;
}

.buy-button-container {
    flex: 1;
    /* max-width: 200px; */
}

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

.product-item-amount-field {
    width: 60px;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

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


/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .product-detail-buy-actions {
        /* flex-direction: column; */
        /* gap: 15px; */
    }

    .quantity-block,
    .buy-button-container {
        max-width: 100%;
        width: 100%;
    }

    .product-item-amount-field-container {
        justify-content: flex-start;
    }

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


.product-item-detail-buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* Increased gap for larger icon */
    font-weight: bold;
    padding: 0 20px;
    /* Adjusted padding for better look */
    height: 50px;
    /* Adjusted height for a more rectangular shape */
    width: auto;
    /* Allow width to adjust based on content, or set a max-width if needed */
    min-width: 140px;
    /* Ensure a minimum width */
    border-radius: 10px !important;
    /* Changed from 10px to match other elements' rounded corners */
    background: #CC9453 !important;
    font-family: 'GothamPro Bold', sans-serif;
    font-size: 14px;
    /* Slightly increased font size */
    color: white !important;
    border: 2px solid #CC9453 !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    /* Ensure text and icon stay in one line */
}

/* Состояние при наведении */
.product-item-detail-buy-button:hover {
    background: white !important;
    color: #CC9453 !important;
    border-color: #CC9453 !important;
    border-radius: 10px;
}

/* Стиль для иконки корзины */
.cart-icon {
    width: 21px;
    height: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    fill: white;
    /* Белая иконка по умолчанию */
}

/* Изменение цвета иконки при наведении */
.product-item-detail-buy-button:hover .cart-icon {
    fill: #CC9453;
    /* Иконка цвета #CC9453 при наведении */
}

@media (max-width: 767px) {
    .product-item-detail-buy-button {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* Блок оплаты частями */
.product-detail-installment {
    margin: 15px 0;
    width: 100%;
}

.pay-block-marketing {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.pay-block-marketing:hover {
    background-color: #e8e8e8;
}

.pay-block-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pay-block-left img {
    width: 24px;
    height: 24px;
}

.pay-block-text {
    display: flex;
    flex-direction: column;
}

.pay-block-bold {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.pay-block-normal {
    font-size: 12px;
    color: #666;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .pay-block-marketing {
        padding: 10px;
    }

    .pay-block-bold {
        font-size: 13px;
    }

    .pay-block-normal {
        font-size: 11px;
    }
}

.PayBlock_marketing__Cnl0K {
    align-items: center;
    background-color: #c88c59;
    color: white;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-right: 12px;
    width: 100%;
    border-color: #c88c59;
}

.PayBlock_marketing__Cnl0K .PayBlock_mLeft__3zJ_n {
    align-items: center;
    display: flex;
    margin-right: 12px;
}

.PayBlock_marketing__Cnl0K img {
    border-radius: 8px;
    height: 48px;
    margin-right: 8px;
    width: 48px;
}

.PayBlock_marketing__Cnl0K .PayBlock_mBText__34aKJ {
    display: flex;
    flex-wrap: wrap;
    line-height: 20px;
    white-space: nowrap;
    /* font-weight: bold; */
}

.PayBlock_marketing__Cnl0K .PayBlock_mBold__0_6zB {
    font-family: Gilroy-Bold, sans-serif;
    margin-right: 6px;
    font-weight: bold;
}

.PayBlock_marketing__Cnl0K .PayBlock_mText__kChqf {
    font-size: 14px;
    line-height: 20px;
}




.plait-block {
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding: 10px 5px;
    margin: 20px 0
}

.plait-block .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.plait-block .top .cursor {
    cursor: pointer
}

.plait-block .middle {
    margin-bottom: 10px
}

.plait-block .bottom {
    display: flex
}

.plait-block .bottom .price-block {
    padding: 0 6px
}

.plait-block .bottom .price-block .line {
    height: 6px;
    background: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 12px
}

.plait-block .bottom .price-block:first-child {
    padding-left: 0
}

.plait-block .bottom .price-block:last-child {
    padding-right: 0
}

.plait-block .bottom .price-block .data {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px
}

.plait-block .bottom .price-block .price-part {
    color: #333;
    font-size: 13px;
    font-weight: 600
}

.plait-block .bottom .price-block .price-part .symbol-rub {
    color: #808080
}

.plait-block .bottom .price-block.first-block .line {
    background: #c88c59
}

.row.details-block_customs .col-xs-5.details-block_customs_info {
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    max-width: 38%
}

form.plait-dialog a.adv-modal-close {
    display: none
}

form.plait-dialog .modal-header {
    display: flex;
    justify-content: space-between;
    border: none
}

form.plait-dialog .modal-header .cursor {
    cursor: pointer
}

form.plait-dialog .modal-content.plait-body-modal .header-block {
    margin: 10px;
    display: flex;
    justify-content: space-between
}

form.plait-dialog .modal-content.plait-body-modal .header-block .cursor {
    cursor: pointer
}

form.plait-dialog .modal-content.plait-body-modal .info-payment {
    padding: 5px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .text {
    font-weight: 700;
    font-size: 28px;
    color: #2e2e2e;
    margin-top: 10px;
    margin-left: 5px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border-radius: 24px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 14px 14px 0 rgba(116, 116, 116, .25);
    padding: 15px 32px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .text-payment {
    font-size: 18px;
    font-weight: 600
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period {
    display: flex;
    margin-top: 20px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block {
    margin: 8px;
    width: 100px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block .data {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    margin-top: 16px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block .price-part {
    font-size: 24px;
    font-weight: 600
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block:first-child {
    margin-left: 0
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block :last-child {
    margin-right: 0
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block .line {
    height: 6px;
    border-radius: 3px;
    background: #f1f1f1
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .payment-schedule .list-payment-period .price-block.first-block .line {
    background: #c88c59
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-advantages {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-advantages .item {
    display: flex;
    height: 62px;
    border-bottom: 1px solid #e7e7e7
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-advantages .item .text {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: self-start
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-advantages .item .text .bold {
    font-weight: 600
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-advantages .item .icon {
    display: flex;
    justify-content: center;
    align-items: center
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us {
    border: 1px solid #e7e7e7;
    border-radius: 24px;
    padding: 14px;
    margin-top: 15px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .header-block {
    display: flex;
    justify-content: space-between;
    align-items: center
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .header-block .text {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .header-block .icon {
    cursor: pointer
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .header-block .icon svg {
    transition: transform 1s
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .main-block {
    margin-top: 20px;
    display: none
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .main-block .item {
    margin-top: 20px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .main-block .item .main-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 10px
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us .main-block .item .header {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us.view-all .main-block {
    display: block
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us.view-all .main-block .icon svg {
    transform: rotate(180deg);
    transition: transform 1s
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-about-us.view-all .main-block .icon svg rect {
    fill: #f1f1f1;
    stroke: #f1f1f1
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-our-contects {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-our-contects .text-question {
    font-size: 18px;
    font-weight: 400;
    color: #333
}

form.plait-dialog .modal-content.plait-body-modal .info-payment .block-our-contects .phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-top: 10px
}

form.adv-modal-inner.plait-dialog {
    width: 560px
}


.product-detail-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.product-detail-price__new-price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.product-detail-price__old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #999;
}

.product-detail-price__benefit {
    font-size: 14px;
    color: #ff4444;
    font-weight: 500;
}


.info-section {
    font-family: 'Verdana', 'Geneva', sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 25px;
    /* Adjusted for 1000px width */
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    /* Adjusted */
    max-width: 100%;
    /* Ensure it fits within its container */
    box-sizing: border-box;
    /* Include padding in width calculation */
}

.section-heading {
    font-size: 28px;
    /* Adjusted */
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    /* Adjusted */
    display: flex;
    align-items: center;
    gap: 12px;
    /* Adjusted */
    padding-bottom: 12px;
    /* Adjusted */
    border-bottom: 3px solid #e0e0e0;
}

.heading-icon {
    width: 36px;
    /* Adjusted */
    height: 36px;
    /* Adjusted */
    color: #CC9453;
    /* Changed color */
}

.info-block {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    /* Adjusted */
    margin-bottom: 20px;
    /* Adjusted */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.block-title {
    font-size: 22px;
    /* Adjusted */
    font-weight: 600;
    color: #34495e;
    margin-bottom: 18px;
    /* Adjusted */
    display: flex;
    align-items: center;
    gap: 8px;
    /* Adjusted */
    padding-bottom: 8px;
    /* Adjusted */
    border-bottom: 1px dashed #e0e0e0;
}

.block-icon {
    width: 28px;
    /* Adjusted */
    height: 28px;
    /* Adjusted */
    color: #CC9453;
    /* Changed color */
}

.block-description {
    font-size: 16px;
    /* Adjusted */
    margin-bottom: 18px;
    /* Adjusted */
    color: #555;
}

/* Delivery Tiers */
.delivery-tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    /* Adjusted for 1000px width */
    gap: 20px;
    margin-top: 20px;
}

.tier-card {
    background-color: #fefefe;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 18px;
    /* Adjusted */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.tier-title {
    font-size: 19px;
    /* Adjusted */
    font-weight: 600;
    color: #34495e;
    margin-bottom: 12px;
    /* Adjusted */
    padding-bottom: 8px;
    /* Adjusted */
    border-bottom: 1px solid #f0f0f0;
}

.tier-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.tier-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    /* Adjusted */
    font-size: 15px;
    /* Adjusted */
    color: #444;
}

.list-icon {
    width: 20px;
    /* Adjusted */
    height: 20px;
    /* Adjusted */
    margin-right: 8px;
    /* Adjusted */
    flex-shrink: 0;
    color: #CC9453;
    /* Changed color */
}

.highlight-text {
    font-weight: bold;
    color: #CC9453;
}

.note-text {
    font-size: 13px;
    /* Adjusted */
    color: #7f8c8d;
    font-style: italic;
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    /* Adjusted */
    padding: 8px;
    /* Adjusted */
    background-color: #ecf0f1;
    border-left: 4px solid #bdc3c7;
    border-radius: 4px;
}

.note-icon {
    width: 18px;
    /* Adjusted */
    height: 18px;
    /* Adjusted */
    margin-right: 8px;
    /* Adjusted */
    flex-shrink: 0;
    color: #f39c12;
}

/* Numbered List */
.numbered-list {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
    margin-bottom: 20px;
}

.numbered-list li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: flex-start;
}

.numbered-list li::before {
    content: counter(step-counter) ".";
    font-weight: bold;
    color: #CC9453;
    /* Changed color */
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 18px;
}

/* Payment Security */
.payment-security-info {
    margin-top: 20px;
}

.payment-logos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* Adjusted */
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #eee;
}

.payment-logos-container img {
    max-height: 45px;
    /* Adjusted */
    width: auto;
    filter: grayscale(50%);
    transition: filter 0.3s ease;
}

.payment-logos-container img:hover {
    filter: grayscale(0%);
}

.external-link {
    color: #CC9453;
    /* Changed color */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.external-link:hover {
    color: #a87a45;
    /* Darker shade for hover */
    text-decoration: underline;
}

.contact-details {
    font-size: 15px;
    /* Adjusted */
    color: #555;
    margin-top: 15px;
}

/* Company Requisites */
.company-requisites p {
    margin-bottom: 6px;
    /* Adjusted */
    font-size: 15px;
    /* Adjusted */
    color: #444;
}

.company-requisites p strong {
    color: #2c3e50;
}

/* Return & Exchange Specifics */
.warning-icon {
    color: #f39c12;
}

.error-icon {
    color: #e74c3c;
}

.important-note {
    background-color: #ffebee;
    border-left: 4px solid #e74c3c;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 20px;
    font-weight: 500;
    color: #c0392b;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.important-note .list-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.important-note .highlight-text-important {
    color: #CC9453;
    font-weight: 600;
}

.phone-link {
    white-space: nowrap;
    /* Prevent phone number from breaking */
    color: #CC9453;
    /* Changed color */
    text-decoration: none;
    font-weight: bold;
}

.phone-link:hover {
    text-decoration: underline;
}

/* --- Responsive Adjustments --- */

/* For screens smaller than 1000px (e.g., tablets and smaller desktops) */
@media (max-width: 999px) {
    .info-section {
        padding: 20px;
    }

    .section-heading {
        font-size: 26px;
        margin-bottom: 20px;
        gap: 10px;
    }

    .heading-icon {
        width: 32px;
        height: 32px;
    }

    .info-block {
        padding: 18px;
        margin-bottom: 18px;
    }

    .block-title {
        font-size: 20px;
        margin-bottom: 15px;
        gap: 8px;
    }

    .block-icon {
        width: 26px;
        height: 26px;
    }

    .block-description {
        font-size: 15px;
    }

    .delivery-tiers {
        grid-template-columns: 1fr;
        /* Stack cards vertically */
    }

    .tier-card {
        padding: 15px;
    }

    .tier-title {
        font-size: 18px;
    }

    .tier-list li {
        font-size: 14px;
    }

    .list-icon {
        width: 18px;
        height: 18px;
    }

    .note-text {
        font-size: 12px;
        padding: 6px;
    }

    .note-icon {
        width: 16px;
        height: 16px;
    }

    .numbered-list li {
        font-size: 15px;
    }

    .numbered-list li::before {
        font-size: 17px;
    }

    .payment-logos-container img {
        max-height: 40px;
    }

    .contact-details,
    .company-requisites p,
    .important-note {
        font-size: 14px;
    }
}


/* For tablets and larger phones */
@media (max-width: 768px) {
    .important-note {
        padding: 10px 12px;
        font-size: 13px;
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

    .important-note .list-icon {
        width: 16px;
        height: 16px;
    }

    .info-section {
        padding: 15px;
    }

    .section-heading {
        font-size: 22px;
        margin-bottom: 15px;
        flex-direction: column;
        /* Stack icon and text */
        text-align: center;
        gap: 8px;
    }

    .heading-icon {
        width: 28px;
        height: 28px;
    }

    .info-block {
        padding: 15px;
        margin-bottom: 15px;
    }

    .block-title {
        font-size: 18px;
        margin-bottom: 12px;
        flex-direction: column;
        /* Stack icon and text */
        text-align: center;
        gap: 6px;
    }

    .block-icon {
        width: 24px;
        height: 24px;
    }

    .block-description {
        font-size: 14px;
    }

    .tier-card {
        padding: 12px;
    }

    .tier-title {
        font-size: 16px;
    }

    .tier-list li {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .list-icon {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .note-text {
        font-size: 11px;
        padding: 5px;
    }

    .note-icon {
        width: 14px;
        height: 14px;
    }

    .numbered-list li {
        font-size: 14px;
    }

    .numbered-list li::before {
        font-size: 16px;
    }

    .payment-logos-container img {
        max-height: 35px;
    }

    .contact-details,
    .company-requisites p,
    .important-note {
        font-size: 13px;
    }
}

/* For mobile phones */
@media (max-width: 480px) {
    .info-section {
        padding: 10px;
    }

    .section-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .heading-icon {
        width: 24px;
        height: 24px;
    }

    .info-block {
        padding: 10px;
        margin-bottom: 10px;
    }

    .block-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .block-icon {
        width: 20px;
        height: 20px;
    }

    .block-description {
        font-size: 13px;
    }

    .tier-card {
        padding: 10px;
    }

    .tier-title {
        font-size: 15px;
    }

    .tier-list li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .list-icon {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .note-text {
        font-size: 10px;
        padding: 4px;
    }

    .note-icon {
        width: 12px;
        height: 12px;
    }

    .numbered-list li {
        font-size: 13px;
    }

    .numbered-list li::before {
        font-size: 15px;
    }

    .payment-logos-container img {
        max-height: 30px;
    }

    .contact-details,
    .company-requisites p,
    .important-note {
        font-size: 12px;
    }
}

/* Исправление для блока с 7-дневным сроком */
.return-exchange-section .tier-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    line-height: 1.6;
}

.return-exchange-section .tier-list .highlight-text {
    font-weight: bold;
    color: #CC9453;
    white-space: nowrap;
    margin: 0 4px;
}

/* Исправление для блока с телефоном */
.return-exchange-section .tier-list .phone-link {
    white-space: nowrap;
    color: #CC9453;
    text-decoration: none;
    font-weight: bold;
    margin-left: 4px;
}

.return-exchange-section .tier-list .phone-link:hover {
    text-decoration: underline;
}

/* Выравнивание иконок в списке */
.return-exchange-section .list-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Для важных заметок */
.return-exchange-section .important-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background-color: #ffebee;
    border-left: 4px solid #e74c3c;
    border-radius: 6px;
    margin: 20px 0;
}

.return-exchange-section .important-note .list-icon {
    margin-top: 0;
}

.return-exchange-section .important-note span {
    flex: 1;
}

.highlight-text-important {
    color: #CC9453;
    font-weight: 600;
}


.thumbnails-carousel-wrapper {
    overflow: hidden !important;
}

.thumbnails-carousel-inner {
    display: flex;
    gap: 8px;
    transition: transform 0.3s ease;
}

.product-item-detail-slider-controls-image {
    flex: 0 0 auto;
    min-width: 80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.carousel-prev:disabled,
.carousel-next:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-5.details-block_customs_info {
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    max-width: 38%;
}

/*region SCU */
.product-item-scu-item-color-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
}

.product-item-scu-item-color-block {
    position: relative;
    width: 30px;
    /* Фиксированная ширина */
    height: 30px;
    /* Фиксированная высота */
    outline: 2px solid #c0cfda;
    border-radius: 9px;
    /* Скругленные углы */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: cover;
    /* Заполнение всего пространства */
    background-repeat: no-repeat;
    border-radius: 6px;
    /* Скругление внутри */
}

/* Убираем лишние отступы для выбранного элемента */
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline: 2px solid #CC9453;
    /* Цвет выделения */
    outline-offset: 2px;
}

/* Исправляем для retina дисплеев */
.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

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

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

.product-item-scu-item-color-block:hover {
    outline-color: #CC9453;
    transform: scale(1.05);
}

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

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


/*endregion*/


/* Добавляем стили для шильдиков */
.product-markers-container {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-marker {
    width: 45px;
    height: auto;
    transition: transform 0.3s ease;
}

.product-marker:hover {
    transform: scale(1.1);
}

/* Специфичные стили для разных типов маркеров */
.product-marker-new svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.product-marker-sale svg {
    filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.3));
}

.product-marker-recommender svg {
    filter: drop-shadow(0 2px 4px rgba(190, 148, 98, 0.3));
}

/* Адаптивность */
@media (max-width: 768px) {
    .product-markers-container {
        top: 10px;
        right: 10px;
    }

    .product-marker {
        width: 35px;
    }
}

.product-marker {
    opacity: 1;
    /* Изменено с 0 на 1 */
    transform: translateY(0);
    /* Изменено с translateY(20px) */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Анимация для появления при загрузке */
@keyframes markerAppear {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-marker {
    animation: markerAppear 0.5s ease forwards;
}

.tier-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    margin-bottom: 12px;
    align-items: start;
}

.tier-list .list-icon {
    grid-row: span 2;
    margin-top: 2px;
}

.tier-list .highlight-text {
    font-weight: bold;
    color: #CC9453;
    white-space: nowrap;
    display: inline-block;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .tier-list li {
        grid-template-columns: 20px 1fr;
        gap: 6px;
    }

    .tier-list .highlight-text {
        white-space: normal;
        display: block;
        margin-top: 4px;
    }
}

.product-item-detail-buy-button svg path {
    fill: currentColor;
    transition: fill 0.3s ease;
}

.product-item-detail-buy-button:hover svg path {
    fill: #c88c59;
}

.btn-primary1 svg path {
    fill: white;
}

.btn-primary1:hover svg path {
    fill: #c88c59;
}

/* Для кнопки в панели */
.product-item-detail-short-card-btn .product-item-detail-buy-button svg path {
    fill: #CC9453;
}

.product-item-detail-short-card-btn .product-item-detail-buy-button:hover svg path {
    fill: #c88c59;
}


@media (max-width: 768px) {
    .product-item-scu-item-color-block {
        width: 35px;
        height: 35px;
    }

    .product-item-scu-item-list {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .product-item-scu-item-color-block {
        width: 30px;
        height: 30px;
    }

    .product-item-scu-item-list {
        gap: 4px;
    }
}

/* Сообщения */
#discount-message {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

#discount-message.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#discount-message.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#discount-message .fa {
    margin-right: 8px;
}

/* Ошибка в поле */
.product-detail-discount-form__field.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Спиннер в кнопке */
.product-detail-discount-form__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Анимация успеха (если Animate.css подключен) */
@keyframes shakeX {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.animate__shakeX {
    animation: shakeX 0.5s ease;
}

/* Поле с ошибкой */
.product-detail-discount-form__field.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    background-color: #fff5f5;
}

/* Подсказка под полем */
.form-hint {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
}

/* Анимация фокуса для поля */
.product-detail-discount-form__field:focus {
    border-color: #CC9453;
    box-shadow: 0 0 0 0.2rem rgba(204, 148, 83, 0.25);
}

.fa-chevron-right {
    margin-left: -5px
}

.fa-chevron-left {
    margin-left: -5px
}

.products {
    padding: 20px 0 !important;
}


/* Контейнер для списка SKU - используем flex с переносом и отступами */
.product-item-scu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Контейнер каждого цветного квадратика */
.product-item-scu-item-color-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
    /* margin: 4px; */
    /* Отступы между элементами */
}

/* Блок с рамкой и размерами квадратика */
.product-item-scu-item-color-block {
    position: relative;
    width: 30px;
    /* Увеличенная ширина */
    height: 22px;
    /* Увеличенная высота */
    outline: 2px solid #c0cfda;
    /* Цвет рамки по умолчанию */
    border-radius: 1px;
    /* Скругленные углы */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #fff;
    /* Белый фон для контраста */
}

/* Выделенный (selected) элемент - цвет рамки */
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline: 2px solid #CC9453;
    /* Цвет выделения */
    outline-offset: 2px;
}

/* Внутренний блок с фоном (цвет или изображение) */
.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    /* Скругление внутри */
}

/* Эффект при наведении */
.product-item-scu-item-color-block:hover {
    outline-color: #CC9453;
    transform: scale(1.1);
    z-index: 10;
    transition: all 0.3s ease;
}

/* Для retina дисплеев корректируем толщину рамки */
.bx-retina .product-item-scu-item-color-block {
    outline-width: 1px;
}

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

/* Состояние неактивного (notallowed) элемента */
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block {
    outline-color: #a9adb4 !important;
    position: relative;
}

/* Полупрозрачный оверлей с иконкой "запрещено" */
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=') no-repeat center;
    background-size: 60% 60%;
    content: "";
    border-radius: 6px;
}


/*region SKU (торговые предложения) - переименованные классы */

.custom-sku-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.custom-sku-block {}

.custom-sku-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* Равномерные отступы */
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-sku-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* Равномерные отступы */
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-sku-item-color-container,
.custom-sku-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
}

.custom-sku-item-text-container {
    min-width: 48px;
}

.custom-sku-item-color-container.selected .custom-sku-item-color-block {
    outline-width: 2px;
}

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

.custom-sku-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
    border-radius: 3px;
}

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

.bx-retina .custom-sku-item-text-block {
    outline-width: .5px;
}

.custom-sku-item-text-block:hover,
.custom-sku-item-color-block:hover,
.custom-sku-item-text-container.selected .custom-sku-item-text-block,
.custom-sku-item-color-container.selected .custom-sku-item-color-block {
    outline-color: #CC9453;
}

.custom-sku-item-text-container.selected .custom-sku-item-text-block {
    outline-width: 2px;
}

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

.custom-sku-item-color-container.selected .custom-sku-item-color-block {
    border-color: #CC9453;
}

.custom-sku-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;
    border-radius: 18px;
}

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

.custom-sku-item-color-block {
    position: relative;
    width: 30px;
    /* Фиксированная ширина */
    height: 30px;
    /* Фиксированная высота */
    border-radius: 1px;
    /* Скругленные углы */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #fff;
    /* Белый фон для контраста */
}

.custom-sku-item-color {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.bx-retina .custom-sku-item-color-block {
    outline-width: 1px;
}

.bx-retina .custom-sku-item.selected .custom-sku-item-color-block {
    outline-width: 1.5px;
}

.custom-sku-item-color-container.notallowed .custom-sku-item-color-block {
    outline-color: #a9adb4 !important;
    position: relative;
}

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

/* Выделенный блок выбранных SKU */
.custom-selected-sku-container {
    word-spacing: 1px
}

.custom-selected-sku {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
}

.bx-retina .custom-selected-sku {
    outline-width: .5px;
}

.custom-selected-sku-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.custom-selected-sku-text {
    /* Если нужно, можно добавить стили для текстового варианта */
}

/*endregion*/


/*region SKU (торговые предложения) - переименованные классы */

/* Изменение цвета выделения для текстовых SKU */
.custom-sku-item-text-block:hover,
.custom-sku-item-color-block:hover,
.custom-sku-item-text-container.selected .custom-sku-item-text-block,
.custom-sku-item-color-container.selected .custom-sku-item-color-block {
    outline-color: #CC9453;
}

.custom-sku-item-text-container.selected .custom-sku-item-text-block {
    outline-width: 2px;
    border-radius: 3px;
}

/* Изменение цвета выделения для цветных SKU */
.custom-sku-item-color-container.selected .custom-sku-item-color-block {
    outline: 2px solid #CC9453;
    outline-offset: 2px;
}

/* Для retina дисплеев */
.bx-retina .custom-sku-item.selected .custom-sku-item-text-block {
    outline-width: 1px;
}

.bx-retina .custom-sku-item.selected .custom-sku-item-color-block {
    outline-width: 1.5px;
    outline-color: #CC9453;
}

/* Эффект при наведении */
.custom-sku-item-color-block:hover {
    outline-color: #CC9453;
    transform: scale(1.05);
}

/* Выделенный блок выбранных SKU */
.custom-selected-sku-color,
.custom-selected-sku-text {
    outline: 1px solid #CC9453;
    outline-color: #CC9453;
}

/*endregion*/

/*region SCU (старые классы для обратной совместимости) */

/* Обновление старых классов для цветных SKU */
.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #CC9453;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline: 2px solid #CC9453;
    outline-offset: 2px;
}

/* Для выбранных текстовых SKU */
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
    outline-color: #CC9453;
}

/* Выделение в панели выбранных SKU */
.product-item-selected-scu {
    outline-color: #CC9453;
}

/*endregion*/

.product-item-detail-slider-video {
    cursor: pointer !important;
}

.product-item-detail-slider-video:hover {
    opacity: 0.9;
}


/* Стили для видео попапа */
.catalog-element-video-popup {
    z-index: 10000;
}

.catalog-element-video-popup-content {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.catalog-element-video-popup-content video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-element-video-popup-content iframe {
    border: none;
    background: #000;
}

/* Стили для превью видео в слайдере */
.product-item-detail-slider-video {
    position: relative;
    cursor: pointer;
}

.product-item-detail-slider-video .product-item-detail-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.product-item-detail-slider-video:hover .product-item-detail-video-play-icon {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.product-item-detail-slider-video .product-item-detail-video-play-icon svg {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.product-item-detail-video-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}


/* Стили для видео попапа с увеличенным крестиком */
.catalog-element-video-popup {
    z-index: 10000;
}

.catalog-element-video-popup .popup-window-content {
    padding: 0 !important;
    background: transparent !important;
}

.catalog-element-video-popup-content {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.video-popup-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    transition: all 0.3s ease;
}

.video-popup-close:hover {
    background: rgba(255, 0, 0, 0.8);
    transform: scale(1.1);
}

.catalog-element-video-popup-content iframe,
.catalog-element-video-popup-content video {
    width: 100%;
    height: 100%;
    border: none;
}

/* Затемнение overlay */
.popup-window-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Дополнительные стили когда попап открыт */
body.video-popup-open {
    overflow: hidden;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .catalog-element-video-popup-content {
        width: 95vw !important;
        height: 53vw !important;
    }

    .video-popup-close {
        top: -15px;
        right: -15px;
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
}


.product-item-detail-slider-video {
    position: relative;
    cursor: pointer;
}

.product-item-detail-slider-video .product-item-detail-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-item-detail-slider-video:hover .product-item-detail-video-play-icon {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.product-item-detail-slider-video-control {
    position: relative;
}

.product-item-detail-slider-video-control .product-item-detail-video-play-icon-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-item-detail-slider-video-control:hover .product-item-detail-video-play-icon-small {
    background: rgba(0, 0, 0, 0.9);
}

.product-marker {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.5s ease;
}

/* Адаптивность для модального окна видео */
@media (max-width: 768px) {
    .video-modal-overlay>div {
        width: 95% !important;
    }

    .video-modal-overlay iframe,
    .video-modal-overlay video {
        height: 300px !important;
    }
}

@media (max-width: 767.98px) {
    .product-item-detail-tab-content {
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        margin-bottom: 12px;
        overflow: hidden;
        padding: 0px 0;
    }

    .tab-content-mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        background: #f8f9fa;
        cursor: pointer;
        font-weight: 600;
        color: #1a1a1a;
        transition: background-color 0.3s ease;
    }

    .tab-content-mobile-header:hover {
        background: #e9ecef;
    }

    .tab-content-mobile-header svg {
        transition: transform 0.3s ease;
    }

    .product-item-detail-tab-content.active .tab-content-mobile-header svg {
        transform: rotate(180deg);
    }

    .tab-content-mobile-body {
        display: none;
        padding: 20px;
        background: white;
    }

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

    /* Скрываем стандартные заголовки табов в мобильной версии */
    .product-item-detail-tabs-list {
        display: none;
    }
}

/* Десктопная версия */
@media (min-width: 768px) {
    .tab-content-mobile-header {
        display: none;
    }

    .tab-content-mobile-body {
        display: block !important;
    }

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

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

@media (max-width: 768px) {
    .section__title {
        width: 100%;
        max-width: 100% !important;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.plait-body-modal {
    background: white;
    border-radius: 24px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid #f1f1f1;
}

.close-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #666;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #f8f9fa;
    color: #333;
}

.modal-body {
    padding: 32px;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #6969FF 0%, #8583FF 100%);
    padding: 32px;
    border-radius: 20px;
    color: white;
}

.hero-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 16px;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
}

.payment-schedule {
    margin-bottom: 40px;
}

.payment-schedule h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.schedule-timeline {
    position: relative;
    padding-left: 24px;
}

.schedule-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e8e8e8;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    position: relative;
}

.timeline-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e8e8e8;
    margin-right: 16px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.timeline-dot.active {
    background: #6969FF;
    box-shadow: 0 0 0 4px rgba(105, 105, 255, 0.2);
}

.timeline-content {
    flex: 1;
}

.timeline-date {
    display: block;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.timeline-amount {
    color: #6969FF;
    font-weight: 600;
}

.benefits-section {
    margin-bottom: 40px;
}

.benefits-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.benefit-card {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
}

.benefit-icon {
    margin-bottom: 16px;
}

.benefit-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.benefit-card p {
    color: #666;
    line-height: 1.5;
}

.how-it-works {
    margin-bottom: 40px;
}

.how-it-works h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.steps {
    display: grid;
    gap: 20px;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #6969FF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.step-content p {
    color: #666;
    line-height: 1.5;
}

.faq-section {
    margin-bottom: 40px;
}

.faq-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.faq-items {
    border-radius: 12px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #e8e8e8;
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question svg {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px 20px;
    color: #666;
    line-height: 1.5;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.modal-footer {
    padding: 24px 32px;
    border-top: 1px solid #f1f1f1;
    background: #f8f9fa;
    border-radius: 0 0 24px 24px;
}

.support-info {
    text-align: center;
    margin-bottom: 20px;
}

.support-info p {
    color: #666;
    margin-bottom: 4px;
}

.support-phone {
    font-size: 18px;
    font-weight: 600;
    color: #6969FF;
    text-decoration: none;
}

.start-button {
    width: 100%;
    padding: 16px;
    background: #6969FF;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.start-button:hover {
    background: #5a5ae0;
}

@media (max-width: 768px) {
    .modal-body {
        padding: 24px;
    }

    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .hero-image {
        margin-top: 20px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .modal-header {
        padding: 20px 24px;
    }

    .modal-footer {
        padding: 20px 24px;
    }
}


.video-thumbnail-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.product-item-detail-slider-controls-image {
    position: relative;
    cursor: pointer;
}

.product-detail__availability {
    min-height: 17px;
}

.product-detail__availability.soon .product-detail__soon {
    display: flex;
}

.product-detail__availability.soon .product-detail__stock {
    display: none !important;
}

.product-detail__soon {
    display: none;
}