.catalog-section-header{
    font-size:14px;
    font-weight: bold;
    text-align: left;
    margin:5px 0;
    padding:5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: var(--main_font_color);
}

.catalog__list-content .sales_block {
    width: 100%;
    margin: 10px 5px;
}

.sales__wrapper.row {
    margin-left: -7px;
    margin-right: -7px;
}

.sales_container .sales__item,
.sale_item-wrapper .sale__item {
    padding-left: 7px;
    padding-right: 7px;
}

.sales_container .sales__item .sales_img_wrapper {
    width: 100%;
    height: fit-content;

    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    overflow: hidden;
    transition: .2s ease-out;
}
.sales_container .sales__item:hover .sales_img_wrapper {
    box-shadow: none;
}
.sales_container .sales__item .sales_img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    height: auto;
    max-height: 100%;
    width: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: transform .3s ease-out;
    transform: scale(1.02);
}

.sales_container .sales__item:hover .sales_img {
    transform: scale(1);
}

.prods-of-day-wrp{
    position: relative;
    z-index: 0;
    /*margin-top: 150px; отступы на главной*/
}
.prods-of-day-wrp.container{
    max-width: 100% !important;
}
.prods-of-day-head{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 576px){
.prods-of-day-head{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
}
.prods-of-day-btns{
    display: flex;
    column-gap: 8px;
}
.prods-of-day-btns button{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
}

.prods-of-day-btns .swiper-button-prev,
.prods-of-day-btns .swiper-button-next
{
    width: 50px;
    height: 50px;
    background-color: #fff;
    transition: 0.2s all linear;
    position: relative;
    color: var(--main-txt);
    top:0;
    left:0;
    right:0;
    margin-top:0;

    border: 1px solid #DEDEDE;
}

@media(hover:hover){
    .prods-of-day-btns .swiper-button-prev:hover,
    .prods-of-day-btns .swiper-button-next:hover{
        border-color: #B9B9B9;
    }
}

@media(hover:none){
    .prods-of-day-btns .swiper-button-prev:active,
    .prods-of-day-btns .swiper-button-next:active{
        border-color: #B9B9B9;
        background-color: #F6F6F6;
    }
}

.prods-of-day-btns .swiper-button-prev:active,
.prods-of-day-btns .swiper-button-next:active{
    background-color: #F6F6F6;
}

.prods-of-day-title{
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 55px */
    letter-spacing: -2px;
    color: var(--main_text_black);
}
@media (max-width: 576px){
    .prods-of-day-title{
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -0.96px;
        color: var(--main_text_black);
}
}
.prods-of-day {
    /*margin-bottom: 60px; отступы на главной*/
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;

    /*border: 1px solid #DEDEDE;*/
}
.prods-of-day .product_item_buy_box {
    height: auto;
    opacity: 1;
    margin-top: auto;

}
.prods-of-day .product_item {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    gap:40px
}

/*.prods-of-day .product-item-image-slider-slide-container {*/
/*    max-height: 100%;*/
/*}*/
.prods-of-day .product_item_img {
    width: 450px;
    height: 550px;
    flex-shrink: 0;
}
    @media (max-width: 576px) {
        .prods-of-day .product_item_img {
            width: 100%;
            height: 550px;
        }
    }

.prods-of-day .product_item_img .product-item-image-wrapper .product_item_img-bg{
    height: 550px;
    object-fit: cover;
}

.prods-of-day .product_item_img  .product-item-image-slider-control-container .product-item-image-slider-control{
    width: 94.5px;
}
.prods-of-day .product-item-image-wrapper {
    padding-top: 550px;
}
.prods-of-day .product_card-flags {
    position: static;
}
.prod_of_day_title {
    display: inline-block;
    color: var(--main-txt);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.prods-of-day .product_item_name_box {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product_item_flags_and_block-title {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 10;
}
.prods-of-day .product-item-container:hover .product-item {
    box-shadow: none;
}
.prods-of-day .swiper-wrapper {
    display: flex;
}
.prods-of-day .swiper-slide {
    flex-grow: 1;
}
.prods-of-day .swiper-button-prev, .prods-of-day .swiper-button-next {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #F9F9F9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 100;
}
.prods-of-day .swiper-button-prev:hover, .prods-of-day .swiper-button-next:hover {
    background: #f3f3f3;
}
.prods-of-day .swiper-button-prev:hover:active, .prods-of-day .swiper-button-next:hover:active {
    background: #E7E7E7;
}
.prods-of-day .swiper-button-prev {
    left: 20px;
}
.prods-of-day .swiper-button-next {
    right: 20px;
}
.prods-of-day .swiper-button-disabled {
    pointer-events: none;
}
.prods-of-day .swiper-button-disabled path {
    stroke: #E0E0E0;
}
.prod-of-day_timer > span {
    position: relative;
}
/*div.product_item_name_box > div.prod-of-day_krayt*/
.prods-of-day .timer-val_label {
    text-align: center;
    font-size: 14px;
    color: #F25E30;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    margin-left:4px ;
}
.prods-of-day .timer-separator {
    color:  #F25E30;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 16px */
    margin: 0 16px;
}
.prods-of-day .timer-val {
    text-transform: uppercase;
    color: #F25E30;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}
.prods-of-day .product_card-flags {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: row;
}
.prod-of-day_timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 234px;
}
.prod-of-day_timer [data-timer="scds"] {
    order: 3
}
[data-timer="scds"] + .timer-separator {
    order: 2
}
[data-timer="scds"].timer-display-none + .timer-separator {
    order: 0
}
.timer-display-none {
    display: none;
}
.product_item_available-quantity {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
}
.product_item_available-quantity span {
    font-weight: 600;
    color: var(--main-txt);
}
.available-quantity-line_bg {
    display: block;
    width: 270px;
    height: 14px;
    background: #eee;
    margin-top: 10px;

}
.available-quantity-line {
    display: block;
    height: 100%;
    background: var(--main_color);

    transition: .3s ease;
    max-width: 100%;
}

.prods-of-day .product_item_subtitle {
    margin-top: 16px;
}
.prods-of-day .product_item_subtitle:empty{
    display: none;
}
.prods-of-day .product_item_name_box .product_item_title .name {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    color: var(--main_text_black, #1B1B1B);
    /* H3 */
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height:  33px;
    letter-spacing: -1.2px;
}
.prods-of-day .price-block-col {
    display: flex;
    align-items: start;
    gap:36px;
    justify-content: center;
}
.prods-of-day .product_item__price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}
.prods-of-day .product_item__price .product_item__price-top{
    display: flex;
    align-items: center;
    gap:8px;
}
.prods-of-day .product_item__price .price {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 33px */
    letter-spacing: -1.2px;
    margin-right: 0;
}
.prods-of-day .old_price span {
    font-size: 18px;
    color: #9b9b9b;
    margin-bottom: 4px;
}
.prods-of-day .product_item__cart .basket_icon {
    padding: 0 30px;
}
.prods-of-day .product_item__cart .btn-link {
    padding: 12px 18px !important;
}
.prods-of-day .product-icon-action {
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 100;
}
.prods-of-day .product-icon-action svg {
    margin-right: 5px;
    margin-bottom: 2px;
}
.prods-of-day .product-icon-action .add-wishlist svg {
    margin-bottom: 0;
}
.prods-of-day .product-icon-action > div+div {
    margin-left: 30px;
}
.prods-of-day .product-item-container .product_item__cart {
    padding: 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 29px;
    align-items: start;
}
.prods-of-day .product-item {
    /*border: none;*/
}
.prods-of-day .product-item-info-container {
    width: 251px !important;
}
.prods-of-day .product-item-container .product_item__cart.haveOffers {
    margin-top: 20px;
    padding-top: 0;
}

.prods-of-day .product-item-container .product_item__cart.haveOffers .product-item-button-container div:not(.lds-dual-ring) {
    width:100%;
    border-radius:50%;
}
.prods-of-day .product_item_subtitle {
    display: flex;
    align-items: center;
}
.prods-of-day .product_item_subtitle p {
    margin-right: 12px;

    color: var(--text-filter, #808080);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}
.prods-of-day .product_item_subtitle .card_brand a {
    text-decoration: underline;
    color: var(--main-txt);
    font-size: 14px;
}
.prods-of-day .card_quantity-status span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
}
.prods-of-day .product_item_name_box .rating_item {
    margin: 14px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.prods-of-day .product-item-info-container.product-item-hidden {
    margin: 26px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    padding-top: 0;
}
.prods-of-day .product-item-info-container.product-item-hidden .product_item_sku {
    margin: 8px 20px 0 0 !important;
    width: 194px;
}
.prods-of-day .product-item-quantity-block {
    order: unset;
    /*margin-right: 12px;*/
    display: flex;

}
.prods-of-day .btn.one_click {
    width: auto;
    padding: 6px 0 0 0;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
    border-bottom: 1px dashed var(--main-txt);
}
.prods-of-day .block_buy_on_click {
    text-align: start;
}

.prods-of-day .product-item-scu-block .product-item-scu-item-text-block{
    margin-right: 8px;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}
.prods-of-day .product-item-scu-block .product-item-scu-item-text-block:hover{
    border-color: #B9B9B9;
}
.prods-of-day .product-item-scu-block .selected .product-item-scu-item-text-block{
    border: 1px solid var(--main_text_black, #1B1B1B);
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}
.prods-of-day .product-item-button-container .button{
    height: 56px;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}
.block-kraytflowers-krayt-slider-big-product .product-item-container .product_card-flags .flag-item, .block-kraytflowers-krayt-slider-big-product .product-item-container .product_card-flags .product-item-label-ring {
    margin-bottom: 4px;
}
@media (max-width: 1000px) {
    .block-kraytflowers-krayt-slider-big-product .container.prods-of-day-wrp {
        margin-top: 80px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day-head {
        margin-bottom: 30px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day-head .prods-of-day-title {
        font-size: 24px;
        font-weight: 800;
        line-height: 120%; /* 28.8px */
        letter-spacing: -0.96px;
        width: 223px;
        height: 58px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day {
        border: 0px;
        width: 100%;
        height: 100%;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product-item-image-wrapper {
        padding: 0px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_img {
        width: 100%;
        margin: 0px;
        height: 438px;
    }
    .block-kraytflowers-krayt-slider-big-product .product_item.product-item.product_item_tiles {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .block-kraytflowers-krayt-slider-big-product .product_item_img .product-item-image-wrapper {
        height: 438px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product-item-image-original, .block-kraytflowers-krayt-slider-big-product .prods-of-day .product-item-image-alternative {
        height: 438px;

    }
    .block-kraytflowers-krayt-slider-big-product .product_item_flags_and_block-title {
        top: 12px;
        left: 12px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .block-kraytflowers-krayt-slider-big-product .product-item-container .product_card-flags .flag-item, .block-kraytflowers-krayt-slider-big-product .product-item-container .product_card-flags .product-item-label-ring {
        display: flex;
        padding: 4px 6px;
        justify-content: center;
        align-items: center;

        margin-bottom: 4px;
    }
    .block-kraytflowers-krayt-slider-big-product .product-item-container .product_card-flags {
        margin-bottom: 0px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_name_box .prod-of-day_krayt {
        order: 1;
        margin-top: 0px;
        display: inline-flex;
        padding: 13px 87px;
        justify-content: center;
        align-items: center;

        width: 100%;
        margin-bottom: 30px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_name_box .product_item_title {
        order: 2;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_name_box .product_item_title a {
        margin-top: 30px;
        font-size: 24px;
        font-weight: 800;
        line-height: 110%;
        letter-spacing: -0.96px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_name_box  .product_item_subtitle {
        order: 3;
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_name_box .product_list_sku {
        order: 4;
        gap: 26px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product_item_name_box .product_item_buy_box {
        order: 5;
    }
    .block-kraytflowers-krayt-slider-big-product .product-item-scu-block-name {
        font-size: 18px;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.72px;
    }
    .block-kraytflowers-krayt-slider-big-product .product-item-scu-item-list {
        gap: 8px;
    }
    .block-kraytflowers-krayt-slider-big-product .product-item-scu-item-color-block.product-item-scu-item .product-item-scu-item-color {
        margin: 0px;
        width: 40px;
        height: 40px;
    }
    .block-kraytflowers-krayt-slider-big-product .prods-of-day .product-item-scu-block .product-item-scu-item-text-block {
        margin-right: 0px;
        display: flex;
        padding: 10px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .prods-of-day .product-item-container .product_item__cart{
        gap: 24px;
    }
    .block-kraytflowers-krayt-slider-big-product #802_basket_actions {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .prods-of-day .product-item-container .product_item__cart.haveOffers .product-item-button-container div:not(.lds-dual-ring) {
        display: flex;
        align-items: center;
        gap: 16px;
        height: 56px;
        border-radius:50%;
    }
    .prods-of-day .product-item-quantity-block{
        border-color: white;
    }
    .prods-of-day .product_item_name_box .product_item_title .name{
        font-size: 24px;
        font-weight: 800;
        line-height: 110%; /* 26.4px */
        letter-spacing: -0.96px;
    }
    .prods-of-day .price-block-col{
        flex-direction: column-reverse;
        gap: 24px;
        width: 100%;
    }
    .prods-of-day .product-item-button-container .button {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        margin: 0px;
        border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    }
    }
    .product_item_buy_box .product-item-amount-field-container .count_input {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%; /* 16px */
        letter-spacing: -0.64px;
    }
    .prods-of-day .product-item-button-container .button .mt2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 100%; /* 16px */
    }
    .prods-of-day .product-item-quantity-block--mobile {
        width: 50%;
    }
    .prods-of-day .product_item__price .price{
        font-size: 24px;
        font-weight: 800;
        line-height: 110%; /* 26.4px */
        letter-spacing: -0.96px;
    }
    .product_item__price .old_price{
        font-size: 16px;
        font-weight: 700;
        line-height: 100%; /* 16px */
        letter-spacing: -0.64px;
    }
    .prods-of-day .product_item_buy_box .product-item-amount-field-container {
        display: inline-flex;
        padding: 16px 12px;
        align-items: center;

        border: 1px solid #DEDEDE;
        height: 56px;
        background: #FFF;
        justify-content: space-between;
        width: 100%;
    }
