

/* Start:/local/templates/time/components/bitrix/news.list/first_brand_banner/style.css?1787835762685*/
.slider-pictures .item img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 20px;
}

.slider-pictures .owl-nav button {
	font-size: 30px;
}
.slider-wrapper {
	position: relative;
}

.banner-slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;

	width: 56px;
	height: 56px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.9);
	cursor: pointer;
	transition: .2s;
}

.banner-slider-btn:hover {
	background: #fff;
}

.banner-slider-btn-prev {
	left: -7%;
}

.banner-slider-btn-next {
	right: -7%;
}
.brands-title {
	text-align: center;
	margin-top: 23px;
}
/* End */


/* Start:/local/components/extyl/top_products.filter/templates/.default/style.css?1787835762128*/
.geo-products #title_text_newyear {
    display: none!important;
}
.geo-products .products__nav {
    display: none!important;
}
/* End */


/* Start:/local/templates/time/components/extyl/catalog.section/new/style.css?17859401094390*/
.section-title h1{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 15px;
}


.section-title .section-toptext{
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat,sans-serif;
}

.last_chance_to_buy_catalog{
    display: none;
    color: #ff0000;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.85714;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 35px;*/
    pointer-events: none;
    text-align: center;
    z-index: 4;
    margin: 0 0.2em 0.2em 0;
}
.last_chance_to_buy_catalog .best-seller {
    color: #ff0000;
    line-height: 14px;
    padding-right: 1em;
    font-size: 16px;
    letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
    font-size: 9px;
}
.products__item {
    z-index: 4;
}
.slider-relative-container {
    position: relative;
    padding: 0 10px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;

    width: 50px;
    height: 50px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}
.slider-arrow:hover {
    background: #f0f0f0;
    border-color: #333;
}
.slider-arrow-prev-new {
    left: -60px;
}
.slider-arrow-next-new {
    right: -60px;
}

.products__items-box, #procuts_irems__wraper {
    overflow: visible !important;
}
#procuts_irems__wraper:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
#procuts_irems__wraper.js-products__sort {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
#procuts_irems__wraper.slick-initialized {
    opacity: 1;
    height: auto;
}
.products__item-image-second {
    display: none!important;
}
.products__item-labels{
    pointer-events: auto!important;
}
.product_label ,.product_label a{
    max-width: 60px;
    max-height: 60px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    list-style: none;
}

.label-link {
    display: block;
    transition: transform 0.3s ease;
}

/* 1. Տեքստային բլոկ (::after) */
.label-link::after {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 12px;
    transform: translateY(8px) scale(0.95);
    transform-origin: bottom left;

    background: rgba(17, 24, 39, 0.95);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.3s;
    z-index: 100;
}
.label-link::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-bottom: 2px;
    transform: translateX(-50%) translateY(8px);

    border-width: 6px;
    border-style: solid;
    border-color: rgba(17, 24, 39, 0.95) transparent transparent transparent;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.2s;
    z-index: 101;
}

/* Hover էֆեկտներ */
.label-link:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.label-link:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.label-link:hover {
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .product_label ,.product_label a{
        max-width: 50px;
        max-height: 50px;
    }
    .label-link::after{
        z-index: 10;
        width: 23vw;
        font-size: 11px;
        white-space: normal;
        padding: 8px 2px;
    }
    body .product_label img {
        max-width: 100%;
        max-height: 100%;
    }
    body .products__item-labels li {
        margin: 0 .2em 0.5em 0;
    }
}
@media (max-width: 1200px) {
    .slider-arrow-prev-new { left: -20px; }
    .slider-arrow-next-new { right: -20px; }
    .slider-relative-container-new button {
        width: unset !important;
    }
}
/* End */


/* Start:/local/templates/time/components/bitrix/news.list/second_brand_banner/style.css?178783576291*/
.banner-picture img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 20px;
}
/* End */


/* Start:/local/templates/time/components/bitrix/news.list/third_brand_banner/style.css?178783576291*/
.banner-picture img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 20px;
}
/* End */


/* Start:/local/templates/time/components/extyl/catalog.section/new-third/style.css?17878357624464*/
.section-title h1{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 15px;
}


.section-title .section-toptext{
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat,sans-serif;
}

.last_chance_to_buy_catalog{
    display: none;
    color: #ff0000;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.85714;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 35px;*/
    pointer-events: none;
    text-align: center;
    z-index: 4;
    margin: 0 0.2em 0.2em 0;
}
.last_chance_to_buy_catalog .best-seller {
    color: #ff0000;
    line-height: 14px;
    padding-right: 1em;
    font-size: 16px;
    letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
    font-size: 9px;
}
.products__item {
    z-index: 4;
}
.slider-relative-container {
    position: relative;
    padding: 0 10px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;

    width: 50px;
    height: 50px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}
.slider-arrow:hover {
    background: #f0f0f0;
    border-color: #333;
}
.slider-arrow-prev-new {
    left: -60px;
}
.slider-arrow-next-new {
    right: -60px;
}

.products__items-box, #procuts_irems__wraper {
    overflow: visible !important;
}
#procuts_irems__wraper:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
#procuts_irems__wraper.js-products__sort {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
#procuts_irems__wraper.slick-initialized {
    opacity: 1;
    height: auto;
}
.products__item-image-second {
    display: none!important;
}
.products__item-labels{
    pointer-events: auto!important;
}
.product_label ,.product_label a{
    max-width: 60px;
    max-height: 60px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    list-style: none;
}

.label-link {
    display: block;
    transition: transform 0.3s ease;
}

/* 1. Տեքստային բլոկ (::after) */
.label-link::after {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 12px;
    transform: translateY(8px) scale(0.95);
    transform-origin: bottom left;

    background: rgba(17, 24, 39, 0.95);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.3s;
    z-index: 100;
}
.label-link::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-bottom: 2px;
    transform: translateX(-50%) translateY(8px);

    border-width: 6px;
    border-style: solid;
    border-color: rgba(17, 24, 39, 0.95) transparent transparent transparent;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.2s;
    z-index: 101;
}

/* Hover էֆեկտներ */
.label-link:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.label-link:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}
#procuts_irems__wraper-new-one {
    display: flex;
    flex-wrap: wrap;
}
.label-link:hover {
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .product_label ,.product_label a{
        max-width: 50px;
        max-height: 50px;
    }
    .label-link::after{
        z-index: 10;
        width: 23vw;
        font-size: 11px;
        white-space: normal;
        padding: 8px 2px;
    }
    body .product_label img {
        max-width: 100%;
        max-height: 100%;
    }
    body .products__item-labels li {
        margin: 0 .2em 0.5em 0;
    }
}
@media (max-width: 1200px) {
    .slider-arrow-prev-new { left: -20px; }
    .slider-arrow-next-new { right: -20px; }
    .slider-relative-container-new button {
        width: unset !important;
    }
}
/* End */
/* /local/templates/time/components/bitrix/news.list/first_brand_banner/style.css?1787835762685 */
/* /local/components/extyl/top_products.filter/templates/.default/style.css?1787835762128 */
/* /local/templates/time/components/extyl/catalog.section/new/style.css?17859401094390 */
/* /local/templates/time/components/bitrix/news.list/second_brand_banner/style.css?178783576291 */
/* /local/templates/time/components/bitrix/news.list/third_brand_banner/style.css?178783576291 */
/* /local/templates/time/components/extyl/catalog.section/new-third/style.css?17878357624464 */
