:root{
    --content-primary: #0D0D0D;
    --border-primary: #D9D9DB;
}
.h5{
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: var(--content-primary);
}
.ps-block__content.cstm-block-desct-list-prod .ps-section__content a,
.ck-content.description-product a,
.ps-post__content .ck-content a{
    color: var(--color-1st);
    cursor: pointer;
}
.text-body-m-regular{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--content-primary);
}
.section-mt-64px{
    margin-top: 64px;
}
.category-tiles--item{
    border-radius: 2px;
    padding: 24px 21px 21px 24px;
}
.cti-bg-1{
    background: linear-gradient(135deg, #C6C8EE 0%, #969AEE 100%);
}
.cti-bg-2{
    background: linear-gradient(134.86deg, #F5CAC3 0%, #E6C5B7 100%);
}
.cti-bg-3{
    background: linear-gradient(135deg, #FEE1C7 0%, #FEC693 100%);
}
.category-tiles--item-img{
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    min-width: 152px;
    min-height: 152px;
}
button._buy-button.add-to-cart-button.cstm-btn-item-product{
    width: 100%;
    border: 0;
}
button._buy-button.add-to-cart-button.cstm-btn-item-product:disabled {
    color: inherit;
}
.our-benefits-wrapper{
    border-radius: 4px;
    padding: 28px 0;
}
.our-benefits-wrapper .col-12.col-lg-3 {
    border-left: 1px solid var(--border-primary);
}
.our-benefits-wrapper .col-12.col-lg-3:nth-child(1) {
    border: none;
}

.ps-shopping-cart .ps-product--cart .ps-product__content a{
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.ps-shopping-cart .ps-product--cart .ps-product__content{
    display: flex;
    align-items: center;
}
.ps-shopping-cart .ps-table--shopping-cart thead tr th{
    background-color: unset;
}
.ps-shopping-cart .coupon-discount-sec{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.ps-shopping-cart .field-cpupon{
    width: 100%;
}
.ps-shopping-cart .field-cpupon input{
    height: 48px;
    border-radius: 4px 0px 0px 4px;
    border-right: unset;
}
.ps-shopping-cart .coupon-discount-sec button{
    border: 1px solid #43424A;
    border-color: #43424A !important;
    padding: 13px 45px;
    /*border-radius: 0px 4px 4px 0px !important;*/
    border-radius: 4px !important;
}
.ps-shopping-cart .ps-section__footer figure figcaption:after{
    content: "";
}
.ps-shopping-cart .ps-block--shopping-total{
    background-color: #fff;
    border: unset;
    border-radius: 8px;
}
.ps-shopping-cart .btn-cart-button-action.back-shop{
    background-color: unset;
    border: 1px solid #43424A;
}
.ps-shopping-cart .btn-cart-button-action.back-shop .icon-arrow-left:before{
    content: "";
}
.ps-shopping-cart a.btn-cart-button-action.back-shop:hover{
    color: var(--color-1st);
}

.checkout-products-marketplace.shipping-method-wrapper .checkout-quantity{
    display: none;
}
.shipping-method-wrapper-pg p{
    font-size: 24px;
    font-weight: 600;
}
.checkout-products-marketplace.shipping-method-wrapper .cart-item .col{
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-evenly;
}
#main-checkout-product-info .bg-light{
    background-color: unset !important;
}
.checkout-products-marketplace.shipping-method-wrapper .cart-item .price-checkout,
.checkout-products-marketplace.shipping-method-wrapper .cart-item .col p.mb-0{
    color: #43424A;
    font-weight: 700;
    font-size: 16px;
}
#main-checkout-product-info .checkout-discount-section{
    display: none;
}

.ps-page--shop .ps-product__thumbnail a img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.card-home .ps-product__thumbnail a img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

/*.ps-product__gallery a img {*/
/*    width: 100%;*/
/*    height: 250px;*/
/*    object-fit: contain;*/
/*}*/


@media (max-width: 991px) {
    .category-tiles-wrapper,
    .our-benefits-wrapper .row{
        gap: 12px;
    }
    .our-benefits-wrapper .col-12.col-lg-3 {
        border: none;
    }
    .our-benefits-wrapper br{
        display: none;
    }

    .ps-page--blog .ps-blog--sidebar .ps-post__content h2{
        font-size: 16px;
    }
}

/* Cards Section Styles */
.grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    justify-items: center;
}
@media (min-width: 1300px) {
    .grid {
        grid-template-columns: repeat(4, 310px);
        justify-content: center;
    }
}
.card {
    width: 310px;
    height: 611px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.card img {
    width: 278px;
    height: 301px;
    margin: 16px;
    object-fit: cover;
    border-radius: 4px;
}
.card-title {
    margin: 0 16px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.scroll-container {
    position: relative;
    overflow-x: auto;
    margin: 16px 0px;
    -webkit-overflow-scrolling: touch;
}
.scroll-container::-webkit-scrollbar {
    display: none;
}
.scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.color-options {
    display: flex;
    gap: 10px;
    padding-bottom: 8px;
}
.color-option {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.accent-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #f9b539;
    transition: transform 0.2s, width 0.2s;
}
.info {
    margin-top: 12px;
}
.amy {
    margin: 0 16px 16px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.price {
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}
.buy-button {
    margin: 8px 16px 16px 16px;
    width: 278px;
    height: 52px;
    border: none;
    border-radius: 4px;
    background-color: #f9b539;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-content {
    display: flex;
    flex-direction: column;
}
.store-header {
    margin-top: 80px;
    margin-bottom: 32px;
}

.st-market-section {
    margin: 100px auto;
}
.st-market-section h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #0d0d0d;
    margin-bottom: 20px;
}
.st-market-section h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0d0d0d;
    margin-bottom: 20px;
}
.st-market-section p,
.st-market-section ul,
.st-market-section li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #43424a;
    margin-bottom: 20px;
}
#readMoreBtn {
    max-width: 1255px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    cursor: pointer;
}

#readMoreBtn .line {
    flex: 1;
    height: 1px;
    background-color: #d9d9db;
}

#readMoreBtn span {
    margin: 0 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#chevronIcon {
    transition: transform 0.3s ease;
}


body {
    background-color: #F4F7FC;
}
.header .header__top{
    background-color: #fff;
}
form.ps-form--quick-search{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ps-product__thumbnail .ps-product__badges{
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background: #f9b539;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    margin: 0px;
    padding: 8px 0px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}
.ps-product .ps-product__badge.out-stock {
    background-color: #f9b539;
    float: none;
    display: contents;
}
.ps-container {
    max-width: 1312px;
}
.ps-product .ps-product__price{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

@media (min-width: 992px) {

    .ps-shopping-product .row .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ps-page--blog .ps-blog--sidebar .ps-post__content h2{
        font-size: 28px;
    }
}

.ps-page--blog .ps-blog--sidebar .ps-post__content h2{
    font-weight: 500;ё
}

.ps-page--blog .ps-blog--sidebar .ps-post__content table { border: 2px solid #000000; margin: 5px 0px}
.ps-page--blog .ps-blog--sidebar .ps-post__content td,
.ps-page--blog .ps-blog--sidebar .ps-post__content th { border: 1px solid #000000;
    padding: 5px; }

.ps-shopping .fags_block{
    margin-top: 50px;
}
.ps-shopping .fags_block h3{
    margin-bottom: 30px;
}
.ps-shopping .fags_block .card{
    margin: 16px 0px;
    border-radius: 4px;
    width: auto;
    height: auto;
}
.ps-shopping .fags_block .accordion>.card:not(:last-of-type) {
    border-bottom: unset;
    border: 1px solid rgba(0,0,0,.125);
}
.ps-shopping .fags_block .card-header h2 button:after{
    border: unset !important;
}

.ps-product{
    background-color: #fff;
}
.ps-product .ps-product__price{
    font-weight: bold;
}
.ps-product .brands-cart-product{
    margin: 0px 0px 16px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.ps-product .ps-product__title{
    color: #000;
    font-weight: bold;
    min-height: 50px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    /*line-height: 28px;*/
}
.ps-product__actions.div-conteiner{
    background-color: #fff;
    display: block;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: none;
    padding: 0px 0;
    transition: all .5s cubic-bezier(.7,0,.3,1) 0s;
}
.ps-product__actions.div-conteiner a:hover{
    color: #fff;
}
.add-to-cart-button.cstm-btn-item-product {
    /* background-color: #F9B539; */
    background-color: var(--color-1st);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}
.ps-block__content.cstm-block-desct-list-prod {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .ps-shopping-product .row .col-md-4{
        margin-bottom: 30px;
    }

    .ps-breadcrumb--2 .breadcrumb li{
        font-size: 16px;
        color: #43424A;
    }
    .ps-breadcrumb--2 .breadcrumb li a{
        font-weight: bold;
    }
}

@media (min-width: 1180px) {
    .ps-product .ps-product__thumbnail img {
        width: 100%;
        min-height: 273px;
    }
}
.ps-product{
    border-radius: 8px;
}
.ps-page--product .ps-tabs{
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.ps-page--blog .ps-page__header {
    text-align: start;
    padding: 50px 0;
    padding-bottom: 10px;
}
.ps-page--blog .ps-page__header .ps-breadcrumb--2{
    text-align: start;
}
.ps-page--blog .ps-page__header h1{
    margin-top: 20px;
}

.widget--blog.widget--categories .widget__title{
    display: none;
}
.widget--blog.widget--categories .widget__content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.widget--blog.widget--categories .widget__content li{
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 16px;
    border: 1px solid #43424A;
    border-radius: 40px;
}
.widget--blog.widget--categories ul li a{
    padding: 0;
}
.ps-page--blog .ps-blog--sidebar{
    flex-flow: row nowrap;
    padding-bottom: 90px;
    flex-direction: column;
    flex-wrap: wrap;
}
.widget--blog.widget--categories .widget__content li.current{
    background-color: black;
    color: white;
}
.widget--blog.widget--categories .widget__content li.current a{
    color: white;
}
.ps-page--blog .ps-post__meta a{
    padding: 10px 16px;
    border: 1px solid #43424A;
    border-radius: 40px;
}

.ps-page--blog .ps-post {
    display: flex;
    flex-direction: column;
    height: 100%; /* Растягивает блоки по высоте */
    margin-bottom: 0;
    border-radius: 8px;
}

.ps-page--blog .ps-post__content {
    flex-grow: 1; /* Заполняет всю доступную высоту */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
}
.blog-list-post{
    margin-bottom: 30px;
}
.ps-page--blog .ps-post .ps-post__thumbnail img{
    border-radius: 8px 8px 0px 0px;
}
.ps-page--blog .ps-post .ps-post__content{
    border-radius: 0px 0px 8px 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.ps-page--blog .ps-post .ps-post__title{
    font-size: 16px;
}
aside.widget.widget--blog.widget--categories{
    padding-bottom: 0;
}
.blog-post .ps-post__header h1{
    margin-bottom: 10px;
}
.ps-post--detail.sidebar.blog-post-single{
    display: flex;
    flex-flow: unset;
}
.ps-post--detail.sidebar.blog-post-single .ps-blog__left .ps-post__content{
    background: none;
}
.ps-post--detail.sidebar.blog-post-single .ps-blog__right .row{
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 0px;
    margin-left: 0px;
}
.blog-post-single .ps-post{
    flex-direction: row;
    background: #FFFFFF;
    align-items: center;
}
.blog-post-single .ps-post .ps-post__thumbnail img{
    /*max-width: 100px;*/
    border-radius: 8px;
    width: 100px;
}
.blog-post-single .ps-post .ps-post__content{
    padding: 0;
    width: 70%;
    margin-left: 10px;
}
.related-posts-single-blog{
    margin-bottom: 15px;
    border-radius: 8px;
}
.blog-post-single .ps-post__title{
    margin: 0;
}
.blog-post-single .ps-related-posts h3{
    text-align: start;
    margin-bottom: 20px;
}
.blog-post-single .ps-blog__right{
    padding-left: 0;
}
.blog-post-single .ps-post .ps-post__thumbnail{
    /*width: 100px;*/
    padding: 10px;
}
.blog-post-single .ps-related-posts-categories{
    background: #FFFFFF;
    padding: 15px 15px;
    border-radius: 8px;
}
.blog-post-single .categories-widjets {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.blog-post-single .categories-widjets .categories-widjet{
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
}
.blog-post-single .ps-related-posts {
    padding-top: 40px;
}

/*.ps-breadcrumb .breadcrumb li {*/
/*    font-size: 16px;*/
/*    color: #43424A;*/
/*}*/
/*.ps-breadcrumb .breadcrumb li a {*/
/*    font-weight: bold;*/
/*}*/
.dostavka div:first-child .left {
    background: url(/images/dost1.jpg) no-repeat center center;
    background-size: 300px;
}
.dostavka div:last-child .left {
    background: url(/images/dost2.jpg) no-repeat center center;
    background-size: 300px;
}
.dostavka .left {
    margin-right: 25px;
    height: 145px;
    width: 200px;
}
.dostavka .left, .dostavka .right {
    vertical-align: top;
    display: inline-block;
    width: 550px;
    margin-bottom: 15px;
}

#back2top.active{
    background-color: var(--color-1st);
    border-color: var(--color-1st);
}

.dropdown-col a:hover{
    color: #F9B539;
}


.home-products-sec{
    margin-top: 64px;
}
.home-products-sec .ps-section__content{
    padding: 0 30px;
}
.ps-section__content.grid {
    justify-items: unset;
}
.pr_switch_wrap {
    height: 50px;
    overflow: hidden;
}

/*sh*/

/* Стилі для слайдера */
.attribute-swatch-slider{
    display: flex;
}
.attribute-swatch-item {
    list-style: none;

}

.bb-product-filter-content:has(.bb-product-filter-items) {
    max-height: 288px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: #f9b539 #f1f1f1;
}
::-webkit-scrollbar-button {
    display: none; /* Приховує стрілки */
}


/* Контейнер скролбару */

.attribute-swatches-wrapper {

}

.swiper {
    width: 100%;
    overflow: hidden;
}

/* Робимо кружечки в один рядок */
.swiper-wrapper {
    display: flex;
    align-items: center;
}

/* Виправляємо ширину, щоб кожен елемент займав лише свій розмір */
.swiper-slide {
    width: auto !important; /* Автоматична ширина */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px; /* Мінімальний відступ між кружечками */
}

/* Кружечки кольору */
.attribute-swatch-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-scrollbar {
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin-top: 5px;
    cursor: pointer;
}

.custom-scrollbar-thumb {
    width: 35%;
    height: 100%;
    background: #F9B539;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: 0.2s ease;
}

.ps-panel--sidebar .ps-panel__header {
    background-color: #fff;
}

.ps-layout--shop .ps-layout__left.active {
    visibility: visible;
    /*padding: 30px 10px;*/
    width: 90%;
}
.ps-product--detail .ps-product__meta {
    align-items: flex-start;
    border-bottom: none;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 20px;
}
.ps-product--detail .ps-product__desc {
    border-bottom: none;
    margin-bottom: 20px;
}

.ps-product__actions_custom a {
    border: 1px solid #43424A;
    padding: 11px 40px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    width: 314px;
}

.ps-btn_custom {
    background-color: #fcb800;
    border: none;
    padding: 12px 40px;
    min-width: 314px;
}

.ps-product--detail .ps-product__shopping {
    align-items: center;
    border-bottom: none;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 3rem;
    padding-bottom: 30px;
}

@media  (max-width: 920px) {
    .ps-product--detail .ps-product__shopping {
        align-items: center;
        border-bottom: none;
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 3rem;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .ps-tab-list li {
        border: 1px solid #fff;
        background-color: #fff;
        margin-bottom: 16px;
        min-height: 56px;
    }
}


@media (max-width: 1200px) {
    footer {
        margin-bottom: 0!important;
    }

    body.filter-open .ps-layout__left .bb-shop-sidebar button{
        display: block;
    }
    .ps-layout__left .bb-shop-sidebar button{
        display: none;
    }
}
.header .header__actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.ps-layout--shop .ps-layout__left {
    max-width: 360px;
    min-width: 320px;
    padding-right: 30px;
    width: 100%;
    margin-right: 2%;
    padding: 2%;

    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
body.filter-open header.header.header--mobile {
    z-index: 9;
}
.ps-layout__left .bb-shop-sidebar button{
    color: black;
    z-index: 0 !important;
}
.bb-product-filter .bb-product-filter-header button{
    padding: 0px 6px;
}
.bb-product-filter-title {
    border-bottom: none;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 4%;
    line-height: 28px;
}

.ps-layout__left .bb-shop-sidebar{
    background-color: #ffffff;
    padding: 15px;
    /*width: 340px;*/
}
.custom-checkbox span, .custom-radio span {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: relative;
    width: 25px;
    border: 1px solid #89877f;
}
@media (max-width: 767px) {
    #back2top.active {
        bottom: 100px;
    }
}

@media (max-width: 576px) {

    .ps-page--blog .ps-page__header {
        padding: 10px 0;
        padding-bottom: 0px;
    }

    .ps-blog--sidebar .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

        padding-right: 5px;
        padding-left: 5px;
    }
    .ps-page--blog .ps-post .ps-post__title{
        font-size: 12px;
        font-weight: 700;
    }
    .ps-page--blog .ps-post__meta a {
        padding: 4px 8px;
        font-size: 10px;
        font-weight: 500;
    }
    .ps-page--blog .ps-post .ps-post__content {
        padding-top: 10px;
    }
    .ps-page--blog .ps-post .ps-post__meta {
        margin-bottom: 10px;
    }
    .widget--blog.widget--categories ul li a{
        font-size: 12px;
    }
    .ps-page--blog .ps-post .ps-post__title{
        margin-bottom: 10px;
    }
    .blog-list-post {
        margin-bottom: 20px;
    }
    .ps-page--blog .ps-page__header h1 {
        font-size: 32px;
    }
    .widget--blog.widget--categories .widget__content li{
        padding: 8px 16px;
    }

    .ps-post--detail.sidebar.blog-post-single {
        display: flex;
        flex-flow: unset;
        flex-direction: column;
    }
    .ps-post--detail.sidebar.blog-post-single {
        align-items: center;
    }
    .ps-post--detail .ps-post__content,
    .ps-post--detail .ps-post__footer{
        padding-bottom: 0px;
    }
    .ps-blog--sidebar .ps-blog__right {
        max-width: max-content;
    }
    .navigation--mobile .ps-logo img{
        height: 48px;
    }
    .ps-product__share .bb-social-sharing {
        padding-top: 10px;
        padding-left: 0px;
    }

    .ps-shopping.ps-tab-root .bg-light.py-2.mb-3 .container-fluid .row .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ps-shopping.ps-tab-root .bg-light.py-2.mb-3 .container-fluid .row{
        flex-direction: row-reverse;
        align-items: center;
    }
    .ps-shopping.ps-tab-root .container-fluid .select2 .select2-selection--single .select2-selection__rendered{
        text-align: center;
        padding: 9px 20px;
    }
    .ps-shopping.ps-tab-root .container-fluid span.select2-selection.select2-selection--single {
        border: 1px solid #43424A;
        border-radius: 4px;
        font-size: 16px;
        /*height: 40px;*/
    }
    .ps-shopping.ps-tab-root .container-fluid .header__filter.d-xl-none.mx-auto.mb-3.mb-sm-0{
        margin-bottom: 0 !important;
    }
    .ps-shopping.ps-tab-root .container-fluid button#products-filter-sidebar{
        height: 40px;
        border: 1px solid #43424A;
        border-radius: 4px;
        background: unset;
        font-size: 16px;
        color: black;
    }
    .ps-layout__right .ps-block--shop-features{
        display: block;
        margin-bottom: 0px;
    }
    .ps-container .mt-40.mb-40{
        margin-top: 10px;
    }
    .ps-layout__right .ps-block--shop-features .ps-block__header{
        border-bottom: 0;
    }
    .ps-layout__right .ps-block--shop-features .ps-block__header h1{
        font-weight: 600;
        font-size: 32px;
    }

    .ps-shopping-product .ps-product{
        padding: 8px;
    }
    .ps-page--shop .ps-shopping-product .ps-product:not(.ps-product--wide) {
        border: 0;
    }
    .ps-page--shop .ps-shopping-product .ps-product__thumbnail a img{
        height: 100%;
        height: 164px;
    }
    .ps-page--shop .ps-shopping-product .ps-product__container a.ps-product__title.card-title{
        font-weight: 700;
        font-size: 16px;
        min-height: 40px;
    }
    .ps-page--shop .ps-shopping-product .ps-product__container p.brands-cart-product{
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ps-page--shop .ps-shopping-product .ps-product__container .pr_switch_wrap .product-attributes .custom-radio span{
        height: 18px;
        width: 18px;
    }
    .ps-page--shop .ps-shopping-product .ps-product__container p.ps-product__price{
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover){
        padding: 0;
    }
    .ps-page--shop .ps-shopping-product .ps-product__container .add-to-cart-button.cstm-btn-item-product{
        padding: 8px 0px;
        font-weight: 400;
        font-size: 16px;
    }
    .ps-shopping-product .ps-product{
        margin-bottom: 10px;
    }


    .ps-product.card-home .ps-product__title{
        font-weight: 700;
        font-size: 16px;
        min-height: 40px;
    }
    .ps-product.card-home p.brands-cart-product {
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ps-product.card-home p.ps-product__price {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .ps-product.card-home .add-to-cart-button.cstm-btn-item-product {
        padding: 8px 0px;
        font-weight: 400;
        font-size: 16px;
    }
    .ps-product.card-home .pr_switch_wrap .product-attributes .custom-radio span {
        height: 18px;
        width: 18px;
    }
    /**/


    .ps-section--default .ps-product{
        padding: 8px;
    }
    .ps-section--default .ps-product:not(.ps-product--wide) {
        border: 0;
    }
    .ps-section--default .ps-product__thumbnail a{
        display: flex;
        justify-content: center;
    }
    .ps-section--default .ps-product__thumbnail a img{
        height: 100%;
        height: 164px;
        width: auto;
    }
    .ps-section--default .ps-product__container a.ps-product__title.card-title{
        font-weight: 700;
        font-size: 16px;
        min-height: 70px;
    }
    .ps-section--default .ps-product__container p.brands-cart-product{
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ps-section--default .ps-product__container .pr_switch_wrap .product-attributes .custom-radio span{
        height: 18px;
        width: 18px;
    }
    .ps-section--default .ps-product__container p.ps-product__price{
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .ps-section--default .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover){
        padding: 0;
    }
    .ps-section--default .ps-shopping-product .ps-product__container .add-to-cart-button.cstm-btn-item-product{
        padding: 8px 0px;
        font-weight: 400;
        font-size: 16px;
    }
    .ps-section--default .ps-product{
        margin-bottom: 10px;
    }

    #homepage-1 .ps-home-banner{
        display: none;
    }
    #homepage-1 .ps-mob-hom-baner{
        display: block;
        margin: 30px 0px;
    }
    .ps-mob-hom-baner .mob-hban{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: white;
        padding: 8px 16px;
        border-radius: 8px;
    }
    .ps-mob-hom-baner .mob-hban span{
        /*font-size: 12px;*/
        /*font-weight: 400;*/
    }
    .ps-mob-hom-baner .ps-container{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .ps-mob-hom-baner .all-cat-mob-hm{
        border: 1px solid #43424A;
        border-radius: 4px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 12px 24px;
    }
    #homepage-1 section.category-tiles.section-mt-64px,
    #homepage-1 section.our-benefits.section-mt-64px{
        display: none;
    }
    #homepage-1 .store-header{
        margin-top: 30px;
    }
    #homepage-1 section.cards-section.section-mt-64px.st-market-section .ps-container h1{
        font-size: 24px;
    }

    /**/
    .ps-block__content.home-products-sec .ps-section__content.grid{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0px;
        padding: 0;
        justify-content: space-between;
    }
    .ps-block__content.home-products-sec .ps-section__content.grid .ps-product.card-home{
        flex: 0 0 49%;
        max-width: 50%;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        /*margin-right: 2px;*/
        /*margin-left: 2px;*/
    }
    .ps-block__content.home-products-sec .ps-section__content.grid >* {
        padding: 8px;
    }
    .ps-block__content.home-products-sec{
        margin-top: 30px;
    }
    /*.ps-block__content.home-products-sec .brands-cart-product a{*/
    /*    font-size: 12px;*/
    /*}*/
}

.ps-mob-hom-baner{
    display: none;
}
.ck-content.description-product h2{
    font-size: 24px;
}

.ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover){
    border-bottom: 0;
}

.ps-product__share span{
    font-size: 16px;
}
.ps-carousel--responsive .owl-dots{
    display: block !important;
    position: unset;
}
.footer--phones-list.d-flex.flex-column.gap-16px,
.footer--phones-list .d-flex.align-items-center.gap-8px:nth-child(even){
    background-color: unset;
    padding: 0;
}
.footer--phones-list p.d-flex.align-items-center.gap-8px{
    padding: 0;
}
button.ps-btn_custom.add-to-cart-button,
.ps-product__actions_custom a{
    border-radius: 4px;
}
button.ps-btn_custom.add-to-cart-button:hover{
    color: #fff;
}
.category-menu-item .highlighted a:hover{
    color: black;
}
.category-menu-item .dropdown-content ul li{
    position: relative;
}
.category-menu-item .dropdown-content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.ps-product--detail .ps-product__specification p{
    font-size: 16px;
}
.ps-product__header .ps-product__info .text-product a:hover,
.ps-product--detail .ps-product__specification p.categories a:hover{
    color: #fcb800;
}
.ps-product--detail .ps-product__specification p.categories a{
    /*color: black;*/
}
.ps-product__header div p.text-product a{
    color: #09c;
}
.header--mobile.header--sticky .navigation--mobile{
    background-color: white;
    border-bottom: 1px solid #D9D9DB;
}
.toast-bottom-right{
    cursor: auto;
}


.bb-product-filter-content ul.bb-product-filter-items.filter-checkbox li{
    position: relative;
}
.bb-product-filter-items li label {
    color: #0D0D0D;
    font-size: 16px;
    padding-inline-start: 26px;
    position: relative;
}
.bb-product-filter-content ul.bb-product-filter-items.filter-checkbox li label {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}
.bb-product-filter-content ul.bb-product-filter-items.filter-checkbox li label:hover{
    color: var(--color-1st);
}

.bb-product-filter-item:has(input:checked) label {
    color: var(--color-1st);
}

.bb-product-filter-item:has(input:checked) .brand-icon-default {
    display: inline-block;
}

.bb-product-filter-item:has(input:checked) .brand-icon-checked {
    display: none;
}

.bb-product-filter-item:not(:has(input:checked)) .brand-icon-default {
    display: none;
}

.bb-product-filter-item:not(:has(input:checked)) .brand-icon-checked {
    display: inline-block;
}



/*.bb-product-filter-item:has(input:checked) label {*/
/*    color: var(--color-1st);*/
/*}*/
/*.owl-stage-outer .custom-radio input[type=radio]:checked~span:before{*/
/*    border: unset;*/
/*}*/
.product__attribute{
    padding-top: 5px;
}
.product-attributes .attribute-values label{
    margin-top: .5rem;
}
.ps-shopping .container-fluid span.select2-selection.select2-selection--single{
    border: 0px;
}
.ps-shopping .container-fluid .select2-container--default .select2-selection--single{
    background-color: unset;
}
.ps-layout--shop .ps-shopping .bg-light.py-2.mb-3{
    background-color: unset !important;
    margin-bottom: 2rem!important;
}
.ps-shopping .container-fluid .select2 .select2-selection--single .select2-selection__rendered{
    text-align: end;
    padding-right: 30px;
}
.ps-page--blog .ck-content img,
.ck-content.description-product img{
    width: auto !important;
    height: auto !important;
}
.ck-content.description-product p{
    margin-bottom: 10px;
}
.ck-content.description-product li p{
    margin-bottom: 5px;
}
.ps-shopping-product {
    min-height: 0vh;
}
@media screen and (max-width: 479px){
    .ps-panel--sidebar#navigation-mobile {
        max-width: 320px;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .mob-menu .sub-toggle::after {
        content: none; /* Убираем вторую стрелку */
    }
    .mob-menu.menu--mobile>li.menu-item-has-children .sub-toggle{
        right: 10px;
        top: 12px;
    }
    .mob-menu .sub-toggle::before {
        content: "\e93a";
        font-family: Linearicons;
        transform: rotate(270deg);
        transition: transform 0.3s ease;
        width: 0px;
        height: 0px;
    }

    .mob-menu .sub-toggle.active::before {
        transform: rotate(360deg); /* Поворачиваем при активном состоянии */
    }

    .mob-menu{

    }

/*    */

    .mob-new-mn.menu {
        width: 100%;
        max-width: 320px;
        background: #fff;
        /*border: 1px solid #ddd;*/
    }
    .mob-new-mn .menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 16px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }
    .mob-new-mn .menu-item.image{
        padding: 7px 16px;
    }
    .mob-new-mn .menu-item.image span span{
        margin-left: 16px;
    }
    .mob-new-mn .submenu {
        display: none;
        /*background: #f8f8f8;*/
    }
    .mob-new-mn .submenu .menu-item {
        padding-left: 60px;
    }
    .mob-new-mn .icon {
        width: 16px;
        height: 16px;
        background: url("/images/svg/menu-img.svg") no-repeat center;
        background-size: contain;

        transition: transform 0.3s;
    }
    .mob-new-mn .menu-item.open{
        background: #F4F7FC;
    }
    .mob-new-mn .menu-item.open span{
        /*font-weight: bold;*/
        font-weight: 700;
    }
    .mob-new-mn .open .icon {

        transform: rotate(90deg);
    }
    .mob-new-mn .open + .submenu {
        display: block;
    }
    .mob-new-mn .open + .submenu > .submenu > a {
        padding-left: 70px;
    }
    .mob-new-mn .mn-catalog{
        padding: 3px 16px;
    }
    .mob-new-mn span,
    .mob-new-mn .menu-item{
        font-size: 16px;
    }
    .mob-new-mn .submenu .menu-item-gl{
        padding-left: 24px;
    }

    body:has(.overlay-ignore) header.header.header--mobile{
        z-index: 9;
    }
    body:has(.overlay-ignore){
        overflow: hidden;
        touch-action: none;
        pointer-events: none;
    }
    body:has(.overlay-ignore) .ps-panel--sidebar {
        pointer-events: auto;
    }
    body:has(.overlay-ignore) #back2top.active{
        opacity: 0;
    }
    body:has(.overlay-ignore) .fixed-footer{
        z-index: 9;
    }
    .ps-block__content .ps-section__content table{
        width: 100%;
    }
}

.ps-block__content.cstm-block-desct-list-prod .ps-section__content h2{
    font-size: 2rem;
}
.ps-block__content.cstm-block-desct-list-prod .ps-section__content figure.table table{
    width: 100%;
}
.ps-block__content.cstm-block-desct-list-prod .ps-section__content figure.table table thead tr th:nth-child(2),
.ps-block__content.cstm-block-desct-list-prod .ps-section__content figure.table table tbody tr td:nth-child(2){
    text-align: center;
}

.footer--phones-list.ft-pt-1{
    margin-top: 0px;
    gap: 0px;
}
p.fw-700.mb-4.ft-pt-1-text{
    margin-bottom: 7px!important;
}
.ft-pt-3{
    margin-top: 8px;
}
@media (min-width: 1200px){
    .ps-page--blog .container{
        max-width: 1312px;
    }
}
@media (min-width: 1200px) and (max-width: 1680px){
    .ps-page--blog .container{
        padding: 0px 30px;
    }
}
