section {
    padding: 40px 0;
}

section h2 {
    font-size: 24px;
}

    #products-items{
        justify-content: left;
    }

    .product-card-badges svg{
    width: 15px;
    height: 18px;
    color: #c3c4c6;
    margin-right: 2px;
    }
    .brn_catalog_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    }
    .btn_catalog_main{
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    transition: 0.3s;
    }
    .clear_flex{
    flex-basis: 100%;
    height: 0;
    }
#loading
{
  text-align:center; 
  background: url('/assets/img/preloader.gif') no-repeat center; 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}


.countdown_block{
        width: 70%;
    margin: auto;
}
ul.countdown {
list-style: none;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0px 0px 10px 10px;
border: 2px solid;
border-top: 0;

}
ul.countdown i{
    margin-right: 5px;
}
ul.countdown li span{
    width: 22px;
    display: flex;
    justify-content: center;
}
ul.countdown li .days_ref{
    margin-right: 5px;
}
ul.countdown li:first-child{
    width: 40%;
}
ul.countdown li {
display: flex;
    align-items: baseline;
    font-size: 16px;

}
ul.countdown li .days{
        margin-right: 5px;
}
.time_preorder{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
}
.preorder_block{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
}
.preorder_block > span{
    background: #387dff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
    width: 40px;

}
/* GOODS */

.category-page-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    justify-content: space-between;
    position: relative;
    align-items: flex-start; /* Изменяем с stretch на flex-start, чтобы блоки не растягивались */
}

.category-page-top-left {
    width: 35%;
    display: flex; /* Делаем flex-контейнером */
    flex-direction: column; /* Столбец */
}

.category-page-top-right {
    width: 65%;
    display: flex; /* Делаем flex-контейнером */
    flex-direction: column; /* Столбец */
}

@media (max-width: 992px) {
    .category-page-top {
        flex-direction: column;
        padding-top: 20px;
        gap: 0;
    }

    .category-page-top-left,
    .category-page-top-right {
        width: 100%;
    }

    .buy-button-wrapper {
        display: none;
    }
}

.text_block p {
    margin-bottom: 10px;
}
.text_block ul {
    margin: 0;
}
.text_block ol {
    margin: 0 0 0 15px;
}
.text_block ul>li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #0078d7;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}
.text_block ol>li {
    list-style-type: decimal;
}


.slick-list{
    margin: 0;
    padding: 0;
}

/* Стили для отдельного блока с кнопкой покупки */
.buy-button-wrapper {
    margin-top: 50px;  /* Положительный отступ вместо отрицательного */
    position: relative;
    z-index: 2; /* Снижаем z-index, чтобы не перекрывать другие элементы */
}

#category-offers-wrapper {
    width: 100%;
}

#category-offers-wrapper .btn-primary {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #category-offers-wrapper .btn-primary {
        height: 55px;
        font-size: 20px !important;
        padding: 10px 15px;
    }
    
    #category-offers-wrapper .btn-primary:hover {
        font-size: 22px !important;
    }
}

/* end GOODS */
    .none_product{
        display: flex;
    justify-content: center;
    }
    .none_product span{
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border: 1px solid #F6F6F6;
    padding: 5px 10px;
    background: #fff;
    }

.video__popup {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 900;
    text-align: center;
    padding-top: 10%;
}
.video__img {
    width: 281px;
    height: 152px;
    position: relative;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.sidebar_list {
    counter-reset: item;
    list-style-type: none;
    overflow: auto;
    padding: 0 10px;
    transition: all .3s;
}
.sidebar_list li a {
    line-height: 24px;
    color: #7f7f7f;
}
.hidden_popup_yt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 900px){
}
@media (max-width: 768px){
.category-page-top-left{
    width: 100%;
    padding-right: 0px;
}
}
@media (max-width: 720px){
.category-page-top-right {
    row-gap:10px;
}
}

@media (max-width: 375px){
}
