/* ===== URGENCY BAR ===== */
#product-urgency-bar {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #111;
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.product-urgency-bar__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.product-urgency-bar__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.product-urgency-bar__msg {
    white-space: normal;
}

.product-urgency-bar__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 0 12px;
}

.product-urgency-bar__timer {
    font-family: monospace, monospace;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
}

.ub-timer-h,
.ub-timer-m,
.ub-timer-s {
    background: rgba(255,255,255,0.12);
    padding: 2px 6px;
    border-radius: 4px;
}

.ub-timer-sep {
    opacity: 0.6;
}

.ub-cta-link {
    color: #ffd700;
    text-decoration: underline;
    white-space: nowrap;
    font-weight: 600;
}

.ub-cta-link:hover {
    color: #ffe85a;
    text-decoration: none;
}

.product-urgency-bar__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    line-height: 0;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.product-urgency-bar__close:hover {
    opacity: 1;
}
#product-urgency-bar.category-urgency-bar {
    top: 55px;
}
#product-urgency-bar.product-urgency-bar{
    top: 117px;
}
#header_main.urgency-is-bar-open:not(.with-slideshow) + #product-urgency-bar {
    top: 55px;
}
.body-urgency-is-bar-open .sc-product-tabs-box {
    top: 98px;
}
@media (min-width: 1200px) {
    .urgency-is-bar-open .sc-megamenu.with-slideshow {
        padding-top: 4.9rem;
    }
    .urgency-is-bar-open .sc-megamenu.with-slideshow .sc-megamenu-list-item>.sc-megamenu-child {
        top: 4.9rem;
    }
}
@media (max-width: 767px) {
    .body-urgency-is-bar-open.body-product {
        padding-top: 48px;
    }
    .body-urgency-is-bar-open .sc-category-sort-row {
        top: 86px;
    }
    #header_main.urgency-is-bar-open:not(.with-slideshow) + #product-urgency-bar {
        top: 48px;
    }
    .body-urgency-is-bar-open .sc-product-tabs-box {
        top: 85px;
    }
    #product-urgency-bar {
        font-size: 12px;
        padding: 8px 10px;
        flex-wrap: wrap;
        gap: 6px;
    }
    #product-urgency-bar.category-urgency-bar {
        top: 47px;
    }
    .product-urgency-bar__inner {
        gap: 6px;
    }
    .product-urgency-bar__timer {
        font-size: 13px;
        padding: 2px 7px;
    }
    .product-urgency-bar__right {
        margin-left: 0;
        gap: 8px;
    }
}
/* ===== END URGENCY BAR ===== */

.product-sell {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    min-height: 44px;
    margin-right: auto;
}
.product-sell .sc-module-sticker {
    border-radius: 4px;
    padding: 3px 7px;
}
.sc-product-info-item {
    padding: 5px 10px;
    border-radius: 8px;
    max-width: max-content;
    width: 100%;
}
#product .sc-product-info + .content-block {
    margin-top: 15px;
}
.sc-product-info-item.item_model {
    max-width: 113px;
}

.sc-product-images-additional .slick-slide img {
    width: 100%;
    height: auto;
    min-height: 60px;
}

body .ocf-value-count .ocf-num-abbr {
    color: #46494e;
}

.sc-module-title,
.sc-product-content-card .sc-module-caption>div,
#product h1 {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
}

.sc-module-title .red-text {
    color: red;
}

.green-text {
    color: green;
}

.text-green {
    color: #02B302;
}

.text-desc-special {
    font-size: 13px;
    color: #999;
}

.sc-product-timer .sc-product-timer-text {
    color: #8F90A6;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}

.sc-product-timer-inner {
    color: #1a1a1a;
    gap: 5px !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.sc-product-timer-inner .sc-product-timer-delimiter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    height: 44px;
    line-height: 1;
    padding: 0;
}

.sc-product-timer-inner .flex-column {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 40px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.sc-product-timer-inner .flex-column .sc-product-timer-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}

.sc-product-timer-inner .flex-column .sc-product-timer-number.red {
    color: #e53935;
}

.sc-product-timer-inner .flex-column span.fsz-10 {
    display: none;
}

.product-text-discount {
    background-color: red;
    color: white;
    text-transform: uppercase;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 600;
}

.sc-product-add-to-compare,
.sc-product-add-to-wishlist {
    display: flex;
    gap: 10px;
    font-size: 12px;
    min-height: 50px;
}

.sc-product-add-to-buttons {
    width: 50%;
    justify-content: center;
    gap: 40px;
}

.sc-product-add-to-compare button,
.sc-product-add-to-compare button.sc-btn.added,
.sc-product-add-to-wishlist button,
.sc-product-add-to-wishlist button.sc-btn.added {
    padding: 0 !important;
    gap: 10px;
    background-color: transparent !important;
    border: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    color: #000 !important;
    text-align: left;
    /*margin-left: auto;*/
}

.sc-product-add-to-wishlist button:hover span,
.sc-product-add-to-compare button:hover span {
    color: #000 !important;
    text-shadow: none !important;
}

.sc-product-add-to-wishlist button:hover .sc-btn-icon,
.sc-product-add-to-compare button:hover .sc-btn-icon {
    background-color: #000 !important;
}

.sc-product-add-to-wishlist button.sc-btn.added span.sc-btn-icon,
.sc-product-add-to-compare button.sc-btn.added span.sc-btn-icon {
    background: #06c270 !important;
}

#fast_buy_section {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f9f9f9;
    flex-direction: column;
    padding-bottom: 22px;
}

/* delivery/guarantee redesign */
.dg-wrapper {
    padding-top: 10px;
}

.dg-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dg-free-label {
    color: #2db84b;
}

.dg-grid {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    gap: 14px;
}

.dg-col-delivery {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(228, 228, 228, 1);
}

.dg-col-guarantee {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(228, 228, 228, 1);
}

.dpost {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    gap: 10px;
    flex: 1;
    font-size: 15px;
    color: #000;
}

.dpost + .dpost {
    border-top: 1px solid #e0e0e0;
}

.dpost-image img {
    width: auto;
    height: 30px;
}

.dpost-desc {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dpost-main {
    font-size: 10px;
    line-height: 15.6px;
}

.dpost-main b {
    color: #000;
    font-size: 14px;
    line-height: 16.8px;
}

.dpost-sep {
    color: #000;
    font-size: 16px;
}

.dpost-when {
    color: rgba(51, 51, 51, 1);
}

.dpost-when b {
    font-weight: 700;
    color: rgba(1, 160, 227, 1);
    font-size: 10px;
}

.dpost-sub {
    font-size: 10px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.guarantee_text {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    gap: 12px;
    flex: 1;
    font-size: 15px;
    line-height: 1.3;
    color: #000;
}

.guarantee_text + .guarantee_text {
    border-top: 1px solid #e0e0e0;
}

.gt-image {
    font-size: 28px;
    flex-shrink: 0;
    color: #000;
}

.gt-desc {}

.delivery_info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1;
    color: #000;
}

.delivery_info .icon {
    font-size: 25px;
}

.proposition {
    display: block !important;
}

.ukrcredits_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    flex-direction: column;
}

.ukrcredits_buttons button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 1px 5px #999;
    min-height: 50px;
    background: white;
    border-color: white;
    color: #000;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.ukrcredits_buttons button:active,
.ukrcredits_buttons button:hover,
.ukrcredits_buttons button:focus {
    background: #06c270;
    border-color: #06c270;
    color: #fff;
    /*opacity: 0.9;*/
}

#button-cart {
    width: 100%;
    max-width: 100%;
}

.sc-product-timer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-product-one-click-btn {
    height: 48px;
    width: 50%;
}

.product-groups {
    padding-top: 0;
    padding-bottom: 13px;
}

#ukrcredit-popup {
    font-size: 13px;
}

#ukrcredit-popup .form-select {
    width: 110px;
}

.sc-product-tab+.sc-product-tab {
    color: #ABACBC;
}

#ukrcredit-popup .prop_total button {
    height: 40px;
    color: white;
    background-color: rgb(0, 179, 0);
}

#oct_byoneclick+.sc-product-add-to-buttons {
    width: 100%;
    justify-content: center;
}

#oct_byoneclick+.sc-product-add-to-buttons .sc-product-add-to-compare,
#oct_byoneclick+.sc-product-add-to-buttons .sc-product-add-to-wishlist {
    justify-content: center;
}

.video-wrapper {
    width: 100%;
    max-width: 921px;
    margin: 20px auto auto auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 921px;
    max-height: 522px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#productImages .sc-module-stickers {
    position: relative;
}

.youtube-shorts-slide iframe {
    width: 100%;
}

.sc-module-sticker-stickers_bestseller {
    order: 1;
}

.sc-module-sticker-stickers_ie-videoohliad {
    order: 3;
}

#productImages .sc-module-stickers-left {
    display: flex !important;
    position: absolute;
    top: 14px;
    width: calc(100% - 50px);
    height: 575px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: start !important;
}

.product-layout .sc-module-img img {
    width: auto;
}

.product-layout .sc-module-sticker {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productImages .sc-module-stickers-left .sc-module-sticker {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    border-radius: 0;
}

#productImages .sc-module-stickers-left .stickers_ofitsiinyi-partner {
    position: absolute;
    right: 0;
    bottom: 0;
}

#productImages .sc-module-stickers-left .sc-module-sticker:not(.sc-module-sticker-image) {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold !important;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    width: fit-content;
}

.sc-stock-notifier-btn {
    margin-top: 22px;
    background-color: #999 !important;
    margin-bottom: 20px;
}

.sc-product-images-additional .slick-index-0 {
    display: none;
}

.promotion-stickers {
    position: relative;
}

.stickers_ofitsiinyi-partner {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}

.stickers_ofitsiinyi-partner img {
    width: 100px;
}

#productImages .sc-module-stickers-left .sc-module-sticker.sc-module-sticker-image {
    padding: 0;
}

#productImages .sc-module-stickers-left .sc-module-sticker img {
    width: 100px;
    height: auto;
}

.youtube-shorts-slide {
    text-align: center;
}

.sc-module-sticker-stickers_bestseller {
    /*height: 30px!important;*/
    /*font-size: 16px !important;*/
    line-height: 1;
}

.sc-module-stickers-h1 .sc-module-sticker-h1 {
    display: flex;
    align-items: center;
    padding: .125rem .25rem;
    color: #fff;
    white-space: nowrap;
    text-transform: lowercase;
    line-height: normal;
}

#main-product-you-save {
    height: 40px !important;
    font-size: 20px !important;
    line-height: 1;
    order: 2;
}

.sc-product-images-additional-swiper .video_shorts_item,
.sc-product-images-additional .video_shorts_item {
    position: relative;
}

.video_shorts_item-slide:before,
.sc-product-images-additional .video_shorts_item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSPlay0'%3E%3Cg fill='none' stroke-linejoin='round' stroke-width='4'%3E%3Cpath fill='%23fff' stroke='%23fff' d='M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20Z'/%3E%3Cpath fill='%23000' stroke='%23000' d='M20 24v-6.928l6 3.464L32 24l-6 3.464l-6 3.464z'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23FF0000' d='M0 0h48v48H0z' mask='url(%23ipSPlay0)'/%3E%3C/svg%3E");
}

.sc-module-stickers {
    min-height: 20px;

}

.sc-module-item .sc-module-stickers {
    max-height: 20px;
    overflow: hidden;
}

.sc-module-stickers .sc-module-sticker {
    height: 20px;
    display: flex;
    align-items: center;
}

body .shipping-method-group .change-shipping-method {
    line-height: 1;
    padding: 0;
    margin-left: auto;
    font-size: 12px;
    position: relative;
    top: -4px;
    color: rgb(0, 179, 0);
}

.gpay-card-info-container-fill,
.gpay-card-info-container-fill>.gpay-card-info-container {
    min-height: 48px;
}

.tooltip-inner {
    max-width: 300px;
}

body .tooltip-inner {
    text-align: left !important;
}

.tooltip-inner ul {
    margin-left: 20px !important;
}

.body-product .tooltip {
    z-index: 99999 !important;
}

@media (max-width: 1600px) {
    .ukrcredits_buttons {
        gap: 10px;
    }

    .ukrcredits_buttons button {
        gap: 5px;
        padding: 5px;
    }

    .sc-product-add-to-buttons {
        justify-content: center;
    }

    .sc-product-add-to-compare button,
    .sc-product-add-to-compare button.sc-btn.added,
    .sc-product-add-to-wishlist button,
    .sc-product-add-to-wishlist button.sc-btn.added {
        gap: 6px;
    }

    .ukrcredits_buttons button img {
        width: 20px;
    }
}

@media (max-width: 1400px) {

    .sc-product-add-to-compare button,
    .sc-product-add-to-compare button.sc-btn.added,
    .sc-product-add-to-wishlist button,
    .sc-product-add-to-wishlist button.sc-btn.added {
        font-size: 10px;
    }

    .ukrcredits_buttons button img {
        width: 20px;
    }
}

@media (max-width: 1199px) {
    .ukrcredits_buttons {
        width: 100%;
    }

    .ukrcredits_buttons button {
        width: 100%;
        justify-content: center;
    }

    .sc-product-add-to-buttons {
        width: 100%;
        justify-content: center;
    }

    .ukrcredits_buttons button br {
        display: none;
    }
}

.sc-module-price {
    font-size: 20px;
}

.sc-module-price-old {
    display: block;
}

.sc-module-price-old+.sc-module-price {
    font-size: 18px;
}

@media (max-width: 500px) {
    .sc-product-timer {
        margin: 15px auto 0px auto;
    }

    #fast_buy_section {
        flex-wrap: wrap;
    }
}

@media (max-width: 990px) {
    #oct_byoneclick+.sc-product-add-to-buttons {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    #productImages .sc-module-stickers-left .sc-module-sticker:not(.sc-module-sticker-image) {
        height: 22px;
        padding: 2px 8px;
    }

    #main-product-you-save {
        height: 30px !important;
        font-size: 20px !important;
        padding: 2px 8px;
        line-height: 1;
        order: 2;
    }
}

@media (max-width: 767px) {
    .sc-product-images-additional {
        padding-left: 0;
        padding-right: 0;
    }

    .sc-product-images-additional .slick-slide {}

    .sc-product-images-additional .slick-slide img {
        min-width: 69px;
        width: 100%;
        height: auto;
        min-height: 69px;
    }

    .sc-product-images-additional .video_shorts_item:before {
        left: 8px;
        top: 31%;
    }

    .stickers_ofitsiinyi-partner {
        bottom: 50px;
    }

    #button-cart {
        width: 100%;
    }

    .sc-product-info-left {
        flex-wrap: wrap;
        gap: 10px;
    }

    body #fast_buy_section {
        padding-top: 0 !important;
    }

    .dg-grid {
        flex-direction: column;
    }

    .dg-col-delivery {
        border-bottom: 1px solid #e0e0e0;
    }

    .ukrcredits_buttons {
        width: 100%;
    }

    .ukrcredits_buttons button {
        width: 100%;
        gap: 10px;
        justify-content: center;
    }

    .sc-product-fixed-btns .sc-btn {
        width: calc(50% - 5px);
    }

    #product h1 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .delivery_info {
        padding: 15px 0;
    }
}

@media (max-width: 600px) {
    .sc-product-info-left>div {
        flex: 0 0 48%;
        margin-left: 0 !important;
    }

    /*.sc-product-add-to-buttons {*/
    /*    width: 100%;*/
    /*    justify-content: space-between;*/
    /*}*/
}

@supports (-webkit-appearance: -apple-pay-button) {
    .google-pay {
        display: none;
    }

    button.apple-pay img {
        height: 30px;
        width: 73px;
    }

    button.apple-pay {
        height: 48px;
        margin-bottom: 1.5rem;
    }

    button.apple-pay {
        color: #ffffff;
        background: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 3px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        height: 48px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        grid-column-start: 1;
        grid-column-end: 3;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

}

@supports not (-webkit-appearance:-apple-pay-button) {
    button.apple-pay {
        display: none;
    }
}

@media (max-width: 576px) {
    .sc-module-item {
        width: 50%;
    }

    [data-type=split] .sc-module-caption,
    [data-type=split] .sc-module-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-type=split] .sc-module-caption {
        padding-left: 0;
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem
    }

    .sc-category-products .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    [data-type=split] {
        --bs-gutter-y: 0.5rem !important;
        --bs-gutter-x: 0.5rem !important;
    }

    .product-layout .sc-module-title {
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .product-layout .sc-module-stickers {
        height: 45px;
        overflow: hidden;
    }

    [data-type=split] .sc-module-item {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    [data-type=split] .sc-module-cart .sc-btn-primary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 786px) {
    .wlogin_social img {
        margin: 10px auto;
    }
}

.wlogin_or {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.wlogin_or::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
    z-index: 1;
}

.wlogin_or span {
    background: #fff;
    color: #888;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.wlogin_social .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 10px;
    background-color: #fff;
    gap: 12px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.wlogin_social .social-icon svg {
    width: 40px;
    height: 40px;
}

.wlogin_social .social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.wlogin_social img {
    width: 40px;
    height: 40px;
}

.wlogin_social {
    gap: 12px;
}

.wlogin_social .col-sm-6 {
    width: 100%;
}

.rm-account-login .sc-account-login-button {
    width: 100%;
    height: 60px
}

@media (min-width: 768px) {
    .rm-account-login .form-control {
        max-width: 100%;
        height: 60px;
    }
}

.sc-youtube-video {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 12px;
    z-index: 3;
    cursor: pointer;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Open Sans', sans-serif;
}

.sc-product-images-main-swiper .swiper-slide img,
.sc-product-images-additional-swiper-item img {
    max-width: 100%;
    height: auto;
}

/* Product main swiper pagination (mobile only) */
.sc-product-images-main-swiper .swiper-pagination {
    display: none;
}

@media (max-width: 767px) {
    .sc-product-images-main-swiper .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        position: relative;
        bottom: 0;
        padding: 12px 0 4px;
    }

    .sc-product-images-main-swiper .swiper-pagination-bullet {
        width: 16px;
        height: 4px;
        background: #D1D1D6;
        opacity: 1;
        border-radius: 2px;
        transition: background-color 0.3s, width 0.3s;
        margin: 0 !important;
    }

    .sc-product-images-main-swiper .swiper-pagination-bullet-active {
        background: #52A3F3;
        width: 24px;
    }
}

.sc-product-images-main-swiper .swiper-button-prev,
.sc-product-images-main-swiper .swiper-button-next,
.sc-product-images-additional-swiper .swiper-button-prev,
.sc-product-images-additional-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1.5px solid #1C1C1E;
    border-radius: 12px;
    color: #1C1C1E;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.sc-product-images-main-swiper .swiper-button-prev::after,
.sc-product-images-main-swiper .swiper-button-next::after,
.sc-product-images-additional-swiper .swiper-button-prev::after,
.sc-product-images-additional-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.sc-product-images-additional-swiper .swiper-slide {
    width: 80px !important;
    height: 80px !important;
}

.video_shorts_item-slide {
    background-position: center;
    background-size: cover;
}

.product-not-special {
    margin-top: 18px;
}

#pdfModal .modal-dialog {
    max-width: 800px;
}

#pdf-canvas-container canvas {
    width: 100% !important;
}

.sc-module-consult-btn {
    min-height: 36px;
    white-space: normal;
}

/**/
/* The switch - the box around the slider */
.switch-new {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch-new input {
    display: none;
}

/* The slider */
.switch-new .slider-new {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 242, 245, 1);
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid rgba(147, 147, 147, 1);
}

.switch-new .slider-new:before {
    position: absolute;
    content: "";
    height: 11.64px;
    width: 11.64px;
    left: 1.5px;
    bottom: 1px;
    background-color: rgba(147, 147, 147, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-new input:checked+.slider-new {
    background-color: rgb(1, 160, 227);
    border-color: rgb(1, 160, 227);
}

.switch-new input:checked+.slider-new:before {
    background-color: white;
}

.switch-new input:focus+.slider-new {}

.switch-new input:checked+.slider-new:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.switch-new .slider-new.round {
    border-radius: 34px;
}

.switch-new .slider-new.round:before {
    border-radius: 50%;
}

/**/

.oct-checkout-block-title span {
    padding-left: 6px !important;
}

.form-check-label {
    cursor: pointer;
}

.shipping-method-box .form-check img {
    filter: grayscale(1);
    height: 46px;
}

.shipping-method-box .form-check>input:checked+label img {
    filter: grayscale(0);
}

.delivery_free_message {
    margin: 20px 0;
    padding: 12px;
    color: rgba(82, 163, 243, 1);
    background-color: rgba(245, 248, 255, 1);
}

.oct-checkout-block:not(.oct-checkout-actions):not(.comment-block) {
    box-shadow: none;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position: relative;
    background-color: white;
    border: 1px solid #E4E4EB;
    border-radius: 6px;
    overflow: hidden;
    padding: 24px;
}

.comment-block {
    padding: 0;
}

.oct-checkout-block.oct-checkout-actions {
    box-shadow: none;
    padding-top: 0;
}

.oct-checkout-cart-delete-btn-icon {
    width: 20px;
    height: 20px;
}

.oct-checkout-cart-delete-btn {
    background-color: transparent !important;
}

#cart-table {
    padding: 24px;
    background-color: white;
    padding-bottom: 0;
}

.sc-checkout-cart-border {
    background-color: white;
    border: 1px solid #E4E4EB;
    border-radius: 6px;
    overflow: hidden;
}

#cart-table>#cart-table {
    padding: 0;
    border: none;
}

#cart-table .oct-checkout-cart {
    background-color: #F8F9FA;
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 14px 24px;
}

#cart-table .oct-checkout-cart-price {
    text-align: left;
    margin-left: 0;
}

#cart-table .oct-checkout-cart-price s {
    font-size: 12px;
    color: #8F90A6;
    text-align: left;
    min-height: 15px;
}

#cart-table .oct-checkout-cart-price b {
    text-align: left;
    color: #52A3F3;
    font-size: 18px;
    font-weight: bold;
}

#cart-table .oct-checkout-cart-product-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 140%;
    margin-bottom: 0 !important;
}

#cart-table .oct-checkout-cart-delete-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#cart-table .product-color {
    font-size: 12px;
    color: #818181;
    min-height: 18px;
}

.oct-checkout-cart-product-info a img {
    border-radius: 8px;
}

.oct-checkout-block .product-content {
    margin-left: 42px;
}

.oct-checkout-block .product-title {
    min-height: 86px;
}

.oct-checkout-actions-total {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.oct-checkout-actions-total-item span {
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    line-height: 24px;
}

.oct-checkout-actions-total-item span:not(.light-text) {
    color: #000;
    font-weight: 500;
}

.oct-checkout-actions-total>div:last-child {
    border-top: 1px solid #E4E4EB;
    padding-top: 12px;
}

.oct-checkout-actions-total>div:last-child span {
    color: #000;
    font-weight: 600;
}

.oct-checkout-actions-total>.oct-checkout-actions-total-item:not(:first-child) {
    margin-top: 13px;
}

.oct-checkout-actions-total>div:last-child span+span {
    font-size: 18px !important;
    font-weight: 600;
}

.oct-fastorder-payment>button {
    background-color: #52A3F3;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
}

.comment-block .comment-spoiler {
    border-radius: 6px;
    background: #fff;
}

.comment-block .comment-spoiler__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 18px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

.comment-block .comment-spoiler__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.comment-block .comment-spoiler__icon:before,
.comment-spoiler__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
}

.comment-block .comment-spoiler__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.comment-block .comment-spoiler.is-open .comment-spoiler__icon:after {
    display: none;
}

.comment-block .comment-spoiler__content {
    padding: 12px 16px;
    border-top: 1px solid #eef1f6;
}

.comment-block .comment-spoiler__content[hidden] {
    display: none !important;
}

.comment-block .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.installments-group input[type="radio"]:not(:checked)+button {
    filter: grayscale(1);
    opacity: 0.5;
}

/**/

.payment-method .inst-icons {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-left: -20px;
}

.payment-method .inst-btn {
    /*border: 1px solid #e9ecef;*/
    background: #fff;
    /*border-radius: 10px;*/
    /*padding: 6px 8px;*/
    padding: 0;
    line-height: 0;
    cursor: pointer;
    transition: .2s
}

.payment-method .inst-btn:hover,
.payment-method .inst-btn.is-active {
    /*box-shadow: 0 0 0 2px var(--bs-primary, #111) inset;*/
    /*border-color: var(--bs-primary, #111)*/
}

.payment-method .inst-btn img {
    height: 32px;
    width: auto;
    display: block
}

.oct-fastorder-credit-payment .buttons {
    display: none;
}

.oct-fastorder-credit-payment .proposition {
    border: 0;
    background-color: transparent !important;
    padding: 0px 0 0 0;
    margin-left: -2px;
}

@media (max-width: 575.98px) {
    .payment-method .inst-btn img {
        height: 28px
    }

    .oct-checkout-block .product-content {
        margin-left: 24px;
    }
}

.oct-fastorder-credit-payment {
    min-height: 146px;
}

.oct-fastorder-credit-payment .prop_calc span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.oct-fastorder-credit-payment .prop_paymentsCount {
    font-size: 16px;
    color: #555;
}

.oct-fastorder-credit-payment .prop_select select {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #000;
    width: 100%;
    max-width: 154px;
    margin-top: 8px;
    height: 36px;
    text-align: center;
    padding: 0 20px 0 20px;
}

.oct-fastorder-credit-payment .prop_select select option {
    text-align: center;
}

.oct-fastorder-credit-payment .progress-bar {
    background-color: #37A0E3;
    height: 4px;
}

.oct-fastorder-credit-payment .progress {
    height: 4px;
}

.oct-fastorder-credit-payment .ui-slider .ui-slider-handle {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    border: 1px solid #37A0E3;
    background: #37A0E3;
}

.oct-fastorder-credit-payment .prop_permounth>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.oct-fastorder-credit-payment .term-slider {
    margin-top: 24px;
}

.oct-fastorder-credit-payment .term-slider .progress {
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.oct-fastorder-credit-payment .term-slider .progress-bar {
    background-color: rgb(1, 160, 227);
    height: 100%;
    transition: width 0.3s ease;
}

.oct-fastorder-credit-payment .term-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    background-color: rgb(1, 160, 227);
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    top: -7px;
    cursor: pointer;
}

.shipping_address_1 label,
.shipping_payment_city label {
    width: 100%;
}

.oct-checkout-actions-total .oct-checkout-actions-total-item.shipping {
    display: none !important;
}

.shipping_fields .select2-container {
    width: 100% !important;
}

.prop_paymentsCount-new {
    font-size: 12px;
    line-height: 140%;
    color: #818181;
}

.oct-fastorder-credit-payment .proposition {
    max-width: 358px;
}

.oct-fastorder-credit-payment .prop_paymentsCount-new {
    font-size: 12px;
    line-height: 140%;
    color: #818181;
    margin-bottom: 12px;
    width: 100%;
}

.oct-fastorder-credit-payment .text_payments_count {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 20px;
    width: 100%;
}

.oct-fastorder-credit-payment .credit-termins {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oct-fastorder-credit-payment .credit-termins label {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    display: block;
}

.oct-fastorder-credit-payment .defis {
    padding-top: 25px;
}

.oct-fastorder-credit-payment .prop_permounth>div {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #000;
    width: 100%;
    max-width: 154px;
    margin-top: 8px;
    height: 36px;
    text-align: center;
    padding: 0;
}

.oct-fastorder-credit-payment .progress.progress--with-steps {
    position: relative;
    height: 42px;
    background-color: transparent;
    top: -55px;
    left: -13px;
    box-shadow: none;
    width: calc(100% + 20px);
}

.oct-fastorder-credit-payment .progress.progress--with-steps .progress-bar {
    position: relative;
    z-index: 1;
}

.oct-fastorder-credit-payment .uc-steps {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    margin: 0;
    list-style: none;
    pointer-events: none;
    z-index: 2;
}

.oct-fastorder-credit-payment .uc-steps li {
    text-align: center;
    flex: 0 0 auto;
}

.oct-fastorder-credit-payment .uc-step-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #EAEAEA;
    margin: 0 auto 4px;
}

.oct-fastorder-credit-payment .uc-step-num {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-bottom: 4px;
}

.oct-fastorder-credit-payment .uc-steps li.is-active .uc-step-dot {
    background: #37A0E3;
}

.oct-fastorder-credit-payment .ui-widget-content {
    width: 97%;
    margin-left: auto;
}

.oct-checkout .oct-checkout-block .shipping-method-box {
    max-width: 400px;
}

@media (max-width: 767px) {
    .oct-fastorder-credit-payment .ui-widget-content {
        width: 94%;
    }

    .text_delivery_free_3 {
        font-size: 12px;
    }

    .oct-checkout .oct-checkout-block .register_block>.form-group:nth-child(2) {
        margin-top: -2px;
    }
}

.oct-checkout-actions-total .product_discount>span+span {
    color: #DC0000;
}

.shipping-quotes-box .form-check-input,
.payment-method .form-check-input {
    width: 12px;
    height: 12px;
    flex: initial;
}

.shipping-quotes-box .form-check-input:checked,
.payment-method .form-check-input:checked {
    background-color: #37A0E3;
    border-color: #37A0E3;
}

.payment-method .installments-group .form-check-input {
    margin-top: 3px;
}

.article_meta_category {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    gap: 12px;
    margin-bottom: 15px;
}

.article__meta-item {
    display: flex;
    align-items: center;
    gap: 5px
}

.article__meta-icon {
    font-size: .95em;
    opacity: .85;
    margin-right: 0
}

.rc-toc {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 16px;
    background: var(--toc-bg, #fff);
}

.rc-toc__title {
    font-weight: 600;
    margin-bottom: 8px;
}

.rc-toc__list,
.rc-toc__sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rc-toc__item {
    margin: 6px 0;
}

.rc-toc__sub {
    margin-left: 16px;
}

.rc-toc__link {
    text-decoration: none;
    line-height: 1.35;
    display: inline-block;
}

.rc-toc__link:hover {
    text-decoration: underline;
}

.rc-toc__link.is-active {
    font-weight: 600;
}

#rc-desc h2,
#rc-desc h3,
#rc-desc h4,
#rc-desc h5 {
    scroll-margin-top: 65px;
}

.cursor-pointer {
    cursor: pointer;
}

.coupon-block .input-group .sc-btn {
    width: 200px;
}

.coupon-block {
    padding: 0 !important;
}

.coupon-block .coupon-spoiler {
    border-radius: 6px;
    background: #fff;
}

.coupon-block .coupon-spoiler__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 18px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

.coupon-block .coupon-spoiler__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.coupon-block .coupon-spoiler__icon:before,
.coupon-spoiler__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
}

.coupon-block .coupon-spoiler__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.coupon-block .coupon-spoiler.is-open .coupon-spoiler__icon:after {
    display: none;
}

.coupon-block .coupon-spoiler__content {
    padding: 12px 16px;
    border-top: 1px solid #eef1f6;
}

.coupon-block .coupon-spoiler__content[hidden] {
    display: none !important;
}

.coupon-block .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sidebar-main-menu-item-buyers .sidebar-main-menu-item-icon-buyers:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask-image: url(/catalog/view/theme/oct_showcase/img/menu-icons/buyers.svg);
    mask-image: url(/catalog/view/theme/oct_showcase/img/menu-icons/buyers.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.sidebar-main-menu-item-compare .sidebar-main-menu-item-icon:before {
    -webkit-mask-image: url(/catalog/view/theme/oct_showcase/img/sprite.svg#include--header-btns-compare);
    mask-image: url(/catalog/view/theme/oct_showcase/img/sprite.svg#include--header-btns-compare);
}

/* Sticky Buy Bar Mobile */
@media (max-width: 767px) {
    body .ocf-btn-mobile-static {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-left: auto;
    }

    body .sc-category-sort button {
        height: 41px;
    }
    body .sc-category-sort button,
    body .sc-category-sort #input-sort {
        color: #000!important;
    }

    .sc-category-sort-limit {
        width: 50%;
    }

    #input-limit {
        display: none;
    }

    .sc-product-images-additional-swiper {
        display: none !important;
    }

    body .header-buttons-wishlist {
        order: 0;
        --webkit-order: 0;
        --moz-order: 0;
        --ms-order: 0;
        --o-order: 0;
    }

    body .header-buttons-cart {
        order: 1;
        --webkit-order: 1;
        --moz-order: 1;
        --ms-order: 1;
        --o-order: 1;
    }

    body .header-buttons-account {
        order: 2;
        --webkit-order: 2;
        --moz-order: 2;
        --ms-order: 2;
        --o-order: 2;
    }

    body .header-buttons-viewed {
        order: 3;
        --webkit-order: 3;
        --moz-order: 3;
        --ms-order: 3;
        --o-order: 3;
    }

    .product-groups .product-group .product-group-products .product-group-product .group-image {
        width: 38px !important;
        height: 48px !important;
    }

    .product-groups .product-group .product-group-products .product-group-product .group-image {
        padding: 2px;
    }

    html:not(.body-product) body bwchat#bwc-wrap #bwc-widget-action.bwc-mobile {
        bottom: 60px !important;
    }

    html:not(.body-product) bwchat#bwc-wrap.bwc-design-shape-round #bwc-chat-omnichannel.bwc-mobile {
        margin-right: 67px;
        bottom: 60px !important;
    }
    html.body-product body bwchat#bwc-wrap.bwc-design-shape-round #bwc-chat-omnichannel.bwc-mobile {
        margin-right: 67px;
        bottom: 124px !important;
    }

    .sticky-buy-bar {
        position: fixed;
        bottom: -100px;
        left: 0;
        width: 100%;
        padding: 8px 15px;
        background-color: transparent;
        z-index: 9999;
        transition: bottom 0.3s ease-in-out;
    }

    .sticky-buy-bar.show {
        bottom: 55px;
    }

    .sticky-buy-bar-container {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(1, 160, 227);
        color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .sticky-buy-bar-left {
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .sticky-buy-bar-divider {
        width: 1px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.4);
        margin: 0 12px;
    }

    .sticky-buy-bar-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .sticky-price,
    .sticky-price-special {
        color: #fff !important;
        font-weight: 700;
        font-size: 16px;
    }

    .sticky-price-old {
        color: rgba(255, 255, 255, 0.8) !important;
        text-decoration: line-through;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .sc-subcategories>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .sc-subcategories img {
        width: 60%;
    }
}

/* Description Read More */
.description-content {
    transition: max-height 0.5s ease;
    position: relative;
    overflow: hidden;
}

.description-content.truncated:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 0.3s;
}

.description-content.expanded:after {
    opacity: 0;
}

/* FAQ Empty Spoiler */
.sc-faq-empty-spoiler {
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 0.2s;
    max-width: 540px;
    margin-right: auto;
}

.sc-faq-empty-spoiler:hover {
    background-color: #fcfcfc;
}

.sc-faq-empty-spoiler-text {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sc-faq-empty-spoiler-arrow svg {
    transition: transform 0.3s ease;
}

.sc-faq-empty-spoiler.opened .sc-faq-empty-spoiler-arrow svg {
    transform: rotate(180deg);
}

.sc-category-faq .accordion {
    margin-top: 0;
}

.sc-category-faq {
    padding: 24px;
}

.sc-category-faq .sc-faq-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-text, #1a1a1a);
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.sc-category-faq .accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: var(--dark-text, #1a1a1a);
    --bs-accordion-btn-focus-box-shadow: none;
}

.sc-category-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 !important;
    background: transparent;
    margin: 0;
}

.sc-category-faq .accordion-item:first-child {
    border-top: none;
}

.sc-category-faq .accordion-button {
    font-size: 15px;
    font-weight: 400;
    color: var(--dark-text, #1a1a1a);
    background: transparent;
    padding: 14px 0 14px 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.sc-category-faq .accordion-button:not(.collapsed) {
    color: var(--dark-text, #1a1a1a);
    background: transparent;
    box-shadow: none;
}

.sc-category-faq .accordion-button:hover {
    background: transparent;
}

.sc-category-faq .accordion-button:focus {
    outline: none;
    box-shadow: none !important;
}

.sc-category-faq .accordion-button::after {
    content: '+';
    width: 20px;
    height: 20px;
    background-image: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    color: var(--dark-text, #1a1a1a);
    transform: none;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-category-faq .accordion-button:not(.collapsed)::after {
    content: '×';
    font-size: 26px;
    transform: none;
    color: var(--dark-text, #1a1a1a);
}

.sc-category-faq .accordion-body {
    padding: 4px 0 14px 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--light-text, #666);
    background: transparent;
}

@media (min-width: 991px) {
    .product-layout .sc-module-btns {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Sticky Category Sort for Mobile */
@media (max-width: 991px) {
    .product-layout .sc-module-btns {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .product-layout .sc-module-btns>button:not(.sc-wishlist-btn) {
        display: none !important;
    }

    .sticky-padding {
        padding: 0 !important;
    }

    .sc-category-sort-row {
        position: sticky;
        top: 48px;
        z-index: 1000;
        background: #fff;
        margin-top: 0 !important;
        margin-left: -14px !important;
        margin-right: -14px !important;
        padding: 10px 14px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .sc-category-sort {
        margin-bottom: 0 !important;
        border: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .sc-category-sort-limit {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }

    #input-sort,
    .ocf-btn-mobile-static {
        flex: 0 0 calc(50% - 5px) !important;
        width: 50% !important;
        max-width: 50% !important;
        margin: 0 !important;
    }

    .ocf-btn-mobile-static button {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background-color: #F4F7FA;
        font-weight: 600;
        color: #8f90a6 !important;
    }

    #input-limit {
        display: none !important;
    }
}

/* Category Product Image Carousel styles */
.sc-product-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 17px;
}

.sc-product-images-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    width: 100%;
}

.sc-product-images-carousel::-webkit-scrollbar {
    display: none;
}

.sc-product-image-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
}

.sc-product-image-hover-zones {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.sc-product-image-hover-zones .hover-zone {
    flex: 1;
    height: 100%;
}

.sc-product-image-indicators {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
    z-index: 3;
    pointer-events: none;
}

.sc-product-image-indicators .indicator {
    width: 25px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.sc-product-image-indicators .indicator.active {
    background: #000;
}
/* new Mobile product design */
@media (max-width: 575.98px) {
    .sc-module.sc-category-products .product-layout .content-block {
        padding: 0.5rem;
    }

    .sc-module.sc-category-products .product-layout .sc-module-img {
        padding-right: 0;
    }

    .sc-module.sc-category-products .product-layout .sc-module-stickers {
        margin-top: 5px!important;
    }
    .sc-module.sc-category-products .product-layout .sc-module-cart {
        padding-top: 0!important;
    }

    .sc-module.sc-category-products .product-layout .sc-module-price-box {
        padding: 0!important;
    }
    .sc-module.sc-category-products .product-layout .sc-module-title {
        height: 30px;
    }
    .sc-module.sc-category-products .product-layout .sc-module-price-box {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
    .sc-module.sc-category-products .product-layout .sc-module-caption {
        padding-bottom: 2px!important;
    }
    .sc-module.sc-category-products .product-layout .sc-module-price-box .sc-module-price {
        margin-top: 0!important;
        font-size: 16px;
    }
    .sc-module.sc-category-products .product-layout .sc-module-price-box .sc-module-price-old {
        font-size: 12px!important;
    }
}

/* ===== STICKERS ABOVE H1 ===== */
.sc-module-stickers-h1 {
    gap: 5px;
    align-items: stretch;
}

.sc-module-stickers-h1 .sc-module-sticker {
    display: flex;
    align-items: center;
}
/* ===== Viewers Bar ===== */
.sc-viewers-bar {
    color: rgba(6, 194, 112, 1);
    font-weight: 500;
    padding: 4px 0 11px 0;
    font-size: 12px;
}

.sc-viewers-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%2306C270" fill-opacity="0.2"/><circle cx="7.83008" cy="8" r="4" fill="%2306C270"/></svg>');
    margin-right: 6px;
    flex-shrink: 0;
    animation: sc-viewers-blink 1.4s ease-in-out infinite;

}

@keyframes sc-viewers-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.15; }
}

@media (max-width: 767px) {
    .sc-viewers-bar {
        padding-left: 15px;
    }
}

/* Stock urgency bar */
.sc-stock-urgency-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    background-color: rgba(1, 160, 227, 0.2);
    border: 0.5px solid #01a0e3;
    border-radius: 8px;
    color: #000000;
    font-size: 12px;
}
.sc-stock-urgency-icon {
    font-size: 16px;
    flex-shrink: 0;
}


/* new product design 08.04.2026 */
#product-product .content-block.sc-product-actions .sc-module-price-box {
    padding: 14px;
    margin: 1rem;
    border-radius: 8px;
    background-color: #F5F4ED;
    border: 1px solid #E4E4E4;
}

#product .content-block {
    border-radius: 8px;
}
#product .sc-product-actions-middle {
    padding-top: 19px;
    padding-bottom: 14px;
}
/* Price box layout (Figma node 62:81920) */
.sc-module-price-row {
    width: 100%;
}
.sc-module-price-main {
    min-width: 0;
    flex: 1 1 auto;
}
.sc-module-price-aside {
    flex: 0 0 auto;
}
.sc-module-price-old {
    color: #8F90A6;
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    line-height: 1.2;
    margin-bottom: 4px;
}
.sc-module-price.sc-module-price-special {
    color: #EE0C0C;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}
.sc-module-price.sc-module-price-regular {
    color: #1a1d24;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}
.sc-module-price-save {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1d24;
}
.sc-module-price-save-value {
    color: #0D7223;
    font-weight: bold;
}
.sc-module-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EE0C0C;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 8px;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 11px;
}
.sc-module-credit-icons img {
    max-width: 20px;
    height: auto;
    object-fit: contain;
}
@media (max-width: 575.98px) {
    .sc-module-price.sc-module-price-special,
    .sc-module-price.sc-module-price-regular {
        font-size: 32px;
    }
    .sc-module-discount-badge {
        font-size: 14px;
        padding: 0px 8px;
    }
    .sc-module-credit-icons img {
        max-width: 20px;
    }
    .sc-module-credit-icons {
        gap: 6px!important;
    }
}

/* ===== den_product_badges ===== */
.den-trust-badges {
    gap: 5px;
    padding: 30px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.den-trust-badge {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}
.den-trust-badge img {
    height: 26px;
    width: auto;
    object-fit: contain;
}
.den-trust-badge .sc-product-trust-badge-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.3;
    word-break: break-word;
    margin-top: 10px;
}
@media (max-width: 575.98px) {
    .den-trust-badge img {
        height: 34px;
    }
    .den-trust-badge .sc-product-trust-badge-title {
        font-size: 11px;
        margin-top: 10px;
        letter-spacing: 0;
    }
}

/* Official importer banner */
.sc-official-importer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px 9px 20px;
    margin: 30px 0;
    background-color: rgba(1, 160, 227, 0.2);
    border: 0.5px solid #01a0e3;
    border-radius: 8px;
}
.sc-official-importer-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    white-space: nowrap;
}

/* Suitable-for popup strip — copied from .sc-official-importer */
.sc-suitable-for-popup-strip {
    margin: 20px 0 30px;
}
.sc-suitable-for-popup-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px 9px 20px;
    background-color: rgba(1, 160, 227, 0.2);
    border: 0.5px solid #01a0e3;
    border-radius: 8px;
    text-decoration: underline;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.sc-suitable-for-popup-link:hover {
    background-color: rgba(1, 160, 227, 0.3);
    text-decoration: underline;
}
.sc-suitable-for-popup-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

/* ===== Ключові характеристики (den-key-attrs) ===== */
.den-key-attrs {
    margin-top: 24px;
}
.den-key-attrs__header {
    gap: 10px;
    margin-bottom: 16px;
}
.den-key-attrs__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #F2F4F8;
    color: #1C1C28;
    flex-shrink: 0;
}
.den-key-attrs__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #1C1C28;
}
.den-key-attrs__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}
.den-key-attrs__card {
    background: #F5F4ED;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 19.5px 10px;
    text-align: center;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.den-key-attrs__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    margin-bottom: 10px;
}
.den-key-attrs__value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1a1a1a;
    word-break: break-word;
}
.den-key-attrs__value a {
    color: inherit;
    text-decoration: none;
}
.den-key-attrs__value a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .den-key-attrs__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }
    .den-key-attrs__card {
        padding: 10px 5px;
        min-height: 55px;
    }
    .den-key-attrs__value {
        font-size: 16px;
        line-height: 20px;
    }
    .den-key-attrs__name {
        font-size: 10px;
        line-height: 12px;
    }
}
@media (max-width: 575px) {
    .den-key-attrs__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.sc-module-item .sc-wishlist-btn:hover svg path {
    stroke: #fff;
}
.sc-module-item .sc-compare-btn:hover svg path {
    fill: #fff;
}
.sc-module-btns .sc-compare-btn svg {
    opacity: 0.6;
}
/* den_gift_boxes — per-product gift box carousel */
.den-gift-boxes-wrap {
    background: rgba(255, 248, 219, 1);
    border: 1px solid rgba(255, 232, 142, 1);
    border-radius: 8px;
    padding: 14px;
    margin: 30px 0 16px 0;
}
.den-gift-boxes-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.den-gift-icon {
    font-size: 28px;
    line-height: 1;
}
.den-gift-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
    flex: 1;
    color: rgba(28, 28, 40, 1);
}
.den-gift-nav {
    display: flex;
    gap: 8px;
}
.den-gift-nav button {
    background: #fff;
    border: 1px solid rgba(255, 232, 142, 1);
    border-radius: 4px;
    width: 30px;
    height: 28px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    transition: background .15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.den-gift-nav button:hover {
    background: #FFF1B8;
}
.den-gift-boxes-swiper {
    overflow: hidden;
}
.den-gift-card {
    background: #fff;
    border-radius: 4px;
    padding: 20px 13px;
    width: 340px;
    max-width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    border: 1px solid rgba(255, 232, 142, 1);
}
.den-gift-card .den-gift-img {
    flex: 0 0 120px;
    display: block;
}
.den-gift-card .den-gift-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
}
.den-gift-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    flex: 1;
}
.den-gift-name {
    font-size: 10px;
    color: rgba(28, 28, 40, 1);
    font-weight: 700;
    line-height: 16px;
}
.den-gift-price {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    color: rgba(28, 28, 40, 1);
}
.den-gift-add {
    background: #1EA7D9;
    color: #fff;
    border: 0;
    font-size: 12px;
    border-radius: 4px;
    padding: 8px 27.3px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    align-self: flex-start;
    transition: background .15s ease;
}
.den-gift-add:hover {
    background: #1893c0;
}
@media (max-width: 600px) {
    .den-gift-card {
        width: 162px;
        flex-direction: column;
    }
    .den-gift-card .den-gift-img,
    .den-gift-card .den-gift-img img { flex-basis: 96px; width: 96px; height: 96px; }
    .den-gift-title { font-size: 18px; }
    .den-gift-boxes-wrap {
        margin-bottom: 36px;
    }
}

#graff_block .dop-product-product-list.dop-product-small-products .product {
    width: 100% !important;
}

#graff_block .dop-product-product-list .product-wrap {
    flex-direction: row;
}

#graff_block .dop-product-product-list .product .product-bottom {
    justify-content: end;
    gap: 27px;
}

#graff_block .dop-product-main .group-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.16px;
    vertical-align: middle;
    color: rgba(28, 28, 40, 1);
    margin-bottom: 14px;
}
 #graff_block .dop-product-main .product-wrap{
    border-color: rgba(255, 232, 142, 1);
    padding: 12.5px 13px;
}

#graff_block .dop-product-main {
    padding: 0;
    margin-top: 30px;
}

#graff_block .dop-product-product-list.dop-product-small-products .product .name {
    font-size: 16px;
    font-weight: 500;
}
#graff_block .ex-cart-btn-icon {
    mask: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_54_81290)"><path d="M8.68403 5.71214C9.04724 5.71214 9.34193 5.41751 9.34193 5.05426C9.34193 4.69103 9.04724 4.39637 8.68403 4.39637H5.65771V1.37005C5.65771 1.00682 5.36303 0.712158 4.99982 0.712158C4.63659 0.712158 4.34193 1.00682 4.34193 1.37005V4.39637H1.31561C0.952378 4.39637 0.657715 4.69103 0.657715 5.05426C0.657715 5.41751 0.952378 5.71214 1.31561 5.71214H4.34193V8.73846C4.34193 9.10172 4.63659 9.39635 4.99982 9.39635C5.36303 9.39635 5.65771 9.10172 5.65771 8.73846V5.71214H8.68403Z" fill="white" stroke="white" stroke-width="0.285714"/></g><defs><clipPath id="clip0_54_81290"><rect width="10" height="10" fill="white"/></clipPath></defs></svg>');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
}
#graff_block .ex-cart-btn-icon:before {
    /*content: "+";*/
    /*color: white;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/

}

/* ---------------------------------------------------------
   "Ідеально підходить для" block (den_product_suitable_for)
   Rendered right after .sc-product-content-description.
   --------------------------------------------------------- */
.sc-product-content-suitable-for .sc-suitable-for-card {
    background: #FFF8DB;
    border-radius: 8px;
    padding: 14px;
    border: 1px solid #FFE88E;
}
.sc-product-content-suitable-for .sc-suitable-for-title {
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 22px;
}
.sc-product-content-suitable-for .sc-suitable-for-grid {
    display: flex;
    gap: 6px;
    justify-content: space-between;
}
.sc-product-content-suitable-for .sc-suitable-for-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 10px;
    min-height: 52px;
    width: 100%;
}
.sc-product-content-suitable-for .sc-suitable-for-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}
.sc-product-content-suitable-for .sc-suitable-for-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .sc-product-content-suitable-for .sc-suitable-for-card {
        padding: 16px;
        border-radius: 14px;
    }
    .sc-product-content-suitable-for .sc-suitable-for-grid {
        gap: 6px;
    }
    .sc-product-content-suitable-for .sc-suitable-for-item {
        padding: 20px 10px;
        min-height: 80px;
    }
    .sc-product-content-suitable-for .sc-suitable-for-label {
        font-size: 10px;
    }
    .description-content.truncated:after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F4F8 100%);
    }

}

#wristHelpModal .modal-title {
    display: none;
}
#wristHelpModal  .modal-header {
    background-color: transparent;
}
#wristHelpModal .modal-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
    padding-top: 0;
}

#wristHelpModal .modal-body h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#wristHelpModal .modal-body img {
    width: auto;
    max-width: 100%;
}

/* ========== den_product_compare_block — "Чому купити у Abtime" ========== */
.sc-product-content-compare-block {
    margin-top: 16px;
}

.sc-compare-block-header {
    gap: 12px;
    margin-bottom: 20px;
}

.sc-compare-block-icon-wrap {
    width: 32px;
    height: 32px;
    background: #f4f4f7;
    flex-shrink: 0;
}

.sc-compare-block-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.sc-compare-block-title {
    line-height: 1.2;
}

.sc-compare-block-table-wrap {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    overflow: hidden;
}

.sc-compare-block-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
}

.sc-compare-block-table thead th {
    background: #F2F4F8;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 12px;
    border-bottom: 1px solid #E4E4E4;
}

.sc-compare-block-table thead th.sc-compare-block-col-param {
    text-align: center;
    padding-left: 24px;
}

.sc-compare-block-table thead th.sc-compare-block-col-abtime {
    background: rgba(204, 236, 249, 0.8);
    color: #000;
}

.sc-compare-block-table tbody tr + tr td {
    border-top: 1px solid #E4E4E4;
}

.sc-compare-block-table td {
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
}

.sc-compare-block-table td.sc-compare-block-cell-param {
    text-align: center;
    padding-left: 24px;
    color: #1f2a44;
}

.sc-compare-block-table td.sc-compare-block-cell-abtime {
    background: rgba(204, 236, 249, 0.4);
    font-weight: 400;
}

.sc-compare-block-table td.sc-compare-block-cell-others {
    color: #000;
}

@media (max-width: 575px) {
    .sc-compare-block-table thead th,
    .sc-compare-block-table td {
        padding: 10px 8px;
        font-size: 10px;
    }

    .sc-compare-block-table thead th.sc-compare-block-col-param,
    .sc-compare-block-table td.sc-compare-block-cell-param {
        padding-left: 12px;
    }

    .sc-compare-block-title {
        font-size: 20px !important;
    }
}

.sc-product-faq-item{
    border:1px solid rgba(222, 226, 230, 1);
    padding:16px 19px;
    margin-bottom:10px;
    border-radius:4px;
}
.sc-product-faq-question{
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.04em;
    user-select:none;
    gap:12px
}
.sc-product-faq-question span{
    flex:1;
    max-width: 290px;
}
.sc-product-faq-list {
    margin-top: 22px;
}
.sc-product-faq-chevron{flex-shrink:0;transition:transform .25s ease}
.sc-product-faq-item.active .sc-product-faq-chevron{transform:rotate(180deg)}
.sc-product-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.sc-product-faq-item.active .sc-product-faq-answer{max-height:600px}
.sc-product-faq-answer-inner{padding:14px 0 0 0;font-size:14px;line-height:1.6;color:#000}

.sc-product-content-attributes, .sc-product-content-faq, .sc-product-content-reviews {
    border-bottom: 0;
}

#product-product .sc-product-content-faq {
    padding-top: 40px;
}

#product-product .sc-product-content-video iframe {
    border-radius: 8px;
}

#product-product .sc-product-content {
    border-radius: 8px;
}

#wristHelpModal .modal-dialog-scrollable .modal-content {
    height: auto;
    border-radius: 8px!important;
}
.dpost-image {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc-product-content-reviews .sc-module-rating-stars {
    margin-bottom: 34px;
}
@media (max-width: 990.98px) {
    .sc-product-content .sc-product-content-viewed .sc-module,
    .sc-product-content #sc-related-products_0 {
        --bs-gutter-x: 0.5rem;
    }
    .den-gift-boxes-wrap,
    #graff_block,
    .den-key-attrs {
        margin-left: 17px;
        margin-right: 17px;
    }
    .sc-official-importer {
        margin-left: 17px;
        margin-right: 17px;
    }
    .sc-product-info-item > div:first-child {
        display: flex;
    }
    .den-trust-badges {
        gap: 4px;
        margin-left: 17px;
        margin-right: 17px;
    }
    .sc-product-info-item {
        max-width: 100%;
    }
    .sc-product-content-left {
        border-right: 0;
        background: #F8F9FA;
    }
    .dop-product-main .products-swiper-slider {
        padding: 0;
    }
    #graff_block .dop-product-product-list .product-wrap {
        flex-direction: column;
    }
    #graff_block .dop-product-product-list .product .product-bottom {
        justify-content: space-between;
    }
    .dop-product-main .dop-product-product-list .product .price {
        font-size: 20px;
    }
    #graff_block .dop-product-main .group-title {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 14px;
    }
    .sc-product-content-suitable-for {
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .sc-suitable-for-popup-strip {
        margin-bottom:  25px;
    }
    .sc-product-info-left {
        flex-wrap: wrap;
        gap: 8px;
    }
    .sc-product-info-left>div {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        min-width: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 27px;
    }
    .sc-product-info-left>div.product-sell {
        padding: 4px 8px;
    }
    .product-sell .sc-module-sticker {
        padding: 2px 5px;
    }
    .sc-product-info-item br,
    .sc-product-info-item.item_model br {
        display: none;
    }
    .sc-product-info-item.item_model {
        max-width: 100%;
    }
    .sc-product-info-item {
        padding: 4px 8px;
    }

    body #product .product_edit_btn {
        font-size: 10px;
        margin-left: 12px;
    }
    body .sc-module-cart .product_edit_btn a {
        font-size: 10px;
        margin-left: 0;
    }
    .sc-module-stickers-h1 {
        margin-left: 12px;
    }
    #product-urgency-bar {
        /*background: rgba(1, 160, 227, 1);*/
        /*color: #fff;*/
        /*margin: 0 17px;*/
        /*padding: 6px 0;*/
        /*font-size: 14px;*/
        /*line-height: 1.4;*/
        /*border-radius: 8px;*/
    }
    .body-urgency-is-bar-open .sc-product-tabs-box {
        top: 48px;
    }
    #header_main.urgency-is-bar-open:not(.with-slideshow) + #product-urgency-bar {
        top: 57px;
    }
    /*
    .product-urgency-bar__close {
        font-size: 38px;
        opacity: 1;
        font-weight: 100;
        font-family: 'swiper-icons';
        position: relative;
        top: -4px;
    }
    .product-urgency-bar__timer {
        background:rgba(255, 255, 255, 1);
        color: rgba(1, 160, 227, 1);
        border-radius: 8px;
        font-size: 16px;
        height: 29px;
    }
    .ub-timer-h, .ub-timer-m, .ub-timer-s {
        padding: 0;
    }
    .ub-timer-sep {
        opacity: 1;
    } */
    .product-urgency-bar__msg {
        padding-right: 20px;
    }
    #product-product .content-block.sc-product-actions .sc-module-price-box {
        margin-top: 21px;
        margin-bottom: 15px;
    }
    .product-groups .product-group .product-group-name span {
        color: #000
    }
    .product-groups .product-group .product-group-name {
        margin-bottom: 10px;
    }
    .product-groups {
        padding-bottom: 15px;
    }
    #product .sc-product-actions-top {
        padding-top: 15px!important;
    }
    #product .sc-product-actions-middle {
        padding-top: 30px;
    }
    #fast_buy_section {
        gap: 30px;
        padding-bottom: 0;
    }
    #product .sc-product-add-to-buttons {
        gap: 42px !important;
    }
    .dg-wrapper {
        margin-top: 30px;
    }
    .dg-title {
        margin-bottom: 18px;
    }
    .dpost-sub,
    .dpost-main {
        font-size: 13px;
    }
}

/* Histogram row key digit — visible only on mobile */
.sc-product-content-reviews-rating-key {
    display: none;
    min-width: 12px;
    font-size: 14px;
    margin-right: 8px;
}

/* Reviews block: compact 2-column layout on mobile (rating + stars | histogram) */
@media (max-width: 767.98px) {
    .sc-product-content-reviews-rating-item .sc-product-content-reviews-rating-stars {
        display: none !important;
    }
    .sc-product-content-reviews-rating-key {
        display: block;
    }
    .sc-product-content-reviews-rating-item.is-empty {
        display: none !important;
    }
    .sc-product-content-reviews > .d-flex.flex-column {
        display: grid !important;
        grid-template-columns: auto 1fr;
        column-gap: 16px;
        row-gap: 6px;
        align-items: start !important;
    }
    .sc-product-content-reviews > .d-flex.flex-column > .mb-4 {
        display: contents;
    }
    .sc-product-content-reviews > .d-flex.flex-column > .mb-4 > .sc-product-content-title {
        grid-column: 1 / -1;
    }
    .sc-product-content-reviews > .d-flex.flex-column > .mb-4 > .sc-product-content-reviews-rating {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
    }
    .sc-product-content-reviews > .d-flex.flex-column > .mb-4 > .sc-module-rating-stars {
        grid-column: 1;
        grid-row: 3;
        margin-bottom: 0 !important;
    }
    .sc-product-content-reviews > .d-flex.flex-column > .mb-4 > .sc-btn {
        grid-column: 1 / -1;
        grid-row: 4;
        margin-top: 12px;
        width: 100%;
    }
    .sc-product-content-reviews > .d-flex.flex-column > .sc-product-content-reviews-summary {
        grid-column: 2;
        grid-row: 2 / span 2;
        align-self: center;
        width: 100%;
    }
    .sc-product-content-reviews-rating-value {
        padding: 0;
        font-size: 10px;
        background-color: transparent;
        color: rgba(33, 37, 41, 1);
    }
    .sc-product-content-reviews-rating-key {
        min-width: 10px;
        font-size: 10px;
        margin-right: 0px;
        font-weight: 400!important;
        color: rgba(33, 37, 41, 1);
    }
    .sc-product-content-reviews-rating-line {
        margin: 0 0.5rem;
    }
    .sc-product-content-reviews-rating-item:not(:last-child) {
        margin-bottom: 0;
    }
    .guarantee_text {
        padding: 4.5px 12px;
    }
    .guarantee_text .gt-image svg {
        width: 25px;
        max-height: 25px;
    }
    .guarantee_text br {
        display: none;
    }
    #graff_block .dop-product-product-list.dop-product-small-products .product .name {
        font-size: 12px;
    }
    .den-gift-title .den-gift-title-first {
        display: block;
    }
    .sc-product-timer .sc-product-timer-text {
        font-size: 16px;
    }
    .sc-product-timer {
        justify-content: space-between;
    }
    .sc-product-add-to-buttons {
        justify-content: center;
    }
    .sc-product-add-to-compare button .compare-desc-text,
    .sc-product-add-to-wishlist button .wish-desc-text {
        font-size: 12px;
    }
    .sc-product-content-reviews-rating-line {
        width: 100%;
    }
}