.fancybox__dialog .fancybox__thumbs {
    display: none;
}
.content .product {
    margin-bottom: 40px;
}
.product__gallery.mobile {
    display: none;
}
.product__area__gallery {
    min-height: 350px;
}
.product__area__gallery .favButton {
    display: none;
}
.measurements__instructions img {
    max-width: 250px;
}
.product__area__tabs.mobile {
    display: none;
}
.shareBtn {
    display: none;
}

.accordion__scroll {
    max-height: 100% !important;
}

.productinfo__discount--text {
    color: #3f185f;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 22px;
}

.product__area__branding__kod {
    font-family: 'Jost';
    font-size: 0.94rem;
    line-height: 140%;
    letter-spacing: 0.03rem;
    color: #757575;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .productinfo__discount--text {
        margin-top: 15px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .product__area__gallery {
        min-height: 200px;
    }
}

.productinfo-color__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 7px;
    margin-bottom: 14px;
}

.productinfo-color-list-item__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #000;
}

.productinfo-color__label span {
    color: #757575;
}

.productinfo-color-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.productinfo-color-list-item__img {
    width: 60px;
    height: 87px;
}

@media (max-width: 599px) {
    .productinfo__color--desktop {
        display: none;
    }

    .productinfo__color--mobile {
        width: 250px;
        display: block;
        margin-top: 12px;
        margin-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .productinfo-color-list-item__img {
        width: 44px;
        height: 64px;
    }
}

@media (min-width: 600px) {
    .productinfo__color--desktop {
        display: block;
        margin-bottom: 12px;
    }

    .productinfo__color--mobile {
        display: none;
    }
}

.dolyami-button-wrapper {
    margin-top: 10px;
    width: 100%;
}

.messenger-button-link {
    font-size: 15px;
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
    height: 38px;
    padding: 0;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #7826AD;
    color: #7826AD;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 600px) {
    .messenger-button-link {
        padding: 0;
        font-size: 15px;
    }
}

.messenger-button-link:hover,
.messenger-button-link:focus,
.messenger-button-link:active {
    background: #7826AD;
    color: #fff;
}

.product-cart-link {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.product-cart-link svg {
    width: 20px;
    height: auto;
    fill: none;
    stroke: #fff;
}

.action-banner-wrapper {
    width: 100%;
    margin-top: 20px;
}

.action-banner-wrapper--desktop {
    display: block;
}

.action-banner-wrapper--mobile {
    display: none;
}

@media (max-width: 1023.98px) {
    .action-banner-wrapper--desktop {
        display: none;
    }

    .action-banner-wrapper--mobile {
        display: block;
    }
}

.v2-final-price {
    flex-shrink: 0;
}

/*@todo вернуть отступ и границу на новой карточке товара*/


/* Хлебные крошки */
.list__breadcrumb .breadcrumb * {
    font-size: 12px;
}
.list__breadcrumb .breadcrumb .breadcrumb__item__link {
    color: #B6BCC3;
    padding: 0;
    font-family: inherit;
    white-space: nowrap;
}
.list__breadcrumb .breadcrumb .breadcrumb__item {
    display: flex;
}
.breadcrumb__item:after {
    color: #B6BCC3;
}
@media (max-width: 1536px) {
    .content {
        max-width: 1200px !important;
    }
}
@media (max-width: 1279px) {
    .content {
        width: 976px !important;
    }
}
@media (min-width: 1024px) {
    .content  .list__breadcrumb {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .content .list__breadcrumb {
        display: block;
        width: fit-content;
        padding: 0 17px;
    }
}
/* Хлебные крошки END */

/* Информация о товаре */
.content .product {
    padding: 0;
}
.product .product__area {
    flex-direction: column;
    gap: 40px;
}
.product__area__wrapper {
    display: flex;
    width: 100%;
    gap: 60px;
}
.product__area__wrapper .product__area__information, .product .product__area__wrapper .product__area__gallery {
    margin: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
@media (max-width: 1279px) {
    .product__area__wrapper {
        gap: 52px;
    }
    .content .product__area__wrapper .product__area__information {
        max-width: 350px;
        padding-left: 0;
    }
}
.product .product__area__wrapper .product__area__gallery {
    max-width: 940px;
    width: 66%;
}

.product__area__toplabels {
    margin-bottom: 12px;
}
.product__area__toplabels__labels .labels {
    flex-direction: row;
    gap: 8px;
    height: auto;
}
.product__area__toplabels__labels .labels .labels__wrapper {
    border: none;
    padding: 4px 8px;
    min-width: 80px;
    height: 20px;
    width: fit-content;
}
.labels .labels__wrapper span.labels__label {
    font-size: 10px;
    color: #FFFFFF;
}
.label__exclusive {
    background: linear-gradient(90deg, #f0a278 0%, #ea5940 100%);
}
.label__base {
    background: linear-gradient(225deg, #3c2259 0%, #251631 100%);
}
.product__area__toplabels__labels .labels .labels__wrapper:before, 
.product__area__toplabels__labels .labels .labels__wrapper:after {
    display: none;
}

.product__area__branding__designer .product__area__branding__designer__link {
    text-transform: none;
    font-size: 30px;
    font-weight: 500;
    color: #111111;
    letter-spacing: 0;
    display: contents;
}
.product__area__branding__designer {
    margin-bottom: 5px;
}
.product__area .product__area__branding .product__area__branding__name {
    font-size: 20px;
    color: #696B6D;
}

.productinfo__price .v2-prices-wrapper {
    flex-direction: row;
    gap: 14px;
    align-items: center;
}
.productinfo .v2-final-price {
    font-weight: 500;
    font-size: 24px;
    color: #241530;
    letter-spacing: 0;
    line-height: 1;
    width: fit-content;
    white-space: nowrap;
}
.product__area .productinfo .productinfo__price {
    margin-top: 25px;
    margin-bottom: 0;
}
.productinfo .productinfo__discount--text {
    color: #241530;
    font-size: 14px;
    font-weight: 400;
}
.productinfo__price .v2-prices-wrapper .v2-discount-info * {
    color: #696B6D !important;
    font-size: 16px;
}
.productinfo__price .v2-prices-wrapper .v2-discount-info {
    gap: 14px;
}

.product_placeholder {
    color: #111111;
    font-size: 16px;
}
.product__sizes__wrapper {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}
.product__sizes__wrapper .sizes-popup-open-button {
    padding: 0;
    color: #696B6D;
    font-size: 16px;
}

/* Выпадающий список размеров */
.productbuttons .productsizeselector {
    width: 100%;
    margin-bottom: 22px;
    z-index: 1;
}
.productbuttons .productsizeselector .sizeselector__dropdown {
    width: 100%;
}
.dropdown .dropdown__select .dropdown__select__content {
    height: 42px;
    border: 0.5px solid #B6BCC3;
    padding: 0 12px;
}
.dropdown .dropdown__select .dropdown__select__content .dropdown__select__content__text__placeholder {
    font-size: 0.9rem;
    color: #111111;
}
 .sizeselector__dropdown .icon__chevron-down:before {
    background-image: url('/local/templates/2025-main/img/arrow-size.svg');
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Кнопки оформления заказа */
.buttons__wrapper {
    display: flex;
    gap: 8px;
    width: 100%;
}
.productinfo .productbuttons .buttons__wrapper .button.favButton {
    margin-top: 0;
    max-width: 50px;
    height: 50px;
    border: 1px solid #241530;
}
.favButton:hover {
    cursor: pointer;
}
.productinfo .productbuttons .buttons__wrapper .button.bagButton {
    max-width: none;
    width: 100%;
    height: 50px;
    background: linear-gradient(225deg, #3c2259 0%, #251631 100%);
    transition: background 0.4s ease;
    border: none;
}
.productinfo .productbuttons .buttons__wrapper .button.bagButton::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #6F30A7;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.product-cart-link svg, .productinfo .productbuttons .buttons__wrapper .button.bagButton span, .productinfo .productbuttons .buttons__wrapper .button.bagButton .button__text {
    z-index: 2;
}
.productinfo .productbuttons .buttons__wrapper .button.bagButton:hover {
    /* transition: background 0.4s ease;
    background: linear-gradient(225deg, #6F30A7 0%, #6F30A7 100%); */
}
.productinfo .productbuttons .buttons__wrapper .button.bagButton:hover::before {
  opacity: 1;
}
.productinfo .productbuttons .buttons__wrapper .button.bagButton .button__text {
    text-transform: none;
    font-size: 16px;
}
.productinfo .productbuttons .buttons__wrapper .icon__wishlist:before {
    background-image: url('/local/templates/2025-main/img/heart.svg');
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    vertical-align: middle;
}
.productinfo .productbuttons .buttons__wrapper .button__icon {
    margin: 0;
}

.button__line {
    height: 50px;
    border: 0.5px solid #B6BCC3;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
}
.button__line:hover {
    background-color: #F7F9FB;
    transition: all 0.4s ease;
}
.buttons__wrapper .button__line .button__text {
    text-transform: none;
    color: #111111;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0;
}
@media (max-width: 1279px) {
    .buttons__wrapper .button__line .button__text {
        font-size: 12px;
    }
    .productinfo .productbuttons .buttons__wrapper .button.bagButton .button__text {
        font-size: 14px;
    }
}

/* Долями */
.dolyami-open-button-wrapper .dolyami-sked { /* Скрыла нижнее поле, так как в дизайне его нет УТОЧНИТЬ TODO */
    display: none;
}
.dolyami-button-wrapper {
    margin-top: 20px;
}
.dolyami-button-wrapper .dolyami-open-button-wrapper .dolyami-button {
    height: 34px;
    border-radius: 6px;
    border: 0.5px solid #B6BCC3;
    background: none;
    padding: 9px;
    gap: 8px;
}
.dolyami-button-wrapper .dolyami-button__logo-wrapper {
    background-color: #111111;
}
.dolyami-button-wrapper .dolyami-button__text {
    font-size: 14px;
    color: #111111;
    letter-spacing: 0;
}



@media (min-width: 768px) {
    .photocarousel__items {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .photocarousel__items>div {
        flex: 1 1 0;
        max-width: 100%;
    }

    .photocarousel__items div:nth-child(1),
    .photocarousel__items div:nth-child(2) {
        flex: 0 0 calc(50% - 7px);
    }

    .photocarousel__items img,
    .photocarousel__items video {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* Видео */
.video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.product__gallery__carousel__video {
    width: 100%;
    height: 100%;
    display: block;
}
.video-play-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.video-play-button::before {
    content: '';
    width: 40px;
    height: 45px;
    position: relative;
    background-image: url('/local/templates/2025-main/img/polygon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;

   
    /* display: inline-block; */
  
}
/* .video-play-button::after {
    content: '';
    position: absolute;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
} */
.video-wrapper.is-playing .video-play-button {
    opacity: 0;
}



/* Нашли дешевле? */
.send_whatsapp_wrapper {
    background: #EFF2F6;
    padding: 16px 20px;
    font-size: 14px;
    color: #111111;
    margin-top: 20px;
    line-height: 100%;
    cursor: pointer;
    font-family: 'Jost';
    width: 100%;
}
.send_whatsapp_header {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.send_whatsapp_link {
    transition: all 0.4s;
    text-decoration: underline;
}
.send_whatsapp_link:hover {
    color: #EE8965;
    transition: all 0.4s;
}



.product__area__tabs {
    max-width: 940px;
    width: 66%;
}
.product__area__tabs * {
    font-family: 'Jost';
}
.product__area__tabs .tab__header {
    color: #111111;
    font-weight: 500;
    display: inline-block;
}
.product__area__tabs.desktop .tab__header {
    font-size: 20px;
    margin-bottom: 16px;
}
.product__area__tabs .tabs__name {
    flex-direction: row;
    gap: 43px;
    margin-bottom: 24px;
    display: flex;
    border-bottom: 1px solid #EFF2F6;
}
.tab__item, .tab__text { 
    letter-spacing: 0;
    color: #696B6D;
    font-size: 16px;
    line-height: 140%;
}
.product__area__tabs .tabs__name * {
    transition: all 0.4s;
}
.product__area__tabs .tabs__name *:hover {
    color: #241530;
    transition: all 0.4s;
}

.product__area__description_wrapper {
    gap: 40px;
    display: flex;
}
.product__area__details {
    margin-top: 64px;
    width: 100%;
    max-width: 443px;
}
.product__area__description {
    width: 100%;
}
.product__area__items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product__area__items .tab__text {
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.product__area__items .tab__more {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    color: #6f30a7;
    font-size: 16px;
}
.product__area__items .tab__more.hidden {
    display: none;
}


.details__wrapper {
    width: 100%;
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #696B6D;
    white-space: nowrap;
    padding: 12px 0px;
    border-bottom: 0.5px solid #e5e8ed;
}

.details__wrapper > span {
    width: 50%;
    line-height: 100%;
    text-wrap: auto;
    font-family: 'Jost';
}
.details__header {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    font-family: 'Jost';
}
.details__content {
    font-size: 16px;
}
.product__area__details .details__wrapper:last-child {
    border-bottom: none;
}

.product__area__description_wrapper {
    gap: 30px;
    width: 66%;
    max-width: 940px;
    padding-right: 52px;
}
.product__area__details {
    width: 100%;
    margin-top: 0;
}
.product__area__tabs {
    width: 100%;
}

.labels {
    padding-top: 24px;
}
.product__area__toplabels__labels .labels div .labels__label {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}

@media (max-width: 1279px) {
    .product__area__information .product__area__branding {
        margin-bottom: 0;
    }
    .product__area .productinfo .productinfo__price {
        margin-top: 24px;
    }
    .product__area__branding__designer .product__area__branding__designer__link {
        font-size: 18px;
        line-height: 0;
    }
    .product__area .product__area__branding .product__area__branding__name {
        font-size: 14px;
        line-height: 0;
    }
    .product__area__branding__designer {
        margin-bottom: 12px;
    }
    .productinfo .v2-final-price {
        font-size: 16px;
    }
    .productinfo__price .v2-prices-wrapper .v2-discount-info *, .productinfo .productinfo__discount--text {
        font-size: 12px;
    }
    .product__area__toplabels__labels .labels div .labels__label {
        font-size: 12px;
    }
  
}

.product__area__branding {
    gap: 10px;
}
.product__area__branding * {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 100% !important;
}
.product__area__branding .product__area__branding__kod {
    font-size: 14px;
    color: #B6BCC3;
}
.product__area__information * {
    font-family: 'Jost';
}

.send_wh_tg_wrapper {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.send_wh_tg_wrapper .icon__tg:before {
    background-image: url('/local/templates/2025-main/img/tg.svg');
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    position: relative;
    top: 3px;
}
.send_wh_tg_wrapper .icon__wh:before {
    background-image: url('/local/templates/2025-main/img/wh.svg');
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    position: relative;
    top: 2px;
}

.productinfo .productinfo-color__list {
    margin-top: 0px;
    margin-bottom: 0px;
}
.productinfo .productinfo__color--desktop {
    margin-bottom: 20px;
}
.productinfo-color-list__item {
    padding: 7px;
    max-width: 72px;
    width: 100%;
    border: 0.37px solid #B6BCC3;
}
.productinfo .productinfo-color-list {
    gap: 8px;
}

.icon__share:before {
    background-image: url('/local/templates/2025-main/img/share.svg');
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

div.favButton .button__icon .icon__wishlist:before {
    background-image: url('/local/templates/2025-main/img/Star.svg');
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    transition: all 0.3s ease;
}
div.favButton .button__icon {
    top: 0px;
    margin-left: 0px;
}

.d-flex-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}
.productinfo__block__color_size_wrapper {
    width: 100%;
}

.button__sections__wrapper {
    display: flex;
    gap: 16px;
    width: 66%;
    max-width: 940px;
    padding-right: 52px;
    margin-top: 40px;
}
.button__sections__wrapper .button__line {
    padding: 20px;
    border: 0.50px solid #d9dde2;
    background-color: #f7f9fb;
    transition: all 0.3s ease;
    width: 100%;
}
.button__sections__wrapper .button__line span.button__text {
    font-family: 'Jost';
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.button__sections__wrapper .button__line:hover {
    background-color: #E5E8ED;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button__sections__wrapper .icon__chevron-down {
    margin-left: auto;
}
.button__sections__wrapper .icon__chevron-down::before {
    transform: rotate(-90deg);
    color: #241530;
}

div.favButton .button__icon .icon__wishlist-filled:before {
    background-image: url(/local/templates/2025-main/img/Star-fill.svg);
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    transition: all 0.3s ease;
}
div.favButton .button__icon:hover .icon__wishlist:before {
    background-image: url(/local/templates/2025-main/img/Star-fill.svg);
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    transition: all 0.3s ease;
    opacity: 0.7;
    cursor: pointer;
}

.productinfo .productbuttons .buttons__wrapper .button.bagButton span {
    text-transform: none;
}
.button--disabled {
    background: none;
    opacity: 0.5;
}
.productinfo .productactions .productactions--desktop, .productinfo .productactions .productactions--mobile {
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .productinfo .productbuttons .buttons__wrapper .button.bagButton span {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .content {
        width: 720px !important;
    }
    .content .product {
        margin-top: 24px;
    }
    .content .product__area__wrapper .product__area__information {
        max-width: 260px;
        padding-left: 0;
    }
    div.favButton .button__icon .icon__wishlist:before {
        width: 20px;
        height: 20px;
    }
    .productinfo__price .v2-prices-wrapper, .productinfo__price .v2-prices-wrapper .v2-discount-info {
        gap: 10px;
    }
    .product_placeholder, .product__sizes__wrapper .sizes-popup-open-button, .productinfo-color__list div, .dropdown .dropdown__select .dropdown__select__content .dropdown__select__content__text__placeholder {
        font-size: 12px;
    }
    .dropdown .dropdown__select .dropdown__select__content {
        height: 40px;
    }
    .productactions .productactions--mobile .productbuttons {
        align-items: start;
    }
    .buttons__wrapper {
        flex-direction: column;
    }
    .button__line, .productinfo .productbuttons .buttons__wrapper .button.bagButton {
        height: 40px;
    }
    .send_wh_tg_wrapper {
        gap: 14px;
        margin-top: 20px;
    }
    .send_wh_tg_wrapper * {
        font-size: 12px;
        margin: auto 0;
    }
    .send_wh_tg_wrapper .icon__tg:before, .send_wh_tg_wrapper .icon__wh:before {
        width: 14px; 
    }
    .dolyami-button-wrapper .dolyami-button__text {
        font-size: 12px;
    }
    .details__content, .details__header, .button__sections__wrapper .button__line span.button__text {
        font-size: 12px;
    }
    div.favButton .button__icon .icon__wishlist-filled:before {
        width: 20px;
        height: 20px;
    }
    .d-flex-wrapper {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .content {
        width: 540px !important;
    }
    .product__area__wrapper {
        flex-direction: column;
    }
    .product__gallery.desktop {
        display: none;
    }
    .product__gallery {
        display: block;
    }
    .product__gallery__carousel .photocarousel__items {
        flex-direction: column;
    }
    .content .product__area__wrapper .product__area__information {
        max-width: 100%;
    }
    .product .product__area__wrapper .product__area__gallery {
        width: 100%;
    }
    .product__gallery {
        width: 60%;
        margin: 0 auto;
    }
    .slick-track{
        gap: 0 !important; 
    }

    .content .breadcrumb {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 24px;
        height: auto;
    }
    .content .list__breadcrumb {
        width: 100%;
        max-width: 540px;
    }
    .product__area__branding {
        display: flex !important;
        gap: 10px;
    }
    .product__area .productinfo .productinfo__price {
        margin: 0;
        margin-top: 24px;
    }
    .productinfo .productinfo__discount--text {
        margin-left: 0;
        margin-right: 0;
        margin-top: 6px;
    }

    .product__area__wrapper {
        gap: 30px;
    }
    .product__area__branding div.favButton .button__icon {
        display: none;
    }
    div.favButton .button__icon {
        width: min-content;
        margin-left: auto;
    }
     .dropdown__select__content, .dropdown .dropdown__select .dropdown__select__content {
        height: 38px;
    }
    .dropdown__options .dropdown__select__content__text__placeholder {
        font-size: 12px;
    }
    .dropdown__options__wrapper .scroll {
        padding-left: 12px;
        padding-right: 12px;
    }
    .dropdown__options__wrapper * {
        font-size: 12px;
        color: #111111;
    }
    .product__area__gallery .favButton {
        display: block;
    }
    .dropdown__options__wrapper .scroll .sizeitem {
        padding: 0;
    }
    .product__area__tabs, .product__area__details {
        width: 100%;
    }
    .product__area__tabs .tabs__name {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        gap: 24px;
    }
    .product__area__tabs .tabs__name::-webkit-scrollbar {
        display: none;
    }
    .product__area__tabs .tabs__name {
        scrollbar-width: none; 
    }

    .product__area__tabs .active { 
        border-bottom: 1px solid #111111;
    }
    .product__area__tabs .tab__header {
        flex: 0 0 auto; 
    }
    .product__area__tabs .tab__header {
        font-size: 16px;
        height: 32px;
    }

    .product .product__area {
        gap: 24px;
    }
    .product__area__tabs.mobile {
        display: block;
    }
    .product__area__tabs.desktop {
        display: none;
    }

    .shareBtn {
        display: block;
    }

     .productinfo__block__color_size_wrapper {
        display: flex;
        gap: 9px;
    }
    .productinfo__block__color_size_wrapper > div {
        width: 100%;
    }
    .productinfo__block__color_size_wrapper .productinfo__color--mobile {
        margin: 0;
    }
    .productinfo__block__color_size_wrapper .productinfo__color--mobile .sizeselector__dropdown {
        width: 100%;
    }
    .productinfo-color__label .product_placeholder {
        color: #111111;
        height: 18px;
        margin-bottom: 10px;
        display: block;
    } 
    .dropdown .dropdown__select .dropdown__select__content .dropdown__select__content__text__placeholder {
        font-size: 10px;
    }
    .dropdown__options__wrapper * {
        font-size: 10px;
        color: #111111;
    }

    .product__area__tabs.desktop .tab__header {
        font-size: 14px;
    }
    .tab__item, .tab__text { 
        font-size: 12px;
    }

    .product__area__description_wrapper {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .product__area__details {
        max-width: none;
    }

    .button__sections__wrapper {
        width: 100%;
        padding: 0;
    }

    .labels {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .productinfo .v2-final-price {
        font-size: 14px;
    }
    .content {
        width: 100% !important;
        padding: 0 17px;
    }
    .product__area__branding .product__area__branding__kod {
        font-size: 10px;
    }
    .productactions--mobile .productbuttons .buttons__wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
        padding: 10px 17px;
        box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.15);
        flex-direction: row;
        z-index: 10;
    }
    .send_wh_tg_wrapper {
        margin-top: 20px;
    }
    .productbuttons .product__sizes__wrapper_dropdown .productsizeselector {
        margin-bottom: 0;
    }
    .product__sizes__wrapper .sizes-popup-open-button {
        font-size: 10px;
        text-wrap: nowrap;
    }

    .details__wrapper {
        padding: 6px 0px;
        justify-content: space-between;
    }
    .details__wrapper > span {
        width: min-content;
        text-wrap: unset;
    }
    .button__sections__wrapper {
        flex-direction: column;
        gap: 12px;
    }
    .button__sections__wrapper .button__line span.button__text {
        font-size: 16px;
    }
    .button__sections__wrapper .button__line {
        padding: 14px 20px;
    }
}

/* Контейнер точек */
.slider__dots {
  display: flex !important;
  justify-content: center;
  gap: 2px;
}
.slider__dots li button:before {
  content: '' !important;
}
.slider__dots li button {
  width: 4px;
  height: 4px;
  padding: 0;
  border-radius: 50%;
  background-color: #D9DDE2;
  border: none;
  font-size: 0; 
  line-height: 0;
}
.slider__dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slider__dots li.slick-active button {
  background-color: #111111;
}

/* Стили видео для iframe */
.video-wrapper .product__gallery__carousel__video {
    height: 100%;
}
.video-wrapper .product__gallery__carousel__video iframe {
    width: 100%;
    height: 100%;
}


.fancybox__container {
    background-color: #ffffff; /* белый фон для контейнера */
}

.fancybox__backdrop {
    background-color: transparent !important; /* убираем затемнение */
}

.carousel__button {
    color: #000000; /* подписи черным, чтобы на белом были видны */
}

#video1 {
  pointer-events: none; /* запрет всех кликов и наведения мыши */
}

#video1 video {
  pointer-events: none; /* на всякий случай для видео */
}

.fancybox__content {
    height: 100%;
}
@media (min-width: 768px) {
  .photocarousel__items.gallery div:nth-child(n+7) {
    display: none;
  }
}


.product__area {
  position: relative !important; 
}
.product__area__wrapper {
  align-items: flex-start  !important;
}
.product__area__information-fix {
  width: 100%; 
}
.product__area__gallery {
  flex: 1 1 auto;
}


/* Кнопка "Показать больше" в галерее фото */
.btn-show-more {
    display: none;
}
.photocarousel__item.active {
    position: relative;
}
.photocarousel__item.active a {
    filter: brightness(70%);
}
.btn-show-more.active {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-color: #ffffff;
    font-size: 12px;
    padding: 10px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 56px);
    text-align: center;
    line-height: 100%;
}
@media (max-width: 1279px) {
    .btn-show-more.active {
        font-size: 10px;
        padding: 5px;
    }
}
@media (max-width: 1023px) {
    .btn-show-more.active {
        max-width: calc(100% - 16px);
    }
}
@media (max-width: 767px) {
  .btn-show-more.active {
    display: none;
  }
}
@media (max-width: 768px) {
  .f-button.is-prev,
  .f-button.is-next {
    display: none !important;
  }
}
button[data-thumbs-action="toggle"] {
  display: none !important;
}