

/* Start:/local/templates/winemore/components/bitrix/catalog/catalog_052025/style.css?17580183473227*/
/* SECTION DESCRIPTION BANNER */

nav[aria-label="breadcrumbs"],h1 {
    position: relative;
    z-index: 2
}

.section-description--image-text img {
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
    max-height: 300px
}

.section-description--image-text.section-description--image-text-top img {
    max-height: 150px;
    max-width: 200px
}

.section-description--image-text p {
    margin-bottom: 18px!important
}

.section-description--banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 3px
}

.section-description--banner {
    position: absolute;
    width: 100%;
    height: 100%
}

.section-description--banner img:not(.bx-lazyload-success) {
    object-fit: contain;
    height: 30%;
    object-position: center;
    transform: translateY(100%);
    opacity: .3
}

.section-description--banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85%
}

.section-description--text {
    position: relative;
    margin-top: 20px
}

.section-description--text p {
    font-size: 18px;
    line-height: 24px!important;
    margin-bottom: 0!important
}

.section-description--banner-dark .section-description--text,.section-description--banner-dark .section-description--text h1,.section-description--banner-dark .section-description--text h2,.section-description--banner-dark .section-description--text h3,.section-description--banner-dark .section-description--text .h1,.section-description--banner-dark .section-description--text .h2,.section-description--banner-dark .section-description--text .h3 {
    color: #FFF
}

.section-description--banner-content {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    opacity: .9;
    font-weight: 600;
    letter-spacing: 0.01em
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .section-description--text {
        width:100%;
        padding: 25px 35px;
        margin-top: 0
    }

    .section-description--text p {
        font-size: 16px;
        line-height: 22px!important
    }

    .section-description--banner-text {
        display: none
    }

    .section-description--banner img {
        object-position: center
    }

    .section-description--image-text img {
        width: 100%;
        padding-right: 0;
        object-fit: contain;
        object-position: left
    }

    .section-description--banner-content {
        display: none
    }
}

/* SHOP LIST */
.catalog-shop-list--wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-shop-list--item {
    padding: 13px 20px;
    border: 1px solid var(--wm-color-bg);
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--wm-color-main);
    cursor: pointer;
    background: var(--wm-color-bg);
    transition: background .3s ease-out, color .3s ease-out, border-color .3s ease-out;
}

@media (min-width: 1201px) {
    .catalog-shop-list--item:hover {
        background: var(--wm-color-main);
        border-color: var(--wm-color-main);
        color: var(--wm-color-light);
    }
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/catalog.section/product_tabs/style.css?175801834712310*/
.catalog-similar--products .swiper-slide.h-100 {
	height: auto!important;
}

.catalog-similar--products .shop-card.h-100 {
	height: 95%!important;
}

.catalog-counter--wrapper {
	width: 30%;
    padding: 0 4px;
    position: relative;
}

.catalog-select--block {
    position: relative;
    height: 100%;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-radius: 4px;

    cursor: pointer;
}
.catalog-select--block.open {
	border-radius: 0 0 4px 4px;
}

.catalog-select--block::after {
	content: url(/local/templates/winemore/components/bitrix/catalog.section/product_tabs/image/angle.svg);
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: transform .3s ease-out;
}
.catalog-select--block.open::after {
    transform: rotate(180deg) translateY(2px);
}

.catalog-select--title {
    height: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 19px 40px 20px 20px;
    position: relative;
    z-index: 1;
}
.catalog-element--buy .catalog-select--title {
	padding: 19px 40px 20px 25px;
}

.ctalog-select--dropdown {
	position: absolute;
    height: 0;
    visibility: hidden;
    opacity: 0;

    transition: opacity .3s ease-out;

    width: calc(100% + 2px);
    left: -1px;
    background: #fff;
    padding: 10px 10px 10px 15px;
    max-height: 145px;
    overflow-y: auto;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0;

    z-index: 3;
}
.catalog-select--block.open .ctalog-select--dropdown {
	opacity: 1;
    visibility: visible;
    height: auto;

    transform: translateY(-100%);
    top: 0px;
}

.ctalog-select--dropdown::-webkit-scrollbar {
	width: 4px;
	background-color: #eae0e5;
	border: 1px solid #fff;
	border-radius: 5px;
}
.ctalog-select--dropdown::-webkit-scrollbar-thumb {
	background-color: #722D4F;
	border-radius: 5px;
}

.ctalog-select--dropdown-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    border-radius: 4px;
    background: transparent;
    transition: background .3s ease-out, color .3s ease-out;
    cursor: pointer;
}
.ctalog-select--dropdown-item:hover {
	background: #eae0e5;
	color: #722D4F;
}

.catalog-counter--wrapper  {
	width: 30%;
}

.catalog-counter--wrapper .counter-wrapper {
    position: relative;
    height: 100%;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-radius: 4px;
    display: block;
}

.catalog-counter--wrapper .counter-wrapper input {
    height: 100%;
    padding: 18px 40px 18px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    display: block;
}

.catalog-counter--wrapper .counter-wrapper .counter-btn {
	position: absolute;
    width: 30px;
    right: 0;
    height: 50%;
    background: #fff;
    border-left: 1px solid rgba(114, 45, 79, 0.15);
    transition: background .3s ease-out;
    top: 0;
}
.catalog-counter--wrapper .counter-wrapper .counter-btn.minus {
    top: 50%;
    border-top: 1px solid rgba(114, 45, 79, 0.15);
}

.catalog-counter--wrapper .counter-wrapper .counter-btn img {
	display: block;
    margin: 0 auto;
}

.catalog-one_click_buy--wrapper {
	flex-grow: 1;
    padding: 0 5px;
}
.catalog-one_click_buy--wrapper .btn {
    max-height: 100%;
    height: 100%;
}

.btn.btn-primary.btn-cart {
    height: 100%;
    display: block;
    max-height: 100%;
    position: relative;
    gap: 5px;
}
.btn-cart span {
	display: block;
	position: relative;
	/*font-size: 0;*/
}
.btn-cart.to_cart span:first-child::before {
	content: url(/local/templates/winemore/components/bitrix/catalog.section/product_tabs/image/to-cart.svg);
	display: block;
    width: 24px;
    height: 24px;
}
.btn-cart.in_cart span:first-child::before {
	content: url(/local/templates/winemore/components/bitrix/catalog.section/product_tabs/image/in-cart.svg);
	display: block;
    width: 24px;
    height: 24px;
}

@media (min-width: 1200px ) {
	.catalog-counter--wrapper .counter-wrapper .counter-btn:hover {
		background: rgba(114, 45, 79, 0.15);;
	}
}

@media (max-width: 767px) {
	[data-entity="catalog-similar"] .shop-card .shop-card__title,
	[data-entity="similar-product-slider"] .shop-card .shop-card__title,
	.product-tabs--content .shop-card .shop-card__title,
	[data-toggle="content_tab"] .shop-card .shop-card__title {
		font-size: 14px;
	    line-height: 120%;
	    margin-bottom: 5px;
	    text-align: left;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__title a,
	[data-entity="similar-product-slider"] .shop-card .shop-card__title a,
	.product-tabs--content .shop-card .shop-card__title a,
	[data-toggle="content_tab"] .shop-card .shop-card__title a {
		padding: 0;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__art-wrapper .shop-card__art,
	[data-entity="similar-product-slider"] .shop-card .shop-card__art-wrapper .shop-card__art,
	.product-tabs--content .shop-card .shop-card__art-wrapper .shop-card__art,
	[data-toggle="content_tab"] .shop-card .shop-card__art-wrapper .shop-card__art {
		font-size: 12px;
    	line-height: 15px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__code-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__code-wrapper,
	.product-tabs--content .shop-card .shop-card__code-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__code-wrapper {
		top: 52px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__code,
	[data-entity="similar-product-slider"] .shop-card .shop-card__code,
	.product-tabs--content .shop-card .shop-card__code,
	[data-toggle="content_tab"] .shop-card .shop-card__code {
		padding: 3px 8px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__code a,
	[data-entity="similar-product-slider"] .shop-card .shop-card__code a,
	.product-tabs--content .shop-card .shop-card__code a,
	[data-toggle="content_tab"] .shop-card .shop-card__code a {
		font-size: 11px;
    	line-height: 14px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__add-wishlist,
	[data-entity="similar-product-slider"] .shop-card .shop-card__add-wishlist,
	.product-tabs--content .shop-card .shop-card__add-wishlist,
	[data-toggle="content_tab"] .shop-card .shop-card__add-wishlist {
		right: 15px;
    	top: 16px;
    	width: 20px;
    	height: 18px;
    	background-size: 100%;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__title-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__title-wrapper,
	.product-tabs--content .shop-card .shop-card__title-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__title-wrapper {
		margin-bottom: 5px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__desc,
	[data-entity="similar-product-slider"] .shop-card .shop-card__desc,
	.product-tabs--content .shop-card .shop-card__desc,
	[data-toggle="content_tab"] .shop-card .shop-card__desc {
		text-align: left;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__desc a, 
	[data-entity="catalog-similar"] .shop-card .shop-card__desc span,
	[data-entity="similar-product-slider"] .shop-card .shop-card__desc a, 
	[data-entity="similar-product-slider"] .shop-card .shop-card__desc span,
	.product-tabs--content .shop-card .shop-card__desc a,
	.product-tabs--content .shop-card .shop-card__desc span,
	[data-toggle="content_tab"] .shop-card .shop-card__desc a,
	[data-toggle="content_tab"] .shop-card .shop-card__desc span {
		margin-bottom: 0;
		font-size: 12px;
    	line-height: 15px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card--available,
	[data-entity="similar-product-slider"] .shop-card .shop-card--available,
	.product-tabs--content .shop-card .shop-card--available,
	[data-toggle="content_tab"] .shop-card .shop-card--available {
		font-size: 12px;
	    line-height: 15px;
	    padding-left: 10px;
	}
	[data-entity="catalog-similar"] .shop-card .shop-card--available::before,
	[data-entity="similar-product-slider"] .shop-card .shop-card--available::before,
	.product-tabs--content .shop-card .shop-card--available::before,
	[data-toggle="content_tab"] .shop-card .shop-card--available::before {
		width: 5px;
    	height: 5px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__price-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__price-wrapper,
	.product-tabs--content .shop-card .shop-card__price-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__price-wrapper {
		min-height: auto;
		margin-top: 5px;
    	margin-bottom: 7px;
    	flex-basis: 100%;
	}
	[data-entity="catalog-similar"] .shop-card .shop-card__price-wrapper > div,
	[data-entity="similar-product-slider"] .shop-card .shop-card__price-wrapper > div,
	.product-tabs--content .shop-card .shop-card__price-wrapper > div {
		flex-wrap: wrap;
	}

	.catalog-container [data-entity="catalog-similar"] .shop-card .shop-card__price,
	.catalog-container [data-entity="similar-product-slider"] .shop-card .shop-card__price,
	.product-tabs--content .shop-card .shop-card__price,
	[data-toggle="content_tab"] .shop-card .shop-card__price {
		font-size: 24px;
    	line-height: 28px;
	}

	.catalog-container [data-entity="catalog-similar"] .shop-card .shop-card__old-price,
	.catalog-container [data-entity="similar-product-slider"] .shop-card .shop-card__old-price,
	.product-tabs--content .shop-card .shop-card__old-price,
	[data-toggle="content_tab"] .shop-card .shop-card__old-price {
		font-size: 14px;
    	line-height: 18px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card--bottom,
	[data-entity="similar-product-slider"] .shop-card .shop-card--bottom,
	.product-tabs--content .shop-card .shop-card--bottom,
	[data-toggle="content_tab"] .shop-card .shop-card--bottom {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    flex-wrap: wrap;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper,
	.product-tabs--content .shop-card .shop-card__button-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper {
		width: 100%;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper .btn,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper .btn,
	.product-tabs--content .shop-card .shop-card__button-wrapper .btn,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper .btn {
		background-image: none;
	    /*font-size: 12px;*/
	    /*line-height: 16px;*/
	    height: auto;
	    /*padding: 8px 7px;*/

	    padding: 21px 10px 20px;
	    font-weight: 600;
	    font-size: 14px;
	    line-height: 14px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper .btn.btn-line,
	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper .btn:not(.to_cart),
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper .btn.btn-line,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper .btn:not(.to_cart),
	.product-tabs--content .shop-card .shop-card__button-wrapper .btn.btn-line,
	.product-tabs--content .shop-card .shop-card__button-wrapper .btn:not(.to_cart),
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper .btn.btn-line,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper .btn:not(.to_cart) {
		background-image: none;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper,
	.product-tabs--content .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper {
		display: none;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card--label-discount,
	[data-entity="similar-product-slider"] .shop-card .shop-card--label-discount,
	.product-tabs--content .shop-card .shop-card--label-discount,
	[data-toggle="content_tab"] .product-tabs--content .shop-card .shop-card--label-discount {
		top: 20%;
		font-size: 10px;
    	line-height: 35px;
    	height: 35px;
    	width: 35px;
	}

	.catalog-one_click_buy--wrapper {
		padding: 0px 5px 0 0;
	}
}

.shop-card__special-rating {
	position: absolute;
    z-index: 3;
    left: 20px;
    margin-top: 10px;
}
.shop-card__thumb-rating + .shop-card__special-rating {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.shop-card__special-rating {
		left: 0;
	}	
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/news.list/catalog_sku_012026/style.css?1761637877150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/winemore/components/bitrix/news.list/tizers/style.css?1758018347502*/

.tizer-wrapp {
	padding: 45px 0 35px;
}

.tizer-wrapp.tizer-wrapp--color {
	background: linear-gradient(269.09deg, rgba(146, 58, 101, 0.05) 0%, rgba(114, 45, 79, 0.05) 100%);
}

.tizer-item {
	margin: 10px 0;
	gap: 20px;
}

.tizer-item .tizer-item--img {
	max-width: 100%;
}
.tizer-item .tizer-item--img img {
	margin-bottom: 25px;
}

.tizer-item--text {
	width: 75%;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.7;
}

@media (max-width: 767px) {
	.tizer-item--text {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/catalog.element/simple-text_112024/style.css?175801834768*/
.catalog-item--simple-text {
	font-size: 14px;
	line-height: 16px;
}
/* End */
/* /local/templates/winemore/components/bitrix/catalog/catalog_052025/style.css?17580183473227 */
/* /local/templates/winemore/components/bitrix/catalog.section/product_tabs/style.css?175801834712310 */
/* /local/templates/winemore/components/bitrix/news.list/catalog_sku_012026/style.css?1761637877150 */
/* /local/templates/winemore/components/bitrix/news.list/tizers/style.css?1758018347502 */
/* /local/templates/winemore/components/bitrix/catalog.element/simple-text_112024/style.css?175801834768 */
