

/* Start:/local/templates/voilgel/components/bitrix/catalog.element/.default/style.css?17313945997617*/
:root {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 15px;
}

.product {
    gap: 50px;
    align-items: start !important;
    max-width: 1330px;
    margin: auto;
}

.product-gallery {
    align-items: stretch;
    gap: 15px;
}

.product-photo {
    flex: 1;
    width: 65%;
}

.product-gallery-preview {
    justify-content: center;
}

.product-gallery-preview a {
    display: block;
    width: 70px;
    margin: 15px 10px;
    border: 1px solid transparent;
}

.product-gallery-preview a.current {
    border-color: var(--black);
}

.product-gallery-preview img {
    display: block;
    width: 100%;
}

.product-gallery-full {
    position: relative;
    max-width: 800px;
}

.product-gallery-full img {
    width: 100%;
    display: block;
}

.product-gallery-full img[src="/local/templates/voilgel/images/empty.svg"] {
    padding: 120px;
}

.gallery-preview {
    position: relative;
}

.gallery-preview img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.gallery-preview .swiper-button-prev, .gallery-preview .swiper-button-next {
    width: 20px;
    height: 20px;
    background: var(--white) url("/local/templates/okinail_flat/images/icons/arrow-right.svg") center center no-repeat;
    display: none;
    position: absolute;
    left: calc(50% - 10px);
    cursor: pointer;
}

.gallery-preview .swiper-button-prev {
    top: -5px;
    transform: rotate(-90deg);
}

.gallery-preview .swiper-button-next {
    bottom: -5px;
    transform: rotate(90deg);
}

.gallery-preview-has-nav .swiper-button-prev, .gallery-preview-has-nav .swiper-button-next {
    display: block;
}

.gallery-preview .swiper-slide {
    padding: 15px 0 0;
    background-color: var(--white);
}

.gallery-preview:not(.gallery-preview-has-nav) .swiper-wrapper .swiper-slide:first-child {
    padding-top: 0;
}

.swiper-slide-box {
    overflow: hidden;
    max-height: 100%;
}

.gallery-preview-item {
    overflow: hidden;
}

.product-brand {
    padding: 30px 0;
}

.product-brand .btn {
    display: inline-block;
    width: auto;
}

.product-status {
    position: absolute;
    z-index: 30;
}

.product-status span {
    display: inline-block;
    padding: 6px 10px;
    background-color: var(--white);
    user-select: none;
    margin: 10px;
    text-transform: uppercase;
}

.product-status .sale {
    background-color: var(--primary_light);
}

.product-status .hit {
    background-color: var(--neon);
}

.product-description {
    font-size: 18px;
    position: sticky;
    width: 35%;
    top: 130px;
}

.product h1 {
    margin: 0 0 0 0;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5;
}

.gallery-mobile .owl-dots {
    margin: -30px 0 0 0;
    z-index: 50;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.gallery-mobile .owl-dot {
    width: 8px;
    height: 8px;
    background: var(--grey_light);
    display: inline-block;
    border-radius: 4px;
    margin: 0 4px;
    transition: 0.4s;
}

.gallery-mobile .owl-dot.active {
    width: 16px;
    background-color: var(--grey_dark);
}

.gallery-mobile .owl-item img {
    height: auto;
}

.product-size {
    margin: 10px 0;
    display: none;
}

.product-prices {
    margin: 20px 0;
    gap: 50px;
}

.product-prices .actual-price {
    font-size: 24px;
    font-weight: 500;
}

.product-prices .old-price {
    text-decoration: line-through;
    color: var(--grey_dark);
}

.product-basket {
    margin: 30px 0;
    gap: 15px;
}

.product-basket .btn {
    padding: 10px;
    text-transform: uppercase;
}

.product-store {
    margin-bottom: 30px;
}

.product-store-no {
    color: var(--grey);
}

.product-store-pop {
    position: absolute;
    background-color: var(--white);
    padding: 20px;
    border: 1px solid var(--grey_dark);
    width: 100%;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    z-index: 10;
    display: none;
}

.store-pop-city {
    margin-bottom: 15px;
}

.store-pop-description p {
    margin: 5px 0;
}

.store-pop-status-yes {
    color: #1F9A00;
}

.store-pop-status-no {
    color: var(--grey);
}

.product-store-pop hr {
    border: none;
    border-bottom: 1px solid var(--grey_dark);
    margin: 20px 0;
}

.product-props .props-item:first-child {
    border-top: 1px solid #ddd;
}

.props-item {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.props-head {
    justify-content: space-between;
    cursor: pointer;
}

.props-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.props-description {
    margin-top: 20px;
    display: none;
}

.props-corner {
    position: relative;
}

.props-item.opener .props-corner .icon-plus::before {
    opacity: 0;
}

.props-item.opener .props-description {
    display: block;
}

.props-description p {
    margin: 10px 0;
}

.props-description a {
    text-decoration: underline;
}

.props-description-title {
    margin-right: 10px;
    opacity: 0.6;
}

.product-favorite {
    position: absolute;
    top: 10px;
    right: 7px;
    background: url("/local/templates/voilgel/images/icons/favorite.svg") center right no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
    z-index: 20;
}

.product-favorite.active {
    background-image: url("/local/templates/voilgel/images/icons/favorite-active.svg");
}

.swiper-pagination {
    margin: 15px;
    padding: 10px 0;
}

.product .swiper-pagination span {
    border-color: #ddd;
}

.product .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--black);
    border-color: var(--black);
}

@media (max-width: 1500px) {
    .product {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .product {
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .product-gallery-preview {
        display: none !important;
    }

    .product {
        flex-direction: column;
        gap: 20px;
    }

    .product-photo, .product-description {
        width: 100%;
    }

    .product-gallery {
        display: block;
    }

    .product-status {
        font-size: 14px;
    }

    .product-status span {
        padding: 4px 6px;
    }

    .product-brand {
        display: none;
    }

    .product-description {
        font-size: 16px;
    }

    .product-description h1 {
        font-size: 16px;
    }

    .product-prices {
        gap: 30px;
    }

    .product-prices .actual-price {
        font-size: 16px;
    }

    .product-store {
        margin-bottom: 20px;
    }

    .product-store-pop {
        position: relative;
    }

    .product-store-pop-mobile-title {
        padding-bottom: 20px;
        text-align: center;
    }

    .product-gallery-full img[src="/local/templates/voilgel/images/empty.svg"] {
        padding: 90px;
    }
}

@media (max-width: 600px) {
    .product-block-catalog {
        margin: 0;
    }

    .product-block-catalog .block-title {
        margin: 30px 0 20px;
        font-size: 20px;
    }

    .product-block-catalog .block-more {
        left: 20px;
    }

    .product-block-catalog .owl-prev {
        right: 50px !important;
    }

    .product-block-catalog .owl-next {
        right: 10px !important;
    }

    .product-block-catalog .box {
        padding: 0 0 0 10px !important;
    }

    .product-block-subscribe {
        margin-top: 10px;
    }

    .product-prices {
        justify-content: center;
    }

    .product-description h1 {
        text-align: center;
    }

    .product-gallery-full {
        margin: -1px -20px 0;
    }

    .breadcrumb {
        display: none;
    }

    .product-favorite {
        right: 17px;
    }
}
/* End */


/* Start:/local/templates/voilgel/components/bitrix/catalog.section/catalog-slider/style.css?17313946122889*/
.catalog-slider-navigation {
    position: absolute;
    width: calc(100% - 100px);
    max-width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.catalog-slider-navigation button {
    position: absolute;
    background: #fff url("/local/templates/voilgel/images/icons/catalog-arrow.svg") center no-repeat;
    background-size: 18px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: -15px;
    border-radius: 50%;
    box-shadow: 0 2px 10px #36363626;
}

.catalog-slider-navigation-prev {
    transform: rotate(180deg);
}

.catalog-slider-navigation-next {
    right: 0;
}

.swiper-button-disabled {
    display: none;
}

.catalog-slider {
    padding: 0 150px;
}

@media (max-width: 1200px) {
    .catalog-slider {
        padding: 0 100px;
    }

    .catalog-slider-navigation {
        width: calc(100% - 50px);
    }

}

@media (max-width: 1000px) {
    .catalog-slider {
        padding: 0 20px;
    }

    .catalog-slider-navigation {
        display: none;
    }
}

@media (max-width: 700px) {
    .block-catalog {
        margin-bottom: 70px;
    }

    .common-slider {
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .block-catalog .box {
        padding: 0;
    }

    .catalog-slider-navigation {
        top: unset;
        bottom: -30px;
        left: calc(100% - 85px);
        width: 80px;
        transform: none;
    }

    .catalog-slider-navigation button {
        background-image: url("/local/templates/voilgel/images/icons/catalog-arrow-mobile.svg");
    }

    .common-slider .owl-prev {
        left: unset;
        right: 40px;
    }

    .common-slider .owl-nav .owl-next {
        right: 3px;
    }

    .catalog-slider-off .swiper-wrapper {
        gap: 10px;
    }

    .catalog-slider-off.common-slider {
        padding: 0 5px 0 15px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(50% - 10px);
    }
}

/* cls */

.catalog-slider-off .swiper-wrapper {
    width: calc(100% + 40px);
    gap: 50px;
}

.catalog-slider-off .catalog-item {
    width: calc(20% - 50px);
}

@media (max-width: 1600px) {
    .catalog-slider-off .swiper-wrapper {
        width: calc(100% + 35px);
        gap: 35px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(25% - 35px);
    }
}


@media (max-width: 1200px) {
    .catalog-slider-off .swiper-wrapper {
        gap: 25px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(33% - 25px);
    }
}

@media (max-width: 800px) {
    .catalog-slider-off .swiper-wrapper {
        width: 100%;
        gap: 10px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(50% - 10px);
    }
}

/* End */


/* Start:/local/templates/voilgel/components/bitrix/catalog.item/product/style.css?17313977132625*/
@charset "utf-8";

.catalog-item {
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
}

.catalog-item-status {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.catalog-item-status span {
    display: inline-block;
    font-size: 14px;
    padding: 4px 6px;
    background-color: var(--white);
    user-select: none;
    text-transform: uppercase;
}

.catalog-item-status .sale {
    background-color: var(--primary_light);
}

.catalog-item-status .hit {
    background-color: var(--neon);
}

.catalog-item-description {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}

.catalog-item-title {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.catalog-item-text {
    color: var(--grey_x_dark);
    line-height: 1.4;
    padding-top: 5px;
    display: none;
}

.catalog-item-prices {
    margin: 10px 0 15px;
    gap: 10px;
    justify-content: center;
    color: #6a6a6a;
}

.catalog-item-photo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.catalog-item-favorite {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url("/local/templates/voilgel/images/icons/favorite.svg") center right no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
}

.catalog-item-favorite:not(.active):hover {
    background-image: url("/local/templates/voilgel/images/icons/favorite-active.svg");
    opacity: 0.5;
}

.catalog-item-favorite.active {
    background-image: url("/local/templates/voilgel/images/icons/favorite-active.svg");
}

.hide-cart .btn-in-cart {
    opacity: 0;
    z-index: -1;
    position: relative;
}

.catalog-item-bottom {
    margin-top: auto;
}

@media (max-width: 1280px) {
    .btn-in-cart {
        font-size: 0 !important;
    }

    .btn-in-cart::after {
        content: ' В корзину';
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .catalog-item-status span {
        font-size: 10px;
    }

    .catalog-item-title {
        font-size: 16px;
    }

    .catalog-item-text {
        font-size: 14px;
    }

    .catalog-item {
        font-size: 14px;
    }

    .catalog-item-favorite {
        background-image: url("/local/templates/voilgel/images/icons/favorite-mobile.svg");
    }

    .product-favorite {
        background-image: url("/local/templates/voilgel/images/icons/favorite-mobile.svg");
    }
}
/* End */
/* /local/templates/voilgel/components/bitrix/catalog.element/.default/style.css?17313945997617 */
/* /local/templates/voilgel/components/bitrix/catalog.section/catalog-slider/style.css?17313946122889 */
/* /local/templates/voilgel/components/bitrix/catalog.item/product/style.css?17313977132625 */
