    /*@media (max-width: 991px) {*/
    /*    .main-menu__list .hide-on-mobile { display: none !important; }*/
    /*}*/
    /*@media (min-width: 992px) {*/
    /*    .main-menu__list .hide-on-desktop { display: none !important; }*/
    /*}*/


/*MAIN MENU*/
/*@media (min-width: 1242px) {*/
/*.horizontal-menu .main-menu__list {*/
/*    display: flex;*/
/*    position: relative;*/
/*    justify-content: flex-end;*/
/*}*/

/*.horizontal-menu .main-menu__item:first-child {*/
/*    margin-right: auto;*/
/*}*/
/*.horizontal-menu .main-menu__item:last-child {*/
/*    margin-right: 32px;*/
/*}*/
/*}*/


/* Бренды - несколько колонок */
/*.horizontal-menu .main-menu__submenu--cols .submenu__list {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    max-height: none !important;*/
/*    overflow: visible !important;*/
/*}*/

/*.horizontal-menu .main-menu__submenu--cols .submenu__list > li {*/
/*    width: 215px;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 15px;*/
/*}*/

/* Если плагин выводит свой ul внутри li */
/*.horizontal-menu .main-menu__submenu--cols .submenu__list > li ul,*/
/*.horizontal-menu .main-menu__submenu--cols .submenu__list > li ol {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.horizontal-menu .main-menu__submenu--cols .submenu__list > li ul li,*/
/*.horizontal-menu .main-menu__submenu--cols .submenu__list > li ol li {*/
/*    width: 215px;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 15px;*/
/*    list-style: none;*/
/*}*/



/*Site general*/

/*.grey-bg {*/
/*    background-color: #fcfcfc !important;*/
/*}*/

/*Home Page*/
.home-welcome__title {
    text-align: center;
}

/*Pop-Cat-Promo*/
.cats-grid__wrapper--nulled-font {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-inline: -8px;
}



.cats-grid__item {
    position: relative;
    width: 350px;
    min-width: 350px;
    margin-inline: 0;
    /*max-width: 288px;*/
}

.cats-grid__item::before  {
    content: 'ПОСМОТРЕТЬ ВСЕ';
    position: absolute;
    height: max-content;
    width: max-content;
    left: 0;
    top: 0;
    transform: translateX(90%) translateY(-50%);
    /*transform: translateX(10%) translateY(-50%);*/
    padding: 3px 24px;
    /* background: #ffffff; */
    /*background-color: #fff;*/
    background-color: rgb(45 51 66);
    /*background-image: linear-gradient(to bottom, #e9e9e9 10%, #ffffff 50%);*/
    border: solid 1px rgb(255 255 255);
    /*color: rgb(37 42 53);*/
    color: #fff;
    border-radius: 24px;
    /*-webkit-box-shadow: 0 0 0 4px #ffffff2e, 0 0 0 9px #ffffff2e;*/
    /*box-shadow: 0 0 0 4px #ffffff2e, 0 0 0 9px #ffffff2e;*/
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 1.2;
    opacity: 0;
    z-index: 1;
    /*animation: miricle 1.5s cubic-bezier(0.5, 0.01, 0.5, 1) infinite;*/
    animation: none;
    /* text-shadow: 1px 1px 3px black; */
    /*transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .25s, opacity cubic-bezier(0.5, 0.01, 0.5, 1) .25s;*/
    transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .35s, opacity cubic-bezier(0.5, 0.01, 0.5, 1) .35s;
    pointer-events: none;
}

@keyframes miricle {
    0% {
        box-shadow: 0 0 0 0px #ffffffcc, 0 0 0 7px #ffffff80, 0 0 0 14px #ffffff33;
    }
    100% {
        box-shadow: 0 0 0 7px #ffffff80, 0 0 0 14px #ffffff33, 0 0 0 25px #ffffff00
    }
}





.cats-grid__item:has(.pop-cat-image-container:hover)::before {
    /*transform: translateX(-50%) translateY(-50%);*/
    transform: translateX(10%) translateY(-50%);
    animation: miricle 1.5s linear infinite;
    opacity: 1;
}

.cats-grid__item::after  {
    content: 'ВНУТРИ СКИДКИ ДО 60%';
    position: absolute;
    height: max-content;
    width: max-content;
    left: 50%;
    bottom: 0;
    transform: translateX(-90%) translateY(50%);
    padding: 3px 16px;
    background: #ff5700;
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 24px;
    /* -webkit-box-shadow: 0 0 0 4px #0000002e, 0 0 0 9px #0000002e; */
    /* box-shadow: 0 0 0 4px #0000002e, 0 0 0 9px #0000002e; */
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    box-sizing: border-box;
    line-height: 1.2;
    opacity: 0;
    z-index: 1;
    /* text-shadow: 1px 1px 3px black; */
    transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .25s, opacity cubic-bezier(0.5, 0.01, 0.5, 1) .25s;
    /*transition-delay: .5s;*/
    pointer-events: none;
}

.cats-grid__item:hover::after  {
    transform: translateX(-10%) translateY(50%);
    opacity: 1;
    transition-delay: .35s;
    /*text-shadow: 1px 1px 3px black;*/
}

.pop-cat {
    padding: 0;
    /*padding-top: 10px;*/
    padding-bottom: 16px;
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid #fff !important;
    /*-webkit-box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.04);*/
    /*box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.04);*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.04);     
    transition: box-shadow .5s, -webkit-box-shadow .5s;
}

.pop-cat:hover {
    -webkit-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.06);
    box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.06);
    /*transform: translateY(-3px);*/
    transition: box-shadow .25s, -webkit-box-shadow .5s;
}

.cats-grid__item .pop-cat:before {
    content: '';
    position: absolute;
    height: 10px;
    width:100%;
    left: 0;
    top: 0;
    border-bottom: solid .5px #fff;
    opacity: .5;
    transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .35s, opacity cubic-bezier(0.5, 0.01, 0.5, 1) .35s;        
}

.cats-grid__item:nth-child(1) .pop-cat::before {
    background: linear-gradient(to right, 
        #552f0d 0%, 
        #552f0d 11.11%, 
        #613915 11.11%, 
        #613915 22.22%, 
        #6d4716 22.22%, 
        #6d4716 33.33%, 
        #876130 33.33%, 
        #876130 44.44%, 
        #a57245 44.44%, 
        #a57245 55.55%, 
        #bb8b5d 55.55%, 
        #bb8b5d 66.66%, 
        #d6a376 66.66%,
        #d6a376 77.77%,
        #e3bd8c 77.77%,
        #e3bd8c 88.88%,
        #f3d5b3 88.88%,
        #f3d5b3 100%);
}

.cats-grid__item:nth-child(2) .pop-cat::before {
    background: linear-gradient(to right, 
        #ea87ab 0%, 
        #ea87ab 11.11%, 
        #f29bbb 11.11%, 
        #f29bbb 22.22%, 
        #f6a4ba 22.22%, 
        #f6a4ba 33.33%, 
        #f4b1c2 33.33%, 
        #f4b1c2 44.44%, 
        #f9bccb 44.44%, 
        #f9bccb 55.55%, 
        #f8c9d3 55.55%, 
        #f8c9d3 66.66%, 
        #fbd3db 66.66%,
        #fbd3db 77.77%,
        #fde0e4 77.77%,
        #fde0e4 88.88%,
        #fff1f3 88.88%,
        #fff1f3 100%);
}

.cats-grid__item .pop-cat:hover::before {
    transform: scaleX(9);
    opacity: 1;
    transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) 2s, opacity cubic-bezier(0.5, 0.01, 0.5, 1) .5s;        
}

.pop-cat-image-container {
    position: relative;
}

.pop-cat-image-container:after {
    content: '';
    position: absolute;
    height: 25%;
    width:100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
    rgba(255, 255, 255, 0.00) 0%, 
    rgba(255, 255, 255, 0.02) 10%, 
    rgba(255, 255, 255, 0.08) 20%, 
    rgba(255, 255, 255, 0.18) 30%, 
    rgba(255, 255, 255, 0.32) 40%, 
    rgba(255, 255, 255, 0.50) 50%, 
    rgba(255, 255, 255, 0.68) 60%, 
    rgba(255, 255, 255, 0.82) 70%, 
    rgba(255, 255, 255, 0.92) 80%, 
    rgba(255, 255, 255, 0.98) 90%, 
    rgba(255, 255, 255, 1.00) 100%
    );
    pointer-events: none;

}

.pop-cat__image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.pop-cat__image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: auto; */
    height: auto; 
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .35s;
}

.pop-cat:hover .pop-cat__image img {
    transform: scale(1.1);
}

.pop-cat__title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    min-height: 60px !important;
    max-height: 60px;
    padding: 8px 16px 0px 16px;
    /*transform: translateY(20%);*/
    z-index: 1;
    pointer-events: none;
}

.pop-cat__list {
    text-align: left;
    width: max-content;
    margin: 0;
    margin-inline: auto;
    padding-bottom: 15px;
    font-size: x-large;
    color: #c0e1d3;
    list-style: none;
    line-height: 1;
}

.pop-cat__item a {
    display: inline-block;
    padding: 3px 0px;
    position: relative;
    font-size: 0.6em;
    font-weight: 700;
    color: #aeaeae;
}

.pop-cat__link::before {
  content: '';
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  /*border: 1px solid #3a795e;*/
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 2px #dde9e4 !important;
  box-shadow: 2px 2px 3px 2px #dde9e4 !important;  
  /*transition: all cubic-bezier(0.5, 0.01, 0.5, 1) .35s;*/

}

.pop-cat__link::after {
  content: '';
  position: absolute;
  left: -28px;        /* 7px слева от родителя */
  top: 50%;          /* Опускаем верхний край на середину */
  transform: translateY(-50%); /* Поднимаем на половину высоты */
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #3a795e;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"%3E%3Cpath d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" transform="translate(100, 100) rotate(180)"/%3E%3C/svg%3E') no-repeat center;
  mask-size: 55%;
  z-index: 1;
  /*transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .25s, background-color cubic-bezier(0.5, 0.01, 0.5, 1) .25s;*/
}

.pop-cat__item:not(:last-child) {
    margin-bottom: 0px; 
}

.pop-cat__link:hover {
    color: #193232;
}

.pop-cat__link:hover::before,
.pop-cat__link:hover::after {
    /*left: -22px;*/
    transform: translateY(-50%) scale(1.1);
}

.pop-cat__link:hover::after {
    background-color: #00ff86;
    transform: translateY(-50%) rotate(360deg);
    transition: transform cubic-bezier(0.5, 0.01, 0.5, 1) .35s, background-color cubic-bezier(0.5, 0.01, 0.5, 1) .25s;    
}

/*@media (max-width: 576px) {*/
/*  .cats-grid__wrapper {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    overflow-x: auto;*/
    /*scroll-snap-type: x mandatory;*/
    /*gap: 16px;*/
    /*padding: 0 16px;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*scrollbar-width: none;*/
/*    justify-content: flex-start;*/
/*  }*/
  
/*  .cats-grid__wrapper::-webkit-scrollbar {*/
    /*display: none;*/
/*  }*/
  
/*  .cats-grid__item {*/
    /*flex: 0 0 100%;*/
    /*scroll-snap-align: start;*/
/*    width: 100vw;*/
/*    min-width: 0;*/
/*    padding-inline: 0 !important;*/
/*  }*/
  
/*.pop-cat {*/
/*    justify-self: center;*/
/*    width: 90vw;*/
/*    max-width: 430px;*/
/*}*/

/*.pop-cat__image {*/
/*    width: 100%;*/
/*}*/

/*}*/

/*Product Page*/

/*Sidebar*/

.item-pg__sidebar-inner {
    border: 1px solid #f1f1f1;
}



@media (min-width: 1242px) {
  .top-bar--view-2 .top-bar__menu {
    width: auto !important;
  }

}
.stock-info {
    justify-content: start;
}
.lb_ec {
    background-color: red;
    color: #fff;
    padding: 4px 22px;
    box-shadow: 0px 0px 1px 1px #c90000;    
}
.payment__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.payment__icon {
    border: none; max-width: 60px; margin-right: 5px;
}
.cat-item__badge-item {
    border-radius: 0;
}
.stock-text {
    color: #000;
}
.config-items-views__toggle .btn-wrapper.active .config-items-views-btn .icon {
    fill: #000;
}
.config-items-views__toggle .btn-wrapper.active .config-items-views-btn {
    border-color: #000;
}
.pagination__list li.selected a[href] {
    -webkit-box-shadow: 0 0 0 3px #000 !important;
    box-shadow: 0 0 0 3px #000 !important;
    color: #000;
}
select:focus {
    border-color: #F1417B;
}
.item-pg__gallery--brief .brief-chars__short-descr {
    color: #333;
}
#minsum-cart {
    color: red; /*цвет шрифта*/
    font-weight: bold; /*насыщенность шрифта*/
}

/* -- Карточки товара в каталоге -- */
    .cat-item-badges {
        left: 0;
    }
    
    .cat-item__badge-item {
        border-radius: 0 4px 12px 0;
        padding: 7px 16px 6px;
    }

    .grey-bg .item_gv.item_gv-1 .item, .grey-bg .item_gv.item_gv-2 .item, .grey-bg .item_gv.item_gv-3 .item, .grey-bg .item_lsv .item {
        -webkit-box-shadow: 0px 0px 1px 1px #fff, 1.5px 2.6px 7px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 1px 1px #fff, 1.5px 2.6px 7px rgba(0,0,0,0.1);
    }
    .grey-bg .item_gv.item_gv-1 .item:hover, .grey-bg .item_gv.item_gv-2 .item:hover, .grey-bg .item_gv.item_gv-3 .item:hover, .grey-bg .item_lsv .item:hover {
        -webkit-box-shadow: 0px 0px 1px 1px #fff, 0px 10px 10px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 1px 1px #fff, 0px 10px 10px rgba(0,0,0,0.2);
    }
    
    .grey-bg .item_gv.item_gv-1 .item:hover .quickorder-button.uni-btn.uni-btn--grey-trnspt[data-quickorder-pb] {
        /*background-color: #f0fff0;*/
    }
    
    .stock-info--cat .stock-icon {
    width: 12px;
    height: 12px;
    /*border: solid 1px green;*/
        
    }
    
    .stock-info .stock-icon .icon {
        min-width: 14px !important;
        min-height: 10px !important;

    }
    
    .stock-info--cat {
        font-size: 14px;
        align-items: baseline;

    }
    
    .stock-text {
        color: #3a795e;
    }
    
    
    .c-item__wrapper:not(.item_lnv) .c-item:not(:last-child) {
        margin-bottom: 50px;
    }    

@media (max-width: 768px) {
    .c-item__wrapper {
        margin: 0 -7px;
    }
    
    .items-wrapper.item_gv.c-item_gv .c-item:nth-child(odd) {
        padding-right: 2px;
    }
    
    .items-wrapper.item_gv.c-item_gv .c-item:nth-child(even) {
        padding-left: 2px;
    }
    
    
    .item_gv .item {
        padding: 0px;
        padding-bottom: 15px;
        overflow: hidden;
    }    
    
    .item_gv .item__image_gv {
    height: 300px;
    width: auto;
    }    
    
    .item__img {
        min-width: 100%;
        /*min-height: 100%;*/
        height: auto;
        /*width: auto;*/
        /*max-height: 110%;*/
        /*max-width: none;*/
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 10px;
        transform-origin: bottom;
    }
    
    .item__title-w, .item__content-wr, .item__tech-chars, .item__bottom {
        padding: 0px 12px;
    }
    
    .has-equal-items.item_gv .item__title {
        height: 88px;
    }
    
    .item_gv .item__title {
        font-size: 1.75rem;
        line-height: 1.25;        
    }     
    
    .item_gv .prc__i {
        font-size: 1.85rem;
        color: #9f9f9f;
        
    }
    
    .item_gv .prc__i:first-child {
        color: #193232;
        font-size: 2.15rem;
    }
    
    .item__prc-w > .prc {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

@media (max-width: 430px) {
    .items-wrapper.item_gv.c-item_gv.c-item_narrow .c-item {
        display: block;
        position: relative;
        min-width: 70%;
        max-width: 80%;
        margin: 50px auto;

    }
    
    .item_gv .item__image_gv {
    min-height: 100vw;
    width: auto;
    aspect-ratio: 0.9;
    }    
    
    .item__title-w {
        margin-bottom: 5px !important;
    }
    
    .has-equal-items.item_gv .item__title {
        height: auto;
        min-height: auto;
    }

    
    .item_gv .item__title {
        display: -webkit-box;      /* Критично! */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; /* Критично! */
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.85rem;
    }    
    
    /*.item_gv .prc__i {*/
    /*    font-size: 1.45rem;*/
    /*    color: #9f9f9f;*/
        
    /*}*/
    
    /*.item_gv .prc__i:first-child {*/
    /*    color: #193232;*/
    /*    font-size: 1.75rem;*/
    /*}    */
    
}


@media (min-width: 768px) {
    .items-wrapper.item_gv.c-item_gv.c-item_narrow .c-item {
        width: 226px;
        margin-right: 18px;
    }
    
    .item_gv .item {
        padding: 0px;
        padding-bottom: 15px;
        overflow: hidden;
    }
    
    .item_gv .item__image_gv {
    height: 330px;
    width: auto;
    }
    
    .item__img {
        min-width: 100%;
        /*min-height: 100%;*/
        height: auto;
        /*width: auto;*/
        /*max-height: 120%;*/
        /*max-width: none;*/
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 10px;
        transform-origin: bottom;
    }    
    
    .item__title-w, .item__content-wr, .item__tech-chars, .item__bottom {
        padding: 0px 12px;
    }
    
    .has-equal-items.item_gv .item__title {
        height: 66px;
    }
    
    .item_gv .item__title {
        font-size: 1.75rem;
    }
    
    .item_gv .prc__i {
        font-size: 1.85rem;
        color: #9f9f9f;
        
    }
    
    .item_gv .prc__i:first-child {
        color: #193232;
        font-size: 2.15rem;
    }
    
    .item__prc-w > .prc {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .flickity-viewport .nc-item .prc__i {
        font-size: 1.6rem;
    }
    
    .flickity-viewport .nc-item .prc__i:first-child {
        font-size: 1.8rem;
    }    
}

@media (min-width: 1242px) {
    .items-wrapper.item_gv.c-item_gv.c-item_narrow .c-item {
        width: 246px;
        margin-right: 8px;
    }
    .item_gv .item__image_gv {
    height: 360px;
    }

    .item__img {
        min-width: 100%;
        /*min-height: 100%;*/
        height: auto;
        /*width: auto;*/
        /*max-height: none;*/
        /*max-width: none;*/
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 10px;
        transform-origin: bottom;
    }

    .item_gv .item__info-block, .item_gv .item__image-wr, .item_gv .item__title-w, .item_gv .item__prc-w, .item_gv .item__rating, .item_gv .item__artikul {
        margin-bottom: 15px;
    }

    .has-equal-items.item_gv .item__title {
        height: 70px;
        /*height: auto;*/
        /*min-height: auto;        */
    }

/* -- Рекомендуемые -- */
    .flickity-viewport {
        height: 720px !important;
    }

    .vertical-menu .color-slider .nc-item_narrow .item__image_gv {
        height: 360px;
    }
    
    .flickity-viewport .nc-item .prc__i {
        font-size: 1.85rem;
    }
    
    .flickity-viewport .nc-item .prc__i:first-child {
        font-size: 2.15rem;
    }      
}




/* -- Кнопка В корзину -- */
/*.uni-btn.uni-btn--red, .uni-btn.uni-btn--red:hover {*/
/*    background-color: #193232;*/
/*    border: solid 1px #193232 !important;*/
/*}*/

/*.uni-btn.uni-btn--red .hover-anim {*/
/*    background-color: #e1ece7;*/
/*    border: solid 1px #193232 !important;    */
/*    transition: width .6s, height .6s;*/
/*}*/

/* -- Счетчик товаров в корзине -- */
.mid-bar--view-4 .store-actions__cart-amount, .quick-panel__num {
    background-color: #193232;
}

.mid-bar--view-4 .store-actions__cart-amount::before {
    border-right-color: #193232;
}


/* -- Список каталога -- */
.vertical-menu .main-menu__item:not(:last-child) {
    padding-bottom: 14px !important;
    
}

/* -- Стили для блока рейтинга в описании товара -- */

/* Контейнер для линии с рейтингом (звезды + цифры) */
.descr-rating-line {
    display: flex;
    flex-direction: row;
    align-items: center; /* Добавил для идеального вертикального выравнивания */
}

/* Стиль для цифрового значения рейтинга */
.descr-rating-value {
    margin-right: 7px;
}

/* Стиль для количества отзывов (синий цвет) */
.descr-review-count {
    color: #4c83ff;
}

/* Контейнер для ссылок "Смотреть/Написать отзыв" */
.descr-review-action {
    display: flex;
    justify-content: space-between; /* Растаскивает ссылки по краям */
    margin-top: 7px;
}

/* Стилизация синего текста в ссылке "Написать отзыв" */
.descr-review-write span {
    color: #4c83ff;
    text-decoration-color: #4c83ff;
}

/* Общие стили для ссылок, чтобы убрать лишнее и сделать их аккуратными */
.descr-review-action a {
    text-decoration: none; /* Убираем подчеркивание */
}
.descr-review-action a:hover {
    text-decoration: underline; /* Возвращаем подчеркивание при наведении */
    text-underline-offset: 4px;
}

.descr-review-action a.descr-review-write:hover {
    text-decoration-color: #4c83ff;
}


/* --- Стили для нового FAQ-аккордеона --- */

#faq-tab {
    background-color: #fff;
}

.faq-section {
    margin: 24px 16px;
    /*border-radius: 12px;*/
    /*border: solid 1px #e5e5e5;*/
}

.faq-section h3 {
    display: flex;
    width: fit-content;
    color: #9dbaad;
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 7px 16px;
    /*border-bottom: solid 2px #e4f6ee;*/
    /*border-radius: 36px;*/
}

.faq-section h3 span {
    display: inline-flex;
    aspect-ratio: 1;
    width: auto;
    min-height: 34px;
    max-height: 34px;
    padding: 3px;
    margin-right: 10px;
    border-radius: 50%;
    /* background-color: #474747; */
    /* box-shadow: 0 0 1px 1px #fff, 3px 3px 7px rgba(0,0,0,0.4); */
    box-shadow: 0 0 2px 0px #dae5e0, 3px 3px 7px rgba(0, 0, 0, 0.2);
    justify-content: center;
    /*align-items: center;*/
}

.faq-question-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    /*border-bottom: solid 1px #e1ece7;*/
    padding-inline: 36px 16px;
    cursor: pointer; /* Чтобы можно было кликать и по строке тоже (опционально в JS) */
    
}

.faq-question-header-btn {
    display: flex;
    width: 26px;
    height: 26px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    background-color: #3a795e; /* Исходный цвет */
    box-shadow: 0 0 1px 1px #fff, 3px 3px 7px rgba(0,0,0,0.4); 
    cursor: pointer; /* Курсор-рука */
    transition: background-color 0.3s ease; /* Плавная смена цвета */
    flex-shrink: 0; /* Чтобы кнопку не сплющило */    
}

.faq-question-header-btn.is-open {
    background-color: #193232; /* Темный цвет при открытии */
}

.faq-question-header-btn span {
    /*width: 100%;*/
    /*height: 100%;*/
    font-size: 0px;
    padding-top: 2px;
    /*transform: rotateZ(180deg);   */
    display: block; /* Обязательно для работы трансформации */
    transition: transform 0.3s ease; /* ВОТ ЭТО ДЕЛАЕТ ВРАЩЕНИЕ ПЛАВНЫМ */
    transform-origin: center center; /* Вращение вокруг центра */    
}

/* 5. Поворот галочки при открытии */
.faq-question-header-btn.is-open span {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.faq-question {
    color: #193232;
    max-width: 80%;
    margin-bottom: 25px !important;
}

.faq-question span {
    color: white;
    background: #4c83ff;
    padding: 3px 16px;
    box-shadow: 1.5px 2.6px 7px rgba(0,0,0,0.04); 
}


/* Контейнер для одного вопроса-ответа */
.faq-item {
    margin-bottom: 25px;
    background: white;
    /*padding: 24px 16px;*/
    /* border-radius: 12px; */
    /* border: solid 1px #f0f0f0; */
    /* border-top: none; */
    /* border-top: solid 1px #f9f9f9; */
    border-bottom: solid 3px #e1ece7;
    /* box-shadow: 1.5px 2.6px 7px rgba(0,0,0,0.04); */  
}

.faq-answer {
    display: none; /* Скрыто при загрузке */
    /*border-bottom: solid 3px #e1ece7;*/
    padding-inline: 36px 42px;
    padding-bottom: 24px; /* Добавил отступ снизу для красоты */    
}

.faq-answer a {
    display: inline-flex;
    color:#3a795e !important;
    align-items: center;    
    text-decoration: none !important; 
}

.faq-link-icon {
    transform: rotate(-90deg);
    transform-origin: center;
    margin-left: 5px;
}

.faq-answer-teaser {
    font-size: 1.8rem;
    font-weight: 700;
    color: #193232;
    border-left: solid 5px #3a795e;
    border-radius: 9px;
    padding-left: 16px;    
    margin-top: 0px;
    margin-bottom: 10px;
}

/* Убираем лишние отступы у скрытых деталей, чтобы они были частью общего текста */
.faq-answer-details {
    display: block; /* Показываем всегда, так как скрыт родитель */
    font-size: 16px;
    font-weight: 400;
    color: #444;      /* Чуть мягче цвет для длинного текста */
    line-height: 1.5; /* Чтобы удобно читалось */
    border-left: solid 5px #e1ece7;
    border-radius: 9px;
    padding-left: 16px;
    margin-top: 15px;
}

@media (max-width: 768px) {

    .faq-section {
        margin: 24px 0px;
    }
    
    .faq-section h3 {
        border: none;
        /*margin-inline: auto;*/
        padding: 7px 5px;
        font-size: 20px;
    }    
    
    .faq-question {
        margin-top: 0px;
        font-size: 18px;
    }
    
    .faq-question-header {
        padding-inline: 5px;
    }
    
    .faq-answer {
        padding-inline: 5px;
    }    
}
