

/* Start:/local/templates/uborka_v2/components/bitrix/catalog/products/style.css?17824808301559*/
.catalog-page {
    display: flex;
    flex-direction: column;
}

.catalog-main__container {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.name-section {
    font-size: var(--s24);
    font-weight: 600;
}

.catalog-header {
    padding-bottom: 0.875rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.catalog-page__left {
    width: 18rem;
    max-width: 100%;
    flex-shrink: 0;
}
.product-slider-card .img__container img{
    width: auto;
    height: auto;

}
.product_property_values {
display: flex;
flex-wrap: wrap;
gap: .5rem;
}
.catalog-page__right {
    flex: 1;
}

.catalog-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    align-items: stretch;
}

.catalog-menu {
    color: rgba(84, 84, 84, 1);
    font-size: var(--s15);
    font-weight: 500;
}

.catalog-menu li {
    margin-bottom: .5rem;
}

.catalog-menu .current {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    padding: .2rem 1rem;
    background: rgba(242, 242, 242, 1);
    border-radius: .35rem;
    width: max-content;
}

@media (max-width: 1200px) {
    .catalog-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .catalog-main__container {
        flex-direction: column;
    }

    .catalog-page__left {
        width: 100%;
    }

    .catalog-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .catalog-products-grid {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?178248083014890*/
p {
    margin: 0;
}

.product-header {
    margin-bottom: 1.25rem;
}

.product-header h1 {
    font-weight: 700;
    font-size: var(--s28);
    margin-bottom: 1rem;
}

.product-header > div {
    display: flex;
    gap: 1.5rem;
    font-weight: 500;
    align-items: center;
}

.btn__add-favourite {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.btn__add-favourite svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* --- Основная информация о товаре --- */
.product__main-info__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6rem;
}

.product__param-header {
    font-size: var(--s18);
    font-weight: 500;
    margin-bottom: .9rem;
}

.product__main-info {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.product-offer-props {
    display: grid;
    gap: .55rem;
}

.product-offer-props[hidden] {
    display: none;
}

.product-offer-prop-item {
    display: grid;
    grid-template-columns: minmax(8rem, .42fr) 1fr;
    gap: .75rem;
    font-size: var(--s13);
    color: rgba(84, 84, 84, 1);
}

.product-offer-prop-item .prop-name {
    color: rgba(120, 120, 120, 1);
}

/* --- Цвета и размеры --- */
.product_colors > div {
    display: flex;
    gap: .5rem;
}

.product_colors .product-color {
    width: 2rem;
    height: 2rem;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px var(--cl-pearl-light-grey);
    border-radius: 50%;
}

.product-color.is-active,
.product-size.is-active {
    border: 2px solid #4465AF;
}

.product-size {
    padding: .5rem 1rem;
    border: 1px solid var(--cl-pearl-light-grey);
    border-radius: .4rem;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.product-size:hover {
    background: var(--cl-platinum);
}

.product_sizes #size-options {
    display: flex;
    gap: .5rem;
}

/* --- Количество --- */
.product_quantity > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.product_quantity button {
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--cl-pearl-light-grey);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--s18);
    font-weight: 400;
}

.product_quantity > div p {
    font-weight: 900;
}

/* --- Кнопки --- */
.product__buttons-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.product__buttons-container button,
.product__buttons-container a {
    padding: .75rem;
    font-size: var(--s18);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: .4rem;
}

.product__buttons-container #add-basket {
    width: 21rem;
    background: var(--cl-platinum);
}

.product__buttons-container #registration-sale {
    width: 100%;
    border: 1px solid rgba(31, 63, 119, 1);
    color: rgba(67, 101, 175, 1);
}
.product__buttons-container .btn--subscribe {
    background: var(--cl-platinum);
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .4rem;
    padding: .75rem;
    cursor: pointer;
    margin-bottom: 0;
    min-height: 3rem;
    width: 21rem;
    max-width: 100%;
    box-sizing: border-box;
}

.product__buttons-container .btn--subscribe.disabled {
    cursor: default;
    opacity: .65;
}


/* --- Галерея товара --- */
.pd-gallery {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 25rem;
}

.pd-gallery__sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
}

.pd-gallery__arrow {
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    line-height: 1;
}

.pd-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: auto;
    padding-right: 0.25rem;
}

.pd-gallery__thumb {
    border: 0.125rem solid transparent;
    border-radius: 0.375rem;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.pd-gallery__thumb.is-active {
    border-color: #0a6cff;
}

.pd-gallery__thumb img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 0.25rem;
}

.pd-gallery__viewer {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-gallery__viewer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: zoom-in;
    transition: opacity .15s ease;
}

body.pd-lightbox-open {
    overflow: hidden;
}

.pd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    grid-template-columns: minmax(0, 1fr) 16.25rem;
    gap: 1.875rem;
    align-items: start;
    padding: 10.75rem 2.5rem 3rem;
    background: rgba(0, 0, 0, .75);
}

.pd-lightbox.is-open {
    display: grid;
}

.pd-lightbox__counter {
    position: absolute;
    top: 11rem;
    left: 2.5rem;
    color: #fff;
    font-size: var(--s18);
    font-weight: 600;
}

.pd-lightbox__stage {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pd-lightbox__image-wrap {
    width: min(66.25rem, calc(100vw - 25rem));
    height: min(62.5rem, calc(100vh - 13.75rem));
    min-height: 25rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pd-lightbox__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd-lightbox__side {
    width: 16.25rem;
    height: min(64rem, calc(100vh - 10.75rem));
    background: #fff;
    padding: 1.1875rem .875rem;
    overflow: auto;
}

.pd-lightbox__controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.pd-lightbox__close,
.pd-lightbox__grid {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #545454;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.pd-lightbox__grid {
    position: relative;
}

.pd-lightbox__grid::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    background:
        linear-gradient(#545454, #545454) 0 0 / .375rem .375rem no-repeat,
        linear-gradient(#545454, #545454) 100% 0 / .375rem .375rem no-repeat,
        linear-gradient(#545454, #545454) 0 100% / .375rem .375rem no-repeat,
        linear-gradient(#545454, #545454) 100% 100% / .375rem .375rem no-repeat;
}

.pd-lightbox__thumbs {
    display: grid;
    grid-template-columns: repeat(2, 5.8125rem);
    gap: 1.125rem .875rem;
}

.pd-lightbox__thumb {
    width: 5.8125rem;
    height: 5.8125rem;
    border: .1875rem solid transparent;
    background: #fff;
    padding: .25rem;
    cursor: pointer;
}

.pd-lightbox__thumb.is-active {
    border-color: #cddc33;
}

.pd-lightbox__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pd-lightbox__nav {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #545454;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.125rem;
    line-height: 1;
    transform: translateY(-50%);
}

.pd-lightbox__nav--prev {
    left: 2.5rem;
}

.pd-lightbox__nav--next {
    right: 18.5rem;
}

@media (max-width: 900px) {
    .pd-lightbox {
        grid-template-columns: 1fr;
        padding: 4.5rem 1rem 1rem;
    }

    .pd-lightbox__counter {
        top: 1.25rem;
        left: 1rem;
    }

    .pd-lightbox__image-wrap {
        width: 100%;
        height: min(65vh, 32rem);
        min-height: 18rem;
    }

    .pd-lightbox__side {
        width: 100%;
        height: auto;
        max-height: 10rem;
        padding: .75rem;
    }

    .pd-lightbox__thumbs {
        display: flex;
        overflow-x: auto;
        gap: .75rem;
    }

    .pd-lightbox__thumb {
        flex: 0 0 5rem;
        width: 5rem;
        height: 5rem;
    }

    .pd-lightbox__nav--prev {
        left: 1rem;
    }

    .pd-lightbox__nav--next {
        right: 1rem;
    }
}

/* --- Акции --- */
.promolist-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.promo-content h1 {
    font-size: 1.56rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.8;
    padding-bottom: 0.7rem;
}

.promo-content p {
    padding-bottom: 0.7rem;
}

.promo-content a {
    font-size: 1.13rem;
    font-weight: 900;
    text-transform: uppercase;
}

.promo-card {
    position: relative;
    display: inline-flex;
    height: 17.5rem;
    justify-content: space-between;
    align-items: center;
    background: #E0F9FF;
    padding: 1.25rem;
    border-radius: .625rem;
    width: 100%;
}

.promo-content {
    max-width: 14.56rem;
    word-wrap: break-word;
}

.promo-media {
    padding: 0 3rem;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-label {
    width: 5rem;
    height: 1.25rem;
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    background: linear-gradient(90deg, #d6007f, #6a1b9a);
    color: #fff;
    font-size: 0.5rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
}

.promo-more__container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.promo-more__container a {
    padding: .5rem 5rem;
    border-radius: .7rem;
    font-size: var(--s18);
    font-weight: 700;
    background: rgba(219, 219, 219, 1);
}

/* --- Вкладки, статьи, описания, видео --- */
.product-tabs__content {
    position: relative;
    min-height: 19rem;
}

section.read-also {
    padding: 0;
    margin-top: 0;
}

section.related {
    margin-top: 2.25rem;
    padding-top: 1.25rem;
}

.read-also__title {
    font-size: var(--s24);
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-tabs__pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding-top: 2.3rem;
}

.product-tabs__pane.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-tabs__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.125rem;
    padding: 0 2rem;
    border-top: 1px solid rgba(219, 219, 219, 1);
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    margin-top: 3rem;
}

.product-tabs__btn {
    font-size: var(--s18);
    color: rgba(84, 84, 84, 1);
    padding: 1.25rem 0.3rem;
    border-bottom: 3px solid transparent;
    border-radius: 1px;
    transition: border-bottom-color .3s ease, font-weight .3s ease;
}

.product-tabs__btn.is-active {
    font-weight: 600;
    border-bottom-color: #4465AF;
}

.catalog-elem__desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.catalog-elem__desc--title {
    font-size: var(--s15);
    font-weight: 700;
    margin-bottom: .7rem;
}

.catalog-elem__desc {
    font-size: var(--s13);
    color: rgba(84, 84, 84, 1);
}

.catalog-elem__properties {
    grid-column: 1 / -1;
}

.catalog-elem__properties-list {
    display: grid;
    gap: .65rem;
    margin: 0;
}

.catalog-elem__property {
    display: grid;
    grid-template-columns: minmax(10rem, .35fr) 1fr;
    gap: 1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(219, 219, 219, .7);
}

.catalog-elem__property dt,
.catalog-elem__property dd {
    margin: 0;
}

.catalog-elem__property dt {
    color: rgba(120, 120, 120, 1);
}

.product-docs ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
}

.product-docs ul a {
    display: flex;
    gap: 1rem;
}

.product-docs ul svg {
    width: 1.9rem;
    height: 1.9rem;
    flex-shrink: 0;
}

.catalog-elem__video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.product-header .btn__add-favourite {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}
.product-header .btn__add-favourite svg path { transition: fill .2s; }
.product-header .btn__add-favourite.is-active svg path { fill: #e53033 !important; }

@media (max-width: 700px) {
    .catalog-elem__desc,
    .catalog-elem__property,
    .product-offer-prop-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .product-header,
    .product-header > div,
    .product__main-info__container,
    .product__main-info,
    .product-tabs,
    .product-tabs__content,
    .product-tabs__pane,
    .catalog-elem__desc,
    .catalog-elem__desc > *,
    .catalog-elem__properties,
    .catalog-elem__properties-list,
    .product-docs,
    .catalog-elem__video {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .product__main-info__container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .product__main-info {
        overflow: visible;
    }

    .product-tabs {
        margin-top: 1.5rem;
    }

    .product-tabs__nav {
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        margin: 1.5rem 0 0;
        padding: 0;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .product-tabs__nav::-webkit-scrollbar {
        display: none;
    }

    .product-tabs__btn {
        flex: 0 0 auto;
        padding: .85rem 0 .75rem;
        font-size: .9rem;
        line-height: 1.2;
    }

    .product-tabs__content {
        min-height: 0;
        overflow: visible;
    }

    .product-tabs__pane {
        overflow: visible;
        padding-top: 1rem;
    }

    .catalog-elem__desc,
    .catalog-elem__video,
    .product-docs ul {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .catalog-elem__desc {
        font-size: .9rem;
        line-height: 1.5;
    }

    .catalog-elem__desc p,
    .catalog-elem__desc div,
    .catalog-elem__desc li,
    .catalog-elem__property dt,
    .catalog-elem__property dd {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .catalog-elem__property {
        grid-template-columns: minmax(0, 1fr);
        gap: .25rem;
    }

    section.related {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .related .read-also__title {
        margin-bottom: .875rem;
        font-size: 1.25rem;
        line-height: 1.2;
    }
}

/* End */
/* /local/templates/uborka_v2/components/bitrix/catalog/products/style.css?17824808301559 */
/* /local/templates/uborka_v2/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?178248083014890 */
