

/* Start:/local/templates/Savushka/components/bitrix/catalog.section/catalog_block_test/style.css?17722844866139*/
.ajax_load .top_wrapper{margin-right: 1px;}
.ajax_load .top_wrapper .catalog_block .catalog_item > div{padding-left: 25px;padding-right: 25px;}
/* Правки 03.07.2023 */
.ajax_load .top_wrapper .catalog_item .footer_button {
	margin-left:-25px;
	margin-right: -25px;
/*	bottom: 0;*/
/*	//transform: translateY(100%);*/
/*	//left: 0;*/
	width: 100%; 
/*	//position: absolute;*/
/*	background-color: white; */
	opacity: 1 !important;
    visibility: visible;
    height: auto;
    display: block;
}

.ajax_load.block .footer_button {
	display: block;
}

.catalog_block .catalog_item {
    height: auto!important;
    margin-bottom: 1em;
}

.sku_props > div {
    padding: 0px 0px 0px !important;
}

.sku_props > div:last-of-type {
	padding-bottom: 20px !important;
}

.ajax_load.block .item_block:hover .footer_button.n-btn .sku_props > div, 
.ajax_load.block .item_block .catalog_item.hover .footer_button.n-btn .sku_props > div {
	margin-top: 0 !important;
}

/* Правки 03.07.2023 */

.top_wrapper .catalog_item .icons-basket-wrapper .btn.read_more .svg{/*top:-1px;*/}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer{margin: 0px -1px 0px 0px;padding: 0px 1px 0px 0px;}
/*.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:before,
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:after{content: "";display: block;position: absolute;top:0px;bottom: 0px;background: #fff;z-index: 3;width: 25px;}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:before{left: 0px;}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:after{right: 0px;}*/
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover{z-index: 2;}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap{box-shadow: inset 0px 0px 0px 1px #ececec;height: 100%;}
.ordered-block .catalog_block_template .catalog_block .TYPE_2 .cost.prices .more-item-info > .svg{top:-2px;}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button {margin-top:0;}

@media(min-width: 1200px){
	.wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line), .col-lg-5_2.custom-line{width:20%;}
	.right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line), #main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line), #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line){width:25%;}

	#main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line), #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line){width:33.33%;}
}

@media(min-width: 1200px) and (max-width: 1499px){
	.wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line){width:25%;}
	.wrapper1.header-v28 .controls-linecount {display: none;}
}
/*Анимация баннера в списке*/
.banner-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.banner-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;              /* старт полностью вне блока */
    width: 60%;               /* ширина блика */
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.45) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    z-index: 5;
    pointer-events: none;
    animation: shine 4s linear infinite;
}

@keyframes shine {
    0% {
        left: -120%;
    }

    40% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}
/*Кнопки в списке у карточки*/
/* ===== ОБЩИЙ КОНТЕЙНЕР ===== */

.custom-buttons {
    margin-top: 14px;
}

.custom-buttons .btn-row {
    display: flex;
    gap: 10px;
}

/* ===== КНОПКА "ПОДРОБНЕЕ" ===== */

.btn-detail-new {
    flex: 1;
    border: 1px solid #8fa77a;
    background: #ffffff;
    color: #2f3b1f;
    padding: 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-detail-new:hover {
    background: #f2f6ee;
    border-color: #7e9a65;
}

.btn-detail-new:active {
    transform: scale(0.98);
}


/* ===== КНОПКА "В КОРЗИНУ" ===== */

.custom-cart-btn {
    flex: 1;
}

.custom-cart-btn .btn {
  width: 100%;
    background: #5f7f3f !important;
    border: none !important;
    padding: 12px;
    display: flex;
    font-size: 18px !important;
    align-items: center;
    transition: all 0.2s ease;
        justify-content: center;

}
.custom-buttons .custom-cart-btn .btn.in-cart .svg.svg-inline-fw {
    display: none;
}
.btn.in-cart .svg.svg-inline-fw {
    display: none;
}
.catalog_block .icons-basket-wrapper .btn .svg {
    display: none;
}
.catalog_block .icons-basket-wrapper .btn {
    display: none;
}
.catalog_block .item .icons-basket-wrapper .btn.in-cart {
    display: none !important;
}
/* hover */
.custom-cart-btn .btn:hover {
    background: #4f6e32;
}

/* active */
.custom-cart-btn .btn:active {
    background: #3f5a28;
    transform: scale(0.98);
}

/* убираем иконку корзины */
.custom-cart-btn .btn i {
    display: none;
}


/* ===== КНОПКА "КУПИТЬ В 1 КЛИК" ===== */

.btn-oneclick-new {
   margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #2f2f2f;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.btn-oneclick-new:hover {
    background: #f5f5f5;
    border-color: #c8c8c8;
}

.btn-oneclick-new:active {
    transform: scale(0.98);
}
/*Карточка*/
 .catalog_block .catalog_item .price {
    font-size: 25px !important;
    color: #5f7f3f !important;
}
/* End */


/* Start:/local/templates/Savushka/components/yandex/yandexpay.badge/savushka_yandexpay_badge/yandex_pay_badge.css?1764574991187*/
#yandex-pay-badge-split:empty{
    display: none;
}

#yandex-pay-badge-cashback:empty{
    display: none;
}

#yandex-pay-badge-split + #yandex-pay-badge-cashback {
    margin-top: 1rem;
}
/* End */
/* /local/templates/Savushka/components/bitrix/catalog.section/catalog_block_test/style.css?17722844866139 */
/* /local/templates/Savushka/components/yandex/yandexpay.badge/savushka_yandexpay_badge/yandex_pay_badge.css?1764574991187 */
