.page-main {
    margin: 0 !important;
    padding: 0 0 !important;
    max-width: 100% !important;
}
.column.main{
    padding: 0 !important;
    width: 100% !important;
}
.breadcrumbs{
	margin: 0 !important;
    padding: 1.3888vw 0 0 !important;
    max-width: 100% !important;
}
.breadcrumbs .items{
	padding: 0 6.25vw;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs .item{
    display: flex !important;
    align-items: center;
}
.breadcrumbs .item a{
	font-weight: 400;
    font-size: 0.9722vw;
    line-height: 1.1111vw;
    letter-spacing: 0.02em;
    color: #090909;
}
.breadcrumbs .item strong{
	font-weight: 400;
    font-size: 0.9722vw;
    line-height: 1.1111vw;
    letter-spacing: 0.02em;
    color: #090909;
    opacity: .25;
}
.breadcrumbs .item a:hover{
    opacity: .8;
    text-decoration: none;
}
.breadcrumbs ul li:not(:last-child)::after {
    content: '/' !important;
    font-size: 0.9722vw !important;
    line-height: 1.1111vw !important;
    color: #090909 !important;
    margin: 0 0.4166vw !important;
}
.page-title-wrapper{
    margin-top: 2.0833vw;
    margin-bottom: 2.9166vw;
    padding-left: 10.4166vw;
}
.page-title-wrapper .page-title{
    margin-bottom: 0;
    font-weight: 900;
    font-size: 6.6666vw;
    line-height: 7.8472vw;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #090909;
}
.categoty_filters_wrap{
    margin-top: 2.9166vw;
    position: relative;
}
.categoty_filters_wrap::after{
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #090909;
}
.categoty_filters_wrap .categoty_filters_container{
    position: relative;
}
.categoty_filters_wrap .categoty_filters_content{
    margin: 0 5.2777vw;
    padding: 2.7777vw 0;
    border-left: 2px solid #090909;
    border-right: 2px solid #090909;
    overflow: hidden;
}
.categoty_filters_wrap .categories_filter_list{
    padding-left: 2.7777vw;
}
.categoty_filters_wrap .category_item{
    width: auto;
}
.categoty_filters_wrap .category_item:not(:last-child){
    margin-right: 4.1666vw;
}
.categoty_filters_wrap .category_item a{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.8055vw;
    line-height: 2.0833vw;
    letter-spacing: 0.02em;
    color: #090909;
}
.categoty_filters_slider_button_next{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    width: 5.2777vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.categoty_filters_slider_button_prev{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    margin: 0;
    width: 5.2777vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.categoty_filters_slider_button_next::before{
    content: '';
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(./img/categoty-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s linear;
}
.categoty_filters_slider_button_prev::before{
    content: '';
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(./img/categoty-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s linear;
}
.categoty_filters_slider_button_prev::after{
    display: none !important;
}
.categoty_filters_slider_button_next::after{
    display: none !important;
}
.page-bottom{
    margin: 0 !important;
    padding: 0 0 !important;
    max-width: 100% !important;
}
.page_description_wrap{
    padding: 5.5555vw 0;
    border-top: 2px solid #090909;
}
.page_description_container{
    padding: 0 10.4166vw;
}
.category-description{
    margin: 0;
}
.category-description h2{
    margin-top: 0;
    margin-bottom: 2.0833vw;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #090909;
}
.category-description p{
    margin: 0;
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #090909;
}
.category-description p:not(:last-child){
    margin-bottom: 2.0833vw;
}
.category-description ol,
.category-description ul{
    margin: 2.0833vw 0;
    list-style-position: outside;
    padding-left: 3.8888vw;
}
.category-description ol li,
.category-description ul li{
    margin: 0 0 2.0833vw;
    font-size: calc(12vw * 100 / 1440);
}
.category-description h3{
    margin-bottom: 2.0833vw;
    font-weight: 500;
    font-size: 2vw;
}

.products-grid .product-items{
    border-top: 2px solid #090909;
}
.products-grid{
    margin: 0;
}
.products-grid .product-items{
    margin: 0;
    padding: 0 1.1111vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    overflow: hidden;
}
.products-grid .product-item{
    margin: 0;
    padding: 2.7777vw 0 !important;
    width: 100% !important;
    border-right: 2px solid #090909;
    position: relative;
}
.products-grid .product-item:nth-child(3n+1):after{
    content: '';
    display: block;
    width: 100vw;
    height: 2px;
    border-bottom: 2px solid #090909;
    position: absolute;
    bottom: 0;
    left: -1.1111vw;
}
.products-grid .product-item:nth-child(3n){
    border-right: none;
}
.products-grid .product-item-info{
    padding: 0 5.1388vw;
    width: 100%;
}
.products-grid .product-item-info:hover{
    margin: 0;
    padding: 0 5.1388vw;
    background: transparent;
    box-shadow: none;
    border: none;
}
.products-grid .product-item-photo{
    padding-bottom: 6.5277vw;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.products-grid .product-item-photo:hover{
    opacity: 1;
}
.products-grid .product-image-container{
    width: 100% !important;
    display: block;
}
.products-grid .product-image-wrapper{
    padding-bottom: 0 !important;
    height: auto;
    width: 100%;
    display: block;
}
.products-grid .product-image-photo{
    width: 100%;
    height: 30.0694vw;
    object-fit: contain;
    object-position: center;
    position: relative;
}
.products-grid .product-item-details{
    padding: 0 0.3472vw;
    background-color: #fff;
    position: absolute;
    top: 30.0694vw;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: all .3s linear;
}
.products-grid .product-item-photo:hover .product-item-details{
    top: 21.3888vw;
    padding: 1.3888vw 0;
}
.products-grid .product_item_details_content{
    padding-left: 1.3888vw;
}
.products-grid .price-box{
    margin: 0;
}
.products-grid .special-price{
    display: inline-block;
    position: relative;
}
.products-grid .special-price span{
    display: inline-block;
}
.products-grid .special-price::before{
    content: '';
    position: absolute;
    top: 0;
    left: -1.0416vw;
    right: -1.0416vw;
    width: auto;
    height: 100%;
    background-color: #F7CF2D;
}
.products-grid .price{
    position: relative;
    font-weight: 700;
    font-size: 1.9444vw;
    line-height: 2.2916vw;
    color: #090909;
}
.products-grid .old-price{
    margin: 0;
    margin-left: 2.0833vw;
    display: inline-block;
}
.products-grid .old-price span{
    display: inline-block;
}
.products-grid .old-price .price{
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.4583vw;
    text-decoration-line: line-through;
    color: #090909;
    opacity: 0.45;
}
.products-grid .product-item-name{
    margin-top: 0.8333vw;
    margin-bottom: 0;
}
.products-grid .product-item-link{
    display: inline-block;
    font-weight: 700 !important;
    font-size: 1.25vw;
    line-height: 1.4583vw;
    color: #090909;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.products-grid .product-item-link:hover{
    opacity: 1;
    text-decoration: none;
}
.products-grid .product-item-description{
    margin-top: 1.6888vw;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.1111vw;
    line-height: 1.5277vw;
    color: #090909;
    opacity: 0.75;
}
.products-grid .product-item-description p{
    margin-bottom: 0;
}
.products-grid .product-item-description p:not(:last-child){
    margin-bottom: 0.6944vw;
} 
.product_item_to_cart_btn{
    width: 4.7222vw;
    height: 4.7222vw;
    background-color: #090909;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21.8055vw;
    right: 0;
    z-index: 99;
    opacity: 0;
    transition: all .3s linear;
}
.product_item_to_cart_btn svg{
    width: 1.6666vw;
    height: 1.6666vw;
}
.products-grid .product-item-photo:hover .product_item_to_cart_btn{
    opacity: 1;
    top: 19.0277vw;
}
.toolbar-products{
    margin-bottom: 0;
    padding: 2.7777vw 0;
}
.toolbar-products .pages{
    margin-bottom: 0 !important;
    float: none !important;
}
.toolbar-products ul.pages-items{
    display: flex;
    justify-content: center;
    gap: 0 0.3472vw;
}
.toolbar-products ul.pages-items li{
    margin: 0;
    line-height: 0;
    font-size: 0;
}
.toolbar-products ul.pages-items li{
    min-width: 2.4305vw;
    height: 2.4305vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toolbar-products ul.pages-items li.current strong{
    padding: 0;
    font-weight: 400;
    background: transparent;
    line-height: 0;
}
.toolbar-products ul.pages-items li.current span{
    color: #090909;
}
.toolbar-products ul.pages-items li.item span{
    font-weight: 400;
    font-size: 1.6666vw;
    line-height: 1.9444vw;
    text-align: right;
    color: #090909;
}
.toolbar-products ul.pages-items li.item a{
    padding: 0;
}
.toolbar-products ul.pages-items li.item a span{
    font-weight: 400;
    font-size: 1.6666vw;
    line-height: 1.9444vw;
    text-align: right;
    color: #090909;
    opacity: 0.25;
}
.toolbar-products ul.pages-items li.pages-item-next{
    display: none;
}

.page-wrapper .column.main .message.info{
    margin: 0;
    border-top: 2px solid #090909;
    padding: 2.0833vw 5.5555vw;
    background: transparent;
    position: relative;
}
.page-wrapper .column.main .message.info div{
    position: relative;
    padding-left: 2.7777vw;
    font-weight: 400;
    font-size: 1.3888vw;
    line-height: 2.2222vw;
    letter-spacing: 0.02em;
    color: #090909;
}
.page-wrapper .column.main .message.info div::before{
    display: none;
}
.page-wrapper .column.main .message.info div::after{
    content: '';
    display: block;
    height: 1.6666vw;
    width: 1.6666vw;
    background: url(./img/error-warning-fill.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.1388vw;
    left: 0;
}

/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px){
    .breadcrumbs{
        display: block;
    }
    .breadcrumbs .items{
        padding: 0 4.6875vw;
    }
    .breadcrumbs .item a,
    .breadcrumbs .item strong{
        font-size: 3.75vw;
        line-height: 4.375vw;
    }
    .breadcrumbs ul li:not(:last-child)::after{
        margin: 0 1.875vw !important;
        font-size: 3.75vw !important;
        line-height: 4.375vw !important;
    }

    .page-title-wrapper{
        margin-top: 12.5vw;
        margin-bottom: 6.25vw;
        padding: 0 4.6875vw;
    }
    .page-title-wrapper .page-title{
        font-size: 11.875vw;
        line-height: 14.6875vw;
        hyphens: auto;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
    }

    .categoty_filters_wrap{
        margin-top: 0;
    }
    .categoty_filters_wrap .categoty_filters_content{
        margin: 0;
        padding: 6.25vw 0;
        border: none;
    }
    .categoty_filters_slider_button_next,
    .categoty_filters_slider_button_prev{
        display: none;
    }
    .categoty_filters_wrap .categories_filter_list{
        padding-left: 4.6875vw;
    }
    .categoty_filters_wrap .category_item:not(:last-child){
        margin-right: 12.5vw;
    }
    .categoty_filters_wrap .category_item a{
        font-size: 6.25vw;
        line-height: 7.1874vw;
    }

    .page-products .columns{
        margin-top: 6.25vw;
        padding-top: 0;
    }
    .products-grid .product-items{
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .products-grid .product-item{
        padding: 6.25vw 0 !important;
    }
    .products-grid .product-item:nth-child(3n+1):after{
        display: none;
    }
    .products-grid .product-item:nth-child(2n+1):after{
        content: '';
        display: block;
        width: 100vw;
        height: 2px;
        border-bottom: 2px solid #090909;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .products-grid .product-item:nth-child(3n){
        border-right: 2px solid #090909;
    }
    .products-grid .product-item:nth-child(2n){
        border-right: none;
    }
    .products-grid .product-item-info{
        padding: 0 3.125vw;
    }
    .products-grid .product-item-info:hover{
        padding: 0 3.125vw;
    }
    .products-grid .product-item-photo{
        padding-bottom: 0;
    }
    .products-grid .product-image-photo{
        height: 56.5625vw;
    }
    .products-grid .product-item-details{
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
    }
    .products-grid .product-item-photo:hover .product-item-details{
        top: 0;
        padding: 0;
    }
    .products-grid .product_item_details_content{
        padding-left: 3.125vw;
    }
    .products-grid .special-price::before{
        left: -3.125vw;
        right: -3.125vw;
    }
    .products-grid .price-box{
        display: flex;
        align-items: flex-end;
    }
    .products-grid .price{
        font-size: 5.625vw;
        line-height: 6.5625vw;
    }
    .products-grid .old-price{
        margin-left: 6.25vw;
    }
    .products-grid .old-price .price{
        font-size: 3.75vw;
        line-height: 4.375vw;
    }
    .products-grid .product-item-name{
        margin-top: 3.125vw;
    }
    .products-grid .product-item-link{
        font-size: 3.75vw;
        line-height: 4.375vw;
        -webkit-line-clamp: 3;
    }
    .products-grid .product-item-description{
        display: none;
    }
    .product_item_to_cart_btn{
        display: none;
    }

    .toolbar-products{
        padding: 6.25vw 0;
    }
    .toolbar-products ul.pages-items{
        gap: 0 12.5vw;
    }
    .toolbar-products ul.pages-items li{
        min-width: auto;
        height: auto;
    }
    .toolbar-products ul.pages-items li.item a span,
    .toolbar-products ul.pages-items li.item span{
        font-size: 7.5vw;
        line-height: 8.75vw;
    }
    .page_description_wrap{
        padding: 12.5vw 0 18.75vw;
    }
    .page_description_container{
        padding: 0 4.6875vw;
    }
    .category-description h2{
        margin-bottom: 6.25vw;
        font-size: calc(24vw * 100 / 320);
    }
    .category-description p{
        font-size: calc(12vw * 100 / 320);
    }
    .category-description p:not(:last-child){
        margin-bottom: 6.25vw;
    }
    .category-description ol,
    .category-description ul{
        margin: 6.25vw 0;
        padding-left: 4.375vw;
    }
    .category-description ol li,
    .category-description ul li{
        margin-bottom: 6.25vw;
        font-size: calc(12vw * 100 / 320);
    }
    .category-description h3{
        margin-bottom: 6.25vw;
        font-size: 8vw;
    }
    .page-wrapper .column.main .message.info{
        padding: 6.25vw 4.6875vw;
    }
    .page-wrapper .column.main .message.info div{
        padding-left: 15.625vw;
        font-size: 5vw;
        line-height: 8.75vw;
    }
    .page-wrapper .column.main .message.info div::after{
        content: '';
        height: 7.5vw;
        width: 7.5vw;
        top: 0.625vw;
        left: 4.6875vw;
    }
}