
.brasho-free-shipping-progress {
    margin: 0 0 36px;
	padding: 16px 18px;
    border: 1px solid #4A1114;
    border-radius: 18px;
    background: rgba(255, 250, 240, 0.45);
    color: #3B1212;
}

.brasho-free-shipping-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    color: #3B1212;
}

.brasho-free-shipping-text strong {
    font-weight: 800;
}

.brasho-progress-bar {
    position: relative;
    width: 100%;
    height: 14px;
    border: 1px solid #4A1114;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
}

.brasho-progress-fill {
    position: relative;
    height: 100%;
    min-width: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4A1114 0%, #7B4E4F 100%);
    transition: width 0.35s ease;
}

.brasho-progress-fill::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F5E7D3;
    transform: translateY(-50%);
}

.show_mob{
    display: none;
}
.how_to_care_row{
    -webkit-animation: fadeout 0.2s linear forwards;
    animation: fadeout 0.2s linear forwards;
}
.choose-color{
    font-size: 20px;
    color: #3B1212;
    margin-bottom: 10px;
}

.our-products .woocommerce .products .product.post-116945 .image-wrapper{
    bottom: -30px;
    position: relative;
}

.summary.entry-summary{
    position: relative;
}

.tabs.wc-tabs{
    display: none !important;
}

.product-sku {
    font-size: 14px;
    line-height: 1.4;
    color: #3B1212;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 5px;
}

.product-sku__label {
    font-weight: 600;
}

.product-sku__value {
    font-weight: 400;
}


.our-products .woocommerce .products .product.post-116945 .qi-badges{
    top: 65px;
}


.cky-btn-accept{
    color: #FFFFFF;
    border-color: #3B1212 !important;
    background-color: #3B1212 !important;
    border-radius: 16px !important;
}
.cky-btn-reject,
.cky-btn-customize{
    color: #3B1212 !important;
    border: 2px solid #3B1212 !important;
    border-radius: 16px !important;
}

.brasho-promo-note {
    margin: 16px 0;
}

.brasho-promo-note__inner {
    position: relative;

    padding: 23px 16px 14px 16px;
    border-radius: 14px;
    max-width: 500px;
    background: #fffaf6;
    border: 1px solid #d8b49a;

    box-shadow: 0 4px 12px rgba(60, 28, 12, 0.06);
}


.qi-badge--promo-1plus1 {
    background: linear-gradient(135deg, #3B1212 0%, #5a1a1a 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);

    font-weight: 600;
    letter-spacing: 0.3px;

    box-shadow:
            0 4px 12px rgba(59, 18, 18, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(2px);
}

.qi-badge--promo-1plus1::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffb3b3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.brasho-promo-note__badge {
    position: absolute;
    top: -16px;
    left: 14px;

    display: flex;
    align-items: center;
    background: #f3d9c7;
    color: #3B1212;

    font-size: 14px;
    font-weight: 600;

    padding: 8px 10px;
    border-radius: 6px;
}


.brasho-promo-note__text {
    font-size: 14px;
    line-height: 1.5;
    color: #3B1212;
}


.monocheckout-wrapper{
	display: none !important;
}

.woocommerce ul.products li.product {
    position: relative;
}

.brasho-single-gift {
    margin-top: 16px;
    margin-bottom: 30px;
}

.brasho-single-gift__inner {
    border: 1px solid #d8b49a;
    border-radius: 14px;
    padding: 14px;
    background: #fffdfb;
    position: relative;
    width: max-content;
}

/* orange badge like in screenshot */
.brasho-single-gift__badge {
    position: absolute;
    top: -12px;
    left: 14px;

    background: #3B1212;
    color: #fff;

    font-size: 12px;
    font-weight: 600;

    padding: 4px 10px;
    border-radius: 6px;
}

/* layout */
.brasho-single-gift__content {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* image */
.brasho-single-gift__image-wrap {
    width: 114px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    background: #f4ebe2;
    flex-shrink: 0;
}

.brasho-single-gift__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* text */
.brasho-single-gift__title {
    font-size: 16px;
    font-weight: 500;
    color: #3a2a26;
    margin-bottom: 4px;
}

/* price row */
.brasho-single-gift__price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brasho-single-gift__price .old {
    text-decoration: line-through;
    color: #b7a39a;
    font-size: 14px;
}

.brasho-single-gift__price .free {
    color: #3B1212;
    font-weight: 600;
    font-size: 15px;
}

.woocommerce div.product .bundle-buttons .button.add_to_cart_button_sm{
    font-size: 12px;
    padding: 10px 16px !important;
    margin-top: -8px;
}

/* mobile */
@media (max-width: 768px) {
	.brasho-free-shipping-text {
		font-size: 14px;
	}
    header .account-online{
        margin-right: 15px !important;
        display: block !important;
    }
    .brasho-single-gift__content {
        gap: 10px;
    }

    .brasho-single-gift__title {
        font-size: 14px;
    }

    .brasho-single-gift__image-wrap {
        width: 90px;
        height: 52px;
    }
}

.brasho-gift-badge {

    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 8px 12px 8px 8px;
    background: rgba(255, 250, 245, 0.96);
    border: 1px solid #d8b49a;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(60, 28, 12, 0.08);
    backdrop-filter: blur(4px);
    width: calc(100% - 8px);
}

.our-products .woocommerce .products .product.post-116945 .button.add_to_cart_button{
    top: -2px;
    z-index: 222;
    right: -10px;
}

.our-products .woocommerce .products .product.post-116945 .tinv-wishlist{
    z-index: 222;
    top: -2px;
    right: 27px;
}

.brasho-gift-badge__image-wrap {
    flex: 0 0 82px;
    width: 82px;
    height: 42px;
    border-radius: 12px;
    overflow: hidden;
    background: #f4ebe2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brasho-gift-badge__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 !important;
}

.brasho-gift-badge__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.brasho-gift-badge__label {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b46b3f;
}

.brasho-gift-badge__text {
    font-size: 11px;
    line-height: 1.25;
    font-weight: 500;
    color: #4b2e2a;
}

@media (max-width: 767px) {
    .brasho-gift-badge {
        padding: 7px 10px 7px 7px;
        gap: 8px;
        border-radius: 14px;
    }

    .brasho-gift-badge__image-wrap {
        height: 48px;
        border-radius: 8px;
    }

    .brasho-gift-badge__label {
        font-size: 10px;
    }

    .brasho-gift-badge__text {
        font-size: 13px;
    }
}

.page-template-template-terms .custom-logo-link img{
    filter: contrast(0.5);
}

.page-template-template-terms .wishlist_products_counter_text img{
    filter: contrast(0.5);
}

.page-template-template-terms #primary-right-menu li:last-child a:after{
    filter: contrast(0.5);
}

.tinv-wishlist .social-buttons{
    display: none;
}

.postid-116945 .pswp__bg{
    background: #f1f1f1 !important;
}
.actions .coupon{
    display: none;
}
.shop-cart .our-products .woocommerce .products{
    width: 100%;
}
.shop-cart .slick-list {
    padding-left: 0 !important;
}

.product-name .variation {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.single-product .product .summary form.variations_form{
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-error::before{
    top: 20px !important;
}

.woocommerce div.product div.summary{
    padding: 0 5px;
}

ul.products .product .cfvsw_variations_form .reset_variations{
    display: none !important;
}

ul.products .product .cfvsw_variations_form .cfvsw-swatches-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.cfvsw-tooltip{
    display: none !important;
}
.current-color{
    display: none;
    gap: 4px;
    margin-bottom: 15px;
}

.current-color span{
    font-size: 16px;
    font-weight: 400;
    color: #3B1212;
}

.current-color.active{
    display: flex;
}

.cfvsw-swatches-option{
    width: 40px !important;
    height: 40px !important;
    border: none  !important;
    background: none !important;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-radius: 100% !important;
}

.cfvsw-swatches-option .cfvsw-swatch-inner{
    border-radius: 100% !important;
}


.reset_variations{
    display: none !important;
}

.cfvsw-selected-swatch{
    transition: all 0.5s ease-in-out;
}

.cfvsw-selected-swatch:after{
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #F7F2E7;
    transition: all 0.5s ease-in-out;
}

.pswp__bg{
    background: #F7F2E7;
}

.woocommerce div.product p.in-stock{
    display: none;
}

label[for="billing_nova_poshta_warehouse"] span{
    display: none !important;
}

.product-out-of-stock {
    border: 1px solid #C5C5CD;
    padding: 24px;
    background: transparent;
}

.product-out-of-stock__title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    color: #3B1212;
    text-transform: uppercase;
}

.product-out-of-stock__text {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.2em;
    color: #3B1212;
    max-width: 340px;
}

.product-out-of-stock__btn {
    background: #3B1212;
    color: #F7F2E7;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    margin-top: 35px;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
    display: block;
    height: 62px !important;
    cursor: pointer;
}

.product-out-of-stock__btn:hover {
    color: #3B1212;
    background: transparent;
    transition: all ease-in-out .3s;
}

.swal2-close:hover{
    color: #3B1212 !important;
}

label[for="billing_nova_poshta_warehouse"] span.required{
    display: contents !important;
}


.swal2-content{
    padding: 0;
}
.swal2-content .cwginstock-subscribe-form .panel-primary{
    border: none;
}

.swal2-container .swal2-popup{
    width: 740px !important;
    background: #F7F2E7;
    padding: 56px 40px;
}

.swal2-container .swal2-popup input{
    text-align: left !important;
    height: 48px;
    background: transparent;
    padding-left: 20px;
    font-size: 16px;
    border: 1px solid #C5C5CD;
}

.swal2-content .cwgstock_output:before{
    /*content: 'Ми не надсилатимемо спам. Лише одне повідомлення про наявність товару.';*/
    font-size: 16px;
    color: rgba(59, 18, 18, 0.7);
    text-align: left;
    display: block;
}



.swal2-content .cwgstock_output .cwginstocksuccess{
    font-size: 64px;
    color: #3B1212 !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
    position: relative;
    display: block;
    width: max-content;
    margin: 140px auto 50px auto;
    line-height: 1;
    text-transform: uppercase !important;
}

.swal2-content .cwgstock_output .cwginstocksuccess:after{
    background: url('https://brasho.codeimpl.io/wp-content/uploads/2026/01/done.svg');
    position: absolute;
    top: -145px;
    left: 50%;
    content: '';
    width: 100px;
    height: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: -43px;

}

.swal2-content .cwgstock_output .cwginstocksuccess:before{
    content: 'Ми повідомимо вас, щойно товар з’явиться в наявності.';
    font-size: 18px;
    color: rgba(59, 18, 18, 0.7);
    position: absolute;
    width: max-content;
    left: 50%;
    margin-left: -294px;
    bottom: -36px;
    font-family: "Inter", sans-serif;
}


.swal2-container .swal2-popup .col-md-12{
    padding: 0 !important;
}

.swal2-container .swal2-popup .cwgstock_button{
    background: #3B1212;
    color: #F7F2E7;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    margin-top: 50px;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
    display: block;
    height: 62px !important;
    cursor: pointer;
}

.swal2-container .swal2-content{
    padding: 0 !important;
}

.swal2-content .cwginstock-subscribe-form .panel-primary>.panel-heading{
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
}

.swal2-content .cwginstock-subscribe-form .panel-primary>.panel-heading:after{
    content: 'Залиште email — ми надішлемо повідомлення, щойно товар знову буде в наявності.';
    font-size: 18px;
    color: rgba(59, 18, 18, 0.7);
}

.swal2-content .cwginstock-panel-heading h4{
    color: #3B1212;
    font-size: 64px;
    font-weight: 400;
    text-align: left !important;
    line-height: 1;
    margin-bottom: 20px;
}

.review-images{
    display:flex;
    gap:10px;
    margin-top:12px;
}
.review-image{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:8px;
}


.woocommerce-order-received .section-title{
    font-size: 42px;
}

.woocommerce-order-received .woocommerce-order-details img{
    max-width: 90px;
}

#billing_phone_field{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#billing_phone_field .iti{
    width: 100%;
}

#billing_phone_field:after {
    content: 'перевірте чи правильно введено номер, приклад: +380501234567';
    font-size: 12px;
    line-height: 1.4;
    color: #777;
    margin-top: 4px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.woocommerce div.product .product_title{
    font-size: 26px;
    max-width: 80%;
}


.our-products.slider-section .custom-arrows{
    margin: 50px auto 0 auto;
}
.our-products.slider-section .woocommerce.columns-4{
    width: 100%;
}
.our-products.slider-section .product-list{
    overflow: hidden;
}

.about {
    overflow-x: hidden;
}

.innovative-slider {
    position: relative;
}

.parallax-image {
    display: block;

    animation: float 7s ease-in-out infinite;
}

.about_us .items_list1 {
    display: none;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message{
    background: #F7F2E7;
    border-radius: 8px;
    color: #000;
    font-size: 18px;
    color: #3B1212;
    border: 1px solid #3B1212;
}

.woocommerce .button.wc-forward{
    background: #3B1212;
    color: #F7F2E7;
    font-size: 16px;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
}

.review .comment-content .comment-author-date{
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.wc-verified-buyer{
    width: 436px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review .comment-content .comment-author-date .comment-date{
    width: 276px;
}

.review .comment-content .comment-author-date .comment-author{
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-form-review-images{
    order: 6 ;
}
.review-images{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:10px;
}
.review-images .review-image{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:10px;
    display:block;
}


.woocommerce .return-to-shop .wc-backward{
    background: #3B1212;
    color: #F7F2E7;
    font-size: 16px;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
}


.woocommerce .button.wc-forward:hover{
    background: #F7F2E7;
    color: #3B1212;
}

.woocommerce .return-to-shop .wc-backward:hover{
    background: #F7F2E7;
    color: #3B1212;
}

body .woocommerce-error a,
body .woocommerce-info a,
body .woocommerce-message a{
    color: #3B1212;
    text-decoration: underline;
}

.return-to-shop{
    width: 100%;
}

.footer{
    margin-bottom: -45px;
    position: relative;
}
@keyframes float {
    0% { transform: translateX(0px) translateY(0px); }
    25% { transform: translateX(10px) translateY(5px); }
    50% { transform: translateX(0px) translateY(10px); }
    75% { transform: translateX(-10px) translateY(5px); }
    100% { transform: translateX(0px) translateY(0px); }
}

#how_to_care_1.active a[href="how_to_care_1"]{
    color: #F7F2E7;
    background-color: #3B1212;
    transition: all ease-in-out .3s;
}

#how_to_care_0.active a[href="how_to_care_0"]{
    color: #F7F2E7;
    background-color: #3B1212;
    transition: all ease-in-out .3s;
}

.monocheckout-wrapper a{
	width: 100%;
}

.monocheckout-wrapper a img{
	width: 100%;
}

.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th{
    width: 50%;
}
#countdown{
    margin-left: 5px;
 
}

.countdown-timer{
    display: flex;
    align-items: center;
}
.countdown-timer span{
    font-weight: 600;
    font-size: 22px;
}
.count-item{
    display: flex;
    align-items: center;
}

.count-item .label{
    font-size: 18px;
    margin-left: 3px;
}

.separator{
    margin-left: 4px;
    margin-right: 4px;
}

.up-sells.upsells.products{
    display: none;
}

.custom-product-rating{
    cursor: pointer !important;
}

#ship-to-different-address{
    display: none !important;
}

.home .our-products .custom-arrows{
    display: none !important;
}



.home .our-products .hero__btn{
    margin: 50px auto -125px auto;
}

.top-banner{
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7F2E7;
    background-color: #3B1212;
    width: 100%;
    margin-top: -24px;
    z-index: 120;
    top: 0;
    text-align: center;
}

.banner-header .container{
    margin-top: 12px;
}

.top-banner a{
    color: #F7F2E7 !important;
    text-decoration: none;
}

.top-banner p{
	margin-top: 0;
}

/* .wc-proceed-to-checkout{
	display: none;
} */
.drive{
    padding-top: 150px;
    padding-bottom: 150px;
}

.home .hero{
    /*background-image: url("../img/herobg.webp");*/
}
.woocommerce-columns--addresses .woocommerce-column--billing-address{
    display: none !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{
    line-height: 1;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message{
    z-index: 34;
}

body.single-product .woocommerce-error,
body.single-product .woocommerce-info,
body.single-product .woocommerce-message{
    top: 54px;
    display: flex;
    align-items: center;
}

.woocommerce-variation-add-to-cart{
    display: flex;
    align-items: center;
}

.woocommerce-info{
    justify-content: space-between;
}

.woocommerce-info a{
    width: 10%;
    text-align: right;
}

body.single-product .woocommerce-error .button.wc-forward,
body.single-product .woocommerce-info .button.wc-forward,
body.single-product .woocommerce-message .button.wc-forward{
    margin-left: auto;
}

body.single-product .woocommerce-error::before,
body.single-product .woocommerce-info::before,
body.single-product .woocommerce-message::before{
    top: 34px;
}

.woocommerce-shipping-totals.shipping.hidden{
    display: none !important
}
.woocommerce table.my_account_orders th{
    /*display: flex;*/
    gap: 5px;
}

#billing_nova_poshta_city_field{
    display: block !important;
}

#billing_nova_poshta_warehouse_field{
    display: block ;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__payment-method.method{
    display: none !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__total.total{
    display: none !important;
}

.woocommerce table.my_account_orders .button{
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 5px;
}

.woocommerce table.my_account_orders tbody td{
    /*display: flex;*/

}

.social-share{
    display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-dots li{
    width: auto;
    height: auto;
    background: transparent;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-dots{
    display: flex;
    justify-content: center;
    bottom: -30px;
}


.how_to_care_row.active{
    -webkit-animation: fadein 0.2s  linear forwards;
    animation: fadein 0.2s  linear forwards;
}
.innovative-slider.slick-initialized .slick-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-form-coupon-toggle{
    display: none;
}

.product-list .woocommerce ul.products li.product .star-rating{
    display: none;
}

.shop-checkout .woocommerce-form-coupon{
    display: none;
}

.cart-collaterals .woocommerce-shipping-totals.shipping{
    display: none;
}

.custom-bundle-display{
    border-top: 1px solid #C5C5CD;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
	display: block !important;
}

.post-114512 .custom-bundle-display,
.post-114516 .custom-bundle-display{
    /*display: none !important;*/
}

.bundle-items{
    display: flex;
}



.post-114516 .bundle-items{
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.bundle-item__img{
    background: #E0D1BC;
    width: 145px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-title{
    margin-top: 8px;
    margin-bottom: 8px;
    color: #3B1212;
}

.bundle-title a{
    color: #3B1212;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.bundle-price{
    color: #3B1212;
    font-weight: 500;
    font-size: 16px;

    text-decoration: none;
}



.woocommerce div.product .bundle-buttons{
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}


.bundle-total-price{
    font-size: 32px;
    font-weight: 600;
    margin-top: 24px;
}

.bundle-total-price del{
    color: rgba(59, 18, 18, 0.24);
}

.woocommerce .related.products .star-rating span::before{
    content: '';
}

.woocommerce .related.products .star-rating::before{
    content: '';
}


.bundle-total-price del .woocommerce-Price-amount.amount *{
    color: rgba(59, 18, 18, 0.24);
}

.bundle-total-price del .woocommerce-Price-amount.amount{
    color: rgba(59, 18, 18, 0.24);

}

.bundle-total-price span{
    color: #3B1212;
}

.woocommerce div.product .bundle-buttons .button
{
    border: 1px solid #3B1212;
    padding: 16px 32px 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #3B1212;
    width: max-content;
    text-decoration: none;
    border-radius: 50px;
    background: transparent;
    transition: all ease-in-out .3s;
}

.bundle-plus{
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
.woocommerce div.product .bundle-buttons .button:hover{
    color: #F7F2E7;
    background-color: #3B1212;
    transition: all ease-in-out .3s;
}

.woocommerce div.product .bundle-buttons .button.buy_now{
    background: #3B1212;
    color: #F7F2E7;
    display: none;
}

.woocommerce div.product .bundle-buttons .button.buy_now:hover{
    color: #3B1212;
    background-color: #F7F2E7;
    transition: all ease-in-out .3s;
}


.bundle-item__img img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page-template-template-terms-php .dark-logo{
    display: none;
}

.page-template-template-terms-php  .cart-count-badge{
    color: #F7F2E7;
}


.page-template-template-terms-php .header .custom-logo-link{
    display: block;
}
.bundle-items .bundle-item{
    max-width: 145px;
}
.woocommerce-message::before{
    background-image: url("/wp-content/uploads/2025/06/approved-1.svg");
    color: transparent;
    background-size: cover;
}

.woocommerce-info::before{
    background-image: url("/wp-content/uploads/2025/06/shopping-bag-1.svg");
    color: transparent;
    background-size: cover;
}
body.single-product .woocommerce-notices-wrapper{
    max-width: 1440px;
    z-index: 21;
    margin: 100px auto -120px auto;
}
@keyframes fadein {
    0%{ opacity: 0; }
    50%{ opacity: 0.7;  }
    100% { display: flex; opacity: 1; }
}

@keyframes fadeout {
    0% { opacity: 1; }
    50%{  opacity: 0.3; }
    100% { display: none; opacity: 0; }
}
.about_us .items_list1 .description{
    max-width: 530px;
    opacity: 0.7;
}
.buttons_block{
    display: flex;
    position: relative;
}
.buttons_block .how_to_care__btn:not(:last-child){
    margin: 0 16px 0 0;
}
.how_to_care__btn{
    border: 1px solid #3B1212;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -3%;
    color: #3B1212;
    padding: 16px 32px;
    display: flex;
    border-radius: 50px;
    width: 100%;
    max-width: max-content;
    height: fit-content;
    text-decoration: none;
    transition: all ease-in-out .3s;
}
.how_to_care__btn:hover,
.how_to_care__btn.active{
    color: #F7F2E7;
    background-color: #3B1212;
    transition: all ease-in-out .3s;
}
.choose_title{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -3%;
    text-align: center;
}
.buttons_block svg{
    position: absolute;
    right: 218px;
    top: 77px;
    width: 115px;
}
.innovative-slider img{
    max-height: 700px;
    height: 100%;
    width: auto !important;
    margin: 0 auto;
    display: block!important;
}
.innovative h2{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%!important;
    transform: translate(-50%, -50%);
}
.product-2 img,
.product-3 img{
    margin: 0 auto;
    display: block;
}
.product-info{
    position: absolute;
    width: 100%;
}
.product-info h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #F7F2E7;
    text-transform: uppercase;
}
.product-info{
    font-size: 18px;
    color: #F7F2E7;
}
.product-info p{
    opacity: .7;
}
.advantages.product-2{
    padding-top: 240px;
    padding-bottom: 240px;
}
.advantages.product-1{
    padding-top: 312px;
}
.product-1 .parallax-image{
    width: 50%;
    max-width: 1270px;
    margin: 0 auto;
}

.product-2 .parallax-image{
    width: 45%;
}

.product1-info-0{
    top: -192px;
    left: 0;
    max-width: 330px;
}
.product1-info-1{
    top: -192px;
    right: 0;
    max-width: 330px;
}
.product1-info-2{
    bottom: 0;
    right: 20%;
    max-width: 304px;
}
.product2-info-0{
    top: -145px;
    right: 0;
    max-width: 505px;
}
.product2-info-1 {
    top: -25px;
    left: 210px;
    max-width: 240px;
}
.product2-info-2 {
    right: 85px;
    top: 63px;
    max-width: 310px;
}
.product2-info-3 {
    right: 139px;
    top: 307px;
    max-width: 220px;
}
.product2-info-4 {
    left: 120px;
    top: 250px;
    max-width: 240px;
}

.product2-info-5{
    left: 231px;
    bottom: -100px;
    max-width: 240px;
}
.product2-info-6{
    right: 170px;
    bottom: -80px;
    max-width: 275px;
}
.product3-info-0{
    top: -30px;
    left: 370px;
    max-width: 260px;
}
.product3-info-1{
    top: 285px;
    right: 40px;
    max-width: 270px;
}
.product3-info-2{
    top: 325px;
    left: 120px;
    max-width: 270px;
}
.product3-info-3{
    bottom: 415px;
    right: 350px;
    max-width: 270px;
}
.product3-info-4{
    bottom: 0;
    right: 0;
    max-width: 505px;
}
.advantages.product-3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.advantages.product-2 .container,
.advantages.product-3 .container{
    margin-top: 0;
}
.about_us{
    position: relative;
    padding: 150px 0 0 0;
}
.about_us .heading-row{
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.about_us .heading-row h2{
    margin: 0 0 0 0;
    text-align: center;
    font-size: 150px;
    left: -30px;
    position: relative;
}
.about_us .items_list0{
    margin-bottom: 0;
}
.about_us .items_list0 .left{
    padding-top: 270px;
}
.about_us .items_list0 .left .description{
    margin: 0 0 50px 0;
    color: #3B1212;
}
.about_us .items_list0 .left .description p{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.0001em;
    max-width: 633px;
}
.about_us .items_list0 .left .additional_information{

}
.about_us .items_list0 .left .additional_information .col-left{
    display: flex;
    align-items: flex-end;
}
.about_us .items_list0 .left .additional_information .col-left p{
    font-weight: 600;
    font-size: 24px;
    vertical-align: bottom;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding-right: 30px;
    color:#3B1212;
}
.about_us .items_list0 .left .additional_information .col-right p{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: bottom;
    margin: 0 0 0 0;
    color: #3B1212;
    opacity: 0.7;
}
.about_us .items_list0 .right{
    display: flex;
    justify-content: flex-end;
}
.about_us .items_list0 .right img{
    max-width: 506px;
    width: 100%;
    object-fit: cover;
}
.about_us .items_list1 .right img{
    height: 100%;
    max-height: 420px;
    max-width: 506px;
    width: 100%;
    object-fit: cover;
}
.about_us .items_list1 .left .description p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: -3%;
}

section.about_us{
    background-color: #F7F2E7;
}


body{
    font-family: "Inter", sans-serif;
    margin: 0;
    overflow-x: hidden;
    background: #a89d8b;
}

body.home{
    background: transparent;
}


div, p, form, input, a, span, button, textarea{
    box-sizing: border-box;
    word-break: break-word;
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif;
    margin: 0;
}


ul{
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

/*html, body {*/
/*    overflow-x: hidden;*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/


ul li{
    display: block;
}

p{
    margin-bottom: 0;
}

img{
    max-width: 100%;
}

input:focus, textarea:focus{
    outline: none;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

.container{
    max-width: 1440px;
}

.header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    padding-top: 24px;
}

.home .header .custom-logo-link{
    display: block;
    width: max-content;
}

.header .lang{
    display: none !important;
}


.menu-right-ua-container, .menu-menu-right-container{
    margin-right: 0 !important;
}

.hero{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    /*background-color: #bf997a !important;*/
}


.home .dark-logo{
    display: none;
}

.home .dark-logo{
    display: none;
}

.custom-logo-link{
    display: none;
}

.home .custom-logo-link{
    display: block;
}

.hero-main-img{
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 84%;
    bottom: 0;
    left: 50%;
    margin-left: -42%;
    transform: translateY(100px); /* Изначально смещаем картинку вниз */
    opacity: 0; /* Изначально картинка невидима */
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.header .menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .menu li a{
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.page-template-template-terms .header .menu li a{
    color: #F7F2E7;
}


.page-template-template-terms .account-online{
    color: #F7F2E7;
}
.header .menu-left-ua-container,
.header .menu-menu-1-container
{
    width: 100%;
}

.menu-right-ua-container li,
.menu-menu-right-container li
{
    margin-right: 14px;
    line-height: 1;
}

.home .cart-count-badge{
    color: #3B1212;
    margin-left: 5px;
}

.cart-count-badge{
    color: #3B1212;
    margin-left: 5px;
}
.menu-right-ua-container,
.menu-menu-right-container
{
    margin-right: 40px;
}

.menu-right-ua-container li:last-child,
.menu-menu-right-container li:last-child
{
    margin-right: 0;
}

.header .lang{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 14px;
}

.header .lang a.active{
    text-decoration: underline;
}

.header .lang li{
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

}

.header .lang li:last-child{
    margin-right: 0;
    position: relative;
}

.header .lang li:last-child:after{
    width: 2px;
    height: 100%;
    position: absolute;
    right: -7px;
    top: 0;
    content: '|';
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.header .lang li.current-lang a{
    text-decoration: underline;
}

.sbi_header_text.sbi_no_bio{
    display: none !important;
}

#sbi_load .sbi_follow_btn {
    display: none;
}

.header .lang a{
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.hero{
    padding-top: 225px;
    /*height: 100vh;*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    position: relative;
    background-size: cover;
    background-position: center top !important;
}

.hero .hero__btn{
    display: none !important;
}

.instagram .hero__btn,
.our-products .hero__btn{
    background: #3B1212;
    color: #F7F2E7;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    margin-top: 50px;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
    display: block;
    margin-left: auto;
}

.hero__btn:hover{
    color: #3B1212;
    background: transparent;
    transition: all ease-in-out .3s;
}

.hero__title{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #3B1212;
    font-size: 52px;
    margin-top: 30px;
    word-break: normal;
    margin-bottom: 20px;
}

.hero-text-right{
    text-align: right;
}

.hero-text-right .hero__label{
    margin-left: auto;
}

.hero__label{
    position: relative;
    display: block;
    width: max-content;
    text-transform: uppercase;
    font-size: 22px;
}

.hero__desc{
    font-size: 28px;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #3B1212;
}

.hero__label:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 12px;
    background: linear-gradient(
            90deg,
            rgba(212, 168, 74, 0) 0%,
            #d4a84a 20%,
            #e3c46d 50%,
            #d4a84a 80%,
            rgba(212, 168, 74, 0) 100%
    );

}



.hero__overview{
    display: flex;
    color: rgba(59, 18, 18);
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hero__overview b {
    color: rgba(59, 18, 18);
    font-size: 50px;
    font-weight: 700;
    margin-right: 7px;
}

.hero__title i{
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.stock.out-of-stock{
    display: none !important;
}

.cwg_popup_submit{
    background: #3B1212;
    color: #F7F2E7;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    margin-top: 20px;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
    display: none;
}

.hero__btn:hover{
    color: #3B1212;
    background: transparent;
    transition: all ease-in-out .3s;
}


.our-products .section-title{
    max-width: 570px;
    margin: 0 auto 55px auto;
    text-align: center;
}

.product-list{
    display: flex;
    justify-content: center;
    gap: 16px;
}

.our-products .woocommerce .products .product{
    /*width: 350px !important;*/
}

/* .home .our-products .woocommerce .products{
    max-width: 100%;
    margin: 0 auto;
    gap: 25px;
} */

.woocommerce-Reviews .review .comment-content .comment-author-date span{
    line-height: 1;
}

.woocommerce a.button.loading::after{
    top: 8px !important;
    right: 7px !important;
}

.our-products .product-card{
    max-width: 350px;
    background: #F7F2E7;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.product-card__image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.product-card__image img{
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}

.product-card__about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3B1212;
    margin-bottom: 20px;
}

.product-card__about .product-card__title{
    max-width: 70%;
    padding-right: 5px;
}

.product-card__about .product-card__title a{
    max-width: 80%;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #3B1212;
}

.logged-in #primary-right-menu li:first-child{
    display: none;
}

.woocommerce-cart .header .menu li a,
.error404 .header .menu li a,
.woocommerce-shop .header .menu li a,
.woocommerce-checkout .header .menu li a,
.woocommerce-account .header .menu li a,
.single-post .header .menu li a
{
    color: #3B1212;
}

.woocommerce-cart .header a,
.woocommerce-shop .header a,
.error404 .header a,
.woocommerce-account .header a,
.single-post .header a,
.woocommerce-checkout .header a
{
    color: #3B1212;
}
.single-product .header a
{
    color: #3B1212;
}
.woocommerce-cart .header .lang li:last-child:after,
.woocommerce-shop .header .lang li:last-child:after,
.woocommerce-account .header .lang li:last-child:after,
.single-post .header .lang li:last-child:after,
.error404 .header .lang li:last-child:after,
.woocommerce-checkout .header .lang li:last-child:after{
    color: #3B1212;
}

.woocommerce-MyAccount-content .col-1{
    max-width: 100%;
}

.woocommerce-Addresses{
    margin-top: 30px;
}

.woocommerce-Addresses .woocommerce-Address{
    padding: 0;
}

.woocommerce-MyAccount-content .col-2{
    max-width: 100%;
}

table.cart td.actions .coupon .input-text{
    width: 300px;
    border-radius: 50px;
    padding-left: 20px !important;
    font-size: 16px;
}
.account-online{
    display: none;
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 24px;
}

.logged-in .account-online{
    display: block;
}

.product-card__about .product-card__price{
    font-size: 20px;
    color: #3B1212;
    font-weight: 500;

}


.product-card .add-to-cart-button{
    font-size: 24px;
    color: #3B1212;
    text-decoration: underline;
    font-weight: 600;
    margin-top: auto;
}


.innovative{
    padding-top: 70px;
    background: #E0D1BC;
    position: relative;
    padding-bottom: 100px;
}


.innovative h2{
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    color: #3B1212;
    font-size: 150px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1;
}

.innovative-product{
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.why{
    padding-top: 0;
    padding-bottom: 150px;
    background: #E0D1BC;
}

.why .heading{
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.heading__label{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #3B1212;
    text-transform: uppercase;
}

.heading__desc{
    font-size: 24px;
    font-weight: 400;
    color: #3B1212;
}

.why .image{
    max-width: 100%;
}

.about{
    padding-top: 150px;
    padding-bottom: 150px;
    /*background: #320707;*/
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}

.about .heading{
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 190px;
}

.heading h2{
    margin-bottom: 50px;
    font-size: 72px;
    font-weight: 300;
    color: #320707;
}

.heading h2 i{
    font-family: "Cormorant Garamond", serif;
}

.about .heading h2 i{
    text-transform: uppercase;
    font-weight: 400;
}

.about .heading .heading__desc{
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    color: #F7F2E7;
    opacity: 0.7;
}

.about .description h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #F7F2E7;
    text-transform: uppercase;
}

.about ul{
    font-size: 18px;
    color: #F7F2E7;
}

.about ul li{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(247, 242, 231, 0.7);
    font-family: "Inter", sans-serif;
}

.about ul li em{
    opacity: 0.7;
    font-style: normal;
}

.about ul li strong{
    opacity: 1;
    color: #F7F2E7;
    font-weight: 400;
}

.about ul li:last-child{
    margin-bottom: 0;
}

.about .description p{
    margin-bottom: 8px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #F7F2E7;
    font-weight: 300;
    opacity: 0.7;
}

.advantages.our-story .heading .heading__title{
    width: 580px;
    /*margin-top: 150px;*/
}

.advantages.our-story .heading.heading-short{
    margin-top: 0;
}

.our-story{
    padding-top: 150px;
    padding-bottom: 150px;
    background: #F7F2E7;
}

.our-story .description{
    font-size: 20px;
    margin-bottom: 200px;
    color: #3B1212;
    opacity: 0.7;
}

.our-story .our-story-img-small{
    max-width: 115%;
}

.our-story .heading__title i{
    text-transform: uppercase;
    color: #320707;
}

.about .description.left-top{
    margin-top: 100px;
}

.about .heading h2{
    color: #fff;
}

.about .heading h2 i{
    color: #fff;
}

.about{
    position: relative;
}

.about .middle-product{
    position: absolute;
    left: 290px;
    top: 120px;
    z-index: 2;
    max-width: 820px;
}

.about .description.right-btm{
    margin-top: 90px;
}

.about .description.left-btm{
    margin-top: 250px;
    padding-left: 40px;
}

.our-story .col-lg-4{
    position: relative;
}

.our-story .product{
    position: absolute;
    right: 25px;
    top: 53px;
    width: 118px;
}

.advantages{
    padding-top: 150px;
    padding-bottom: 150px;
    background: #F7F2E7;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantages .sticky-img {
    position: sticky;
    top: 120px;
    width: 240px;
    display: block;
    max-width: max-content;
    margin-left: -95px;
    margin-top: -26px;
}

.advantages .sticky-head{
    position: sticky;
    top: 0;
}

.list__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 24px;
    padding: 18px;
    background: #E0D1BC;
}

.list__subtitle{
    font-size: 24px;
    font-weight: 600;
    color: #3B1212;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.list__text{
    font-size: 18px;
    font-weight: 400;
}

.list__item{
    margin-bottom: 60px;
}

.list .list__item{
    margin-bottom: 60px;
    position: relative;
}

.list__text p{
    font-weight: 300;
    color: #3B1212;
}

.list__text p strong{
    color: #3B1212;
    font-weight: 400;
}

.list .list__item:last-child{
    padding-top: 60px;
    margin-bottom: 0;
}

.list .list__item:last-child:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 350px;
    height: 2px;
    background-image: url("../img/gradient-line.svg");
}

.unlock{
    padding-top: 80px;
    padding-bottom: 40px;
    background: #E0D1BC;
}

.unlock .heading{
    color: #fff;
}


.unlock .instagram .heading{
    color: #fff;
    max-width: max-content;
    margin: 0 auto 8px auto;
    text-align: center;
}

.unlock .heading a.hero__btn{
    font-family: "Inter", sans-serif;
    color: #F7F2E7;
    font-style: normal;
}

.unlock .heading a.hero__btn:hover{
    color: #3B1212;
}

.unlock .heading a{
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    color: #3B1212;
    font-size: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.info.code{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.info.code .code-img{
    margin-left: 5px;
}

.unlock .heading a img{
    margin-right: 5px;
    margin-bottom: -3px;
}

.unlock .heading__label{
    font-size: 14px;
    color: #F7F2E7;
    text-transform: uppercase;
}

.unlock .heading h2{
    margin-bottom: 80px;
    color: #3B1212;
}

.unlock .heading h2 i{
    text-transform: uppercase;
    font-weight: 400;
}

.footer{
    background: #E0D1BC;
}

.footer #footer-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 175px;
}

.footer .menu li a{
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.footer #terms-menu li{
    margin-bottom: 12px;
}

.footer #terms-menu li:last-child{
    margin-bottom: 0;
}

.footer .logo-img{
    display: block;
    margin: 0 auto;
}

.footer{
    padding: 40px 0 49px 0;
}

.copyright{
    text-align: right;
}

.copyright a.insta{
    color: #F7F2E7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
}

.copyright .info{
    color: #3B1212;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-product{
    display: none;
}


.terms{
    background: #320707;
    color: #F7F2E7;
    padding-top: 180px;
    padding-bottom: 150px;
}


.terms *{
    color: #F7F2E7;
    line-height: 1.4em;
}

.terms .entry-title{
    font-size: 52px;
    margin-bottom: 40px;
}


.heading.sticky-head.mob-title{
    display: none;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 35px;
    margin-bottom: 20px;
}

.entry-content h2{
    font-size: 52px;
}

.single-post .entry-content ul,
.single-post .entry-content ol
{
    padding-left: 15px;
}

.single-post .entry-content ol li{

}

.single-post .entry-content ul li{
    display: list-item;
}

.entry-content h3{
    font-size: 42px;
}
.entry-content h4{
    font-size: 32px;
}

.entry-content .sub-title{
    margin-top: 35px;
    margin-bottom: -10px;
}

.advantages .sticky-img.sticky-img-mob{
    display: none;
}

.about .description{
    position: relative;
    z-index: 4;
}

.why .image{
    width: 330px;
    height: 440px;
    object-fit: cover;
}

.brasho_blog{
    background: #E0D1BC;
    padding: 120px 0 50px 0;
}
.section-title{
    font-weight: 400;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #3B1212;
}
.section-title i{
    text-transform: uppercase;
    color: #320707;
    font-family: "Cormorant Garamond", serif;
}

.btn-border{
    border: 1px solid #3B1212;
    padding: 16px 32px 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #3B1212;
    width: max-content;
    text-decoration: none;
    border-radius: 50px;
    transition: all ease-in-out .3s;
}
.btn-border:hover{
    color: #F7F2E7;
    background-color: #3B1212;
    transition: all ease-in-out .3s;
}
.brasho_blog .section-title{
    margin: 0 0 32px 0;
}
.posts-list__item.heading{
    display: flex;
    width: 100%;
    max-width: 854px;
    border-bottom: 1px solid #F7F2E7;
    padding: 15px 0 15px 0;
}
.posts-list__item.heading .date,
.posts-list__item.heading .title{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #3B1212;
    margin: 0 0 0 0;
}
.posts-list__item a{
    display: flex;
    width: 100%;
    max-width: 854px;
    border-bottom: 1px solid #F7F2E7;
    padding: 15px 0 15px 0;
    text-decoration: none;
    transition: all ease-in-out .3s;
}
.posts-list__item a:hover{
    background: #F7F2E74D;
    transition: all ease-in-out .3s;
}
.posts-list__item .date{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #3B1212;
    margin: 10px 0 0 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 162px;
}
.posts-list__item .date svg{
    margin: 0 10px 0 0;
}
.posts-list__item .title{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #3B1212;
}
.brasho_reviews{
    padding: 55px 0 120px 0;
    background: #E0D1BC;
}
.custom-arrows{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 136px;
}
.custom-arrows .slick-arrow{
    position: unset;
    width: max-content;
}
.custom-arrows .slick-arrow:before{
    display: none;
}
.reviews-list{
    margin: 40px 0 0 0;
}
.reviews-list .reviews-list__item{
    background: #F7F2E7;
    padding: 20px 20px 20px 20px;
}
.reviews-list .reviews-list__item .desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #3B1212;
}
.reviews-list .reviews-list__item .desc{
    margin: 0 0 150px 0;
}
.reviews-list .reviews-list__item .avatar{
    width: 40px;
    height: 40px;
    margin: 0 0 16px 0;
}
.reviews-list .reviews-list__item .stars{
    margin: 0 0 10px 0;
}
.reviews-list .reviews-list__item .name-date .name{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #3B1212;
}
.reviews-list .reviews-list__item .name-date .date{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #3B1212;
}
.slider-section .slick-slide {
    margin: 0 8px;
}


/* Make the comment form flex-based */
#review_form form.comment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Name and email in one row */
#review_form .comment-form-author,
#review_form .comment-form-email {
    flex: 1 1 calc(50% - 10px);
    margin: 0;
}

/* Full width fields */
#review_form .comment-form-rating,
#review_form .comment-form-comment,
#review_form .form-submit {
    flex: 0 0 100%;
}


.review_form form .comment-notes{
    order: 1;
}

.review_form form .comment-form-rating{
    order: 2;
}

.review_form form .comment-form-author{
    order: 3;
}

.review_form form .comment-form-email{
    order: 4
}

.review_form form .comment-form-comment{
    order: 5;
}

.review_form form .comment-form-recaptcha{
    order: 6;
}

.review_form form .form-submit{
    order: 7;
}


.slider-section .slick-list {
    margin: 0 -8px;
}
.brasho_precision{
    padding: 150px 0 150px 0;
    background: #320707;
}
.brasho_precision .section-title,
.brasho_precision .section-title i{
    font-family:"Cormorant Garamond", sans-serif;
    font-weight: 400;
    font-size: 150px;
    line-height: 85%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #F7F2E7;
}
.brasho_precision .section-title.second{
    text-align: left;
}
.brasho_precision .description{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #F7F2E7;
    max-width: 580px;
    margin: 24px 0 0 0;
}
.btn-light{
    background: #F7F2E7;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #320707;
    padding: 16px 32px 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 50px;
    text-decoration: none;
    margin: 40px 0 0 0;
}
.brasho_precision img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin: 147px 0 0 0;
}
body.single-product{
    background: #F7F2E7;
}
.single-product .header .lang a,
.single-product .header .menu li a{
    color: #3B1212;
}

body.single-product .product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 156px 0 150px 0;
    width: 100%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
    max-width: calc(50% - 37px);
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
    max-width: calc(50% - 37px);
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
    height: 420px!important;
    max-height: 420px;
    background: transparent;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img{
    height: 100%;
    max-height: 420px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport *{
    height: 100%;
    max-height: 420px;
}
.woocommerce div.product div.images.woocommerce-product-gallery img{
    position: unset!important;
    margin: 0 auto;
    width: auto;
    /*max-width: 314px;*/
    /*max-height: 532px!important;*/
    height: auto;
    object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
    border: 2px solid transparent;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image .zoomImg,
.woocommerce-product-gallery__trigger{
    display: none!important;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    margin: 24px 0 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 184px;
    height: 180px;
    margin: 0 16px 0 0;
    background: #E0D1BC;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce div.product .flex-control-nav .slick-next {
    right: -12px;
}


.woocommerce div.product div.images .flex-control-thumbs{
    overflow: visible;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before{
    color: #3B1212;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-next:before{
    color: #3B1212;
}


.slick-initialized .slick-slide{

    margin-right: 12px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover{
    border: 2px solid #320707;
}


.hero__btn:hover{
    color: #3B1212;
    background: transparent;
    transition: all ease-in-out .3s;
}

#billing_country_field{
    display: none !important;
}

.coupon{
    display: flex;
	flex-wrap: wrap;
}

.woocommerce-shipping-fields{
    margin-top: 20px !important;
}

.shop-cart .woocommerce .cart .button,
.shop-cart .woocommerce .cart input.button{
    background: #3B1212;
    color: #F7F2E7 !important;
    font-size: 16px;
    border-radius: 50px;
    padding: 16px 32px !important;
    width: max-content;

    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;

}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover{
    color: #3B1212 !important;
    background: transparent;
    transition: all ease-in-out .3s;
}

.shop-cart .cart_totals h2{
    margin-top: -55px;
    margin-bottom: 25px;
}

.shop-cart .woocommerce-cart-form__cart-item.cart_item a{
    color: #3B1212;
    font-size: 16px;
    text-decoration: none;
}

.shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 13px;
}

.shop-cart{
    color: #3B1212;
    margin-top: 150px;
    background: #E0D1BC;
}

.woocommerce a.button.alt{
    border: 1px solid #3B1212;
    font-weight: 600;
    font-size: 16px;
    line-height: 29.05px;
    letter-spacing: -3%;
    color: #3B1212;
    padding: 16px 32px;
    display: flex;
    border-radius: 50px;
    width: 100%;
    max-width: max-content;
    height: fit-content;
    text-decoration: none;
    transition: all ease-in-out .3s;
    background: #fff;
}

.woocommerce a.button.alt.checkout-button{
    transition: all ease-in-out .3s;
    color: #F7F2E7;
    background-color: #3B1212;
    line-height: 1;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 40px;
    display: block;
    height: max-content;
    float: left;
    font-size: 20px;
}

.woocommerce a.button.alt.checkout-button:hover{
    transition: all ease-in-out .3s;
    color: #3B1212;
    background: transparent;
}

.woocommerce a.button.alt:hover{
    color: #F7F2E7;
    background-color: #3B1212;
    transition: all ease-in-out .3s;
}


.shop-cart .quantity .count-product{
    display: none;
}

.single-product .count-product{
    display: none !important;
}

.woocommerce-page{
    background: #E0D1BC;
}

.woocommerce div.product .summary form.cart .quantity{
    width: max-content;
    margin-bottom: 0;
    margin-right: 20px;
}

.woocommerce div.product .summary .quantity .qty-block .qty-btn{
    height: 57px;
}

.single-product .product .summary form{
    display: flex;
    align-items: center;
}

.shop-cart .woocommerce{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.shop-cart .woocommerce-notices-wrapper{
    width: 100%;
}

.shop-cart .woocommerce-cart-form{
    width: 60%;
}
.shop-cart .cart-collaterals{
    width: 35%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}


.woocommerce-page .site-main .entry-title{
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #3B1212;
    margin-bottom: 40px;
}

.shop-account{
    color: #3B1212;
    margin-top: 150px;
    background: #E0D1BC;
}

.shop-account a{
    color: #3B1212;
}

.shop-account h1{
    margin-bottom: 60px;
}

.woocommerce-Price-currencySymbol{
    white-space: nowrap;
}

.woocommerce-MyAccount-navigation ul li a{
    width: 100%;
    background: #F7F2E7;
    padding: 12px 30px;
    display: block;
    color: #3B1212;
    text-decoration: none;
    border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 24px;
}

.woocommerce-MyAccount-navigation ul li:last-child{
    margin-bottom: 0;
}

form.checkout.woocommerce-checkout{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: -15px;
}

.woocommerce-NoticeGroup{
    width: 100%;
}

.woocommerce-NoticeGroup-checkout{
    width: 100%;
}

.woocommerce form .form-row{
    padding-left: 0;
}

a[href="https://www.brashobeauty.com/product/bandle/"]{
    pointer-events: none !important;
}

.woocommerce form .form-row input,
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .zen-ui-select .zen-ui-select__value,
.woocommerce .select2-container .select2-selection.select2-selection--single,
.woocommerce .select2-container .select2-selection.select2-selection--single,
.woocommerce form .form-row textarea{
    border-radius: 12px !important;
    padding: 12px 16px;
    font-size: 16px;
    background: #F7F2E7 !important;
    border: 1px solid#3B1212;
    color: #3B1212;
}

.woocommerce form.login, .woocommerce form.register{
    border-radius: 12px !important;
    border: 1px solid #3B1212;
    background: #F7F2E7 !important;
}

.woocommerce .select2-container .select2-selection.select2-selection--single .select2-selection__rendered{
    padding: 0;
}

form.checkout.woocommerce-checkout .customer_details{
    width: 60%;
}

.wcus-checkout-fields{
    margin-top: 20px;
    margin-bottom: 20px;
}

.wcus-checkout-fields h3{
    margin-bottom: 10px;
}


body .woocommerce-error, body .woocommerce-info, body .woocommerce-message{
    margin-top: 20px;
    margin-bottom: 0;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order{
    width: 40%;
}

/*.woocommerce table.shop_table{*/
/*    border-radius: 12px !important;*/
/*    border: 1px solid#3B1212;*/
/*    background: #F7F2E7 !important;*/
/*}*/

.woocommerce .woocommerce-customer-details address{
    padding: 20px 24px;
    border-radius: 12px !important;
    border: 1px solid#3B1212;
    background: #F7F2E7 !important;
}

form.checkout.woocommerce-checkout h3{
    text-transform: uppercase;
}

.woocommerce-checkout #payment{
    background: transparent;
}

#order_review_heading{
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.woocommerce-column__title{
    margin-bottom: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    border: 1px solid #3B1212;
    font-weight: 600;
    font-size: 16px;
    line-height: 29.05px;
    letter-spacing: -3%;
    color: #3B1212;
    padding: 16px 32px;
    display: flex;
    border-radius: 50px;
    width: 100%;
    max-width: max-content;
    height: fit-content;
    text-decoration: none;
    transition: all ease-in-out .3s;
    background: #fff;
    float: left;
}

.cart_totals  .shipping a{
    color: #3B1212;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background: #3B1212;
    color: #F7F2E7 !important;
    font-size: 20px;
    border-radius: 50px;
    padding: 16px 32px;
    width: 100%;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    color: #3B1212 !important;
    background: transparent;
    transition: all ease-in-out .3s;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background: #fff !important;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child{
    margin-top: 0;
    margin-block-start: 0;
}

form.checkout.woocommerce-checkout h3:not(#ship-to-different-address){
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 32px;
    font-style: italic;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    margin-bottom: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;

}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received a{
    color: #3B1212;
    /*text-decoration: none;*/
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.heading .heading__link{
    margin-top: 15px;
}

.woocommerce ul.order_details li{
    font-size: 16px;
}

.woocommerce .col-1{
    width: 50%;
}

.woocommerce .woocommerce-cart-form table.shop_table td{
    padding: 9px 10px;
}

.woocommerce table.shop_table td a{
    color: #3B1212;
}

.woocommerce-order-details__title{
    margin-bottom: 30px;
    margin-top: 10px;
}

.shop-account h2{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 42px;
    font-style: italic;
}


.woocommerce .button.woocommerce-Button,
.woocommerce .button.woocommerce-button {
    background: #3B1212;
    color: #F7F2E7;
    font-size: 16px;
    border-radius: 50px;
    padding: 16px 32px;
    width: max-content;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
}

.woocommerce .button.woocommerce-Button:hover,
.woocommerce .button.woocommerce-button:hover
{
    color: #3B1212 !important;
    background: transparent;
    transition: all ease-in-out .3s;
}

.header .menu li:first-child,
.header .menu li:last-child{
    display: none;
}

.header .menu-right-ua-container .menu li:first-child,
.header .menu-right-ua-container .menu li:last-child{
    display: block;
}

.button[name="update_cart"]{
    display: none !important;
}

/* Стилизация li-обертки метода оплаты */
.woocommerce-checkout .wc_payment_method {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    cursor: pointer;
}

.woocommerce-checkout .wc_payment_method:hover {
    border-color: #888;
}

.woocommerce-checkout .wc_payment_method input.input-radio {
    opacity: 0;
    position: absolute;
    left: 1rem;
    top: 1.2rem;
}

.woocommerce-checkout .wc_payment_method label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #444;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}


.woocommerce-checkout .wc_payment_method input.input-radio:checked + label::before {
    background-color: #444;
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce-shipping-methods li input.shipping_method {
    opacity: 0;
    position: absolute;
    left: 1rem;
    top: 1.2rem;
}

.woocommerce-shipping-methods li input[type="radio"].shipping_method:checked + label::before {
    background-color: #444;
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce-shipping-methods li label::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #444;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.woocommerce-checkout .wc_payment_method label {
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
}


.woocommerce-checkout .payment_box {
    margin-top: 1rem;
    padding-left: 2rem;
    font-size: 0.95rem;
    color: #333;
}

.woocommerce-checkout-payment h3{
    padding: 1rem;
}

.woocommerce-checkout #payment ul.payment_methods li{
    margin-bottom: 20px;
}

.home .our-products.slider-section .woocommerce .products .product{
   width: 100% !important;
    max-width: 100% !important;
}


.qi-badges{
    position:absolute;
    top:8px;
    left:8px;
    display:flex;
    flex-direction:column;
    gap:6px;
    z-index:5;
}

.single-product .qi-badges{
    top: 218px;
}

.single-product .related .qi-badges{
    top: 12px;
}

.related.products .custom-arrows{
    position: absolute;
    margin-top: 60px;
}

.single-product .related.products{
    padding-bottom: 120px;
}

.qi-badge{
    padding:4px 10px;
    font-size:12px;
    width: max-content;
    font-weight:600;
    color:#fff;
    border-radius:4px;
}

:root{
    --badge-radius: 999px;
    --badge-shadow: 0 2px 6px rgba(0,0,0,.08);
    --fz-badge: 11.5px;
    --fw-badge: 700;
    --pad-badge-y: 6px;
    --pad-badge-x: 10px;

    /* Pastel backgrounds + borders + text (sale/new/bestseller/discount/delivery/countdown) */
    --sale-bg:        #FBE8E3;  --sale-bd:        #F2C9BF;  --sale-tx:        #7C2D1E;
    --new-bg:         #EAF2F8;  --new-bd:         #CFDFEC;  --new-tx:         #21435F;
    --best-bg:        #EAF5EE;  --best-bd:        #CAE6D5;  --best-tx:        #2C6A3A;
    --disc-bg:        #ECEBFA;  --disc-bd:        #D8D6F5;  --disc-tx:        #2D2E8A;
    --delivery-bg:    #FFF5E0;  --delivery-bd:    #FFE2A8;  --delivery-tx:    #7C5400;
    --countdown-bg:   #F3E8FB;  --countdown-bd:   #E0CCF3;  --countdown-tx:   #5A2D82;
    --outofstock-bg:  #FFEBEA;  --outofstock-bd:  #AF221B;  --outofstock-tx:  #C92B23;

    --lowstock-bg: #FFF4E5;
    --lowstock-bd: #FFD8A8;
    --lowstock-tx: #7A4E00;
    --discount-bg: #FFE8E6;
    --discount-bd: #FFC5C0;
    --discount-tx: #8A2E2A;
}


.qi-badges .qi-badge--new_design_toggle{
    background: var(--countdown-bg);
    border-color: var(--countdown-bd);
    color: var(--countdown-tx);
}



.qi-badges{
    position:absolute; top:12px; right:12px;
    display:flex; flex-direction:column; gap:8px; z-index:5;
    pointer-events:none; /* do not block hover on card */
}

.qi-badge{
    pointer-events:auto;
    display:inline-flex; align-items:center; gap:8px;
    padding: var(--pad-badge-y) var(--pad-badge-x);
    border-radius: var(--badge-radius);
    font-size: var(--fz-badge);
    font-weight: var(--fw-badge);
    line-height: 1;
    letter-spacing:.02em;
    text-transform:none;
    box-shadow: var(--badge-shadow);
    border:1px solid transparent;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
}


.qi-badge::before{
    content:"";
    width:8px; height:8px; border-radius:50%;
    background: currentColor; opacity:.85;
    flex:0 0 8px;
}

/* Themes per type */
.qi-badge--sale{
    background: var(--sale-bg);
    border-color: var(--sale-bd);
    color: var(--sale-tx);
}
.qi-badge--delivery{
    background: var(--delivery-bg);
    border-color: var(--delivery-bd);
    color: var(--delivery-tx);
}
.qi-badge--new{
    background: var(--new-bg);
    border-color: var(--new-bd);
    color: var(--new-tx);
}
.qi-badge--bestseller{
    background: var(--best-bg);
    border-color: var(--best-bd);
    color: var(--best-tx);
}
.qi-badge--discount{
    background: var(--disc-bg);
    border-color: var(--disc-bd);
    color: var(--disc-tx);
}
.qi-badge--sale-countdown{
    background: var(--countdown-bg);
    border-color: var(--countdown-bd);
    color: var(--countdown-tx);
}

.qi-badges .qi-badge--outofstock_toggle{
    background: var(--outofstock-bg);
    border-color: var(--outofstock-bd);
    color: var(--outofstock-tx);
}

.qi-badge--discount {
    background: var(--discount-bg);
    border-color: var(--discount-bd);
    color: var(--discount-tx);
}

.qi-badge--low-stock {
    background: var(--lowstock-bg);
    border-color: var(--lowstock-bd);
    color: var(--lowstock-tx);
}


.product-title-price-inline {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-title-price-inline .price ins {
    font-size: 22px;
    font-weight: 700;
    color: #2b1b14; /* deep brown */
    text-decoration: none;
    line-height: 1.2;
    order: 1;
}

.product-title-price-inline .price del {
    font-size: 16px;
    font-weight: 400;
    color: rgba(43, 27, 20, 0.5);
    text-decoration: line-through;
    order: 2;
}

.product-title-price-inline .woocommerce-Price-currencySymbol {
    font-size: 0.85em;
    margin-left: 2px;
}

.coupon .button img{
    display: flex;
}

.shop-cart .our-products{
    padding: 70px 0 135px 0;
}

.shop-cart .our-products.slider-section .woocommerce .products .product {
    width: 100% !important;
    max-width: 100% !important;
}

.monocheckout-wrapper{
    display: none;
}

.woocommerce ul.products li.product .star-rating{
    display: none;
}

.shop-cart .our-products .section-title{
    max-width: 100%;
    margin: 0 auto 55px 0;
    font-size: 36px;
    text-align: left;
}





.cart-gift__header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cart-gift__icon {
    font-size: 20px;
}

.cart-gift__title {
    font-size: 18px;
}


.cart-gift__option {
    position: relative;
    display: block;
    cursor: pointer;
}

.cart-gift__option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cart-gift__card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.4;
    transition: all 0.25s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.cart-gift__thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-gift__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop image nicely */
}

.cart-gift__name {
    flex: 1;
    color: #333;
    font-weight: 500;
}


/* Hover state */
.cart-gift__option:hover .cart-gift__card {
    border-color: #3B1212;
}

/* Checked state */
.cart-gift__option input[type="checkbox"]:checked + .cart-gift__card {
    border-color: #3B1212;
    background: #fff4ec;

}


.cart-gift__option input[type="checkbox"]:checked + .cart-gift__card .cart-gift__name {
    color: #000;
    font-weight: 600;
}


/* === Cart Goal Widget (full width refined style) === */
.cart-goal-widget {
    width: 100%;
    border-radius: 12px !important;
    border: 1px solid #3B1212;
    background: #F7F2E7 !important;
    padding: 18px 20px;
    margin: 0 0 24px 0;
    color: #3B1212;
}

/* Header */
.cart-goal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}
.cart-goal-header strong {
    font-weight: 400;
    color: #3B1212;
    letter-spacing: 0.2px;
}
.cart-goal-subtotal {
    color: #7b6f6a;
    font-weight: 400;
}

/* Progress bar */
.cart-goal-bar {
    position: relative;
    height: 12px;
    border-radius: 999px;
    background: #eae6e1;
    overflow: hidden;
}
.cart-goal-bar__fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #E0D1BC 0%, #3B1212 100%);
    transition: width 0.35s ease;
}

/* Ticks */
.cart-goal-bar--segmented .cart-goal-tick {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: #d8d2cc;
    opacity: 0.9;
    transform: translateX(-0.5px);
}

/* Labels under ticks */
.cart-goal-labels {
    position: relative;
    margin-top: 10px;
    height: 28px;
}
.cart-goal-label {
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    line-height: 1.15;
    color: #7b6f6a;
    white-space: nowrap;
}
.cart-goal-label b {
    display: block;
    font-weight: 400;
    color: #3B1212;
}
.cart-goal-label em {
    display: block;
    font-style: normal;
    transform: translateY(-58px);
    font-size: 15px;
    color: #3B1212;
}

.cart-goal-label:last-child{
    left: 97% !important;
}

.cart-goal-label:last-child em{
    right: -10px;
    position: relative;
}

/* Messages */
.cart-goal-messages {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cart-goal-msg--success {
    color: #2e7d32;
    font-weight: 700;
}
.cart-goal-msg--hint {
    color: #3B1212;
    opacity: 0.9;
}

/* Compact version in mini-cart */
.widget_shopping_cart .cart-goal-widget {
    margin: 8px 0 12px;
    padding: 12px 14px;
    border-radius: 14px;
}

.widget_shopping_cart .cart-goal-bar {
    height: 10px;
}
.widget_shopping_cart .cart-goal-labels {
    height: 24px;
}
.widget_shopping_cart .cart-goal-label {
    font-size: 11px;
}


.woocommerce ul.products li.product .onsale{
    display: none !important;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message{
    z-index: 34;
    margin: 1em 0 2em;
}


/* Hover */
.cart-gift__option:hover .cart-gift__card {
    border-color: #3B1212;
}

/* Checkbox box */
.cart-gift__card::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 52%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 2px solid #3B1212;
    background: transparent;
    transition: all 0.2s ease;
}


.cart-gift__header{
    margin-bottom: 16px;
/*     border-top: 1px solid #3B1212; */
    padding-top: 16px;
}

.cart-gift__price{
    font-weight: 600;
    font-size: 16px;
    color: #3B1212;
}

/* Check icon */
.cart-gift__card::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-55%) rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
}

/* Checked state */
.cart-gift-checkbox:checked + .cart-gift__card {
    border-color: #3B1212;
    background: #f6ede4;
}

.cart-gift-checkbox:checked + .cart-gift__card::before {
    background: #3B1212;
}

.cart-gift-checkbox:checked + .cart-gift__card::after {
    transform: translateY(-55%) rotate(-45deg) scale(1);
}

.cart-gift .cart-gift__card{
    padding-left: 45px;
}


.woocommerce table.shop_table.cart{
    background: transparent;
    border: none;
    border-radius: 0;
}


.woocommerce table.shop_table.cart thead{
    display: none;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    border-radius: 100%;
    background-image: url("../img/remove.svg");
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a{
    color: transparent !important;
    position: relative;
    width: 40px;
    height: 40px;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item  a.remove:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item{
    display: flex !important;
    flex-wrap: wrap;
    border-bottom: 1px solid #F7F2E7;
    margin-bottom: 12px;
    position: relative;
}
.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove{
    position: absolute;
    right: 0;
    top: 16px;
}

.woocommerce table.shop_table.cart td{
    border: none;
}


.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item:last-child{
    border-bottom: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
    display: block;
}
.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    border-radius: 100%;
    background-image: url("../img/remove.svg");
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a{
    color: transparent !important;
    position: relative;
    width: 40px;
    height: 40px;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
    width: 100px;
    height: 100px !important;
    order: 1;
    padding: 0;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img{
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    object-fit: cover;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item{
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 25px;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-name{
    width: 76%;
    order: 2;
    text-align: left !important;
    padding-left: 20px;
    padding-bottom: 8px;
    display: flex;
}

.product-name .variation dd {
    font-weight: 600;
}

.product-name .variation dd p {
    margin: 0;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-name a{
    max-width: 320px;
    display: block;
    line-height: 1.4em;
}

.shop-cart .woocommerce-cart-form__cart-item.cart_item a{
    font-weight: 500;
}

.quantity .qty-block{
    border: 1px solid #3B1212;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-quantity{
    order: 4;
    position: absolute;
    right: 125px;
    top: 16px;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-subtotal{
    order: 3;
    position: relative;
    padding-left: 125px;
    margin-top: -48px;
    font-weight: 700;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item  .product-price{
    display: none;
}

.woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item  .product-price *{
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order{
    border-radius: 12px !important;
    background: #F7F2E7;
    padding: 24px 0;
    border: 1px solid#3B1212;
    padding-bottom: 0;
}

.cart-title__total{
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table{
    margin: 0;
    padding: 0 6px;
    border: none;
    border-top: 1px solid#3B1212;
    padding-top: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th{
    font-weight: 500;
}

.woocommerce-page .cart-collaterals .shop_table{
    border-radius: 0 !important;
    border-top: 1px solid#3B1212;
    background: transparent;

}

.woocommerce-page .cart-collaterals .shop_table tr th,
.woocommerce-page .cart-collaterals .shop_table tr td{
    width: 50%;
    text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .shop_table tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .shop_table tr.cart-subtotal td{
    padding-bottom: 24px;
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td{
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td{
    border-top: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
    border-top: 1px solid#3B1212;
    padding-top: 24px;
    padding-bottom: 24px;
}

.shop-cart .cart_totals h2{
    margin-top: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 32px;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 16px;
    margin-right: 16px;
}

.woocommerce-page .cart-collaterals .coupon .button {
    position: absolute;
    width: 49px !important;
    padding: 10px 12px !important;
    height: 48px;
    background: rgba(59, 18, 18, 0.5);
    border-radius: 0 12px 12px 0;
    right: 0;
    top: auto;
    bottom: 0;
}

.woocommerce-page .cart-collaterals .coupon .input-text {
    width: 100%;
    border-radius: 12px;
    padding: 15px 12px;
    border: 1px solid #3B1212;
}

.woocommerce-page .cart-collaterals .coupon{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}

.woocommerce-page .cart-collaterals .coupon .button{
    position: absolute;
    width: 49px !important;
    padding: 10px 12px !important;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(59, 18, 18, 0.5);
}

.coupon_heading p{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
}

.coupon_heading{
    width: 100%;
    text-align: left;
}

.coupon_heading h3{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 32px;
    font-style: italic;
    text-transform: uppercase;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 100%;
    border-radius: 12px;
    padding: 15px 12px;
    border: 1px solid #3B1212;
    background: transparent;
}

.cart-gift{
    margin-top: 24px;
    margin-bottom: 24px;
    padding:0;
    background: transparent;
    border-radius: 0;
    border: none;
    margin-left: 16px;
    margin-right: 16px;
}

.cart-gift__thumb {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 0;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-gift__option {
    position: relative;
    display: block;
    cursor: pointer;
}

/* Hide native checkbox */
.cart-gift-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Card */
.cart-gift__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px 14px 56px; /* space for checkbox */
    border: 2px solid #e2d6c8;
    border-radius: 6px;
    background: #fffaf4;
    transition: all 0.2s ease;
}

/* Hover */
.cart-gift__option:hover .cart-gift__card {
    border-color: #3B1212;
}

/* Checkbox box */
.cart-gift__card::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 52%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 2px solid #3B1212;
    background: transparent;
    transition: all 0.2s ease;
}


.cart-gift__header{
    margin-bottom: 16px;
    border-top: 1px solid #3B1212;
    padding-top: 24px;
}

.cart-gift__price{
    font-weight: 600;
    font-size: 16px;
    color: #3B1212;
}

/* Check icon */
.cart-gift__card::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-55%) rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
}

/* Checked state */
.cart-gift-checkbox:checked + .cart-gift__card {
    border-color: #3B1212;
    background: #f6ede4;
}

.cart-gift-checkbox:checked + .cart-gift__card::before {
    background: #3B1212;
}

.cart-gift-checkbox:checked + .cart-gift__card::after {
    transform: translateY(-55%) rotate(-45deg) scale(1);
}

.cart-gift .cart-gift__card{
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 1.4;
    transition: all 0.25s ease;
    box-shadow:none;
    padding-left: 45px;
}

.cart-gift__option input[type="checkbox"]:checked + .cart-gift__card{
    background: transparent;
    box-shadow: none;
}

.cart-gift__title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-cart-form .cart-gift{
    background: #F7F2E7;
    border: 1px solid #3B1212 !important;
    border-radius: 0  !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-top: 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid#3B1212 !important;
    padding-bottom: 20px;
}

.cart-subtotal td,
.cart-subtotal td,
.fee td{
    text-align: right;
    font-weight: 600;
}

.woocommerce table.shop_table td{
    border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
    border-top: 0;
}


.woocommerce .shop_table.woocommerce-checkout-review-order-table{
    margin-bottom: 0;
}
.shop_table.woocommerce-checkout-review-order-table tbody{
    position: relative;
}

.shop_table.woocommerce-checkout-review-order-table tbody:after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    background: #3B1212;
    left: 0;
    bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .order-total{
    position: relative;
}

.personal-data{
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 16px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th,
.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td{
    padding-top: 24px;
    padding-bottom: 24px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot .order-total:after{
    position: absolute;
    height: 2px;
    width: calc(100% - 32px);
    content: '';
    background: #3B1212;
    left: 16px;
    top: 0;
    display: none !important;
}

.woocommerce-checkout-review-order-table tbody tr:last-child th,
.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 24px;
}

.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td{
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
    padding-top: 24px;
    padding-bottom: 24px;
}

.checkout-product-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.checkout-product-image img {
    width: 39px;
    height: auto;
    border-radius: 6px;
}
.checkout-product-image{
    position: relative;
    background: #E0D1BC;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-product-qty-wrap{
    position: absolute;
    right: -5px;
    top: -5px;
}

.checkout-product-qty {
    font-weight: 600;
    font-size: 14px;
    background: #3B1212;
    color: #fff;
    padding: 5px 6px;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-checkout .woocommerce table.shop_table td.product-name {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: left;
    gap: 15px;
}

.woocommerce table.shop_table{
    border: none;
}

.del-desc-mobile{
    margin-bottom: 24px;
    margin-top: 8px;
}

.del-title-mobile{
    text-transform: uppercase;
}
.ship-toggle {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

/* label */
.ship-toggle__item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #3b1b1b;
}

/* hide native radio */
.ship-toggle__item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* custom dot */
.ship-toggle__dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #3b1b1b;
    position: relative;
    flex: 0 0 22px;
}

/* checked state */
.ship-toggle__item input:checked + .ship-toggle__dot::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #3b1b1b;
    border-radius: 50%;
}

/* hover */
.ship-toggle__item:hover .ship-toggle__dot {
    box-shadow: 0 0 0 4px rgba(59, 27, 27, 0.08);
}

/* focus (keyboard) */
.ship-toggle__item input:focus-visible + .ship-toggle__dot {
    box-shadow: 0 0 0 4px rgba(59, 27, 27, 0.18);
}

.woocommerce-shipping-totals.shipping{
    display: none;
}

.shop_table.woocommerce-checkout-review-order-table thead {
    display: none !important;
}

.shop_table.woocommerce-checkout-review-order-table thead{
    display: none !important;
}

.woocommerce-checkout-review-order-table tbody td{
    text-align: right;
}

.woocommerce-checkout-review-order-table tfoot th {
    width: 60% !important;
    white-space: nowrap;
}

.woocommerce-checkout-review-order-table tfoot td {
    width: 40% !important;
    text-align: right;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    font-weight: 500;
}

form.checkout.woocommerce-checkout h3{
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce table.shop_table td.product-name{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: left;
    gap: 15px;
}


.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_nova_poshta_region_field{
    order: 1;
    width: 49%;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_nova_poshta_city_field {
    order: 2;
    width: 49%;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper  #billing_mrkvnp_street_field,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper  #billing_mrkvnp_flat_field,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper  #billing_mrkvnp_house_field{
    width: 49%;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_nova_poshta_warehouse_field{
    order: 3;
    width: 49%;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row{
    width: 100%;
    order: 4;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field{
    width: 49%;
    order: 6;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_mrkvnp_patronymics_field{
    order: 7;
}


.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .billing-mobile-title{
    order: 5;
    text-transform: uppercase;
    border-top: 1px solid#F7F2E7;
    padding-top: 40px;
    margin-top: 40px;
    width: 100%;

}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field{
    width: 49%;
    order: 7;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field{
    width: 100%;
    order: 8;
}

#billing_phone{
    width: 100%;
    padding: 14px 12px;
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field{
    order: 9;
}

.woocommerce-checkout #payment{
    background: transparent;
}

.woocommerce-page table.shop_table_responsive tr.cart-discount td{
    text-align: right;
}

.woocommerce .products .product.outofstock{
    position: relative;
}
 .products .product.outofstock .woocommerce-loop-product__link:after{
    background: #47200A66;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#primary-right-menu li:last-child{
    position: relative;
}

#primary-right-menu li:last-child a:after{
    position: absolute;
    top: -5px;
    right: 0;
    content: '';
    width: 30px;
    height: 20px;
    background-image: url("../img/cart1.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#primary-right-menu li:last-child a{
    color: transparent !important;
    width: 24px;
}


/*Wishlist*/
.wishlist_products_counter{
    position: relative;
}
.wishlist_products_counter_number{
    font-weight: 400;
    background: #3B1212;
    color: #fff;
    padding: 5px 6px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.wishlist_products_counter .wishlist_products_counter_text{
    width: 24px;
    margin: 0;
}

.wishlist_products_counter_text img{
    width: 100%;
}

.header .menu li a.wishlist_products_counter{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 17px;
}
.header .menu li a.wishlist_products_counter .wishlist_products_counter_number{
    position: absolute;
    top: -11px;
    right: -13px;
}
td.add-to-wishlist{
    order: 3;
    display: flex;
    align-items: center;
}
.single-product .summary.entry-summary .tinvwl_add_to_wishlist_button{
    margin: 15px 0 0 24px!important;
    width: 40px!important;
    height: 40px!important;
}
.single-product .summary.entry-summary .tinvwl_add_to_wishlist_button:before{
    font-size: 40px!important;
    top: 0!important;
    left: 0!important;
    color: #3B1212!important;
}
.single-product .summary.entry-summary .tinvwl_add_to_wishlist_button:after{
    content: "\e908";
    font-family: tinvwl-webfont !important;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-top: -10px;
    margin-left: -10px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px!important;
    vertical-align: sub;
    color: #3B1212;
}
.single-product .summary.entry-summary .tinvwl_add_to_wishlist_button:hover:after{
    opacity: 1;
    transition: opacity 0.3s ease;
}
.single-product .summary.entry-summary .tinvwl_add_to_wishlist_button:hover:before{
    opacity: 0;
    transition: opacity 0.3s ease;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
    display: block;
    line-height: 24px;
}
.products .product .tinv-wraper.tinv-wishlist{
    position: absolute;
    top: 0;
    right: 40px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #D8CFC4;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0 0;
    padding: 0 0 0 0;
}
.products .product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    position: relative;
}

.products .product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button[data-tinv-wl-action="addto"]::after {
    content: "\e908";
    font-family: tinvwl-webfont !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: 0;
    margin-top: -10px;
    margin-left: -10px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: inline-block;
    font-family: tinvwl-webfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: sub;
}

.products .product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button[data-tinv-wl-action="addto"]::before {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.products .product .tinv-wraper.tinv-wishlist:has([data-tinv-wl-action="addto"]):hover .tinvwl_add_to_wishlist_button::before {
    opacity: 0;
}

.products .product .tinv-wraper.tinv-wishlist:has([data-tinv-wl-action="addto"]):hover .tinvwl_add_to_wishlist_button::after {
    opacity: 1;
}
.tinv-wishlist.our-products .section-title{
    max-width: 100%;
    margin: 0 0 55px 0;
    text-align: left;
    font-size: 42px;
    text-transform: uppercase;
}
.tinv-wishlist.our-products .woocommerce .products{
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0;
}
.tinv-wishlist.our-products .woocommerce .products:before,
.tinv-wishlist.our-products .woocommerce .products:after{
    display: none;
}
.tinv-wishlist.our-products .woocommerce .products .product{
    width: calc(25% - (16px * 3 / 4)) !important;
}
.tinv-wishlist.our-products .woocommerce .products .product .product-title-price-inline{
    flex-direction: row
}
.tinv-wishlist.our-products .woocommerce .products .product .price{
    flex: none;
}

.empty-wishlist p{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin: 0 0 32px 0;
    color:#3B1212;
}
.wishlist_products_counter_text{
    margin: 0 5px 0 0;
}
.menu-item-cart .cart-count-badge{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.cart-count-badge{
    margin-left: 5px;
    font-weight: 400;
    background: #3B1212;
    color: #F7F2E7 !important;
    padding: 5px 6px;
    border-radius: 4px;
    width: auto;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    position: absolute;
    right: 2px;
    top: -11px;
    font-weight: 400 !important;
}
.tinv-wishlist.our-products{
    padding: 150px 0 150px 0;
}
.tinv-overlay{
    background: rgba(30, 14, 14, 0.8)
}
.tinv-modal-inner{
    background-color: #F7F2E7!important;
    max-width: 735px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tinv-modal-inner .tinvwl-buttons-group{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tinv-modal-inner .icon_big_times,
.tinv-modal-inner .icon_big_heart_check{
    display: none!important;
}
.tinv-modal-inner .tinv-txt{
    font-weight: 400;
    font-size: 36px;
    line-height: 1.19em;
    letter-spacing: -0.08em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #320707;

}
body .tinv-modal-inner .tinvwl-buttons-group button{
    border-radius: 50px;
    background: #3B1212;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px 16px 32px;
    color: #F7F2E7;
    text-decoration: none;
    width: max-content!important;
    cursor: pointer;
}
body .tinv-modal-inner .tinvwl-buttons-group button:hover{
    color: #3B1212;
    background: transparent;
    transition: all ease-in-out .3s;
}
.tinv-modal-inner button i{
    display: none!important;
}
.tinv-wishlist .product-list .woocommerce,
.tinv-wishlist .products{
    width: 100%;
}
ul.products li.product .tinvwl_add_to_wishlist_button{
    margin-top: 0!important;
}
.tinv-wishlist .social-buttons .social-buttons__title{
    color: #3B1212;
}


.tinv-wishlist .social-buttons ul{
    display: flex;
    width: 50%;
    gap: 20px;
}
.tinv-wishlist .social-buttons .social-buttons__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin: 0;
}
.tinv-wishlist .social-buttons li.clipboard-list-item{
    display: flex;
    max-width: 570px;
    position: relative;
}
.tinv-wishlist .social-buttons li.clipboard-list-item{
    width: 100%;
}
.tinv-wishlist .social-buttons li.clipboard-list-item #wishlist-link-input{
    flex: auto;
    border-radius: 12px;
    padding: 15px 12px;
    border: 1px solid #3B1212;
    margin: 0;
    font-weight: 600;
}
.tinv-wishlist .social-buttons li.clipboard-list-item a.social-clipboard {
    background: #3B1212;
    color: #F7F2E7;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 22px;
    width: max-content;
    font-weight: 600;
    border: 1px solid #3B1212;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    position: absolute;
    right: 0;
    border-radius: 12px;
    height: 100%;
}
.tinv-wishlist .social-buttons li.clipboard-list-item a.social-clipboard:hover{
    color: #3B1212;
    background: transparent;
    transition: all ease-in-out .3s;
}
.page-template-template-wishlist .products .product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button[data-tinv-wl-action="addto"]::after,
.page-template-template-wishlist .products .product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button[data-tinv-wl-action="addto"]::before{
    content: "\e908";
    color: #3B1212;
}
.tinv-wishlist .social-buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    margin: 45px 0 45px 0;
    gap: 20px;
}

.woocommerce span.onsale{
    display: none !important;
}


.hero-slide__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    margin: 0 auto !important;
}

.hero-features {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hero-feature {
    background: #fff;
    border-radius: 20px;
    padding: 10px 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.hero-feature img {
    width: 32px;
    height: 32px;
}

.hero-feature h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.hero-feature p {
    margin: 0;
    color: #666;
}

.hero {
    padding: 130px 0 25px 0;
}

.header.fixed {
    background: #fff;
    position: fixed;
    transition: all .3s ease-in-out;
}

.header.fixed {
    background: #fff;
    position: fixed;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1380px){
    .tinv-wishlist.our-products .woocommerce .products .product{
        width: calc(33% - (16px * 2 / 3)) !important;
    }
}
@media screen and (max-width: 1100px){
    .tinv-wishlist.our-products .woocommerce .products .product{
        width: calc(50% - (16px / 2)) !important;
    }
}
@media screen and (max-width: 992px){
    #primary-right-menu li:nth-child(2){
        margin-right: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .tinv-wishlist.our-products .woocommerce .products .product{
        width: 100%!important;
    }
    .hero-features {
        grid-template-columns: 1fr;
    }

    .header.fixed{
        position: absolute;
        top: 0;
        background: transparent;
        z-index: 4421;
        width: 100%;
    }


    .tinv-wishlist.our-products .section-title {
        max-width: 100%;
        margin: 0 0 0 0;
        text-align: left;
        font-size: 36px;
        text-transform: inherit;
        font-weight: 500;
    }
    .tinv-wishlist .social-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        margin: 42px 0 45px 0;
    }

    .tinv-wishlist .social-buttons ul{
        width: 100%;
        gap: 20px;
    }
    .tinv-wishlist.our-products .woocommerce .products .product a .woocommerce-loop-product__title{
        width: 100%;
        margin: 0 27px 0 0!important;
    }
    td.add-to-wishlist{
        order: 4;
        display: flex!important;
        align-items: center;
        margin: 0 0 0 24px !important;
    }
}
@media screen and (max-width: 550px){
    .tinv-wishlist.our-products{
        padding: 150px 0 55px 0;
    }
}

@media screen and (max-width: 768px){
    .tinv-wishlist .social-buttons li.clipboard-list-item{
        display: flex;
        flex-direction: column;
    }
    .tinv-wishlist .social-buttons .social-buttons__title{
        margin: 0 0 18px 0;
    }
    .tinv-wishlist .social-buttons li.clipboard-list-item #wishlist-link-input{
        margin: 0 0 12px 0;
    }
    .tinv-wishlist .social-buttons li.clipboard-list-item a.social-clipboard{
        position: relative;
        width: 100%;
        padding: 10px 22px;
    }
}

/*1400-1500px*/
@media screen and (max-width: 1500px){
    .about .middle-product{
        max-width: 710px;
    }
}
/*992-1400px*/
@media screen and (max-width: 1400px){
    .product-2 .container,
    .product-3 .container{
        max-width: 1080px;
    }
    .product-3 img{
        transform: rotate(-9deg);
    }
    .product2-info-1 {
        top: 20px;
        left: -40px;
        max-width: 240px;

    }
    .product2-info-2 {
        right: -70px;
        top: 0px;
        max-width: 240px;
    }
    .product2-info-3 {
        right: 100px;
        top: 455px;
        max-width: 240px;
    }
    .product2-info-4 {
        left: 140px;
        top: 520px;
        max-width: 240px;
    }
    .product2-info-5 {
        left: 50px;
        bottom: -90px;
        max-width: 240px;
    }
    .product2-info-6 {
        right: 70px;
        bottom: -120px;
        max-width: 275px;
    }
    .product3-info-0{
        top: -30px;
        left: auto;
        right: 30px;
    }
    .product3-info-1{
        top: 105px;
        right: auto;
        left: 150px;
    }
    .product3-info-2{
        top: 600px;
        left: 85px;
        max-width: 270px;
    }
    .product3-info-3{
        bottom: 415px;
        right: 150px;
        max-width: 270px;
    }
    .product3-info-4{
        bottom: 100px;
        right: 0;
        max-width: 505px;
    }
}

/*768-992px*/
@media screen and (max-width: 992px){
    body.single-product .woocommerce-error, body.single-product .woocommerce-info, body.single-product .woocommerce-message{
        flex-direction: column;
    }

    .unlock{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background: #E0D1BC;
    }

    body.single-product .woocommerce-error::before, body.single-product .woocommerce-info::before, body.single-product .woocommerce-message::before {
        top: 22px;
    }

    body .woocommerce-error, body .woocommerce-info, body .woocommerce-message{
        width: 95%;
        margin: 0 auto;
    }

    body.single-product .woocommerce-error .button.wc-forward, body.single-product .woocommerce-info .button.wc-forward, body.single-product .woocommerce-message .button.wc-forward{
        margin-left: 0;
        margin-right: auto;
    }

    #review_form .comment-form-author, #review_form .comment-form-email{
        flex: 100%;
    }

    #review_form .comment-form-author,
    #review_form .comment-form-email {
        max-width: 48%;
    }


    .home .our-products.slider-section .woocommerce .products .product{
        width: 100% !important;
        max-width: 100% !important;
    }

    .home .our-products .woocommerce .products{
        gap: 15px;
    }


    .hero .hero__bottom .hero__btn {
        margin: 0 auto;
    }


.black-friday{
    text-align: center;
    padding-top: 22px;
}

.black-friday__title{
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.black-friday__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.black-friday__title span{
    font-size: 38px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.07em;

}
    .black-friday__desc{
        border-radius: 8px;
        color: #fff;
        border: 1px solid #3B1212;
        background: #3B1212;
        padding: 6px 8px;
        font-size: 14px;
        width: max-content;
        margin: 0 auto 12px auto;
        text-transform: uppercase;
    }
.black-friday__discount{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    margin-top: 5px;
}
.black-friday__name{
    color: #000;
    font-size: 18px;
}

.black-friday__percent{
    font-size: 42px;
    color: #690d00;
    font-weight: 500;
    line-height: 1;
}
.black-friday__price{
    font-size: 32px;
    color: #690d00;

}
.sale-time{
    border-radius: 8px;
    color: #fff;
    border: 1px solid#fff;
    padding: 4px 6px;
    font-size: 14px;
    text-align: center;
    width: max-content;
    margin: 0 auto 12px auto;
}

    .product-name .variation {
        flex-direction: row;
    }
.sale-cart{
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-bottom: 12px;
}
/*.hero .hero__bottom{*/
/*    bottom: 55px;*/
/*}*/


	.advantages .sticky-img.sticky-img-mob{	
        display: none!important;
    }
    .advantages .sticky-img.sticky-img-mob.active{
        display: block!important;
    }
    .how_to_care_row .col-md-6.sticky-head-block{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 32px;
        order: 0;
    }
    .how_to_care_row .col-md-6.sticky-head-block .heading.sticky-head{
        display: block;
    }
    .how_to_care_row .col-md-1.sticky-img-block{
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
        order: 2;
    }
    .how_to_care_row .col-md-1.sticky-img-block img{
        margin-right: 16px;
    }
    .how_to_care_row .col-md-12.list-block{
        width: 80%;
        flex: 0 0 80%;
        max-width: 80%;
        order: 1;
    }
    .related.products .products .product, .our-products .woocommerce .products .product{
        width: calc(50% - 8px) !important;
    }
    .hide_mob{
        display: none;
    }
    .show_mob{
        display: block;
    }
    .buttons_block svg.show_mob{
        position: relative;
        right: auto;
        top: auto;
        width: 60px;
    }
    .buttons_block{
        flex-wrap: wrap;
        max-width: 370px;
        justify-content: center;
    }
    .buttons_block a{
        order: 1;
    }
    .chose_title-block{
        display: flex;
        width: 100%;
        order: 0;
    }
    .choose_title{
        max-width: 250px;
        margin-bottom: 10px
    }
    .advantages.our-story .how_to_care_row .heading .heading__title{
        margin-bottom: 16px;
    }

    .hero{
        background-color: #bf9b7a !important;
    }

    .product-info {
        position: relative;
        max-width: 100%;
        left: 0;
        right: 0;
        top: auto;
        bottom: auto;
    }
    .product-info:not(:last-child){
        margin-bottom: 40px;
    }

    .our-story .our-story-img-small {
        max-width: 85%;
    }
    .footer{
        margin-top: -1px;
    }
    .mobile-product{
        display: block;
    }

    .heading h2{
        font-size: 70px;
    }


    .list .list__item:last-child:after{
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .innovative h2{
        font-size: 85px;
    }
    .innovative-product{
        max-width: 120px;
    }

    .why{
        padding-top: 0;
    }

    .why .image{
        margin-bottom: 30px;
    }
    .about .description{
        margin-bottom: 40px;
    }

    .about .heading{
        margin-bottom: 30px;
    }
    .about .description.left-top{
        margin-top: 0;
    }

    .our-story .product{
        top: -20px;
    }

    .about .description.left-btm {
        margin-top: 0;
        padding-left: 0;
    }

    .our-story .description{
        margin-bottom: 40px;
    }

    .about .description.right-btm {
        margin-top: 0;
    }
    .about .description.right-btm{
        margin-top: 0;
    }

    .middle-product{
        display: none;
    }

    .header .menu li:first-child{
        display: none;
    }

    .header #primary-right-menu.menu li:first-child{
        display: none;
    }

    .header .mobile__menu .menu li:first-child{
        display: block;
    }

    .header .mobile__menu .menu li:last-child{
        display: none;
    }

    .header .mobile__menu .menu li.menu-item-116785{
        display: block;
    }

    .header .mobile__menu .menu li.menu-item-114712{
        display: none;
    }

    #menuToggle {
        display: block;
        position: relative;
        z-index: 9;
        -webkit-user-select: none;
        user-select: none;
        margin-left: 20px;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        right: 0;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 28px;
        height: 1px;
        border-radius: 20px;
        margin-bottom: 8px;
        position: relative;
        background: #F7F2E7;
        z-index: 1;
        margin-left: auto;
        transition: all .6s ease-in-out;
    }

    #menuToggle span:last-child{
        margin-bottom: 0;
    }

    #menuToggle input:checked ~ span:nth-last-child(1) {
        opacity: 1;
        -webkit-transform: rotate(45deg) translateY(-6px) translateX(-5px);
        -moz-transform: rotate(45deg) translateY(-6px) translateX(-5px);
        -ms-transform: rotate(45deg) translateY(-6px) translateX(-5px);
        -o-transform: rotate(45deg) translateY(-6px) translateX(-5px);
        transform: rotate(45deg) translateY(-6px) translateX(-5px);
        background: #F7F2E7;
        transition: all .6s ease-in-out;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
        transition: all .6s ease-in-out;
        background: #F7F2E7;
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all .6s ease-in-out;
        background: #F7F2E7;
    }
    .mobile__menu{
        z-index: 2;
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        transform-origin: 0 0;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .mobile__menu.active{
        display: block;
        position: fixed;
        z-index: 2;
        transform-origin: 0 0;
        width: 100%;
        transform: translate(0%, 0) !important;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0) !important;
    }

    .mobile__menu{
        padding-top: 100px;
        padding-bottom: 80px;
        height: 100%;
        background: #320707;
    }

    .header .custom-logo-link{
        z-index: 55;
        position: relative;
    }

    .mobile__menu .lang{
        margin-bottom: 95px;
        justify-content: center;
    }

    .header  .menu{
        flex-direction: row;
    }

    .header .mobile__menu .menu{
        flex-direction: column;
    }

    section.unlock{
        background: #E0D1BC !important;
    }

    .unlock .heading h2 {
        margin-bottom: 30px;
        margin-top: 35px;
    }

    .header .mobile__menu .menu li{
        margin-bottom: 30px;
        margin-right: 0;
    }
    .header .menu li a{
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .header .mobile__menu .menu li a{
        color: #F7F2E7;
    }

    .unlock{
        background: transparent;
    }
    .menu-right-ua-container,
    .menu-menu-right-container
    {
        margin-right: 0;
    }

    .header .unlock .heading a{
        color: #F7F2E7;
    }

    .mobile__menu .menu-menu-1-container{
        padding-top: 30px;
    }
    .mobile__menu .menu-menu-1-container #primary-menu{
        flex-direction: column;
    }
    .mobile__menu .menu-menu-1-container #primary-menu li{
        margin-bottom: 30px;
        padding: 0;
    }
    .mobile__menu .menu-menu-1-container #primary-menu li:last-child{
        margin-bottom: 0;
    }
    .overlay_bar{
        display: none;
    }
    .overlay_bar.active{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #000;
        opacity: 0.7;
        display: block;
    }

    .mobile__menu .menu-menu-1-container #primary-menu li{
        text-align: center;
    }

    .mobile__menu .lang a{
        color: #F7F2E7;
    }



    .mobile__menu .lang a:first-child{
        margin-right: 16px;
    }
    .mobile__menu .lang a:last-child{
        margin-right: 0;
    }

    #primary-right-menu {
        width: auto;
    }

    .unlock .instagram .heading{
        max-width: 260px;
        margin: 0 auto 8px auto;
    }
    body.woocommerce #content div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page #content div.product div.images,body .woocommerce-page div.product div.images,
    body.woocommerce #content div.product div.summary, body.woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary,body .woocommerce-page div.product div.summary{
        max-width: 100%;
    }
/*     .our-products .woocommerce .products, */
    .related.products .products{
        flex-direction: column;
        align-items: center;
    }

    .related.products .products .slick-list{
        max-width: 100%;
    }
    .related.products .products{
        margin: 100px 0 0 auto;
    }
    .single-product .related.products{
        padding-bottom: 60px;
    }
/* 	.our-products .woocommerce .products .product, */
    .related.products .products .product{
        width: 100%!important;
        max-width: 450px;
    }
/* 	.our-products:not(:last-child) .woocommerce .products .product:not(:last-child), */
    .related.products .products .product{
        margin: 0 0 24px 0;
    }

    .advantages.product-1,
    .advantages.product-2,
    .advantages.product-3{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    body.single-product .product,
    .product-reviews,
    .brasho_frequently_asked_questions{
        padding: 80px 0 80px 0;
    }
    .related.products{
        padding: 80px 0 0 0;
    }
    .faq-images{
        margin: 40px 0 40px 0;
    }
    .brasho_precision .section-title, .brasho_precision .section-title i{
        font-size: 80px;
        text-align: left;
    }
    .brasho_precision .row:last-child{
        flex-direction: column-reverse;
    }
    .brasho_precision img{
        margin: 50px 0 0 0;
    }
    form.checkout.woocommerce-checkout{
        flex-direction: column;
        margin-left: 0;
    }
    form.checkout.woocommerce-checkout .customer_details{
        width: 100%;
    }
    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order{
        width: 100%;
    }

    form.checkout.woocommerce-checkout .col-md-12{
        padding: 0;
    }
    .woocommerce form.checkout.woocommerce-checkout .form-row textarea{
        height: 100px;
    }
    .woocommerce-cart .header .mobile__menu .menu li a,
    .woocommerce-checkout .header .mobile__menu .menu li a,
    .woocommerce-account .header .mobile__menu .menu li a,
    .single-product .header .mobile__menu .menu li a
    {
        color: #F7F2E7;
    }

	.home #menuToggle span{
		background: #3B1212;
	}
	
    #menuToggle span {
        background: #3B1212;
    }
    .logged-in .mobile__menu #primary-right-menu li:first-child{
        display: block;
    }
}

/*576-768px*/
@media screen and (max-width: 768px){
    #billing_phone_field:after{
        bottom: -29px;
    }

    .single-product .summary.entry-summary .tinvwl_add_to_wishlist_button {
        margin: 15px 0 0 16px !important;
        width: 22px !important;
        height: 40px !important;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_mrkvnp_flat_field{
        width: 100%;
    }

    .woocommerce-checkout-review-order-table tfoot th {
        width: 70% !important;
        white-space: nowrap;
    }

    .woocommerce-checkout-review-order-table tfoot td {
        width: 30% !important;
        text-align: right;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
        font-size: 16px;
    }

    body .woocommerce-error, body .woocommerce-info, body .woocommerce-message{
        top: -30px;
    }
    .actions .coupon{
        display: flex;
        flex-wrap: wrap;
    }
    .coupon .button span{
        display: none;
    }
    
    .coupon .button img{
        display: flex;
    }



    .coupon_heading{
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .shop-cart{
        padding-top: 70px;
        margin-top: 0;
    }

    .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_nova_poshta_region_field{
        order: 1;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_nova_poshta_city_field {
        order: 2;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_nova_poshta_warehouse_field{
        order: 3;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row{
        width: 100%;
        order: 4;
    }

    .coupon_heading{
        width: 100%;
        text-align: left;
    }

    .coupon_heading h3{
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        font-size: 32px;
        font-style: italic;
        text-transform: uppercase;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text{
        width: 100%;
        border-radius: 12px;
        padding: 15px 12px;
        border: 1px solid #3B1212;
        text-align: left;
    }

    .woocommerce-cart .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td::before{
        content: '';
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item{
        position: relative;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove{
        position: absolute;
        right: -4px;
        top: -2px;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item{
        display: flex !important;
        flex-wrap: wrap;
        border-bottom: 1px solid #F7F2E7;
        margin-bottom: 12px;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item:last-child{
        border-bottom: none;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
        display: block;
    }
    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a:after{
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
        border-radius: 100%;
        background-image: url("../img/remove.svg");
        background-size: contain;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a{
        color: transparent !important;
        position: relative;
        width: 40px;
        height: 40px;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        width: 52px;
        order: 1;
        padding-bottom: 5px;
        height: auto !important;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
        width: 56px !important;
        height: 56px !important;
        object-fit: cover;
        min-width: 54px !important;
    }
    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-name{
        width: 70%;
        order: 2;
        text-align: left !important;
        padding-left: 20px;
        padding-bottom: 8px;
        flex-direction: column;
    }

    .shop-cart .woocommerce-cart-form__cart-item.cart_item a{
        font-weight: 500;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-quantity {
        order: 3;
        padding-left: 72px;
        padding-top: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
        order: 3;
        position: absolute;
        padding-left: 0;
        margin-top: 0;
        font-weight: 700;
        right: 0;
        bottom: 24px;
        display: block;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item  .product-price{
        order: 4;
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item  .product-price *{
        font-size: 16px;
        font-weight: 700;
    }

    .woocommerce-cart .shop-cart .woocommerce-cart-form__cart-item.cart_item  a.remove:hover{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
    }

    .quantity .qty-block .qty-btn{
        height: 48px;
    }

    .quantity .qty-block{
        border: 1px solid #3B1212;
    }

    .woocommerce-cart .shop-cart .woocommerce .cart .button{
        border-radius: 0 12px 12px 0;
    }

    .coupon{
        position: relative;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td.actions{
        background: #F7F2E7;
        border: 1px solid #3B1212 !important;
        border-bottom: none !important;
        border-radius: 12px 12px 0 0 !important;
        padding-left: 15px !important;
        padding-right: 15px  !important;
    }

    .cart-gift{
        margin-top: 24px;
        padding:0;
        background: transparent;
        border-radius: 0;
        border: none;
    }

    .cart-gift__thumb {
        width: 56px;
        height: 56px;
        min-width: 56px;
        border-radius: 0;
        overflow: hidden;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-gift__option {
        position: relative;
        display: block;
        cursor: pointer;
    }

    /* Hide native checkbox */
    .cart-gift-checkbox {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    /* Card */
    .cart-gift__card {
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px 14px 56px; /* space for checkbox */
        border: 2px solid #e2d6c8;
        border-radius: 6px;
        background: #fffaf4;
        transition: all 0.2s ease;
    }

    /* Hover */
    .cart-gift__option:hover .cart-gift__card {
        border-color: #3B1212;
    }

    /* Checkbox box */
    .cart-gift__card::before {
        content: '';
        position: absolute;
        left: 6px;
        top: 52%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        border-radius: 4px;
        border: 2px solid #3B1212;
        background: transparent;
        transition: all 0.2s ease;
    }


    .cart-gift__header{
        margin-bottom: 16px;
        border-top: 1px solid #3B1212;
        padding-top: 16px;
    }

    .cart-gift__price{
        font-weight: 600;
        font-size: 16px;
        color: #3B1212;
    }

    /* Check icon */
    .cart-gift__card::after {
        content: '';
        position: absolute;
        left: 12px;
        top: 50%;
        width: 10px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-55%) rotate(-45deg) scale(0);
        transition: transform 0.2s ease;
    }

    /* Checked state */
    .cart-gift-checkbox:checked + .cart-gift__card {
        border-color: #3B1212;
        background: #f6ede4;
    }

    .cart-gift-checkbox:checked + .cart-gift__card::before {
        background: #3B1212;
    }

    .cart-gift-checkbox:checked + .cart-gift__card::after {
        transform: translateY(-55%) rotate(-45deg) scale(1);
    }

    .cart-gift .cart-gift__card{
        display: flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        line-height: 1.4;
        transition: all 0.25s ease;
        box-shadow:none;
        padding-left: 45px;
    }

    .cart-gift__option input[type="checkbox"]:checked + .cart-gift__card{
        background: transparent;
        box-shadow: none;
    }

    .cart-gift__title{
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .woocommerce-cart-form .cart-gift{
        background: #F7F2E7;
        border: 1px solid #3B1212 !important;
        border-radius: 0  !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-top: 0 !important;
        margin-top: 0 !important;
        border-bottom: 1px solid#3B1212 !important;
        padding-bottom: 20px;
    }

    .woocommerce-cart .cart-collaterals h2{
        background: #F7F2E7;
        border: 1px solid #3B1212 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 0;
        margin-bottom: 0;
        border-top: none !important;
        border-bottom: none !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 24px;
        padding-bottom: 14px;
        position: relative;
        display: none;
    }

    .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-checkout-review-order {
        border-radius: 0 0 12px 12px !important;
        background: #F7F2E7;
        padding: 24px 0;
        border: 1px solid #3B1212;
        padding-bottom: 0;
        border-top: none;
    }


    .woocommerce-cart .cart-collaterals h2:after{
        position: absolute;
        background-color: #3B1212;
        width: calc(100% - 30px);
        left: 15px;
        top: 0;
        height: 1px;
        content: '';
        opacity: 0;
    }

    .woocommerce-cart .cart-collaterals{
        margin-top: -85px;
    }

    .woocommerce-cart .cart-collaterals  table.shop_table_responsive tbody th{
        display: block;
        padding-left: 0;
        width: 60%;
        font-weight: 500;
        border: none;
    }

    .woocommerce table.shop_table .cart-subtotal:after{
        opacity: 0;
    }

    .woocommerce-cart .cart-collaterals  table.shop_table_responsive tr{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .woocommerce-cart .cart-collaterals  table.shop_table_responsive tr.woocommerce-shipping-totals{
        display: none;
    }

    .woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive{
        background: #F7F2E7 !important;
        border: 0  !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-radius: 0 0 12px 12px !important;
        border-top: 0 !important;
        margin-top: 0;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button{
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 20px !important;
    }

    .woocommerce-cart .woocommerce table.shop_table .button[name="update_cart"]{
        display: none;
    }



    .woocommerce-cart .shop-cart .woocommerce .coupon .button{
        position: absolute;
        width: 49px !important;
        padding: 10px 12px !important;
        right: 5px;
        bottom: 9px;
        height: 50px;
        background: rgba(59, 18, 18, 0.5);
        border: none;
    }

    .coupon_heading p{
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 12px;
        display: block;
        font-weight: 600;
    }

    .woocommerce-cart .woocommerce table.shop_table{
        border-radius: 0;
        border: none;
        background: transparent !important;
        border-top: 0;
        margin-bottom: 0;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td{
        padding: 0;
    }

    .coupon{
        flex-wrap: wrap;
    }

    .checkout-product-meta {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-review-order-table thead{
        display: none;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-review-order-table .product-total{
        padding-left: 0;
        padding-right: 16px;
        width: 75px;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-review-order-table tfoot td{
        padding-left: 16px;
        padding-right: 16px;
        width: 75px;
    }
    .woocommerce-checkout .wc_payment_method input.input-radio:checked + label::before{
        background-color: #3B1212;
        box-shadow: inset 0 0 0 2px #DBCBB4;
    }

    .woocommerce-checkout .wc_payment_method label{
        font-weight: 400;
    }

    .woocommerce-checkout #payment ul.payment_methods li{
        margin-bottom: 12px;
    }

    .checkout-product-image img {
        width: 39px;
        height: auto;
        border-radius: 6px;
    }
    .checkout-product-image{
        position: relative;
        background: #E0D1BC;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .checkout-product-qty-wrap{
        position: absolute;
        right: -5px;
        top: -5px;
    }

    .woocommerce-checkout .woocommerce form .form-row.place-order{
        padding: 0 !important;
    }

    .woocommerce form .form-row label, .woocommerce-page form .form-row label#billing_email{
        margin-top: 8px;
    }

    .woocommerce form .form-row .input-text, .woocommerce form .form-row select{
        padding: .8em;
    }

    .woocommerce-additional-fields{
        margin-top: -35px;
    }

    .checkout-product-qty {
        font-weight: 600;
        font-size: 12px;
        background: #3B1212;
        color: #fff;
        padding:0;
        border-radius: 4px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woocommerce-checkout .woocommerce table.shop_table td.product-name{
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
        padding-right: 0;
    }

    .woocommerce-order-received .woocommerce table.shop_table td.product-name{
        flex-direction: row;
    }

    /* Wrapper */
    .create-account label.checkbox {
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding-left: 36px; /* space for checkbox */
        font-weight: 600;
        color: #3b0f0f;
    }

    /* Hide native checkbox */
    .create-account input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    /* Custom checkbox box */
    .create-account label.checkbox::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        border: 2px solid #3b0f0f;
        border-radius: 4px;
        background: transparent;
        transition: all 0.2s ease;
    }

    /* Checkmark */
    .create-account label.checkbox::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 50%;
        width: 10px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-55%) rotate(-45deg) scale(0);
        transition: transform 0.2s ease;
    }

    /* Checked state */
    .create-account input[type="checkbox"]:checked + span {
        color: #3b0f0f;
    }

    .create-account input[type="checkbox"]:checked ~ label::before,
    .create-account input[type="checkbox"]:checked + span::before {
        background: #3b0f0f;
    }

    /* Because Woo wraps input + span, target via :has (fallback below) */
    .create-account label.checkbox:has(input:checked)::before {
        background: #3b0f0f;
    }

    .create-account label.checkbox:has(input:checked)::after {
        transform: translateY(-55%) rotate(-45deg) scale(1);
    }

    .woocommerce-cart .shop-cart{
        padding-top: 150px;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        margin: 1em 0 1em;
    }

    /* Hover */
    .create-account label.checkbox:hover::before {
        border-color: #3b0f0f;
    }

    .description-account{
        margin-bottom: 50px;
        padding-left: 35px;
        color: rgba(59, 18, 18, 0.8);
        margin-top: -5px;
    }

    .woocommerce-checkout-payment h3{
        text-transform: uppercase;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field{
        width: 48%;
        order: 6;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_mrkvnp_patronymics_field{
        order: 7;
    }


    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review{
        display: flex;
        flex-direction: column;
        padding-top: 0;
        border-radius: 12px !important;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .order_review_heading{
        order: 1;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-review-order-table{
        order: 2;
        border: none;
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top: none
    }

    .woocommerce table.shop_table .cart-subtotal{
        position: relative;
    }


    .woocommerce table.shop_table .cart-subtotal:after{
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: #3B1212;
        height: 2px;
        width: 100%;
    }

    .woocommerce table.shop_table tbody td{
        padding: 16px 12px;
    }

    .woocommerce div.product .product_title, .woocommerce div.product .product_title i, .section-title{
        font-size: 40px;
    }

    .shop-checkout.shop-cart{
        margin-top: 0;
        background: #E0D1BC;
        padding-top: 150px;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-payment{
        order: 3;
        background: transparent;
        border-top: 1px solid #F7F2E7;
        padding-top: 20px;
        margin-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .woocommerce table.shop_table{
        border-radius: 0 0 12px 12px !important;
        border: .5px solid #3B1212;
        background: #F7F2E7 !important;
        border-top: 0;
    }

    .woocommerce-checkout-review-order h3#order_review_heading{
        border-radius: 12px 12px 0 0 !important;
        border: none;
        background: #F7F2E7 !important;
        margin-bottom: 0;
        border-bottom: 0;
        padding: 13px 12px 0 12px;
        text-transform: uppercase;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-payment h3{
        padding-left: 0;
        padding-right: 0;
    }

    .shop-checkout .woocommerce-checkout .wc_payment_method{
        border: none;
        border-radius: 0;
        padding: 0;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-payment .wc_payment_methods{
        padding-right: 0;
        padding-left: 0;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .billing-mobile-title{
        order: 5;
        text-transform: uppercase;
        border-top: 1px solid#F7F2E7;
        padding-top: 40px;
        margin-top: 40px;
        width: 100%;

    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field{
        width: 48%;
        order: 7;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field{
        width: 100%;
        order: 8;
    }

    #billing_phone{
        width: 100%;
        padding: 14px 12px;
    }

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field{
        order: 9;
    }


    .woocommerce .woocommerce-cart-form table.shop_table td.product-name{
		width: 100%;
	}


    .swal2-content .cwgstock_output .cwginstocksuccess:before{
        margin-left: -170px;
        bottom: -49px;
        font-family: "Inter", sans-serif;
        max-width: 340px;
        line-height: 1.2em;
    }


    .swal2-content .cwginstock-panel-heading h4{
        font-size: 32px;
    }
    .swal2-container .swal2-popup {
        width: 740px !important;
        background: #F7F2E7;
        padding: 42px 30px 0;
    }
    .qi-badges{
        top:10px;
        right:10px;
        gap:6px;
    }
    .qi-badge{
        font-size:10.5px;
        padding:5px 8px;
    }
    .cart-gift__content {
        grid-template-columns: 1fr 1fr;
        display: flex;
        flex-direction: column;
    }
    .top-banner p{
        margin-top: 0;
        max-width: 100%;
        line-height: 1;
    }
    .top-banner p a{
        font-size: 14px;
        text-align: center;
        max-width: 235px;
        display: block;
        line-height: 1.2em;
    }
    .cart-goal-widget {
        padding: 14px;
        margin: 16px 0;
    }
    .cart-goal-header strong {
        font-size: 15px;
    }
    .cart-goal-subtotal {
        font-size: 13px;
    }
    .cart-goal-labels {
        height: 24px;
    }
    .cart-goal-label {
        font-size: 11px;
    }
    .cart-goal-label:last-child{
        left: 93% !important;
    }
    .cart-goal-label:last-child em{
        right: -2px;
    }
    body.single-product .product,
    body.terms {
        padding: 150px 0 80px 0;

    }
    .cart-gift{
        margin-bottom: 25px !important;
    }
    body.woocommerce-shop .our-products{
        padding-top: 190px;
    }

    body.woocommerce-shop .our-products .woocommerce .products .product{
        width: 100% !important;
    }
	.our-products.slider-section .custom-arrows{
			margin: 10px auto 0 auto !important;	
	}
    .home .hero{
        background-image: url("../img/heromobile.webp");
    }
    .woocommerce div.product form.cart .button{
        padding: 16px 11px;
        font-size: 18px !important;
    }
    .single-product .summary.entry-summary .tinvwl_add_to_wishlist_button {
        margin: 15px 0 0 16px !important;
        width: 22px !important;
        height: 40px !important;
    }
    .woocommerce div.product .summary .quantity .qty-block .qty-btn {
        height: 48px;
    }
    .header .menu li:first-child{
        display: block;
    }

    .quantity .qty-block{
        max-width: 77px;
    }

    .woocommerce div.product .summary .quantity .qty-block .qty-btn svg{
        width: 10px !important;
    }

    .woocommerce-cart .quantity .qty-block{
        max-width: 100px;
    }

    .woocommerce-page table.shop_table_responsive tr.cart-discount td::before{
        content: attr(data-title) " " !important;
        opacity: 0;
        position: absolute;
    }


    .woocommerce div.product .summary form.cart .quantity{
        margin-right: 15px;

    }
    .custom-arrows{
        margin-top: 50px;
    }

    .about_us{
        padding: 80px 0 0 0;
    }
    .terms{
        padding-top: 150px;
    }
    .terms .entry-title{
        font-size: 40px;
    }
    .page-template-template-terms-php #menuToggle span{
        background: #F7F2E7;
    }
    form.woocommerce-cart-form{
        margin-bottom: 30px;
    }
    .woocommerce div.product div.images .flex-control-thumbs li{
        height: 135px;
    }

    .single-product .unlock{
        background: transparent;
    }

    form.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-subtotal{
        display: none;
    }

    .woocommerce .woocommerce-message .button.wc-forward{
        margin-top: 15px;
    }

    .woocommerce div.product .product_title{
        margin-top: 40px;
    }
    .how_to_care__btn{
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -3%;
        text-transform: uppercase;
    }
    .buttons_block a.how_to_care__btn.how_to_care__btn-1{
        margin-right: 0;
    }
    .about_us .heading-row{
        position: relative;
    }
    .about_us .items_list0 .left{
        padding-top: 0;
    }
    .advantages.product-2{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .about_us .items_list0 .left {
        padding-top: 70px;
    }
    .about_us .items_list0 .left .additional_information .col-left{
        margin-bottom: 25px;
    }
    .about_us .items_list0 .right img,
    .about_us .items_list1 .right img{
        max-width: 100%;
        margin-top: 25px;
    }
    .about_us .items_list0{
        margin-bottom: 25px;
    }
    .about_us .items_list1 .description{
        margin-bottom: 25px;
    }
    body{
        overflow-x: hidden;
    }
    .last-mob{
        order: 2;
    }
    .heading.sticky-head{
        display: none;
    }

    .heading.sticky-head.mob-title{
        display: block;
        width: auto;
        margin-top: 80px;
        position: relative;
    }
    .innovative-product{
        max-width: 80px;
    }
    .innovative{
        padding-top: 0;
        padding-bottom: 50px;
    }

    .related.products .products .product .image-wrapper img,
    .our-products .woocommerce .products .product .image-wrapper img{
        height: 260px;
    }

    .related.products .products .product a .product-title-price-inline,
    .our-products .woocommerce .products .product a .product-title-price-inline{
        height: 125px;
    }

    .innovative-slider img{
        height: auto;
        width: 120px !important;
        margin: 0 auto;
        max-height: max-content !important;
    }

    .our-story .our-story-img-small {
        max-width: 100%;
    }
    .why .heading {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .hero{
        padding-top: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-attachment: initial;
        background-color: transparent;
    }
    .hero__title{
        margin-top: 120px;
        text-align: center;
        font-size: 20px;

    }

    .hero__overview{
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .hero__overview b{
        font-size: 42px;
    }
    .hero__title b {
        font-size: 40px;
        font-weight: 700;
        color: #3B1212;
    }
    .hero__title i{
        font-size: 38px;
        display: block;
        line-height: 1;
        margin-bottom: -15px;
        text-align: center;
    }
    .hero .hero__btn {
        margin: 35px auto 0 auto;
        margin-left: 0;
        margin-right: auto;
        font-size: 18px;
    }

    .hero .hero__btn {
        background: #3B1212;
        color: #F7F2E7;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 50px;
        padding: 16px 32px;
        width: max-content;
        margin-top: 375px;
        font-weight: 600;
        border: 1px solid #3B1212;
        text-decoration: none;
        display: block !important;
        margin-left: auto;
    }

    .innovative h2 {
        font-size: 40px;
    }

    .heading__desc{
        font-size: 18px;
    }

    .why{
        padding-bottom: 50px;
        margin-top: -1px;
    }
    .heading h2 {
        font-size: 48px;
    }
    .about_us .heading-row h2{
        font-size: 48px;
        top: 0;
        text-align: left;
        left: 0;
    }
    .about .description h3{
        font-size: 20px;
    }
    .about .description p{
        font-size: 18px;
    }

    .about .description ul li{
        font-size: 16px;
    }
    .our-story{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .our-story-img{
        margin-bottom: 12px;
    }
    .advantages .sticky-img{
        display: none;
    }
    .advantages{
        overflow: visible;
    }

    .list__item{
        max-width: 270px;
    }

    .advantages .heading__title{
        max-width: 320px;
    }

    .unlock .heading h2{
        margin-bottom: 40px;
    }

    .advantages .sticky-img-mob_how_to_care_1.active + .container {
        margin-top: -535px;
    }

    .product-3 img {
        margin: 0 auto;
        display: block;
        width: 85%;
    }

    .our-story .description {
        margin-bottom: 40px;
        max-width: 270px;
    }


    .advantages .sticky-img.sticky-img-mob {
        display: block;
        margin-left: auto;
        margin-top: 0;
        z-index: 55;
        width: 162px;
        margin-bottom: 0;
    }
    .advantages .how_to_care_row{
        margin-top: -360px;
        position: relative;
    }
    .about{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .list__subtitle{
        font-size: 20px;
    }
    .list__text{
        font-size: 16px;
    }

    .footer #footer-menu{
        flex-direction: column;
    }

    .footer #footer-menu{
        margin-bottom: 56px;
    }

    .footer #footer-menu li{
        margin-bottom: 24px;
    }
    .footer #footer-menu li:last-child{
        margin-bottom: 0;
    }

    .footer .logo-img{
        margin-bottom: 40px;
    }
    .advantages{
        padding-top: 150px;
        padding-bottom: 80px;
    }
    .our-story .our-story-img-small {
        max-width: 85%;
    }
    .advantages.our-story .heading{
        max-width: 100%;
    }

    .header .menu-menu-right-container li {
        margin-bottom: 30px;
    }
    .mobile__menu .menu-menu-1-container {
        margin-bottom: 30px;
    }
    .info.code{
        line-height: 1.6em;
        display: block;
        margin-top: 34px;
    }

    .hero{
        background-image: url('https://brasho.codeimpl.io/wp-content/uploads/2024/08/heromob.png');

    }

    .reviews-list .reviews-list__item .desc{
        margin: 0 0 50px 0;
    }
    .product-list{
        flex-wrap: wrap;
    }
    .brasho_precision .section-title, .brasho_precision .section-title i{
        font-size: 40px;
    }
    .hero {
        padding-top: 140px;
        display: flex;
        flex-direction: column;
        height: 760px;
        /*background-size: 80% 90% !important;*/
        background-position: center;
        justify-content: space-between;
        /*background-size: contain;*/
        background-color: transparent;
    }

    .hero__bottom {
        width: 100%; /* Чтобы картинка занимала всю ширину */
        object-fit: cover; /* Для подгонки изображения, если нужно */

        position: absolute;
        bottom: 0;
    }
    .about_us .heading-row{
        top: 20px;
    }
    .shop-cart .woocommerce-cart-form{
        width: 100%;
    }
    .shop-cart .cart-collaterals{
        width: 100%;
    }
    .home .hero{
        padding-top: 140px;
    }

    .hero-main-img{
        display: none;
        width: 100%;
        margin-left: 0;
        left: 0;
        object-fit: contain;
        object-position: center bottom;
    }

    .menu-terms-ua-container{
        padding-right: 15px;
    }

    .menu-terms-conditions-container{
        padding-right: 32px;
    }

    .why .image {
        width: 100%;
        height: 235px;
        object-fit: cover;
    }
    .hero .btm-img{
        position: relative;
        visibility: visible; /* Убедитесь, что видимость установлена корректно */
        opacity: 1;
    }

    .top-banner{
        flex-direction: column;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery img{
        position: unset!important;
        margin: 0 auto;
        width: auto;
        max-width: 314px;
        max-height: 332px!important;
        height: auto;
        object-fit: contain;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
        height: 382px !important;
        max-height: 382px;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport *{
        max-height: 422px;
    }
    .no-scroll{
        overflow: hidden;
    }
    .header.fixed{
        position: fixed;
        top: 0;
        z-index: 4421;
        width: 100%;
    }

    body.fixed{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .advantages .sticky-img.sticky-img-mob{
        z-index: 1;
    }

    .about .description{
        z-index: 0;
    }
    .woocommerce-Reviews .commentlist{
        padding: 0 0 0 0;
    }
        .title-with-button{
        flex-direction: column;
    }
    .title-with-button .section-title{
        margin: 0 0 24px 0;
    }
    #review_form_wrapper .title-with-button .section-title{
        margin: 0 0 0 0;
    }
 
    .section-title{
        font-size: 48px;
    }
    .wc-verified-buyer {
        display: none !important;
        margin-left: 8px;
        font-size: 12px;
        line-height: 1;
        padding: 4px 8px;
        border-radius: 999px;
        background: #eef7ee;
        color: #1f7a1f;
        vertical-align: middle;
    }


    .woocommerce #review_form #respond .form-submit input,
    .product-info h3,
    .woocommerce div.product form.cart .button,
    .accordion-title h6,
    .title-with-button button.add-reviews,
    #load-more-comments,
    .brasho_frequently_asked_questions .accordion-title h6{
        font-size: 20px;
    }
    .woocommerce #review_form #respond .form-submit input{
        margin: 5px 0 0 0;
    }
    .brasho_frequently_asked_questions .plus_icon{
        width: 20px;
        min-width: 20px;
        height: 20px;
        min-height: 20px;
    }
    .review-modal-wrapper .modal-content{
        padding: 24px 24px 24px 24px;
    }
    .review-modal-wrapper .modal-content{
        max-width: 85%;
    }
    .title-with-button button.close-review-modal{
        top: -9px;
        right: 2px;
        width: 24px;
    }
    body.fixedopen {
        position: fixed;
        width: 100%;
        overflow: hidden;
    }

    .review-modal-wrapper{
        align-items: flex-start;
        justify-content: center;
        padding-top: 25px;
    }

    .review-modal-wrapper .modal-content form .comment-form-comment, .review-modal-wrapper .modal-content form .comment-form-author, .review-modal-wrapper .modal-content form .comment-form-email{
        max-width: 100%;
    }
    .woocommerce #review_form #respond p.comment-notes{
        font-size: 16px;
    }
    .title-with-button .section-title{
        font-size: 32px;
    }
    #commentform label{
        margin: 10px 0 6px 0;
        font-size: 11px;
    }

    .woocommerce #review_form #respond textarea{
        height: 60px;
    }
    .review_form form .comment-form-recaptcha{
        margin: 6px 0 !important;
    }
    .woocommerce #review_form #respond p.comment-notes{
        margin-top: 10px !important;
        line-height: 1.4em;

    }
    .single-post .site-main{
        padding: 80px 0 0 0;
    }
    .single-post .entry-header .entry-title{
		margin-top: 20px;
        font-size: 32px;
    }
    .single-post .related-posts{
        margin: 50px auto 80px auto;
    }
    .brasho_precision{
        padding: 80px 0 80px 0;
    }
    .brasho_precision .section-title, .brasho_precision .section-title i{
        font-size: 64px;
    }
    .brasho_precision img{
        margin: 50px 0 0 0;
    }
    .btn-light{
        font-size: 20px;
    }

    .hero {
        padding-top: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-attachment: initial;
        background-color: transparent
    }

    .hero__title {
        margin-top: 10px;
        text-align: left;
        font-size: 24px
    }

    .hero__label {
        font-size: 18px
    }

    .hero .hero__desc {
        display: none
    }

    .hero-text-right .hero__title {
        padding-top: 412px;
        width: 190px !important;
        right: 8px;
        position: relative
    }

}

@media (max-width: 550px) {
    .related.products .products .product, .our-products .woocommerce .products .product{
        width: calc(100% - 8px) !important;
    }
    .shop_table .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity{
        display: flex;
        justify-content: flex-end;
    }
    .shop-cart .woocommerce .cart .button, .shop-cart .woocommerce .cart input.button{
        padding: 16px 18px !important;
    }
    .quantity .qty-block .qty-btn{
        height: 35px;
    }
    .shop_table .woocommerce-cart-form__cart-item.cart_item td.product-quantity{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hero{
        /*background-image: url('/wp-content/uploads/2025/06/11-1.png') !important;*/
    }

    .our-products.slider-section .woocommerce .products .product{
        margin-bottom: 0;
    }

    .our-products{
        padding: 30px 0 150px 0;
    }

    .advantages{
        padding-top: 100px;
    }

    .product-list{
        flex-direction: column;
    }

    .single-post .info-share{
        flex-direction: column;
    }
    .single-post .info-share .info{
        margin: 0 0 24px 0;
    }
    .hero__btn{
        margin-top: 20px;
    }
    .advantages .how_to_care_row{
        margin-top: -580px;
    }
    .advantages .sticky-img.sticky-img-mob{
        margin-top: 400px;
    }
    .our-products .product-card{
        max-width: 100%;
    }

    .woocommerce .col2-set, .woocommerce-page .col2-set{
        width: auto;
    }
    .posts-list__item .date{
        max-width: 124px;
    }

    table.cart td.actions .coupon .input-text{
        padding-left: 6px !important;
        text-align: center;
    }
    .woocommerce-cart .header .mobile__menu .menu li a,
    .woocommerce-shop .header .mobile__menu .menu li a,
    .woocommerce-checkout .header .mobile__menu .menu li a,
    .woocommerce-account .header .mobile__menu .menu li a,
    .single-post .header .mobile__menu .menu li a{
        color: #F7F2E7;
    }

}


/* ------------------Payment and delivery------------------ */
.hero-section{
    padding: 150px 0 55px 0;
    background: #E0D1BD;
}
.hero-section .heading .heading__title{
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #3B1212;
    margin: 0 0 56px 0;
}
.hero-section .heading .heading__title i{
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
}
.delivery-methods-wrapper{
    padding: 80px 158px 80px 158px;
    background: #F7F2E7;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto 0 auto;
}
.delivery-methods-wrapper .delivery-methods-wrapper__title{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #3B1212;
    margin: 0 0 50px 0;
}
.delivery-methods-list{
    width: 100%;
}
.delivery-methods-list .delivery-methods-list__item{
    width: 100%;
    max-width: 314px;
}
.delivery-methods-list .delivery-methods-list__item img{
    width: 100%;
    max-width: 75px;
    margin: 0 0 24px 0;
}
.delivery-methods-list .delivery-methods-list__item .name{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #3B1212;
}
.delivery_payment_info{
    padding: 55px 0 120px 0;
    background: #E0D1BD;
}
.top-image-wrapper{
    height: 76px;
    width: 100%;
    position: relative;
    margin: 0 0 145px 0;
}
.delivery_payment_info .top-image{
    width: 100%;
    /*max-width: 406px;*/
    max-width: calc(50% + 37px);
}
.delivery_payment_info .right-image-wrapper {
    height: 100%;
    padding: 0 0 22px;
}
.delivery_payment_info .right-image-wrapper .right-image{
    height: 100%;
    object-fit: cover;
}
.delivery-information-wrapper{
    justify-content: space-between;
}
.delivery-information-wrapper__item{
    width: 100%;
    max-width: calc(50% - 37px);
}
.delivery-information-wrapper__item .title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #3B1212;
    margin: 0 0 16px 0;
}
.delivery-information-wrapper__item .info-list{
    display: flex;
    flex-direction: column;
}
.delivery-information-wrapper__item .info-list .info-list__item{
    align-items: flex-start;
    margin: 0 0 12px 0;
}
.delivery-information-wrapper__item .info-list .info-list__item:last-child{
    margin: 0 0 0 0;
}
.delivery-information-wrapper__item .info-list .info-list__item img{
    width: 100%;
    max-width: 24px;
    margin: 0 16px 0 0;
}
.delivery-information-wrapper__item .info-list .info-list__item .description{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    color: #3B1212;
}
.delivery-information-wrapper__item .info-list .info-list__item .description p{
    margin-top: 12px;
}
.delivery-information-wrapper__item .info-list .info-list__item .description p:last-child{
    margin-top: 0;
}
.delivery-information-wrapper__item .footnote{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    color: #3B1212;
    margin: 12px 0 0 0;
}
.delivery-information-wrapper__item .footnote p{
    margin-top: 12px;
}
.delivery-information-wrapper__item .footnote p:last-child{
    margin-top: 0;
}
.delivery_payment_unlock{
    background: #F7F2E7;
}
.delivery_payment_unlock .heading{
    width: 100%;
    max-width: 1005px;
}
.delivery_payment_unlock .heading h2{
    font-weight: 400;
}
.delivery_payment_unlock .instagram svg{
    width: 28px;
    height: 34px;
    margin: 0 5px -4px 0;
}
.have_any_questions{
    padding: 120px 0 150px 0;
    background: #320707;
    position: relative;
}
.have_any_questions__wrapper{
    padding: 130px 0 84px 0;
    width: 100%;
    max-width: 475px;
    background: #F7F2E7;
    box-shadow: 25px 25px 40px 0px #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 0 auto;
    position: relative;
}
.have_any_questions__wrapper .title{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.19em;
    letter-spacing: -0.08em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #320707
}
.have_any_questions__wrapper .description{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 0 0 40px 0;
    color: #320707;
}
a.fill-btn{
    border-radius: 50px;
    background: #3B1212;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px 16px 32px;
    color: #F7F2E7;
    text-decoration: none;
    width: max-content;
}
.have_any_questions .bottom_image{
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}
.decoration_image-wrapper{
    width: 100%;
}
.decoration_image-wrapper img{
    height: 122px;
    position: absolute;
    top: -25px;
    right: 156px;
}
@media screen and (max-width: 992px){
    .delivery-methods-wrapper{
        padding: 80px 79px 80px 79px;
    }
    .delivery-information-wrapper{
        margin: 0 0 50px 0;
    }
    .top-image-wrapper{
        margin: 0 0 50px 0;
    }
    .unlock.delivery_payment_unlock .heading a{
        color: #3B1212;
    }
}
@media screen and (max-width: 768px){
    .hero-section .heading .heading__title{
        font-size: 48px;
    }
    .delivery-methods-list{
        flex-direction: column;
        align-items: center;
    }
    .delivery-information-wrapper{
        flex-direction: column;
    }
    .delivery-methods-list .delivery-methods-list__item:not(:last-child){
        margin: 0 0 50px 0;
    }
    .delivery-information-wrapper__item{
        max-width: 100%;
    }
    .delivery-information-wrapper .delivery-information-wrapper__item:not(:last-child){
        margin: 0 0 50px 0;
    }
    .have_any_questions__wrapper{
        padding: 100px 0 84px 0;
    }
    .have_any_questions__wrapper .title{
        font-size: 48px;
    }
}
@media screen and (max-width: 550px){
    .delivery-methods-wrapper {
        padding: 40px;
    }
    .delivery_payment_info .top-image{
        max-width: 100%;
    }
}

.bundle-slider{
    width: 100%;
    margin: 0 !important;

}
.bundle-slider .slick-slide{
    margin: 0 !important;
    overflow: hidden!important;
}
.bundle-slider .slick-prev{
    left: 0;
}
.bundle-slider .slick-prev:before {
    color: #3B1212!important;
}
.bundle-slider .slick-next{
    right: 0;
}
.bundle-slider .slick-next:before {
    color: #3B1212!important;
}
.bundle-item__img .bundle-slider img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    margin: 0 auto;
    object-fit: cover;
}
.bundle-slider .slick-dots {
    bottom: 10px;
}

.bundle-item__img a{
    display: flex;
    height: 100%;
    width: 100%;
}
.bundle-item__img a img{
    object-fit: cover;
}
.custom-bundle-display__slider .bundle-items{
    display: flex!important;
}
.custom-bundle-display__slider{
    max-width: 326px;
}
.custom-bundle-display .custom-bundle-display__title{
    margin: 0 0 22px 0;
}
.custom-bundle-display__slider .slick-next:before {
    color: #3B1212;
}
.custom-bundle-display__slider .slick-prev:before {
    color: #3B1212;
}
.custom-bundle-display__slider .bundle-plus img{
    max-width: 16px;
}
.custom-bundle-display__slider .slick-prev, .custom-bundle-display__slider .slick-next{
    top: 90px;
}
@media screen and (max-width: 992px){
    .custom-bundle-display__slider{
        margin: 0 15px;
    }
}
