:root{
    --woo-black: #141325;
    --woo-blue: #7069F4;
    --woo-font: "GalanoGrotesque", sans-serif;
    --transition: all 0.35s;
}

body{
    background-color: #F7F7FF;
}

body.hidden {
    overflow: hidden;
}

.container-1600{
    max-width: 1600px;
}

/* Product slider */

.store-products-grid__swiper{
    overflow: hidden;
}

.related.products{
    grid-column: 1/-1;
}

.related.products,
.store-products-grid{
    padding: 50px 0;
}

.single-product-kit__title,
.related.products > h2,
.store-products-grid h2{
    color: var(--woo-black);
    font-size: 32px;
    margin-bottom: 32px;
    font-family: Halogen,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.product .woocommerce-loop-product__link,
.product .woocommerce-loop-product__link:hover{
    text-decoration: none !important;
}

.product .product-loop-shop-thumbnail{
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
}

.product .product-loop-shop-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.product .woocommerce-loop-product__link:hover .product-loop-shop-thumbnail img{
    transform: scale(1.05);
}

.product .product-loop-shop-thumbnail > div,
.product .product-loop-shop-thumbnail > span{
    display: flex;
    padding: 3px 16px;
    position: absolute;
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    z-index: 1;
}
.product .product-loop-shop-thumbnail .product-loop-popular{ 
    left: 16px;
    top: 16px;
    background: #7069F4;
    color: #FFFFFF;
}

.product .product-loop-shop-thumbnail .onsale{
    background-color: #fff;
    border: 1px solid #EC638B;
    color: #EC638B;
    right: 16px;
    top: 16px;
}

.product .product-loop-shop-item-title-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 4px;
}

.product .woocommerce-loop-product__title{
    font-family: var(--woo-font);
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--woo-black);
    margin-bottom: 0px;
}

.product .product-loop-colors{
    display: flex;
    gap: 8px;
    line-height: 0;
}

.product .product-loop-colors label{
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 44px;
    position: relative;
    display: block;
    overflow: hidden;
}

.product .product-loop-colors span{
    background: var(--product-color);
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.product .product-loop-colors input[type="radio"]{
    width: 24px;
    height: 24px;
    border-radius: 44px;
    position: absolute;
}

.product .product-loop-colors input[type="radio"]:checked + span{
    box-shadow: 0 0 0 2px var(--woo-black);
}

.product .product-loop-short-description{
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: var(--woo-black);
}

.product .product-loop-levels{
    display: flex;
    gap: 8px;
    margin-top: 8px;
    overflow: hidden;
}

.product .product-loop-levels span{
    padding: 3px 13px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #FBF1E8;
    border-radius: 51px;
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: var(--woo-black);
    cursor: pointer;
}

.product .product-loop-levels input[type="radio"]{
    position: absolute;
}

.product .product-loop-levels input[type="radio"]:checked + span{
    border-color: var(--woo-blue);
}

.product .price {
    margin-top: 8px;
    display: flex;
    color: var(--woo-black);
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
    align-items: baseline;
}

.product .price *{
    line-height: 1;
}

.product .price .screen-reader-text{
    display: none;
}

.product .price del, .product .price ins{
    font-family: var(--woo-font);
}
.product .price del{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #6E6E6E;
}
.product .price ins{
    font-style: italic;
    font-weight: 850;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.product a.add_to_cart_button.added,
.product a.add_to_cart_button{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    gap: 8px;
    height: 48px;
    background: var(--woo-blue);
    border-radius: 8px;
    color: #FFFFFF;
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: none;
}

.product a.added_to_cart{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    gap: 8px;
    height: 48px;
    background: var(--woo-blue);
    border-radius: 8px;
    color: #FFFFFF;
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    margin-top: 16px;
}

/* Product slider END */


/* header */
.header-woo{
    padding: 20px 0;
    /* background-color: #F7F7FF; */
    position: relative;
    z-index: 8;
}

.header-woo__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 184px 1fr;
    gap: 12px;
}

.header-woo__cart{
    display: flex;
    justify-content: end;
    margin-left: 24px;
}

.header-woo__cart a{
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--woo-black);
}

.header-woo__cart a span{
    background-color: var(--woo-blue);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    width: 20px;
    height: 20px;
    border-radius: 97px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
}

.header-woo .burger__bar:before,
.header-woo .burger__bar:after,
.header-woo .burger__bar{
    background-color: var(--woo-black);
}

.header-woo__cart > div{
    margin-left: 14px !important;
}

/* Popup cart */
.popup-cart{
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #141325CC;
    transition: var(--transition);
    cursor: pointer;
}

.popup-cart.open {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.popup-cart.open .popup-cart__wrapper{
    right: 0;
    visibility: visible;
    opacity: 1;
}
.popup-cart__wrapper{
    position: relative;
    margin-left: auto;
    max-width: 674px;
    padding: 20px;
    background-color: #F7F7FF;
    height: 100%;
    right: -20%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    border-bottom-left-radius: 24px;
}


.popup-cart__wrapper::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

.popup-cart__wrapper::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #fff;
}

.popup-cart__wrapper::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

.popup-cart__wrapper::-webkit-scrollbar-track:active {
  background-color: #fff;
}

.popup-cart__wrapper::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #7069F4;
}

.popup-cart__wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #7069F4;
}

.popup-cart__wrapper::-webkit-scrollbar-thumb:active {
  background-color: #7069F4;
}


.popup-cart__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #D8D8F7;
    margin-bottom: 16px;
}

.popup-cart__title{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--woo-black);
}

.popup-cart__close{
    line-height: 0;
    cursor: pointer;
}

.popup-cart__close svg{
    pointer-events: none;
}

.popup-cart__range{
    padding-bottom: 16px;
    border-bottom: 1px solid #D8D8F7;
    margin-bottom: 16px;
}

.popup-cart__range--title{
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--woo-black);
    margin-bottom: 8px;
    text-align: center;
}   

.popup-cart__range--title span{
    color: #00A050;
}

.popup-cart__range--bar{
    height: 6px;
    background: #FFB12933;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.popup-cart__range--fill{
    height: 100%;
    background: #FFB129;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    border-radius: 50px;
}

.woocommerce-mini-cart{
    border-radius: 24px;
    padding: 8px 24px;
    background-color: #fff;
    overflow: hidden;
}

.woocommerce-mini-cart-item{
    position: relative;
    padding: 16px 0;
    display: flex;
    gap: 16px;
}

.woocommerce-mini-cart-item:not(:last-child){
    border-bottom: 1px solid #D8D8F7;
}

.woocommerce-mini-cart-item__image{
    width: 95px;
    height: 95px;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
}

.woocommerce-mini-cart-item__image a{
    display: block;
    height: 100%;
}

.woocommerce-mini-cart-item__image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove_from_cart_button{
    position: absolute;
    right: 16px;
    top: 16px;
}

.woocommerce-mini-cart-item__title {
    margin-bottom: 8px;
}

.woocommerce-mini-cart-item__title a{
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #141325;
    text-decoration: none;
    transition: var(--transition);
}

.woocommerce-mini-cart-item__title a:hover{
    color: var(--woo-blue);
}

.woocommerce-mini-cart-item__qty {
    display: flex;
    align-items: center;
    gap: 16px;
}
.woocommerce-mini-cart-item__qty .price{
    display: flex;
    flex-direction: column-reverse;
    gap: 3px;
    font-family: var(--woo-font);
    font-weight: 850;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #141325;
}

.woocommerce-mini-cart-item__qty .price del{
    font-size: 14px;
    color: #6E6E6E;
    font-weight: 400;
    font-style: normal;
}

.woocommerce-mini-cart-item__qty .price ins{
    font-family: var(--woo-font);
    font-style: italic;
    font-weight: 850;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #141325;
    text-decoration: none;
}

.woocommerce-mini-cart-info{
    margin-top: 16px;
    border-top: 1px solid #D8D8F7;
    border-bottom: 1px solid #D8D8F7;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
}

.woocommerce-mini-cart-info p{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}

.woocommerce-mini-cart-others{
    margin-top: 60px;
}

.woocommerce-mini-cart-others h2{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce-mini-cart-others__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.woocommerce-mini-cart-others__top > div{
    display: flex;
    gap: 8px;
}

.woocommerce-mini-cart-others__wrapper{
    padding: 16px;
    background: #f7eddf;
    border-radius: 16px;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: auto 1fr;
}

.woocommerce-mini-cart-others__title{
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: var(--transition);
    text-decoration: none;
}

.woocommerce-mini-cart-others__title:hover{
    color: #00A050;
}

.woocommerce-mini-cart-others__excerpt{
    font-size: 14px;
    line-height: 120%;
}

.woocommerce-mini-cart-others__image{
    overflow: hidden;
    border-radius: 16px;
    width: 99px;
    height: 99px;
    line-height: 0;
}

.woocommerce-mini-cart-others__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.woocommerce-mini-cart-others .price{
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    margin: 0;
    font-weight: 850;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #141325;

}

.woocommerce-mini-cart-others .price del{
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-mini-cart-others .price ins{
    font-style: italic;
    text-decoration: none;
}

.woocommerce-mini-cart-others a.button svg,
.woocommerce-mini-cart-others__bottom a.button.added{
    display: none;
}

.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart-others__bottom a.added_to_cart,
.woocommerce-mini-cart-others__bottom a.button {
    padding: 17px 24px;
    background: var(--woo-blue);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: var(--transition);
}

.woocommerce-mini-cart__buttons a.button:hover,
.woocommerce-mini-cart-others__bottom a.added_to_cart:hover,
.woocommerce-mini-cart-others__bottom a.button:hover {
    background-color: rgb(91, 84, 214);
}

.woocommerce-mini-cart-others__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    align-items: center;
    margin-top: 8px;
}

.woocommerce-mini-cart__buttons{
    display: flex;
    margin-top: 16px;
}

.woocommerce-mini-cart__buttons a{
    width: 100%;
}

.woocommerce-mini-cart__total{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #D8D8F7;
    display: flex;
    justify-content: space-between;
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #141325;
}

.woocommerce-mini-cart__total span{
    color: var(--woo-blue);
}


/* Popup cart END */


/* Footer */
.footer-woo__right{
    max-width: 380px;
}

.footer-woo__right > div{
    width: 100%;
}

.footer-woo__right .footer__notification-block{
    margin-bottom: 14px;
}

.footer-woo .p3{
    font-size: 14px;
    line-height: 120%;
}

.footer-woo__right .p3{
    font-family: var(--woo-font);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #979AA0;
}

.footer-woo__right .p3:not(:last-child){
    margin-bottom: 8px;
}

.footer.footer-woo{
    padding: 80px 0;
}

.footer.footer-woo .footer__links-item+.footer__links-item {
    margin-top: 13px;
}

/* Footer END */

/* Hero slider */
.store-hero{
    margin-top: -100px;
    position: relative;
}

.store-hero .swiper-slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-hero .swiper-slide .store-hero__slide-mobile-image{
    display: none;
}

.store-hero__slide{
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 48px 0;
    max-width: 649px;
    position: relative;
    z-index: 1;
}

.store-hero__slide-title{
    font-family: 'Halogen';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--woo-black);
}

.store-hero__slide-content{
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--woo-black);
}

.store-hero .store-hero__slide-button{
    margin-top: 16px;
    min-width: 224px;
    border-radius: 8px;
}


.store-hero__slider > .container{
    position: relative;
}

.store-hero .swiper-pagination{
    position: absolute;
    right: 40px;
    margin: 0;
    bottom: 48px;
    justify-content: end;
    left: unset;
}

.store-hero .swiper-pagination .swiper-pagination-bullet{
    width: 48px;
    height: 2px;
    border-radius: 50%;
}
/* Hero slider END */

/* Store About */
.store-about{
    padding: 100px 0;
    background-color: #E4E4FB;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.store-about__wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    align-items: center;
}

.store-about__image{
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.store-about__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-about__label{
    font-family: var(--woo-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--woo-black);
    padding: 8px 16px;
    background: #FBF1E8;
    border-radius: 16px;
    display: inline-flex;
    margin-bottom: 16px;
}

.store-about__title{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--woo-black);
    margin-bottom: 16px;
}

.store-about__text{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--woo-black);
}

.store-about .store-about__button{
    margin-top: 24px;
    min-width: 224px;
    border-radius: 8px;
}
/* Store About  END */


.woocommerce-breadcrumb{
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--woo-black);
    justify-content: center;
    margin-top: 16px;
}

.woocommerce-breadcrumb a{
    transition: var(--transition);
    text-decoration: none;
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--woo-black);
}

.woocommerce-breadcrumb a:hover{
    color: var(--woo-blue);
}


/* Page product category */
.page-product-category .container-wrapper{
    display: grid;
    grid-template-columns: 0.32fr 1fr;
    grid-gap: 30px;
    padding-bottom: 100px;
}

.page-product-category .columns-4{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.page-product-category .woo-archive-header{
    grid-column: 1 / -1;
    margin: 16px 0 32px;
}

.page-product-category h1{
    font-family: 'Halogen';
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: var(--woo-black);
}

.page-product-category .woo-archive-description{
    color: var(--woo-black);
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 16px auto 0;
    max-width: 785px;
}

.woocommerce-pagination{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.woocommerce-pagination ul{
    margin: 0;
    padding: 0 50px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    width: 100%;
}

.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers{
    background: #FFFFFF;
    border: 1px solid var(--woo-blue);
    border-radius: 25px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: var(--woo-blue);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.woocommerce-pagination span.page-numbers.dots{
    border: none;
    background: none;
}

.woocommerce-pagination span.page-numbers.dots:hover{
    background: none;
    color: var(--woo-blue);
}

.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination a.page-numbers:hover{
    background: var(--woo-blue);
    color: #fff;
}

.woocommerce-pagination .next.page-numbers{
    border: none;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -4px;
}

.woocommerce-pagination .prev.page-numbers{
    border: none;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: -4px;
}

/* Page product category END*/

/* Woo filters */
.woo-filters{
    padding: 8px 0;
}


.woo-filters.opened .woo-filters__title{
    margin-bottom: 16px;
}

.woo-filters__title{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--woo-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woo-filters__title i{
    line-height: 0;
    display: none;
}

.woo-filters__title .woo-filters__title--count{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--woo-blue);
}

.woo-filters__filter-group {
    border-top: 1px solid #D8D8F7;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woo-filters__filter-group--legend{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--woo-black);
    font-family: var(--woo-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    cursor: pointer;
}

.woo-filters__filter-group--legend i{
    line-height: 0;
}

.woo-filters__filter-option {

}

.woo-filters__filter-option input{
    display: none;
}

.woo-filters__filter-option label{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--woo-black);
    cursor: pointer;
    display: flex;
    gap: 8px;
}

.woo-filters__filter-option label .checkmark{
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #D8D8F7;
    border-radius: 2px;
    background: #fff;
}

.woo-filters__filter-option input:checked + label .checkmark{
    background-image: url(../../assets/images/done.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.woo-filters__button {
    width: 100%;
    border-radius: 8px;
}

.woo-filters__filter-range-values{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.woo-filters__filter-range-values span{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--woo-black);
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}

.woo-filters__filter-range-values input[type="text"]{
    padding: 12px 20px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid rgba(20, 19, 37, 0.2);
    border-radius: 8px;
    height: 48px;
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #1413254f;
    width: 100%;
}

.woo-filters__filter-range{
    position: relative;
}

.woo-filters__filter-range input{
    position: absolute;
    width: 100%;
    height: 5px;
    background: 0 0;
    top: -1px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0;
}


.woo-filters__filter-range input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    border: 8px solid var(--woo-blue);
    cursor: pointer;
}

.woo-filters__filter-group .slider-container{
    width: 100%;
    height: 2px;
    margin-top: 20px;
    position: relative;
    background: #e4e4e4;
    border-radius: 2px;
    justify-self: center
}

.woo-filters__filter-group .slider-round{
    background: var(--woo-blue);
    height: 100%;
    position: absolute;
    border-radius: 2px;
}

.woo-filters__results{
    padding-bottom: 16px;
}

.woo-filters__results--wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.woo-filters__result{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    background: #DFD6EA;
    border-radius: 50px;
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: var(--woo-black);
    cursor: pointer;
}

.woo-filters__result i{
    line-height: 0;
}

.woo-filters__results--clear{
    font-family: var(--woo-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #EC638B;
    display: inline-flex;
    margin-top: 8px;
    text-decoration: none;
}


.woo-filters.opened{

}

.woo-filters:not(.opened) > *:not(.woo-filters__title),
.woo-filters__filter-group:not(.opened) > *:not(.woo-filters__filter-group--legend){
    display: none;
}

/* Woo filters END */

/* Single Product */
.page-product{
    overflow-x: hidden;
}

.page-product .woocommerce-breadcrumb{
    margin-top: 16px;
}

body:not(.browser-safari.safari-26.os-mac) .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.single-product-comment{
    grid-column: 1/-1;
    background-color: #F7EDDF;
    border-radius: 80px;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.single-product-comment.is-kit{
    border-radius: 80px 80px 0 0;
}

.single-product-comment__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
}

.single-product-comment__image{
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
}

.single-product-comment__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product-comment__title{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    /* or 35px */
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-product-comment__text{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
}

.single-product-comment__text ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}

.single-product-comment__text p:not(:last-child) {
    margin-bottom: 16px;
}

.single-product-about{
    grid-column: 1/-1;
    position: relative;
    z-index: 0;
    padding: 100px 0 180px;
    border-radius: 80px;
    background-color: #E4E4FB;
    margin-bottom: -90px;
}

.single-product-about__label{
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: #FBF1E8;
    border-radius: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
}

.single-product-about__title{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-product-about p{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
}

.single-product-kit{
    grid-column: 1/-1;
    padding: 100px 0;
    background-color: #E4E4FB;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.single-product-kit .product .woocommerce-loop-product__title,
.related .product .woocommerce-loop-product__title{
    color: var(--woo-black);
}

.single-product-kit .product a.add_to_cart_button,
.related .product a.add_to_cart_button{
    display: none;
}

.page-product .content-area > .product{
    display: grid;
    grid-template-columns: 1.42fr 1fr;
    grid-column-gap: 30px;
}

.page-product .content-area > .product > .onsale{
    grid-column: 1 / -1;
}

.single-product-range__wrapper{
    background-color: #E4E4FB;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-product-range h2{
    font-family: var(--woo-font);
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-product-range__item > span{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
}

.single-product-range__item > span:last-child{
    float: right;
}

.single-product-range__item--range{
    position: relative;
    height: 21px;
    overflow: hidden;
    margin-bottom: 4px;
}

.single-product-range__item--range svg{
    width: 100%;
    height: auto;
}

.single-product-range__item--range span{
    position: absolute;
    width: 21px;
    height: 21px;
    background: var(--woo-blue);
    z-index: 1;
    border-radius: 50px;
}

.single-product-characteristic {
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 16px;
    background: #FBF1E8;
    border-radius: 24px;
}

.single-product-characteristic h2{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.single-product-characteristic__block h3{
    font-family: var(--woo-font);
    font-style: italic;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.single-product-characteristic__item{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    padding: 4px 0;
}

.single-product-characteristic__item > span:first-child{
    display: flex;
    gap: 4px;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.single-product-characteristic__item .dot{
    border-bottom: 2px dotted var(--woo-black);
    transform: translateY(-5px);
    flex: 1;
    height: 19px;
}

.save-info{
    display: inline-flex;
    padding: 8px 16px;
    background: #EC638B;
    border-radius: 16px;
    margin-bottom: 16px;
    font-family: var(--woo-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

h1.product_title{
    /*font-family: 'Galano Grotesque';*/
    font-weight: 700;
    font-size: 35px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.woocommerce-product-details__short-description{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
}

.summary .price{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.delivery-info{
    margin: 24px 0;
    padding: 24px 0;
    border-top: 1px solid #D8D8F7;
    border-bottom: 1px solid #D8D8F7;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery-info p{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}

.single_add_to_cart_button{
    padding: 17px 24px;
    background: var(--woo-blue);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: var(--transition);
}

.single_add_to_cart_button:hover{
    background-color: rgb(91, 84, 214);
}

.quantity{
    display: flex;
    align-items: center;
    align-items: center;
    padding: 17px 24px;
    gap: 24px;
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D0D3;
    border-radius: 8px;
}

.quantity input{
    width: 31px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.quantity button{
    width: 24px;
    height: 24px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product__add-to-cart-wrapper form{
    display: flex;
    gap: 16px;
}

.single-product__add-to-cart-wrapper form.variations_form{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 16px;
}

.single-product__add-to-cart-wrapper form.variations_form .variations{
    grid-column: 1 / -1;
}

.single-product__add-to-cart-wrapper form.variations_form .variations select{
    display: none;
}

.single-product__add-to-cart-wrapper form.variations_form .variations tbody{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.single-product__add-to-cart-wrapper form.variations_form .variations tr{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.single-product__add-to-cart-wrapper form.variations_form .variations tr .label label{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
}
.single-product__add-to-cart-wrapper form.variations_form .variations .minnd-variation-radios{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: -8px;
}

.single-product__add-to-cart-wrapper form.variations_form .variations .reset_variations{
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #EC638B;
    text-decoration: none;
    margin-top: 4px;
}

.single-product__add-to-cart-wrapper form.variations_form .variations .minnd-variation-radios br{
    display: none !important;
}

.single-product__add-to-cart-wrapper form.variations_form .variations .minnd-variation-radios label{
    padding: 12px 26px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    display: inline-flex;
    cursor: pointer;
}

.single-product__add-to-cart-wrapper form.variations_form .variations .minnd-variation-radios input:checked + label{
    border: 1px solid var(--woo-blue)
}

.single-product__add-to-cart-wrapper form.variations_form .woocommerce-variation-add-to-cart{
    display: flex;
    gap: 16px;
}

.single-product__other{
    margin: 100px 0;
    display: grid;
    grid-template-columns: 1.42fr 1fr;
    grid-column-gap: 30px;
    grid-column: 1 / -1;
}

.woocommerce-product-details__short-description--wrapper.hidden-description {
	max-height: 66px;
	overflow: hidden;
	transition: max-height .3s ease;
}

/* при клике */
#short-desc-toggle:checked + .woocommerce-product-details__short-description--wrapper {
	max-height: 100%;
}

/* кнопка */
.woocommerce-product-details__short-more-details {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--woo-blue);
    display: inline-flex;
    margin-top: 8px;
    cursor: pointer;
}

#short-desc-toggle:checked ~ .woocommerce-product-details__short-more-details::after {
	content: "Less details";
}

.woocommerce-product-details__short-more-details::after {
	content: "More details";
}

.page-product .summary > .price{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 14px 0 24px;
}

.page-product .summary > .price del{
    font-size: 18px;
    font-weight: 400;
}

.page-product .summary > .price ins{
    font-family: 'Halogen';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}


/* Single Product  END*/

/* privacy-policy-template */
.privacy-policy-template{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.privacy-policy-template h1{
    text-align: center;
    font-size: 60px;
    line-height: 120%;
    color: var(--woo-black);
    margin-bottom: 32px;
}

.privacy-policy-template h2{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3C3CD6;
    margin-bottom: 16px;
    margin-top: 0 !important;
}
.privacy-policy-template p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}

/* privacy-policy-template END */

/* buy together */
.buy-together{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #D8D8F7;
}

.buy-together h2{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.buy-together__text{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
}

.buy-together__text span{
    color: #00A050;
}

.buy-together__wrapper{
    margin-top: 16px;
    padding: 16px;
    background: #f7eddf;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.buy-together__image{
    overflow: hidden;
    border-radius: 16px;
    width: 76px;
    height: 76px;
    line-height: 0;
}

.buy-together__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buy-together__button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    width: 66px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #7069F4;
    border-radius: 16px;
    transition: var(--transition);
}

.buy-together__cwrapper {
    display: flex;
    gap: 8px;
}

.buy-together__button:hover{
    background-color: var(--woo-blue);
}

.buy-together__title{
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #141325;
    margin-bottom: 16px;
    transition: var(--transition);
    display: block;
}

.buy-together__title:hover{
    color: #00A050;
}

.buy-together .price{
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}

.buy-together .price ins{
    color: #00A050;
}

/* buy together END */

/* Floating cart */
.minnd-add-to-cart-floating{
    background-color: #fff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: -100%;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: var(--transition);
}

.minnd-add-to-cart-floating.fixed{
    top: 0;
    opacity: 1;
}

.minnd-add-to-cart-floating__image{
    width: 82px;
    height: 82px;
    border-radius: 8px;
    overflow: hidden;
}

.minnd-add-to-cart-floating__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.minnd-add-to-cart-floating__left{
    display: flex;
    align-items: center;
    gap: 16px;
}

.minnd-add-to-cart-floating__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.minnd-add-to-cart-floating__attr{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
}

.minnd-add-to-cart-floating__right{
    display: flex;
    align-items: center;
    gap: 16px;
}

.minnd-add-to-cart-floating .price{
    font-family: 'Halogen';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex;
    gap: 8px;
    flex-direction: row-reverse;
}

.minnd-add-to-cart-floating .price del{
    font-weight: 400;
    font-size: 18px;
}

.minnd-add-to-cart-floating .price ins{
    text-decoration: none;
}

.minnd-add-to-cart-floating .add-to-cart-floating{
    border-radius: 8px;
}

/* Floating cart END*/


.single-product-gallery-wrapper{
	display: flex;
	align-items: flex-start;
	gap: 16px;
    overflow: auto;
}

/* thumbs */
.single-product-gallery__thumb {
	flex: 0 0 136px;
	height: 736px;
	overflow: hidden;
}

.single-product-gallery__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* main slider */
.single-product-gallery-wrapper .swiper-slide{
    line-height: 0;
}

.single-product-gallery-wrapper .swiper-slide a{
    display: block;
}

.single-product-image{
    line-height: 0;
}

.single-product-image img{
    height: auto;
}

.thank-you-page{
    padding-bottom: 100px;
}

.thank-you-page__wrapper{
    max-width: 575px;
    margin: 0 auto;
    text-align: center;
}

.thank-you-page__image{
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    max-width: 241px;
}

.thank-you-page h1{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.thank-you-page p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}

.thank-you-page a{
    border-radius: 8px;
}

/* Chekout page */
.minnd-checkout-content{
    display: grid;
    grid-template-columns: 1fr 0.485fr;
    grid-gap: 30px;
}

.checkout-page .woocommerce form .form-row .input-text{
    padding: 12px 20px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid rgba(20, 19, 37, 0.2);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #141325;
}

.checkout-page .woocommerce form .form-row .input-text::placeholder{
    color: #14132540;
}

.checkout-page .woocommerce form .form-row label{
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.checkout-page .woocommerce form h3{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.checkout-page .woocommerce form h3.payment-express-title{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.checkout-page .woocommerce form h3#order_review_heading{
    color: var(--woo-blue);
}

.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper > *{
    float: none;
    width: 100%;
}

.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_city_field,
.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_phone_field{
    grid-column: 1 / -1;
}

.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper #billing_address_2_field label{
    position: relative !important;
    width: auto;
    height: auto;
    clip: unset;
    clip-path: unset;
}

body .select2-container .select2-dropdown{
    border-color: #14132533
} 

.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection{
    border-color: #14132533;
    height: 48px;
}

.checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper .select2-selection__rendered{
    line-height: 30px;
}

.checkout-page #customer_details ~ h3,
.checkout-page .woocommerce form #customer_details > h3,
.checkout-page .woocommerce form .woocommerce-billing-fields {
    border-top: 1px solid #D8D8F7;
    padding-top: 24px;
    margin-top: 24px;
}

.checkout-page .wc-stripe-express-checkout-button-separator{
    margin: 16px 0;
    font-weight: bold;
    font-size: 16px;
}

.checkout-page{
    padding-bottom: 100px;
}

.checkout-page > .container{
    /* max-width: 980px; */
}

.checkout-page .header-checkout_woo__logo{
    margin-bottom: 20px;
}

.checkout-page .shipping-options-wrapper{
    margin-top: 16px;
}

.checkout-page #customer_details .shipping-options-wrapper h3{
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: none;
    margin-bottom: 4px;
}

.checkout-page .woocommerce ul#shipping_method li{
    line-height: 1;
    margin: 0;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods .button{
    background: #7069f4;
    color: #fff;
    float: none;
    width: 100%;
    padding: 17px 24px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1 !important;
    text-transform: uppercase;
    transition: var(--transition);
    margin: 8px 0 0 0 !important;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods .button:hover{
    background: #5b54d6;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods{
    margin-top: 12px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li input{
    display: none;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li label{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li label:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 2px solid #141325;
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li input:checked + label:before{
    border-color: var(--woo-blue);
}

.checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li input:checked + label:after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color:var(--woo-blue);
    position: absolute;
    left: 5px;
}

.minnd-checkout-cart__product{

}

.minnd-checkout-order-review{
    background-color: #fff;
    padding-left: 30px;
}

.minnd-checkout-cart__product .minnd-checkout-cart__product-row{
    padding: 16px 0;
    border-top: 1px solid #D8D8F7;
    border-bottom: 1px solid #D8D8F7;
}

.minnd-checkout-cart__product .minnd-checkout-cart__product-row + .minnd-checkout-cart__product-row{
    margin-top: -1px;
}

.page-checkout .woocommerce form .form-row {
    padding: 0;
    margin: 0;
}

.page-checkout .bg{
    content: '';
    display: block;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    position: fixed;
    z-index: -1;
    background-color: #fff;
}

.minnd-checkout-cart__product-row{
    display: flex;
    gap: 16px;
}

.minnd-checkout-cart__product-img{
    min-width: 95px;
    width: 95px;
    height: 95px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

.minnd-checkout-cart__product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.minnd-checkout-cart__name{
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.minnd-checkout-cart__product-row .price{
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    font-style: italic;
    font-weight: 850;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 8px;
}

.minnd-checkout-cart__product-row .price del{
    font-style: normal;
    font-weight: 400;
    color: #6E6E6E;
    font-size: 14px;
}

.minnd-checkout-cart__product-row .price ins{
    text-decoration: none;
}

.minnd-checkout__coupon{
    padding: 24px 0;
    border-bottom: 1px solid #D8D8F7;
    margin-bottom: 24px;
}

.minnd-checkout__coupon-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}

.minnd-checkout__isset{
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.minnd-checkout__isset  > span{
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    background: rgba(0, 160, 80, 0.15);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.minnd-checkout__coupon-form .minnd-coupon-field{
    display: flex;
}


.minnd-checkout__coupon-form .minnd-coupon-field input{
    padding: 12px 20px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid rgba(20, 19, 37, 0.2);
    border-radius: 8px 0px 0px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #141325;
    width: 100%;
}

.minnd-checkout__coupon-form .minnd-coupon-field input::placeholder{
    color: #14132540;
}

.minnd-checkout__coupon-form .minnd-coupon-field button{
    border-radius: 0px 8px 8px 0px;
    min-width: 125px;
}

.minnd-checkout__suggestion {
    margin-top: 24px;
}

.checkout-page .woocommerce form .minnd-checkout__suggestion h3{
    font-size: 18px;
    margin-bottom: 16px;
}

.minnd-checkout__suggestion-product-row{
    padding: 16px;
    background: #f7eddf;
    border-radius: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 16px;
}

.minnd-checkout__suggestion__product-img{
    width: 99px;
    height: 99px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

.minnd-checkout__suggestion__product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.minnd-checkout__suggestion__name{
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.minnd-checkout__suggestion__excerpt{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
}

.minnd-checkout__suggestion .price{
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    font-style: italic;
    font-weight: 850;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 8px;
}

.minnd-checkout__suggestion .price del{
    font-style: normal;
    font-weight: 400;
    color: #6E6E6E;
    font-size: 14px;
}

.minnd-checkout__suggestion .price ins{
    text-decoration: none;
}

.minnd-checkout__suggestion__product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.minnd-checkout__suggestion__product-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.minnd-checkout__suggestion__product-bottom .minnd-checkout__suggestion__add-to-cart{
    padding: 17px 24px;
    background: #FFFFFF;
    border: 1px solid #7069F4;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #7069F4;
    transition: var(--transition);
}

.minnd-checkout__suggestion__product-bottom .minnd-checkout__suggestion__add-to-cart:hover{
    background-color: var(--woo-blue);
    color: #fff;
}

.woocommerce-checkout-review-order {
    margin-top: 24px;
}

.woocommerce-checkout-review-order table.shop_table {
    border: 0;
    margin: 0;
}

.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td{
    border: 0;
}

.woocommerce-checkout-review-order .order-total{
    font-family: 'Halogen';
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.checkout-page .woocommerce-checkout-review-order .cart-subtotal th,
.checkout-page .woocommerce-checkout-review-order .cart-subtotal td{
    padding: 0;
    border: 0;
    font-weight: 400;
}

.checkout-page .woocommerce-checkout-review-order .order-total th,
.checkout-page .woocommerce-checkout-review-order .order-total td{
    padding: 24px 0 0 0;
    border-top: 0;
}

.checkout-page .woocommerce-checkout-review-order .order-total td{
    text-align: right;
    color: var(--woo-blue);
}

.checkout-page .woocommerce-checkout-review-order .cart-subtotal{
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
}

.checkout-page .woocommerce-checkout-review-order .cart-subtotal td{
    text-align: right;
}

#minnd-checkout-newsletter_field {
    margin-top: 8px !important;
}
#minnd-checkout-newsletter_field label{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}


#minnd-checkout-newsletter_field label span.optional{
    color: #00A050;
}

#minnd-checkout-newsletter_field label input{
    display: none;
}

#minnd-checkout-newsletter_field label > span:not(.optional):before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #141325;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #D8D8F7;
    background-color: #fff;
}

#minnd-checkout-newsletter_field label input:checked + span:before{
    content: '✔';
}

.woocommerce-checkout-payment .wc_payment_methods{
    background-color: #D8D8F7;
    border-radius: 24px;
    padding: 0px !important;
    border-bottom: 0 !important;
}

.page-checkout .woocommerce-checkout #payment{
    background: none;
    border-radius: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li > input{
    display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li > label{
    position: relative;
    padding: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #141325;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.woocommerce-checkout-payment .wc_payment_methods li > label:before{
    content: '';
    display: block;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 2px solid #141325;
}

.woocommerce-checkout-payment .wc_payment_methods li > input:checked + label:before{
    border-color: var(--woo-blue);
}

.woocommerce-checkout-payment .wc_payment_methods li > input:checked + label:after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: var(--woo-blue);
    position: absolute;
    left: 25px;
}

.page-checkout .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

.page-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box{
    background-color: #fff !important;
    margin: 0 !important;
    font-family: var(--woo-font);
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150% !important;
    text-align: center;
    color: #141325 !important;
}

.page-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box fieldset.wc-upe-form{
    margin: 8px 0;
}

.page-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box fieldset{
    border: 0 !important;
    border-radius: 0 !important;
}

.page-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box.payment_method_cod {
    border-radius: 0px 0px 24px 24px !important;
}

.page-checkout .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin-top: 24px;
}

.page-checkout .woocommerce #payment #place_order{
    background: #7069f4;
    color: #fff;
    float: none;
    width: 100%;
    padding: 17px 24px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    transition: var(--transition);
}

.page-checkout .woocommerce #payment #place_order:hover{
    background: #5b54d6;
}



/* Chekout page END */

#wc-stripe-express-checkout-button-separator{
    display: none !important;
    opacity: 0;
    margin-top: 0 !important;
}

.wc-stripe-express-checkout-button-separator-wrapper{
    margin: 24px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wc-stripe-express-checkout-button-separator-wrapper::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D8D8F7;
    position: absolute;
    z-index: 0;
}

.wc-stripe-express-checkout-button-separator-wrapper span{
    padding: 0 12px;
    background-color: #F7F7FF;
    font-family: 'Halogen';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    position: relative;
    z-index: 1;
}

.page-product .wc-stripe-express-checkout-button-separator-wrapper span{
    font-size: 14px;
}

.ppc-button-wrapper iframe{
    z-index: 1 !important;
}


.woocommerce .quantity .qty{
    width: 31px;
}

.woocommerce .quantity.checkout-qty{
    margin: 7.5px 0;
}

body:not(.index-page) .header {
    background-color: transparent;
    color: #141325;
}

body:not(.index-page) .header .header__inner{
    background-color: transparent;
}
body:not(.index-page) .header .header__inner > .header__burger{
    display: none;
}

body:not(.index-page) .burger__bar:after, 
body:not(.index-page) .burger__bar:before,
body:not(.index-page) .burger__bar{
    background-color: #141325;
}

body:not(.index-page).menu-open .burger__bar{
    background-color: transparent;
}
body:not(.index-page) .header-menu {
    background-color: #F7F7FF;
    color: #141325;
}

body:not(.index-page) .header-menu__list-item{
    border-top: 1px solid rgb(177 177 177 / 30%);
}




@media screen and (max-width: 1280px) {
    .minnd-checkout__suggestion__product-bottom .minnd-checkout__suggestion__add-to-cart {
        padding: 17px 15px;
    }

    .minnd-checkout-content {
        grid-template-columns: 1fr 0.65fr;
    }
}

@media screen and (max-width: 1200px) {
    .save-info {
        padding: 6px 12px;
        border-radius: 16px;
        margin-bottom: 8px;
        font-size: 14px;
    }
    h1.product_title{
        font-size: 50px;
        text-transform: none;
    }
    .single-product-gallery__thumb {
        flex: 0 0 100px;
        height: 680px;
    }
    .header-woo__menu{
        display: none;
    }

    .header-woo__wrapper {
        grid-template-columns: auto 1fr;
    }

    .footer.footer-woo .footer__main{
        flex-wrap: nowrap;
    }
}

@media (max-width: 1100px){
    .single-product-gallery__thumb {
        flex: 0 0 60px;
        height: 500px;
    }

    .checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 1024px){
    .single-product-range__item--range svg {
        position: relative;
        top: -2px;
    }
    .checkout-page .woocommerce form h3#order_review_heading{
        font-size: 20px;
    }
    .checkout-page .woocommerce form h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .minnd-checkout-content {
        grid-template-columns: 1fr 1fr;
    }
    .minnd-add-to-cart-floating .quantity {
        padding: 17px 24px;
        gap: 10px;
        width: 125px;
    }
    .minnd-add-to-cart-floating .add-to-cart-floating {
        font-size: 12px;
    }
    .minnd-add-to-cart-floating .price del{
        font-size: 14px;
    }
    .minnd-add-to-cart-floating .price{
        font-size: 16px;
    }
    .minnd-add-to-cart-floating__title{
        font-size: 20px;
        line-height: 110%;
    }
    .minnd-add-to-cart-floating__attr {
        font-size: 16px;
        line-height: 110%;
    }
    .single-product__other {
        margin: 80px 0;
    }
    .single_add_to_cart_button {
        font-size: 12px;
    }
    .quantity {
        height: 46px;
    }
    .buy-together__wrapper {
        margin-top: 8px;
        padding: 8px;
        border-radius: 8px;
        gap: 8px;
    }
    .buy-together__text{
        display: none;
    }

    .buy-together h2 {
        font-size: 16px;
        line-height: 110%;
    }
    .buy-together {
        margin-top: 16px;
        padding-top: 16px;
    }
    .single-product__add-to-cart-wrapper form.variations_form .variations .minnd-variation-radios label {
        padding: 9px 20px;
        font-size: 12px;
    }
    .single-product__add-to-cart-wrapper form.variations_form .variations tr .label label {
        font-size: 14px;
    }
    .page-product .woocommerce-breadcrumb {
        margin: 8px 0 16px;
    }
    .delivery-info p img{
        width: 20px;
        height: 20px;
    }
    .delivery-info p {
        font-size: 14px;
        gap: 4px;
    }
    .delivery-info {
        margin: 16px 0;
        padding: 16px 0;
        gap: 4px;
    }
    .woocommerce-product-details__short-more-details {
        font-size: 12px;
    }
    .woocommerce-product-details__short-description--wrapper.hidden-description {
        max-height: 96px;
    }
    .woocommerce-product-details__short-description {
        font-size: 16px;
    }
    .page-product .summary > .price {
        margin: 8px 0 16px;
    }

    h1.product_title {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 8px;
    }
    .single-product-characteristic{
        margin-bottom: 80px;
    }
    .single-product-characteristic h2{
        font-size: 20px;
    }
    .single-product-range h2,
    .single-product-characteristic__block h3{
        font-size: 20px;
    }
    .single-product-kit{
        padding: 80px 0;
        background-color: #E4E4FB;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .single-product-about {
        padding: 80px 0 104px;
        border-radius: 24px;
        margin-bottom: -24px;
    }
    .single-product-comment__wrapper{
        grid-gap: 24px;
    }
    .single-product-comment {
        border-radius: 24px;
        padding: 80px 0;
    }

    .single-product-comment.is-kit{
        border-radius: 24px 24px 0 0;
    }

    .page-product-category .columns-4 {
        grid-gap: 16px;
    }

    .product .woocommerce-loop-product__title{
        font-size: 16px;
        color: var(--woo-blue);
    }

    .product .product-loop-levels span,
    .product .product-loop-short-description{
        font-size: 12px;
    }

    .product .price del{
        font-size: 12px;
    }

    .product .price ins{
        font-size: 14px;
    }

    .product a.add_to_cart_button{
        display: flex;
        margin-top: 16px;
        font-size: 12px;
        padding: 16px 24px;
    }

    .single-product-kit__title,
    .related.products h2:not(.woocommerce-loop-product__title),
    .store-products-grid h2:not(.woocommerce-loop-product__title) {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .product .product-loop-shop-thumbnail > div, .product .product-loop-shop-thumbnail > span{
        font-size: 10px;
    }

    .related.products,
    .store-products-grid{
        padding: 40px 0;
    }

    .header-woo__logo img{
        height: 27px;
        width: auto;
    }

    .footer.footer-woo {
        padding: 60px 0;
    }

    .footer.footer-woo .footer__main {
        gap: 40px 40px;
    }

    .store-hero__slide {
        /* min-height: 676px; */
    }

    .store-hero__slide-title{
        font-size: 50px;
    }

    .privacy-policy-template h1,
    .page-product-category h1 {
        font-size: 50px;
    }
}

@media screen and (min-width: 813px) {
    .checkout-page .woocommerce form h3#order_review_heading .order_review_heading__title svg,
    .checkout-page .woocommerce form h3#order_review_heading .order_review_heading__price,
    .page-checkout .header-woo__logo,
    .single-product-gallery-wrapper .swiper-pagination{
        display: none;
    }
}

@media (max-width: 812px){
    .checkout-page .woocommerce form h3#order_review_heading .order_review_heading__title svg{
        width: 12px;
        height: auto;
        fill: #7069f4;
        position: relative;
        transition: var(--transition);
        position: absolute;
        right: 0;
    }

    .checkout-page .woocommerce form h3#order_review_heading {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        transition: var(--transition);
        margin-bottom: 0;
    }

    .minnd-checkout-content {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 80px;
    }

    .minnd-checkout-order-review {
        padding: 32px 16px;
    }

    .checkout-page .woocommerce form h3#order_review_heading.open{
        margin-bottom: 16px;
    }

    .checkout-page .woocommerce form h3#order_review_heading.open svg{
        transform: rotate(180deg);
    }

    span.order_review_heading__title {
        display: inline-flex;
        align-items: center;
        padding-right: 24px;
        position: relative;
    }

    .checkout-page .woocommerce form .minnd-checkout-cart__content{
        height: 0;
        overflow: hidden;
        transition: var(--transition);
    }
    .checkout-page .woocommerce form .minnd-checkout-cart__content.open{
        height: auto;
    }
    .checkout-page .woocommerce form .woocommerce-checkout-review-order{
        height: 0;
        overflow: hidden;
        margin-top: 0;
    }

    .checkout-page .woocommerce form .woocommerce-checkout-review-order.open{
        height: auto;
        margin-top: 24px;
    }
    
    .checkout-page .header-checkout_woo__logo{
        display: none;
    }
    #wc-stripe-express-checkout-button-separator{
        margin: 16px 0;
    }
    .checkout-page .woocommerce-checkout-review-order .order-total th, .checkout-page .woocommerce-checkout-review-order .order-total td {
        padding: 16px 0 0 0;
    }
    .minnd-checkout__suggestion-product-row {
        padding: 8px;
        grid-gap: 8px;
    }
    .minnd-checkout__suggestion {
        margin-top: 16px;
    }
    .minnd-checkout__coupon-form .minnd-coupon-field button {
        min-height: 46px;
        font-size: 12px;
    }
    .minnd-checkout__coupon-form .minnd-coupon-field input {
        height: 46px;
        font-size: 14px;
    }
    .minnd-checkout__coupon {
        padding: 16px 0;
        margin-bottom: 16px;
    }

    .woocommerce-terms-and-conditions-wrapper,
    .minnd-checkout__suggestion .price,
    .minnd-checkout-cart__product-row .price {
        font-size: 14px;
    }
    .woocommerce-checkout-review-order .order-total,
    .checkout-page .woocommerce-checkout-review-order .cart-subtotal,
    .minnd-checkout__suggestion__name,
    .minnd-checkout-cart__name {
        font-size: 16px;
    }
    .minnd-checkout-cart__product .minnd-checkout-cart__product-row {
        padding: 8px 0;
    }

    .checkout-page .shipping-options-wrapper .woocommerce-shipping-methods .button,
    .minnd-checkout__suggestion .price del,
    .minnd-checkout__suggestion__product-bottom .minnd-checkout__suggestion__add-to-cart,
    .minnd-checkout-cart__product-row .price del,
    .page-checkout .woocommerce #payment #place_order{
        font-size: 12px;
    }
    .woocommerce-checkout-payment .wc_payment_methods li > input:checked + label:after {
        left: 21px;
    }
    .woocommerce-checkout-payment .wc_payment_methods li > label {
        padding: 16px;
        font-size: 12px;
    }
    .page-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box{
        font-size: 14px !important;
    }
    .checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li label,
    .checkout-page #customer_details .shipping-options-wrapper h3 {
        font-size: 14px;
    }
    .checkout-page .woocommerce form .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection {
        height: 46px;
    }
    .checkout-page .woocommerce form .form-row .input-text {
        height: 46px;
        font-size: 14px;
    }
    .checkout-page .woocommerce form .form-row label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .checkout-page{
        padding-bottom: 0;
    }
    .checkout-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .minnd-checkout-order-review:after{
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
    }

    .minnd-checkout-order-review {
        background-color: #fff;
        padding: 32px 16px;
        position: relative;
    }
    .page-checkout .bg{
        display: none !important;
    }
    .minnd-checkout-content {
        grid-template-columns: 1fr;
    }
    .single-product-gallery-wrapper .swiper-slide img{
        height: auto;
    }
    .single-product-gallery__thumb{
        display: none;
    }
    .store-hero__slide-title {
        font-size: 40px;
    }
    .footer.footer-woo .footer__main {
        flex-wrap: wrap;
        gap: 24px 24px;
    }

    .store-about__wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }

    .store-about {
        padding: 80px 0;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .page-product-category .container-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 24px;
        padding-bottom: 80px;
    }

    .woo-filters{
        padding: 8px 16px;
        border-radius: 8px;
        background: #3C3CD61A;
    }

    .woo-filters__title{
        font-size: 16px;
        line-height: 1;
    }

    .woo-filters__title span{
        font-size: 14px;
    }

    .woo-filters.opened {
        padding: 16px;
    }

    .woo-filters.opened .woo-filters__title i{
        display: block;
    }

    .woo-filters__filter-group--legend{
        font-size: 14px;
    }

    .woo-filters__filter-group{
        padding: 8px 0;
    }

    .woo-filters__filter-option label{
        font-size: 12px;
    }

    .woo-filters__result{
        font-size: 10px;
    }

    .woo-filters__filter-range-values span,
    .woo-filters__results--clear,
    .woo-filters__button {
        font-size: 12px;
    }

    .woo-filters__result i svg{
        width: 12px;
        height: 12px;
    }

    .woo-filters__filter-range-values input[type="text"] {
        height: 46px;
        font-size: 12px;
    }

    .woo-filters__filter-group .slider-container {
        margin: 12px 0;
    }

    .woo-filters__filter-range input[type="range"]{
        top: -3px;
    }
    .woo-filters__filter-range input[type="range"]::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
        border: 6px solid var(--woo-blue);
    }

    .woocommerce-pagination span.page-numbers, .woocommerce-pagination a.page-numbers {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .woocommerce-pagination .next.page-numbers{
        border: none;
        width: 34px;
        height: 34px;
        position: relative;
        right: unset;
        top: 3px;
    }

    .woocommerce-pagination .prev.page-numbers{
        border: none;
        width: 45px;
        height: 45px;
        position: relative;
        left: unset;
        top: 3px;
    }

    .woocommerce-pagination .page-numbers svg{
        width: 34px;
        height: 34px;
        line-height: 0;
    }

    .woocommerce-breadcrumb {
        margin-bottom: 16px;
        gap: 6.5px;
        font-size: 14px;
    }
    .page-product-category h1 {
        font-size: 32px;
    }

    .page-product-category .woo-archive-header {
        margin: 8px 0 0;
    }

    .page-product-category .woo-archive-description {
        font-size: 16px;
        margin: 8px auto 0;
    }

    .privacy-policy-template p{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .privacy-policy-template h1{
        font-size: 32px;
        margin-bottom: 16px;
    }

    .privacy-policy-template h2{
        margin-bottom: 8px;
    }
}

@media (max-width: 768px){
    .single-product-range__item--range svg{
        top: -1px;
    }
    .thank-you-page {
        padding-bottom: 80px;
    }
    .woocommerce-breadcrumb {
        margin: 8px 0 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 16px;
        justify-content: flex-start;
    }
    .minnd-add-to-cart-floating__qty,
    .minnd-add-to-cart-floating__price{
        display: none;
    }
    .single-product__other {
        margin: 80px 0;
        grid-template-columns: 1fr;
    }
    .page-product .summary.entry-summary{
        margin-top: 30px;
    }
    .single-product-range__item--range {
        height: 18px;
    }
    .single-product-range__item--range span {
        width: 18px;
        height: 18px;
    }
    .single-product-range__item > span{
        font-size: 14px;
    }
    .single-product-characteristic__item{
        font-size: 16px;
    }
    .single-product-characteristic {
        margin-bottom: 16px;
        padding: 16px;
    }

    .single-product-range{
        margin-bottom: 0px;
    }

    .single-product-range__wrapper{
        padding: 16px;
    }
    .page-product .content-area > .product {
        grid-template-columns: 1fr;
        display: block;
    }
    .single-product-about__label {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .single-product-about p {
        font-size: 14px;
        line-height: 140%;
    }

    .page-product-category .columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .store-about__title{
        font-size: 28px;
        margin-bottom: 8px;
    }

    .store-about__label {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 12px;
    }

    .single-product-comment__wrapper {
        grid-template-columns: 1fr;
    }

    .single-product-about__title,
    .single-product-comment__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .single-product-comment__text{
        font-size: 16px;
    }

    .single-product-comment__text ul,
    .single-product-comment__text p:not(:last-child) {
        margin-bottom: 8px;
    }


    .popup-cart__wrapper {
        max-width: 414px;
        padding: 14px;
    }

    .popup-cart__close svg {
        width: 18px;
        height: auto;
    }

    .popup-cart__range--title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .popup-cart__range--bar {
        height: 4px;
    }

    .woocommerce-mini-cart {
        border-radius: 16px;
        padding: 8px 16px;
    }

    .woocommerce-mini-cart-item__image {
        width: 88px;
        height: 88px;
        border-radius: 8px;
    }

    .woocommerce-mini-cart-item__title a {
        font-size: 16px;
        line-height: 110%;
        padding-right: 35px;
        display: block;
    }

    .woocommerce-mini-cart-info p {
        font-size: 14px;
    }

    .woocommerce-mini-cart-info p img{
        width: 20px;
        height: 20px;
    }

    .woocommerce-mini-cart-others {
        margin-top: 16px;
    }

    .woocommerce-mini-cart-others h2{
        font-size: 16px;
    }

    .woocommerce-mini-cart-others__top svg{
        width: 24px;
        height: 24px;
    }

    .woocommerce-mini-cart-others__wrapper {
        padding: 8px;
    }

    .woocommerce-mini-cart-others__title {
        font-size: 16px;
        line-height: 120%;
    }

    .woocommerce-mini-cart-others__excerpt {
        font-size: 12px;
    }

    .woocommerce-mini-cart-others .price{
        font-size: 14px;
    }

    .woocommerce-mini-cart-others .price del {
        font-size: 12px;
    }

    .woocommerce-mini-cart__buttons a.button, .woocommerce-mini-cart-others__bottom a.added_to_cart, .woocommerce-mini-cart-others__bottom a.button {
        padding: 17px 16px;
        font-size: 12px;
    }

    .woocommerce-mini-cart-item__qty .price ins,
    .woocommerce-mini-cart-item__qty .price{
        font-size: 14px;
    }

    .woocommerce-mini-cart-item__qty .price del{
        font-size: 12px;
    }

    .woocommerce-mini-cart .quantity {
        gap: 8px;
        width: 125px;
    }
    .woocommerce-mini-cart__total{
        font-size: 16px;
    }
}


@media (max-width: 512px){
    .store-hero .swiper-pagination {
        position: relative;
        margin: 16px 0 0 0 ;
        bottom: 0;
        justify-content: center;
        left: 0;
        right: 0;
    }

    .page-product-category .columns-4{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px){
        span.order_review_heading__title {
        max-width: 45%;
    }
}

@media (max-width: 414px){
    span.order_review_heading__title {
        max-width: 57%;
    }
    .single-product-range__item--range svg {
        top: -3px;
    }
    .minnd-add-to-cart-floating .add-to-cart-floating {
        font-size: 10px;
        padding: 8px 14px;
    }
    .minnd-add-to-cart-floating{
        gap: 6px;
    }
    .minnd-add-to-cart-floating__attr {
        font-size: 12px;
    }
    .minnd-add-to-cart-floating__left {
        gap: 8px;
    }
    .minnd-add-to-cart-floating__image {
        width: 60px;
        height: 60px;
    }
    .minnd-add-to-cart-floating__title {
        font-size: 16px;
    }
    .woocommerce-breadcrumb a{
        font-size: 14px;
    }
    
    .woocommerce-mini-cart-others__excerpt{
        font-size: 12px;
    }
    .woocommerce-mini-cart-others__title{
        font-size: 16px;
    }
    .woocommerce-mini-cart__buttons a.button, 
    .woocommerce-mini-cart-others__bottom a.added_to_cart, 
    .woocommerce-mini-cart-others__bottom a.button {
        padding: 13px 15px;
        font-size: 12px;
    }
    .store-about__label {
        margin-bottom: 8px;
        padding: 4px 16px;
    }

    .store-about__title{
        font-size: 24px;
    }

    .store-about__text {
        font-size: 14px;
        line-height: 140%;
    }

    .store-about .store-about__button {
        font-size: 12px;
        width: 100%;
    }

    .header-woo__logo img{
        height: 20px;
    }

    .footer.footer-woo .footer__links-item+.footer__links-item{
        margin-top: 8px;
    }

    .footer-woo .p3{
        font-size: 12px;
    }

    .footer-woo__right .p3{
        text-align: center;
    }

    .footer-woo .footer__notification-block{
        padding-bottom: 24px;
        margin-bottom: 17px;
        border-bottom: 1px solid #FFFFFF40;
    }

    .store-hero__slide-title{
        font-size: 32px;
    }

    .store-hero .swiper-slide{
        background: none !important;
    }

    .store-hero .swiper-slide .store-hero__slide-mobile-image{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .store-hero__slide{
        padding: 0 0 24px;
    }

    .store-hero .swiper-slide .container{
        padding: 0;
    }

    .store-hero__slide-wrapper{
        padding: 0 15px;
    }

    .store-hero .swiper-pagination {
        margin: 0;
    }

    .store-hero__slide {
        /* min-height: 500px; */
        justify-content: flex-start;
    }

    .store-hero .store-hero__slide-button{
        width: 100%;
        font-size: 12px;
    }
}

@media (max-width: 375px){
        span.order_review_heading__title {
        max-width: 50%;
    }
}
@media (max-width: 360px){
    .quantity {
        padding: 17px 20px;
        width: 145px;
    }
    span.order_review_heading__title {
        max-width: 54%;
    }
    .checkout-page .woocommerce form h3#order_review_heading {
        font-size: 14px;
    }
    .minnd-checkout__suggestion__product-bottom .minnd-checkout__suggestion__add-to-cart {
        padding: 12px 5px;
    }
    .checkout-page .shipping-options-wrapper .woocommerce-shipping-methods li label{
        font-size: 12px;
    }
    .store-hero__slide-title {
        font-size: 26px;
    }

    .single-product-characteristic h2,
    .single-product-about__title, 
    .single-product-comment__title {
        font-size: 20px;
    }

    .single-product__add-to-cart-wrapper form.variations_form .woocommerce-variation-add-to-cart{
        flex-direction: column;
    }

    .single-product__add-to-cart-wrapper form.variations_form {
        grid-template-columns: repeat(1, auto);
    }

    .single-product-range h2, .single-product-characteristic__block h3 {
        font-size: 16px;
    }

    .single-product-characteristic__item {
        font-size: 12px;
    }
}
#wc-stripe-express-checkout-element>div {
    max-width: 200px;
    flex: 1;
    min-width: 150px!important;
}

body:not(.page-checkout) #wc-stripe-express-checkout-element{
 justify-content: left!important;
}
@media (max-width: 512px){
    #wc-stripe-express-checkout-element
    {
        justify-content: center!important;
    }
}