
body .new-logo-link img {
    max-width: 120px;
}

body .page-header._alt {
    min-height: 0;
}

body .header-menu-wrapper {
    min-height: 0;
}

/**/

.section ._sbox {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
    padding: 35px;
}

@media (max-width: 768px) {
    .section ._sbox {
        padding: 20px;
    }
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

/**/

.shop-header {
    position: relative;
}

.shop-header .swiper-wrapper {
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
}

.shop-header .swiper-slide {
    height: auto;
    padding: 115px 0;
}

.shop-header ._bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shop-header ._bg img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.shop-header ._box {
    display: block;
    max-width: 640px;
    width: 100%;
}

.shop-header ._heading {
    color: #fff;
    font-size: 110px;
    font-weight: 900;
    line-height: 100%;
    margin: 0 0 25px;
}

.shop-header ._content {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.shop-header ._button {
    display: flex;
    margin: 55px 0 0;
}

.shop-header ._button a {
    background-color: #fff;
    border-radius: 15px;
    color: #23346B;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    padding: 21px 25px;
    text-align: center;
}

.shop-header .swiper-buttons {
    bottom: 30px;
    display: flex;
    position: absolute;
    right: 30px;
}

.shop-header .swiper-buttons .swiper-button {
    align-items: center;
    background-color: #23346B;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 0 0 14px;
    position: static;
    width: 60px;
}

.shop-header .swiper-buttons .swiper-button.swiper-button-disabled {
    opacity: 0.4 !important;
}

.shop-header .swiper-buttons .swiper-button::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.shop-header .swiper-buttons .swiper-button.swiper-button-prev::before {
    margin: 0 0 0 4px;
    transform: rotate(-135deg);
}

.shop-header .swiper-buttons .swiper-button.swiper-button-next::before {
    margin: 0 4px 0 0;
}

@media (max-width: 1024px) {
    .shop-header .swiper-slide {
        padding: 80px 0;
    }
    .shop-header ._heading {
        font-size: 85px;
    }
    .shop-header ._content {
        font-size: 18px;
    }
    .shop-header ._button a {
        font-size: 16px;
        padding: 15px 25px;
    }
}

@media (max-width: 768px) {
    .shop-header .swiper-slide {
        padding: 50px 0 60px;
    }
    .shop-header ._heading {
        font-size: 45px;
        margin: 0 0 20px;
    }
    .shop-header ._content {
        font-size: 16px;
        margin: 0 0 25px;
    }
    .shop-header ._button a {
        border-radius: 5px;
        font-size: 14px;
        padding: 15px;
    }
    .shop-header .swiper-buttons {
        bottom: 15px;
        right: 15px;
    }
    .shop-header .swiper-buttons .swiper-button {
        height: 40px;
        margin: 0 0 0 10px;
        width: 40px;
    }
}

/**/

body section.product {
    background-color: #f9fafb;
    padding: 60px 0;
}

body section.product.pb-0 {
    padding-bottom: 0;
}

body.single-product section.product {
    margin: 20px 0 0;
    padding: 0;
}

body section.product ._box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    padding: 35px;
}

body section.product .headline._horizontal {
    margin: 0 0 35px;
}

body section.product .headline-title {
    font-size: 36px;
    line-height: 100%;
}

body section.product .products {
    margin: 0;
}

body section.product .image {
    border: none;
    border-radius: 0;
    height: auto;
}

body section.product .image > a {
    display: block;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

body section.product .image > a > img {
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body section.product h3 {
    line-height: 125%;
    margin: 0 0 20px;
    text-transform: uppercase;
}

body section.product .product .price {
    align-items: flex-end;
    display: flex;
    font-size: 20px;
    line-height: 125%;
}

body section.product ._btn {
    display: block;
    margin: auto 0 0;
    padding: 20px 0 0;
    width: 100%;
}

body section.product ._btn a {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    color: #23346B;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    opacity: 1;
    padding: 15px;
    text-align: center;
    width: 100%;
}

body section.product ._btn a:hover {
    background-color: #23346B;
    border: 1px solid #23346B;
    color: #fff;
}

body section.product .products-more {
    border-top: 1px solid #E2E5F0;
    display: flex;
    justify-content: center;
    margin: 35px 0 0;
    padding: 20px 0 0;
}

body section.product .products-more a {
    background-color: #23346B;
    border-radius: 8px;
    box-shadow: 0px 4px 5px #cbcad5;
    color: #fff;
    line-height: 100%;
    padding: 17px 45px;
    width: auto;
}

body section.product .products-more a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    body.single-product section.product {
        margin: 15px 0 0;
    }
    body section.product ._box {
        padding: 25px 20px;
    }
    body section.product .headline-title {
        font-size: 32px;
    }
    body section.product h3 {
        margin: 0 0 10px;
    }
    body section.product .product .price {
        font-size: 16px;
    }
    body section.product ._btn a {
        font-size: 14px;
        padding: 10px;
    }
}

/**/

.shop-app {
    background-color: #f9fafb;
    position: relative;
}

.shop-app::after {
    background-color: #23346B;
    bottom: 0;
    content: '';
    height: 155px;
    left: 0;
    position: absolute;
    width: 100%;
}

.shop-app ._box {
    background-color: #CE2129;
    border-radius: 8px;
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}

.shop-app ._bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.shop-app ._bg img {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.shop-app ._bg img._mobile {
    border-radius: 0 0 8px 0;
    display: none;
    height: auto;
    position: static;
}

.shop-app ._content {
    position: relative;
    z-index: 2;
}

.shop-app ._heading {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 100%;
    margin: 0 0 30px;
    max-width: 450px;
    width: 100%;
}

.shop-app ._badges {
    display: flex;
    margin: 0 0 40px;
}

.shop-app ._badges li {
    padding: 0 16px 0 0;
}

.shop-app ._badges li a {
    display: block;
}

.shop-app ._badges li img {
    display: block;
}

.shop-app ._list {
    display: flex;
    margin: 0 -25px;
}

.shop-app ._list ul {
    margin: 0;
    padding: 0 25px;
}

.shop-app ._list ul li {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    position: relative;
}

.shop-app ._list ul li:last-child {
    margin: 0;
}

.shop-app ._list ul li::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    height: 14px;
    left: 3px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 8px;
}

@media (max-width: 1024px) {
    .shop-app ._bg {
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .shop-app ._box {
        padding: 25px 20px 0;
    }
    .shop-app ._bg {
        height: auto;
        margin: -40px -20px 0;
        opacity: 1;
        position: static;
        width: auto;
    }
    .shop-app ._bg img._desktop {
        display: none;
    }
    .shop-app ._bg img._mobile {
        display: block;
    }
    .shop-app ._heading {
        font-size: 25px;
    }
    .shop-app ._list {
        display: block;
    }
    .shop-app ._list ul {
        margin: 0 0 10px;
    }
    .shop-app ._list ul:last-child {
        margin: 0;
    }
}

/**/

body main.main {
    background-color: #f9fafb;
}

body.single-product main.main, body.page-template-cart main.main, body.page-template-checkout main.main {
    padding: 35px 0;
}

body.single-product main.main .breadcrumbs, body.page-template-cart main.main .breadcrumbs, body.page-template-checkout main.main .breadcrumbs {
    padding: 0 0 5px;
}

body .section-product {
    padding: 0 !important;
}

body .section-product .product, body.woocommerce .section-product .product {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 0 !important;
    padding: 15px 60px 60px 15px;
}

body .section-product .product .images {
    margin: 0;
}

body .section-product .product .images .fotorama__stage {
    border: none;
    border-radius: 0 !important;
}

body .fotorama__nav::before, body .fotorama__nav::after {
    display: none;
}

body .section-product .product .images .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    border-radius: 8px !important;
}

body .section-product .product .images .fotorama__thumb {
    border-radius: 8px;
}

body .section-product .product .images .fotorama__arr {
    background-color: #23346B;
}

body .section-product .product .images .fotorama__arr.fotorama__arr--prev {
    left: 0;
}

body .section-product .product .images .fotorama__arr.fotorama__arr--next {
    right: 0;
}

body .section-product .product .summary {
    margin: 0;
    padding: 35px 0 0;
}

body .section-product .product .summary .variations_form {
    margin: 0;
}

body .section-product .product .summary .variations_form::before, body .section-product .product .summary .variations_form::after {
    display: none;
}

@media (max-width: 1024px) {
    body .section-product .product, body.woocommerce .section-product .product {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    body.single-product main.main {
        padding: 15px 0;
    }
    body .section-product .product, body.woocommerce .section-product .product {
        padding: 20px;
    }
}

/**/

body .product-tabs {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 20px 0 0;
    max-width: 100%;
}

body .product-tabs .product-items .product-item {
    padding: 45px 210px 60px;
}

body .product-tabs .product-items .product-item h3 {
    font-size: 24px;
}

body .product-tabs .product-items .product-item p {
    font-size: 16px;
}

body .product-tabs .product-items .product-item ul {
    font-size: 16px;
}

@media (max-width: 1024px) {
    body .product-tabs .product-items .product-item {
        padding: 45px 50px 60px;
    }
}

@media (max-width: 768px) {
    body .product-tabs {
        margin: 15px 0 0;
    }
    body .product-tabs .product-items .product-item {
        padding: 35px 20px 30px;
    }
}

/**/

body .section-faq.alt {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 20px 0 0;
    max-width: 100%;
    padding: 55px 210px 60px;
}

body .section-faq.alt .box-heading {
    font-size: 32px;
}

@media (max-width: 1024px) {
    body .section-faq.alt {
        padding: 55px 50px 60px;
    }
}

@media (max-width: 768px) {
    body .section-faq.alt {
        padding: 35px 20px 30px;
    }
}

/* CART */

body.page-template-cart .section-cart .headline {
    display: none;
}

body.page-template-cart .section-cart .entry-content {
    padding: 0;
}

body.page-template-cart .woocommerce-cart-form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 0;
    padding: 0;
    width: calc(100% - 360px);
}

body.page-template-cart .woocommerce-cart-form ._heading {
    border-bottom: 1px solid #E2E5F0;
    color: #333;
    font-size: 40px;
    line-height: 100%;
    margin: 0;
    padding: 30px 40px 25px;
}

body.page-template-cart .woocommerce-cart-form .shop-info {
    border-bottom: 1px solid #E2E5F0;
    gap: 32px;
    margin: 0;
    padding: 28px 40px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img {
    border: none;
    border-radius: 0;
    flex: 0 0 156px;
    height: auto;
    width: auto;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img a {
    display: block;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img a img {
    border-radius: 8px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-content {
    flex: 1;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-name {
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-name a {
    color: #333;
    display: block;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-price {
    color: #333;
    font-size: 20px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 35px 0 0;
    width: 100%;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item {
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item > div {
    align-items: center;
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    padding: 15px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item input[type="number"] {
    border: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    min-height: 0;
    padding: 0;
    width: 60px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus, body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus {
    height: 16px;
    position: relative;
    width: 16px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus svg, body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus svg {
    display: none;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::before, body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus::before, body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::after, body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus::after {
    background-color: #333;
    content: '';
    display: block;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::after, body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::before {
    display: none;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .product-remove {
    margin: 0;
    width: auto;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .product-remove a {
    color: #23346B !important;
    line-height: 100%;
}

body.page-template-cart .woocommerce-cart-form button.button[type="submit"] {
    background-color: #23346B;
    border-radius: 8px;
    box-shadow: 0 4px 5px #cbcad5;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    margin: 25px 40px;
    max-width: 200px;
    padding: 1em;
    width: 100%;
}

@media (max-width: 1024px) {
    body.page-template-cart .woocommerce-cart-form {
        width: 100%;
    }
    body.page-template-cart .woocommerce-cart-form ._heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    body.page-template-cart .woocommerce-cart-form ._heading {
        font-size: 24px;
        padding: 25px 20px 20px;
    }
    body.page-template-cart .woocommerce-cart-form .shop-info .product-price {
        font-size: 18px;
    }
    body.page-template-cart .woocommerce-cart-form .shop-info .product-price._only-desktop {
        display: block !important;
    }
    body.page-template-cart .woocommerce-cart-form .shop-info .product-price._only-mobile {
        display: none !important;
    }
    body.page-template-cart .woocommerce-cart-form .shop-info {
        padding: 20px;
    }
    body.page-template-cart .woocommerce-cart-form button.button[type="submit"] {
        margin: 20px;
    }
}

@media (max-width: 600px) {
    body.page-template-cart .woocommerce-cart-form .shop-info {
        display: block;
    }
    body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img {
        display: block;
        margin: 0 auto 20px;
        max-width: 300px;
        width: 100%;
    }
}

body.woocommerce-page .cart-collaterals {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    max-width: 320px;
    padding: 30px 20px 20px;
}

body.woocommerce-page .cart-collaterals h2 {
    color: #333;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 100%;
    margin: 0 0 20px;
    text-align: left;
}

body.woocommerce-page .cart-collaterals .cart-info {
    display: none;
}

body.woocommerce-page #wrapper .cart-collaterals table th {
    color: #7C8799;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

body.woocommerce-page #wrapper .cart-collaterals table td {
    color: #333;
    font-size: 16px;
    font-weight: 800;
}

body.woocommerce-page #wrapper .cart-collaterals table td span {
    color: #333;
    font-weight: 800;
}

body.woocommerce-page #wrapper .cart-collaterals table .order-total td {
    font-size: 20px;
}

body.woocommerce-page .wc-proceed-to-checkout a.checkout-button.btn {
    background-color: #23346B;
    border-radius: 8px;
    box-shadow: 0 4px 5px #CBCAD5;
    line-height: 100%;
    margin: 0 0 15px;
}

body.woocommerce-page .cart-collaterals .wc-link a {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    color: #23346B;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    opacity: 1;
    padding: 15px;
    text-align: center;
    width: 100%;
}

body.woocommerce-page .cart-collaterals .wc-link a:hover {
    background-color: #23346B;
    border: 1px solid #23346B;
    color: #fff;
}

@media (max-width: 1024px) {
    body.woocommerce-page .cart-collaterals {
        margin: 20px 0 0;
        max-width: 100%;
    }
    .right-side._alt > .btn {
        display: none;
    }
    .right-side._alt > div > .btn {
    }
}

/**/

body.woocommerce-page .woocommerce_item .woocommerce-info, body.woocommerce-page .woocommerce_item .box {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
}

body.woocommerce-page #payment #place_order {
    background-color: #23346B;
    border-radius: 8px;
    line-height: 100%;
    padding: 1em;
}

@media (max-width: 767px) {
    body.woocommerce-page .woocommerce_item .woocommerce-info, body.woocommerce-page .woocommerce_item .box {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    body.woocommerce-page .section-cart {
        padding: 0 !important;
    }
}

@media (max-width: 666px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

.right-side._alt > .btn {
    display: none !important;
}

.ship-notice {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

/**/

.page-header._alt._new {
    min-height: 0;
}

.page-header._alt._new .header-menu-wrapper {
    min-height: 0;
}

/**/

.snew-hero + .section {
    padding: 40px 0 100px;
}

@media (max-width: 1024px) {
    .snew-hero + .section {
        padding: 40px 0 100px;
    }
}

.snew-hero {
    background-color: #23346B;
    background-image: url(../../../images/header-logo.svg);
    background-position: calc(50% - 400px) 10%;
    background-repeat: no-repeat;
    background-size: 750px auto;
    overflow: hidden;
    padding: 65px 0;
    position: relative;
}

.snew-hero::before, .snew-hero::after {
    background-color: #CE2129;
    content: '';
    display: block;
    filter: blur(150px);
    height: 355px;
    position: absolute;
    width: 355px;
}

.snew-hero::before {
    left: 0;
    top: 0;
    transform: translate(-65%, -65%);
}

.snew-hero::after {
    bottom: 0;
    right: 0;
    transform: translate(85%, 85%);
}

.snew-hero .container {
    position: relative;
    z-index: 1;
}

.snew-hero ._heading {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
}

.snew-hero ._subheading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    margin: 20px 0 0;
    max-width: 1135px;
    width: 100%;
}

.snew-hero .headline {
    margin: 0;
}

.snew-hero .headline._alt {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.snew-hero .headline .headline-title {
    color: #fff;
    font-size: 45px;
}

.snew-hero .headline._alt .headline-filter {
    margin: 0;
}

.snew-hero .headline._alt .headline-filter .headline-filter-block {
    width: auto;
}

.snew-hero .headline-filter-block-input {
    width: 100%;
}

.snew-hero .headline-filter-block-input input[type="search"] {
    background-color: rgb(255 255 255 / 10%);
    border: none;
    border-radius: 8px;
    color: #fff;
    line-height: 100%;
    min-height: 50px;
    padding: 15px 20px;
    width: 370px;
}

.snew-hero .headline-filter-block-input .clear-search {
    color: #fff;
    right: 15px;
}

.snew-hero .headline-filter-block-input .icon {
    display: none;
}

.snew-hero .headline-filter-block._search button {
    display: none;
}

.snew-hero .headline-filter-block button.open-filter {
    background: rgb(255 255 255 / 10%);
    border-radius: 8px;
    height: 50px;
    width: 50px;
}

@media (max-width: 1024px) {
    body.woocommerce-account .snew-hero, body.post-type-archive .snew-hero, .event-sfilter .snew-hero {
        padding: 40px 0 25px;
    }
    .snew-hero::before {
        transform: translate(-90%, -65%);
    }
    .snew-hero::after {
        transform: translate(100%, 100%);
    }
    .snew-hero .headline .headline-title {
        font-size: 28px;
        text-align: center;
        width: 100%;
    }
    .snew-hero .headline._alt .headline-title {
        text-align: left;
        width: auto;
    }
    .snew-hero .headline .headline-filter {
        gap: 8px;
    }
    .snew-hero .headline._alt .headline-filter {
        width: auto;
    }
    .snew-hero .headline-filter-block-input input[type="search"] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .snew-hero {
        background-position: calc(55% - 50vw) -10px;
        background-size: auto 200%;
    }
    .snew-hero::before {
        transform: translate(-80%, -65%);
    }
    .snew-hero::after {
        display: none;
    }
    .snew-hero ._heading {
        font-size: 28px;
    }
    .snew-hero ._subheading {
        font-size: 16px;
        margin: 15px 0 0;
    }
    .snew-hero .headline .headline-title {
        text-align: center;
    }
}

/**/

.section .container._reverse #sidebar {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
    margin: 0;
    padding: 0;
    width: 300px;
}

@media (max-width: 1024px) {
    .section .container._reverse #sidebar {
        width: 100%;
    }
    .section .container._reverse #sidebar.open {
        top: 0;
        z-index: 999;
    }
}

.section .container._reverse #sidebar .filter h3 {
    border-bottom: 1px solid #E2E5F0;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 100%;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.section .container._reverse #sidebar .filter-row {
    border-bottom: 1px solid #E2E5F0;
    margin: 0;
    padding: 20px;
}

.section .container._reverse #sidebar .filter-row:last-child {
    border: none;
}

.section .container._reverse #sidebar .filter label.filter-label {
    font-size: 18px;
    line-height: 100%;
}

.section .container._reverse #sidebar .filter-row input, .section .container._reverse #sidebar .filter-row .jcf-select {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
}

.section .container._reverse #sidebar .filter-row .event-block-btn {
    padding: 0;
}

.section .container._reverse #sidebar .filter-row .event-block-btn#reset_btn_wrapper {
    padding: 10px 0 0;
}

.section .container._reverse #content {
    margin: 0;
}

.event-block-btn .btn {
    border-radius: 8px;
    box-shadow: 0px 4px 5px #cbcad5;
    line-height: 100%;
    padding: 17px 15px;
}

.events.event-filter-wrapper .events-list-elem {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.events-item-wrapper .event-block {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.section-wholesale {
}

.wholesale-content {
    margin-bottom: 40px;
}

.wholesale-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.wholesale-content p:last-child {
    margin-bottom: 0;
}

.section-wholesale .table-wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 4%);
    overflow: auto;
}

.section-wholesale .table-box {
    min-width: 930px;
    padding: 25px 25px 90px;
}

.section-wholesale table {
    margin: 0;
}

.section-wholesale table thead {
}

.section-wholesale table thead tr {
}

.section-wholesale table thead tr th {
    border-bottom: 1px solid #E2E5F0;
    color: #7C8799;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 25px 25px;
}

.section-wholesale table thead tr th:first-child {
    padding-left: 0;
}

.section-wholesale table thead tr th:last-child {
    padding-right: 0;
}

.section-wholesale table tbody tr {
}

.section-wholesale table tbody tr td {
    border-bottom: 1px solid #E2E5F0;
    padding: 15px 25px;
}

.section-wholesale table tbody tr td:first-child {
    padding-left: 0;
}

.section-wholesale table tbody tr td:last-child {
    padding-right: 0;
}

.section-wholesale .drow {
    align-items: center;
    display: flex;
    gap: 12px;
}

.section-wholesale .drow img {
    display: block;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.section-wholesale .drow h4 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.section-wholesale .drow .qty-total {
    color: #7C8799;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.section-wholesale .drow input[type="text"] {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
    width: 100px;
}

.section-wholesale .btn {
    background-color: #23346B;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 16px 20px;
}

.product.product-sold {
    pointer-events: none;
}

.product.product-sold .image {
    opacity: 0.5;
}

.product.product-sold h3 a {
    opacity: 0.5;
}

.product.product-sold .price {
    opacity: 0.5;
}

.product.product-sold ._btn {
    opacity: 0.5;
}
