

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

.catalog-main__container {
    display: flex;
}

.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: 20%;
    padding-right: 2rem;
    flex-shrink: 0;
}

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

/* End */


/* Start:/bitrix/templates/empty/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17634623727489*/
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_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 {
    outline: 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);
}
.btn--subscribe {
    background: var(--cl-platinum);
    color: #333;
    border-radius: .4rem;
    padding: .75rem;
    cursor: pointer;

    width: 21rem;
}


/* --- Галерея товара --- */
.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: cover;
}

/* --- Акции --- */
.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;
}

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

.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; }
/* End */
/* /bitrix/templates/empty/components/bitrix/catalog/products/style.css?1761994788912 */
/* /bitrix/templates/empty/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17634623727489 */
