/*!
Theme Name: HatchHub
Theme URI: https://sweb.com.ua/
Author: sweb.com.ua
Author URI: https://sweb.com.ua/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: HatchHub
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

:root {
  --black-100: #22262a;
  --font-size-base: 14px;
  --black-80: #5d6369;

  --container-width: 1440px;
  --container-padding: 15px;
}

/* ========================================
   ШРИФТЫ
   ======================================== */


body {
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-base);
  color: var(--color-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {text-decoration: none;}
ul, ol {list-style: none;}
/* ========================================
   БАЗОВЫЕ СТИЛИ
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
    max-width: 100%;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.promo_bar {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  height: 33px;
  background: var(--black-100, #22262a);
}
.promo_bar_slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_bar_slider a {
  color: #fff;
}
.promo_bar {
  overflow: hidden;
}

.promo_bar-slider {
  width: 100%;
}

.promo_bar .swiper-wrapper {
  display: flex;
}

.promo_bar .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  text-align: center;
}
.promo_bar {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_bar h6 {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .promo_bar_slider {
    height: 33px;
  }
  .admin-bar .promo_bar {
    top: 32px;
  }
  html#fix_promo body #page {
    margin-top: 33px;
    position: unset;
  }
  html#fix_promo .promo_banner {
    height: 33px;
  }
}
@media screen and (max-width: 768px) {
  .mob_pinned div#mobile_top_bar {
    top: 0 !important;
  }
  .mob_pinned header#header {
    top: 36px !important;
  }
  .promo_bar_slider {
    height: 56px;
  }
  .promo_bar {
    position: unset !important;
  }
  .promo_bar {
    height: 56px;
  }
  header#header {
    transition: 0s ease;
    top: 106px !important;
  }
  div#mobile_top_bar {
    top: 56px !important;
  }
  .menu-menu-container {
    top: 181px !important;
  }
  .mob_pinned body.menu_opened .menu-menu-container {
    top: 111px !important;
  }
}
div#mobile_top_bar {
    display: none;
}
section#search_form {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 20px 10px;
    transition: .3s;
    z-index: 0;
    
}
#header_category {
    position: absolute;
    top: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 10px;
    transition: .3s;
    z-index: 0;
    background: #FFF;
    border: 0;
    
}
header#header:has(section#search_form.show),
header#header:has(section#header_category.show){
    border-bottom: 1px solid var(--grey-20, #DCE8F1);
}
header#header .container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
a.header_phone {
    color: #22262A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    gap: 12px;
}
.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-toggle {
    display: none;
}
    .menu-menu-container {
        transform: unset !important;
    }
    nav#navigation ul#primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 22px;
}
nav#navigation ul#primary-menu a {
    color: #22262A;
    text-decoration: none;
    font-size: 16px;
    height: 70px;
    display: flex;
    align-items: center;
}

li#menu-item-25 a {
    background-image: url('data:image/svg+xml,<svg width="6" height="3" viewBox="0 0 6 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3L0.401924 4.89399e-07L5.59808 3.51373e-08L3 3Z" fill="%23181D21"/></svg>');
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 10px;
    background-size: 6px 4px;
}
#header_category.show {
    box-shadow: 0 16px 16px 0 rgba(157, 168, 173, 0.20);
    transform: translate(-50%, 71px);
    transition: .3s;
}
section#header_category ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

header#header .menu a {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

span.xoo-wsc-sc-bki.xoo-wsc-icon-basket3 {
    font-size: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.95236 0.606317C7.16985 0.0988341 7.75733 -0.136304 8.26486 0.0809259C8.77241 0.298448 9.00763 0.88585 8.79025 1.39343L6.3879 6.99987H12.4377L10.3811 1.41198C10.1904 0.893702 10.4565 0.318509 10.9748 0.127801C11.493 -0.0627027 12.0673 0.203345 12.258 0.721551L14.5686 6.99987H16.7424C17.9426 6.99987 18.8724 8.04966 18.7277 9.24108L17.8635 16.3612C17.6806 17.8671 16.402 18.9999 14.885 18.9999H3.85763C2.34074 18.9997 1.06197 17.867 0.879115 16.3612L0.0148572 9.24108C-0.129787 8.04975 0.800162 7.00001 2.00021 6.99987H4.21212L6.95236 0.606317ZM2.86447 16.12C2.92541 16.6219 3.35207 16.9997 3.85763 16.9999H14.885C15.3906 16.9999 15.8172 16.622 15.8781 16.12L16.7424 8.99987H2.00021L2.86447 16.12Z" fill="%231E1E1E"/></svg>');
    width: 19px;
    height: 19px;
    padding: 0 10px;
    background-repeat: no-repeat;
    margin: 0;
}
span.xoo-wsc-sc-count {
    display: none;
}
.search a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trade-btn {
position: relative;
    display: flex;
    width: 272px;
    height: 45px;
    overflow: hidden;
    text-decoration: none;
    font-size: 48px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #AADAF2;
    background: #F2F5F8;
    padding: 2px;
}

.trade-btn::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(50% - 1px);
    height: calc(100% - 2px);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
}

.trade-btn:hover::before {
    transform: translateX(-100%);
}

.trade-btn span {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 50%;
}

.trade-btn span:first-child {
    color: #3ca0d8;
}

.trade-btn span:last-child {
    color: #fff;
    font-weight: 700;
}
.trade-btn:hover span:first-child {
    color: #fff;
    transition: .3s;
}

.trade-btn:hover span:last-child {
    color: #3ca0d8;
    transition: .3s;
}
.actions .search {
    margin-left: 46px;
    margin-right: 10px;
}
.actions .cart {
    margin-left: 10px;
    margin-right: 46px;
}
header#header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 5;
    box-shadow: 0 4px 10px 0 rgba(195, 207, 213, 0.25);
}
.promo_bar a{
    color: var(--blue-20, #4CC8D9);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
section#hero {
    position: relative;
    display: flex;
}
.hero_container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section#hero img {
    width: 100%;
}
section#hero>svg {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.slide_title {
    color: #FFF;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 7px;
}
.slide_subtitle {
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.slide_description {
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
section#header_category a strong {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(34, 38, 42, 0.00) 0%, rgba(34, 38, 42, 0.50) 100%);
    height: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 25px;
}

section#header_category ul {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}
section#header_category a {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
header#header.pinned {
    position: fixed;
    top: 0 !important;
    animation: headerfade .3s ease-in-out forwards;
}
@keyframes headerfade {
    0% {
        transform: translateY(-150px);
        visibility: hidden;
        opacity: 0
    }

    100% {
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}


section#header_category a img {
    transition: transform 1s ease-out;
}
section#header_category a:hover img {
    transform: scale(1.1);
}
section#header_category a:hover strong {
    text-decoration: underline;
}
nav#navigation ul a:hover {
    text-decoration: underline !important;
}
section#search_form.show {
    box-shadow: 0 8px 16px rgb(141 153 158 / .3);
    transition: .3s;
    display: flex !important;
    transform: translate(-50%, 1px);
}
section#search_form form {
    display: flex;
}
section#search_form input[type="search"] {
    border-radius: 6px;
    border: 1px solid var(--black-50, #C4D3DE);
    background: #FFF;
    display: flex;
    height: 66px;
    padding: 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 10px;
    min-width: 400px;
}
section#search_form button {
    display: flex;
    width: 190px;
    height: 66px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
}
.breadcrumbs_wrapper.container ul.breadcrumbs {
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    list-style: none;
}
ul.breadcrumbs a {
    text-decoration: none;
}
ul.breadcrumbs li:before {
    content: "/";
    padding: 0 7px;
}
ul.breadcrumbs li:first-child:before {
    display: none;
}
ul.breadcrumbs li:first-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
ul.breadcrumbs li a {
    color: var(--black-80, #5D6369);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
ul.breadcrumbs li:first-child a svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
}

ul.breadcrumbs li:last-child > span {
    color: var(--blue-40, #35AAE3);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section#benefits > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 54px;
    padding-bottom: 54px;
}
.benefits_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefits_item_icon {
    margin-bottom: 20px;
}
.benefits_item_title {
    margin-bottom: 12px;
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.benefits_item_subtitle {
    color: #4C5359;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section#products_tabs h2 {
    color: #2A2F34;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 42px;
    width: 100%;
}
section#products_tabs {
    margin-top: 76px;
    margin-bottom: 112px;
}
section#products_tabs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_tab_item a {
    display: flex;
    position: relative;
}

.product_tab_item a div {
    height: 35%;
    background: linear-gradient(180deg, rgba(34, 38, 42, 0.00) 0%, rgba(34, 38, 42, 0.50) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 18px 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 26px 30px 26px;
}
.product_tab_item a div span {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

section#promotions h2 {
    color: #2A2F34;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin-bottom: 38px;
}




h2.woocommerce-loop-product__title {
    color: var(--black-90, #2A2F34);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.star-rating {
    display: none;
}
a.button.product_type_variable.add_to_cart_button {
    display: flex;
    padding: 16px 16px 16px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    text-decoration: none;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product {
    position: relative;
}
section#promotions h2.woocommerce-loop-product__title {
    color: var(--black-90, #2A2F34);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.products_label_for_category {
    border-radius: 6px;
    background: #00B67A;
    padding: 6px 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    top: 24px;
    right: 24px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product.type-product {
    padding: 24px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
}
.image_without_slider {
    order: 0;
}
.category_label_for_product {
    order: 5;
}
section#promotions h2.woocommerce-loop-product__title {
    order: 10;
}
ul.products_benefits_for_category {
    order: 15;
    margin-bottom: 20px;
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
}
.category_label_for_product {
    display: inline-flex;
    padding: 7px 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid var(--blue-40, #35AAE3);
    color: var(--blue-40, #35AAE3);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    width: auto;
    text-transform: uppercase;
    max-width: fit-content;
    margin: 10px 0 16px 0;
}
ul.products_benefits_for_category li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    min-height: 31px;
}
ul.products_benefits_for_category li svg {
    width: 24px;
    min-width: 24px;
}
.custom-related-products {
    overflow: hidden;
    margin-bottom: 100px;
}
.product_label_for_category {
    display: none;
}
.image_without_slider {
    position: relative;
}
.product_icon_for_category {
    position: absolute;
    bottom: 0;
    left: 0;
}
a.button.product_type_variable.add_to_cart_button:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 17L17 7M17 17V7H7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
h2.best_choice_title {
    color: #2A2F34;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 97px;
    margin-bottom: 47px;
}
.best_choice_items {
    display: flex;
    gap: 20px;
}
.best_choice_item {
    padding: 6px 6px 0px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    flex-direction: column;
}
.best_choice_item_title {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}
section#best_choice:before {
    background: url('/wp-content/themes/hatchhub-2.0/images/benefits_bg.webp');
    content: "";
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 72 / 65;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: 100% 100%;
}

h2.about_subtitle {
    color: var(--blue-40, #35AAE3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.home .about_title {
    color: #2A2F34;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 30px 0;
}
.about_description {
    color: var(--black-80, #5D6369);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
a.about_link span {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
a.about_link {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}
.home section#about > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home section#about > .container .about_column:first-child {
    padding-right: 60px;
}
.home section#about > .container .about_column {
    width: 100%;
    max-width: 50%;
}
.home section#about .video_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.video_box img {
    position: absolute;
    opacity: 1;
    transition: 1s;
    z-index: 1;
}
.home section#about {
    margin: 158px 0 140px;
}

.video_box.active img {
    opacity: 0;
    transition: 1s;
    z-index: -5;
}
section#faq {
    display: flex;
    padding: 60px 32px 100px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    background: #F8FAFB;
}
section#faq>.container:first-child {
    display: flex;
    width: 100%;
   
} 
section#faq>.container:first-child h2 {
    color: #2A2F34;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
} 
.faq_item:first-child {
    border-top: 1px solid #DCE8F1;
}

.faq_item {
    border-bottom: 1px solid #DCE8F1;
}

.faq_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;

    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq_header {
    padding: 28px 0;
    cursor: pointer;
}

.faq_body {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: .3s;
    transform: translateY(-50%);
    opacity: 0;
}
.faq_header span {
    margin-right: 24px;
}
.faq_header span.expand {
    display: none;
}
.faq_item.opened span.expand {
    display: block;
    transition: .3s;
}
.faq_item.opened span.close {
    display: none;
    transition: .3s;
}
.faq_item.opened .faq_body {
    height: auto;
    padding-bottom: 28px;
    transition: .3s;
    transform: translateY(0);
    opacity: 1;
}
.faq_body {
    color: var(--black-80, #5D6369);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.faq_item.opened .faq_header {
    padding-bottom: 18px;
    transition: .3s;
}
.faq_item.opened {
    background: var(--grey-10, #F8FAFB);
    transition: .3s;
}


/* Category */
body.archive.post-type-archive h1.woocommerce-products-header__title.page-title {
    color: #2A2F34;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 40px 0;
}
ul.child-categories-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.child-categories-list li {
    padding: 10px;
    border-radius: 14px;
    background: #F2F5F8;
    border: 1px solid transparent;
    transition: .3s;
}
li.child-category-item:hover {
    border: 1px solid #1673D8;
    transition: .3s;
}
a.child-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--black-90, #2A2F34);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
li.child-category-item img {
    border-radius: 6px;
    width: 52px;
    height: 52px;
}
ul.child-categories-list li.child-category-item.active {
    border: 1px solid #1673D8;
    background: #FFF;
    box-shadow: 0 2px 8px 0 #D7E0E4;
}

h1.woocommerce-products-header__title.page-title {
    color: #2A2F34;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 40px 0;
}
.products.columns-4 {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.products.columns-4 > .product {
    width: 100%;
    max-width: calc(100% / 4 - 15px);
}
h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive .term-description {
    padding: 44px 32px 86px;
}
.archive .term-description p {
    margin-bottom: 10px;
    color: var(--black-80, #5D6369);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.archive .term-description p:first-child>strong {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}































/* Cart */
body .xoo-wsc-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

body .xoo-wsc-modal.xoo-wsc-cart-active {
    visibility: visible;
    opacity: 1;
}

body .xoo-wsc-basket {
    display: none !important; /* Скрываем стандартную иконку, если нужно */
}

body .xoo-wsc-modal .xoo-wsc-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 972px;
    min-height: 370px;
    max-height: 85vh;
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
    z-index: 1000000;
}

body .xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-container {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

body .xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 38, 42, 0.50);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
    z-index: 999999;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(5px);
    }
}

/* Анимация при удалении товара */
body .xoo-wsc-product-removing {
    animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}
body .xoo-wsc-cart-active .xoo-wsc-opac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 38, 42, 0.50);
    z-index: 999998;
    opacity: 0.7;
}
body .xoo-wsc-modal .xoo-wsc-container {
    padding: 62px 34px 42px;
    border-radius: 10px;
    background: #F8FAFB;
}
body .xoo-wsc-header {
    padding: 0;
}
body span.xoo-wsch-text {
    color: #2A2F34;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 0;
}
body .xoo-wsch-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
    background: #F8FAFB;
}
body span.xoo-wsch-close.xoo-wsc-icon-cross {
    position: unset !important;
    font-family: Inter !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5906 8.96181L17.9234 16.2946L16.2944 17.9236L8.96163 10.5908L1.62885 17.9236L-0.000121623 16.2946L7.33266 8.96181L-0.000121623 1.62903L1.62885 5.82755e-05L8.96163 7.33284L16.2937 0.000748809L17.9227 1.62972L10.5906 8.96181Z" fill="%2322262A"/></svg>');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    margin-top: -23px;
}
body .cart_header_th {
    display: none;
}
body .xoo-wsc-ft-extras,
body .xoo-wsc-ft-totals,
body a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
body a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart {
    display: none;
}
body .xoo-wsc-ft-buttons-cont {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
body a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    display: flex;
    width: 220px;
    padding: 16px 16px 16px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
}
body a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 17L17 7M17 17V7H7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body .xoo-wsc-footer {
    background: transparent;
}
body .xoo-wsc-body {
    background: transparent;
}
body .xoo-wsc-product {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    border-bottom: 0;
    margin-bottom: 4px;
}

body .xoo-wsc-img-col {
    width: 90px;
    height: 90px;
}
body .xoo-wsc-img-col img {
    width: 90px;
    height: 90px;
}
body span.xoo-wsc-pname a {
    color: var(--black-90, #2A2F34);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-right: 40px;
    display: flex;
}
body .xoo-wsc-qty-box.xoo-wsc-qtb-square {
    margin: 0;
    display: flex;
    border: 0;
    background: #FFF;
    border-radius: 6px;
    width: 140px;
    height: 44px;
    max-width: 140px;
    margin-right: 20px;
}
body .xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px;
    width: 54px;
    height: 44px;
    border-top: 1px solid var(--grey-20, #DCE8F1);
    border-bottom: 1px solid var(--grey-20, #DCE8F1);
    border-left: 0;
    border-right: 0;
    opacity: 1;
    outline: none;
}
body span.xoo-wsc-minus.xoo-wsc-chng {
    width: 44px;
    height: 44px;
    border-radius: 6px 0 0 6px;
    border: 1px solid var(--grey-20, #DCE8F1);
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="11" width="2" height="14" transform="rotate(90 19 11)" fill="%23728290"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    font-size: 0;
}
body span.xoo-wsc-plus.xoo-wsc-chng {
    width: 44px;
    height: 44px;
    border-radius: 0 6px 6px 0;
    border: 1px solid var(--grey-20, #DCE8F1);
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 11H19V13H13V19H11V13H5V11H11V5H13V11Z" fill="%23728290"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    font-size: 0;
}
body .xoo-wsc-sm-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    max-width: unset;
    min-width: 140px;
}
body span.xoo-wsc-smr-del.xoo-wsc-icon-trash {
    margin: 0;
    font-size: 0;
    font-family: Inter !important;
    background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.38428 5.40264L10.8051 9.82344L9.82314 10.8054L5.40234 6.38458L0.981545 10.8054L-0.000393908 9.82344L4.4204 5.40264L-0.000393908 0.981839L0.981545 -0.000100063L5.40234 4.4207L9.82314 -0.000100063L10.8051 0.981839L6.38428 5.40264Z" fill="%23728290"/></svg>');
    width: 14px;
    height: 14px;
    display: flex !important;
    min-width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
body span.xoo-wsc-smr-ptotal span.woocommerce-Price-amount.amount {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}






/* Базовый стиль для загрузки */
body .xoo-wsc-loading .xoo-wsc-body {
    position: relative;
    pointer-events: none;
}

/* Затемнение фона */
body .xoo-wsc-loading .xoo-wsc-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    z-index: 9998999999999;
    animation: fadeIn 0.2s ease;
}

/* Премиум спиннер */
body .xoo-wsc-loading .xoo-wsc-body::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: conic-gradient(from 0deg, #35AAE3, #DDF7FA, #35AAE3);
    border-radius: 50%;
    z-index: 9998999999999;
    animation: spin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #35AAE3 calc(100% - 6px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #35AAE3 calc(100% - 6px));
}

/* Анимации */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body .xoo-wsc-empty-cart a {
    display: flex;
    width: 220px;
    padding: 16px 16px 16px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
body .xoo-wsc-empty-cart a:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 17L17 7M17 17V7H7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


/* Custom size modal */
/* Базовая модалка - скрыта */
#custom_size {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

/* Активная модалка - видна */
#custom_size.show {
    visibility: visible;
    opacity: 1;
}

/* Оверлей (затемнённый фон) */
#custom_size::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 38, 42, 0.50);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

#custom_size.show::before {
    opacity: 1;
    visibility: visible;
}

/* Контейнер с формой */
#custom_size #contact_form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 808px;
    max-height: 80vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
}

/* Активная форма - анимация появления */
#custom_size.show #contact_form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}
body #custom_size #contact_form {
    padding: 70px 76px 74px;
}
div#contact_form .close_overlay button svg {
    display: none;
}

div#contact_form .close_overlay button {
    position: absolute;
    right: 36px;
    top: 36px;
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5906 8.96181L17.9234 16.2946L16.2944 17.9236L8.96163 10.5908L1.62885 17.9236L-0.000121623 16.2946L7.33266 8.96181L-0.000121623 1.62903L1.62885 5.82755e-05L8.96163 7.33284L16.2937 0.000748809L17.9227 1.62972L10.5906 8.96181Z" fill="%2322262A"/></svg>');
    border: 0;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
div#contact_form h2.contact_form_title {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.flex_row_for_label {
    display: flex;
    gap: 22px;
}
#contact_form .wpcf7-form label {
    font-size: 0;
    display: block;
}
#contact_form .wpcf7-form label br {
    display: none;
}

#custom_size #contact_form {
    max-width: 794px;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 64px 70px 54px;
}

#custom_size .contact_form_title {
    text-transform: lowercase;
    /* Сначала делаем все буквы маленькими */
}

#custom_size .contact_form_title::first-letter {
    text-transform: uppercase;
    /* Затем первую букву делаем заглавной */
}

#custom_size div#contact_form h2 {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

#custom_size .flex_row_for_label {
    display: flex;
    gap: 22px;
}

#custom_size input:not([type="checkbox"]):not([type="radio"]),
#custom_size textarea {
    border-radius: 6px;
    border: 1px solid var(--black-50, #C4D3DE);
    background: #FFF;
    height: 72px;
    padding: 20px;
    outline: 0;
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    margin-bottom: 16px;
}

#custom_size textarea.wpcf7-form-control {
    height: 126px;
    margin-bottom: 24px;
}

#custom_size #contact_form .wpcf7-form label {
    font-size: 0;
    display: block;
}

#custom_size #contact_form .wpcf7-form label input,
#custom_size #contact_form .wpcf7-form label textarea,
#custom_size #contact_form .wpcf7-form label span {
    font-size: 16px;
    /* ← свой размер */
    color: #000;
}

#custom_size #contact_form .wpcf7-form label br {
    display: none;
}

#custom_size #contact_form .wpcf7-form input::placeholder,
#custom_size #contact_form .wpcf7-form textarea::placeholder {
    color: #aaa;
    font-size: 16px;
}

#custom_size form.wpcf7-form p:has(label.agree) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}

#custom_size form.wpcf7-form p:has(label.agree) br {
    display: none;
}

#custom_size input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 198px;
    padding: 20px 16px 20px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

#custom_size form.wpcf7-form {
    position: relative;
}

#custom_size span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0);
    margin: 0;
}

#custom_size span.wpcf7-form-control.wpcf7-acceptance span {
    color: var(--black-100, #22262A) !important;
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#custom_size span.wpcf7-list-item {
    margin: 0;
}

#custom_size .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item>label::before {
    border-radius: 4px;
    border: 1px solid #C4D3DE;
    background: #F8FAFB;
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    padding: 2px;
    align-items: center;
    gap: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    cursor: pointer;
}

#custom_size .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label:has(input:checked)::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="%231673D8"/><path d="M15.3333 6L7.99996 13.3333L4.66663 10" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
    border-color: #1673D8;
    background-color: #1673D8;
}

#custom_size span.wpcf7-not-valid-tip {
    color: red !important;
    font-size: 14px !important;
    display: inline !important;
    top: -10px;
    position: relative;
}

#custom_size .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label input {
    opacity: 0;
    visibility: hidden;
}

#custom_size span.wpcf7-form-control.wpcf7-acceptance span input~span.wpcf7-list-item-label {
    margin-left: 20px;
}

#custom_size input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #1673D8 !important;
    background-repeat: no-repeat !important;
    background-position: 160px center !important;
    text-align: left;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 17L17 7M17 17V7H7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
/* Базовые стили для подсказки об ошибке */
.wpcf7-not-valid-tip {
    animation: fadeInUp 0.3s ease forwards;
}

/* Анимация появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Анимация при исчезновении (если нужно) */
.wpcf7-not-valid-tip.removing {
    animation: fadeOutDown 0.2s ease forwards;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
textarea ~ span.wpcf7-not-valid-tip {
    top: -25px !important;
}

/* Size guide */
/* Базовая модалка - скрыта */
#size_guide_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

/* Активная модалка - видна */
#size_guide_popup.show {
    visibility: visible;
    opacity: 1;
}

/* Оверлей (затемнённый фон) */
#size_guide_popup::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 38, 42, 0.50);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

#size_guide_popup.show::before {
    opacity: 1;
    visibility: visible;
}

/* Контейнер с формой */
#size_guide_popup #contact_form {
    position: fixed;
    padding: 86px 76px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 808px;
    max-height: 80vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Активная форма - анимация появления */
#size_guide_popup.show #contact_form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

#size_guide_popup .contact_form_content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
div#size_guide_popup .contact_form_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow: auto;
    flex: 1 !important;
}
#size_guide_popup .contact_form_content span {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#size_guide_popup .contact_form_content p {
    color: var(--black-80, #5D6369);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* Need faster */
/* Базовая модалка - скрыта */
#faster {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

/* Активная модалка - видна */
#faster.show {
    visibility: visible;
    opacity: 1;
}

/* Оверлей (затемнённый фон) */
#faster::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

#faster.show::before {
    opacity: 1;
    visibility: visible;
}

/* Контейнер с формой */
#faster #contact_form {
    padding: 86px 76px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 808px;
    max-height: 80vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
}

/* Активная форма - анимация появления */
#faster.show #contact_form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

/* Контент с отступами */
#faster .contact_form_content {
    color: var(--black-80, #5D6369);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

#faster .contact_form_content a {
    color: #35AAE3;
    text-decoration: none;
}

#faster .contact_form_content a:hover {
    text-decoration: underline;
}
#faster h2.contact_form_title {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* Out of stock popup */
#out_of_stock_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

#out_of_stock_popup.show {
    visibility: visible;
    opacity: 1;
}

#out_of_stock_popup::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

#out_of_stock_popup.show::before {
    opacity: 1;
    visibility: visible;
}

#out_of_stock_popup #contact_form {
    padding: 86px 76px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 808px;
    max-height: 80vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
}

#out_of_stock_popup.show #contact_form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

#out_of_stock_popup .contact_form_content {
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#out_of_stock_popup .contact_form_content img {
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a.out_of_stock_popup_a {
    display: flex;
    padding: 16px 16px 16px 20px;
    align-items: center;
    align-self: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}


/* Cheaper popup */
#cheaper_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

#cheaper_form.show {
    visibility: visible;
    opacity: 1;
}

#cheaper_form::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

#cheaper_form.show::before {
    opacity: 1;
    visibility: visible;
}

#cheaper_form #contact_form {
    padding: 86px 76px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 808px;
    max-height: 80vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
}

#cheaper_form.show #contact_form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

#cheaper_form .contact_form_content {
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cheaper_form .contact_form_content img {
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a.cheaper_form_a {
    display: flex;
    padding: 16px 16px 16px 20px;
    align-items: center;
    align-self: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}
section#trustpilot {
    padding: 10px 0;
}
.trustpilot_logo {
    align-items: center;
    gap: 3px;
    font-size: 16px;
    display: flex;
    justify-content: center;
}
svg#logo_tp {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 105px;
    width: 100%;
}
svg#logo_tp path:first-child {
    fill: #222;
}

#cheaper_form #contact_form {
    max-width: 794px;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 64px 70px 54px;
}

#cheaper_form .contact_form_title {
    text-transform: lowercase;
    /* Сначала делаем все буквы маленькими */
}

#cheaper_form .contact_form_title::first-letter {
    text-transform: uppercase;
    /* Затем первую букву делаем заглавной */
}

#cheaper_form div#contact_form h2 {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

#cheaper_form .flex_row_for_label {
    display: flex;
    gap: 22px;
}

#cheaper_form input:not([type="checkbox"]):not([type="radio"]),
#cheaper_form textarea {
    border-radius: 6px;
    border: 1px solid var(--black-50, #C4D3DE);
    background: #FFF;
    height: 72px;
    padding: 20px;
    outline: 0;
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    margin-bottom: 16px;
}

#cheaper_form textarea.wpcf7-form-control {
    height: 126px;
    margin-bottom: 24px;
}

#cheaper_form #contact_form .wpcf7-form label {
    font-size: 0;
    display: block;
}

#cheaper_form #contact_form .wpcf7-form label input,
#cheaper_form #contact_form .wpcf7-form label textarea,
#cheaper_form #contact_form .wpcf7-form label span {
    font-size: 16px;
    /* ← свой размер */
    color: #000;
}

#cheaper_form #contact_form .wpcf7-form label br {
    display: none;
}

#cheaper_form #contact_form .wpcf7-form input::placeholder,
#cheaper_form #contact_form .wpcf7-form textarea::placeholder {
    color: #aaa;
    font-size: 16px;
}

#cheaper_form form.wpcf7-form p:has(label.agree) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}

#cheaper_form form.wpcf7-form p:has(label.agree) br {
    display: none;
}

#cheaper_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 198px;
    padding: 20px 16px 20px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

#cheaper_form form.wpcf7-form {
    position: relative;
}

#cheaper_form span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0);
    margin: 0;
}

#cheaper_form span.wpcf7-form-control.wpcf7-acceptance span {
    color: var(--black-100, #22262A) !important;
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#cheaper_form span.wpcf7-list-item {
    margin: 0;
}

#cheaper_form .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item>label::before {
    border-radius: 4px;
    border: 1px solid #C4D3DE;
    background: #F8FAFB;
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    padding: 2px;
    align-items: center;
    gap: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    cursor: pointer;
}

#cheaper_form .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label:has(input:checked)::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="%231673D8"/><path d="M15.3333 6L7.99996 13.3333L4.66663 10" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
    border-color: #1673D8;
    background-color: #1673D8;
}

#cheaper_form span.wpcf7-not-valid-tip {
    color: red !important;
    font-size: 14px !important;
    display: inline !important;
    top: -10px;
    position: relative;
}

#cheaper_form .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label input {
    opacity: 0;
    visibility: hidden;
}

#cheaper_form span.wpcf7-form-control.wpcf7-acceptance span input~span.wpcf7-list-item-label {
    margin-left: 20px;
}

#cheaper_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #1673D8 !important;
    background-repeat: no-repeat !important;
    background-position: 160px center !important;
    text-align: left;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 17L17 7M17 17V7H7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.wpcf7-not-valid-tip {
    animation: fadeInUp 0.3s ease forwards;
}




/* Product page */

body.product-template-default.single.single-product .product.type-product {
    padding: 0;
}
.product_section.product-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 14px 0 50px;
}
.product_images {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(50% - 10px);
    overflow: hidden;
}
.summary.entry-summary {
    width: 100%;
    max-width: calc(50% - 10px);
}
.product_images_main_slider_overflow {
    display: flex !important;
    order: 0;
    flex-direction: column;
    overflow: hidden;
}
.product_images_vertical_slider {
    display: flex !important;
    order: 2;
}
.discount-percentage.cheaper.cheaper_desktop {
    display: flex !important;
    order: 10;
}


button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom {
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #484543;
    margin-bottom: 10px;
    margin-right: 10px;
    border-color: #e8e8e1;
    border-radius: 50px;
    padding: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: zoom-in;
    height: 40px;
    width: 40px;
}
button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom svg.icon.icon-search {
    width: 20px;
    height: 20px;
}
button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom.slider-ignore svg.icon.icon-search path {
    stroke: #fff !important;
    stroke-width: 4px;
}
svg.icon.icon-search path {
    fill: none !important;
    stroke-width: 2px;
    stroke: #484543 !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
}
.icon__fallback-text {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.product_images_main_slider .slick-slide {
    position: relative;
}

.product_images_main_slider button.slick-prev.slick-arrow {
    top: 50%;
    position: absolute;
    left: 18px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 6L9 12L15 18" stroke="%2322262A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: rgba(255, 255, 255, .6);
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    border: 0;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50px;
    transition: .2s;
    box-shadow: 0 2px 6px 0 rgba(91, 97, 103, 0.20);
}
.product_images_main_slider button.slick-next.slick-arrow {
    top: 50%;
    position: absolute;
    right: 18px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18L15 12L9 6" stroke="%2322262A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: rgba(255, 255, 255, .6);
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    border: 0;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50px;
    transition: .2s;
    box-shadow: 0 2px 6px 0 rgba(91, 97, 103, 0.20); 
}
.product_images_main_slider button.slick-prev:hover,
.product_images_main_slider button.slick-next:hover {
    transition: .2s;
    background-color: #fff;
}
.product_images_vertical_slider button.slick-prev {
    top: 50%;
    position: absolute;
    left: 18px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 6L9 12L15 18" stroke="%2322262A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: rgba(255, 255, 255, .6);
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    border: 0;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50px;
    transition: .2s;
    box-shadow: 0 2px 6px 0 rgba(91, 97, 103, 0.20);
}

.product_images_vertical_slider button.slick-next {
    top: 50%;
    position: absolute;
    right: 18px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18L15 12L9 6" stroke="%2322262A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: rgba(255, 255, 255, .6);
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    border: 0;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50px;
    transition: .2s;
    box-shadow: 0 2px 6px 0 rgba(91, 97, 103, 0.20);
}
.product_images_vertical_slider button.slick-prev:hover,
.product_images_vertical_slider button.slick-next:hover {
    transition: .2s;
    background-color: #fff;
}
.product_images_main_slider_overflow button.slick-prev.slick-disabled,
.product_images_main_slider_overflow button.slick-next.slick-disabled,
.product_images_vertical_slider button.slick-prev.slick-disabled,
.product_images_vertical_slider button.slick-next.slick-disabled {
    opacity: .6;
}
.product_images_vertical_slider .slick-slide img {
    border-radius: 4px;
    border: 1px solid transparent;
}
.product_images_vertical_slider .slick-current.slick-active img{
    border: 1px solid var(--blue-40, #35AAE3) !important;
}
.product_images_vertical_slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#product_title h1 span {
    padding-top: 6px;
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

div#product_title h1 {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
div#product_title ~ section#trustpilot {
    padding: 20px 0;
}
.product-single__description.rte li {
    max-height: 24px;
    position: relative;
    list-style-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 6L9 17L4 12" stroke="%239AABBB" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.product-single__description.rte ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product-single__description.rte li span {
    display: flex;
    align-items: center;
    height: 24px;
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    position: absolute;
    top: 0;
}
.summary.entry-summary .woocommerce-product-rating~p.price {
    display: none !important;
}
.product_line {
    background: var(--grey-20, #DCE8F1);
    height: 1px;
    margin: 24px 0;
}
.product__tag {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}
.product__price-wrap {
    position: relative;
}
.product__tag {
    position: absolute;
    bottom: 0;
    right: 0;
}
p.variation_title {
    margin-bottom: 16px;
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.btn_size_guide {
    border: 0;
    background: transparent;
    cursor: pointer;
}
table.variations tr {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
table.variations label[for="pa_width"] {
    color: #111010;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 0 !important;
}
table.variations {
    width: 100%;
}
table.variations tbody {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    gap: 18px;
}
table.variations tr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: calc(50% - 9px);
}
ul.variable-items-wrapper input.variable-item-radio-input {
    display: none;
}

ul.variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: unset !important;
    gap: 6px;
}
ul.variable-items-wrapper>li {
    display: flex;
    width: 78px;
    padding: 0px !important;
    justify-content: center !important;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--black-50, #AADAF2);
    max-width: calc(25% - 4.5px);
    width: 100%;
}
ul.variable-items-wrapper>li span {
    color: #36aae3;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
ul.variable-items-wrapper>li label.variable-item-radio-input-wrapper {
    margin: 0;
    padding: 0;
    line-height: 1;
    padding: 14px 10px !important;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    width: 100% !important;
    margin: 0 !important;
}

a.reset_variations {
    color: var(--blue-40, #35AAE3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 5px;
    display: block;
}
p.require_custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.single_variation_wrap ins:after {
    content: "+ VAT";
    color: #43B02A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single_variation_wrap ins {
    color: #43B02A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.single_variation_wrap del:after {
    content: " inc. VAT";
}
.single_variation_wrap del {
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.single_variation_wrap p.price {
    display: flex;
    flex-direction: column-reverse;
    float: left;
    margin-right: 18px;
}
.woocommerce-variation.single_variation:not([style="display: none;"]) ~ p.price {
    opacity: 0;
    height: 0;
}
.variable-items-wrapper .radio-variable-item:has(input:checked) {
    background: #36aae3;
    color: #fff;
    border-color: #36aae3;
}
.variable-items-wrapper .radio-variable-item:has(input:checked) span {
    color: #fff;
}
.single_variation_wrap span.price bdi:after {
    content: "+ VAT";
    color: #43B02A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single_variation_wrap span.price bdi {
    color: #43B02A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.single_variation_wrap:has(div.woocommerce-variation-add-to-cart-enabled) .woocommerce-variation.single_variation .woocommerce-variation-price span.price {
    display: flex !important;
}
section#promotions span.price {
    display: none;
}
.single_variation_wrap .quantity,
p.stock.in-stock {
    display: none !important;
}
.product__text-between-price-and-qty {
    border-radius: 6px;
    border: 1px solid var(--blue-20, #4CC8D9);
    display: flex;
    padding: 6px 10px;
    width: fit-content;
    position: relative;
    top: 8px;
    float: left;
}

.product-stock-status {
    width: 100%;
    clear: both;
    display: flex;
    padding: 16px 0;
    align-items: center;
}
.product-stock-status>svg {
    margin-right: 8px;
}
.order-timer {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span#countdown {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
a[href="#popup_faster"] {
    color: var(--blue-40, #35AAE3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
a, button {
    cursor: pointer;
}
button.single_add_to_cart_button:before {
    content: "";
    /* background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_8620_4214)"><path d="M0.833008 0.833496H4.16634L6.39967 11.9918C6.47588 12.3755 6.6846 12.7201 6.9893 12.9654C7.29399 13.2107 7.67526 13.341 8.06634 13.3335H16.1663C16.5574 13.341 16.9387 13.2107 17.2434 12.9654C17.5481 12.7201 17.7568 12.3755 17.833 11.9918L19.1663 5.00016H4.99967M8.33301 17.5002C8.33301 17.9604 7.95991 18.3335 7.49967 18.3335C7.03944 18.3335 6.66634 17.9604 6.66634 17.5002C6.66634 17.0399 7.03944 16.6668 7.49967 16.6668C7.95991 16.6668 8.33301 17.0399 8.33301 17.5002ZM17.4997 17.5002C17.4997 17.9604 17.1266 18.3335 16.6663 18.3335C16.2061 18.3335 15.833 17.9604 15.833 17.5002C15.833 17.0399 16.2061 16.6668 16.6663 16.6668C17.1266 16.6668 17.4997 17.0399 17.4997 17.5002Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_8620_4214"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>'); */
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none" style="&%2310;"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.95236 0.606317C7.16985 0.0988341 7.75733 -0.136304 8.26486 0.0809259C8.77241 0.298448 9.00763 0.88585 8.79025 1.39343L6.3879 6.99987H12.4377L10.3811 1.41198C10.1904 0.893702 10.4565 0.318509 10.9748 0.127801C11.493 -0.0627027 12.0673 0.203345 12.258 0.721551L14.5686 6.99987H16.7424C17.9426 6.99987 18.8724 8.04966 18.7277 9.24108L17.8635 16.3612C17.6806 17.8671 16.402 18.9999 14.885 18.9999H3.85763C2.34074 18.9997 1.06197 17.867 0.879115 16.3612L0.0148572 9.24108C-0.129787 8.04975 0.800162 7.00001 2.00021 6.99987H4.21212L6.95236 0.606317ZM2.86447 16.12C2.92541 16.6219 3.35207 16.9997 3.85763 16.9999H14.885C15.3906 16.9999 15.8172 16.622 15.8781 16.12L16.7424 8.99987H2.00021L2.86447 16.12Z" fill="%23FFF"/></svg>');
    width: 20px;
    height: 20px;
    display: block;
        background-repeat: no-repeat;
}
button.single_add_to_cart_button {
    padding: 20px 56px;
    display: flex;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    background: #43B02A;
    border: 0;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    width: 100%;
    max-width: 328px;
}
.product_benefits>div {
    width: 100%;
    max-width: calc(50% - 12px);
    display: flex;
    align-items: center;
    gap: 12px;
}

.product_benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

.pb_wrap_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pb_wrap_text {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.homeowners {
    margin-bottom: 28px;
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
ul.tabs.wc-tabs {
    display: flex;
}
ul.tabs.wc-tabs li:first-child {
    border-radius: 10px 0 0 10px;
    border: 1px solid var(--black-50, #C4D3DE);
}

ul.tabs.wc-tabs li {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--black-50, #C4D3DE);
    border-bottom: 1px solid var(--black-50, #C4D3DE);
    border-right: 1px solid var(--black-50, #C4D3DE);
}
ul.tabs.wc-tabs li:last-child {
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--black-50, #C4D3DE);
    border-left: 0;
}
ul.tabs.wc-tabs li.active {
    background: var(--blue-40, #35AAE3) !important;
    transition: .2s;
}
ul.tabs.wc-tabs li.active a {
    color: var(--white, #F9FBFD);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
ul.tabs.wc-tabs li a{
    padding: 32px 48px;
    color: var(--black-70, #728290);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.reviews {
    padding-bottom: 60px;
}

.reviews h3 {
    padding: 48px 0;
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.reviews-slider {
    overflow: hidden;
}
.reviews .swiper-slide {
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.review article {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border: 1px solid #e5e5dd;
    background: #fff;
    overflow: hidden;
}
.review article .styles_reviewCardInner__EwDq2 {
    padding: 24px;
    margin-top: 0;
}
aside.styles_consumerInfoWrapper__KP3Ra {
    display: flex;
}
.styles_consumerDetailsWrapper__p2wdr {
    display: flex;
}
.avatar_avatar__hmBp6 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.avatar_green__y0Z46 {
    background: rgba(53, 170, 227, 0.20);
}
span.typography_heading-xs__jSwUz.typography_appearance-default__AAY17.typography_disableResponsiveSizing__OuNP7.avatar_avatarName__ehkAr {
    font-size: 16px;
}
span.typography_heading-xs__jSwUz.typography_appearance-default__AAY17.typography_disableResponsiveSizing__OuNP7.avatar_avatarName__ehkAr {
    color: #1c1c1c;
    margin: 0;
    padding: 0;
}
span.link_internal__7XN06.link_wrapper__5ZJEx.styles_consumerDetails__ZFieb {
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-self: center;
    overflow: hidden;
    margin-left: 8px;
    color: inherit;
    text-decoration: none;
}
span.typography_heading-xxs__QKBS8.typography_appearance-default__AAY17 {
    font-size: 14px;
}
span.typography_heading-xxs__QKBS8.typography_appearance-default__AAY17 {
    color: #1c1c1c;
}
.styles_consumerExtraDetails__fxS4S, .typography_body-m__xgxZ_.typography_appearance-subtle__8_H2l.styles_datesWrapper__RCEKH {
    font-size: 14px;
    font-weight: 400;
}
.styles_consumerExtraDetails__fxS4S {
    display: flex;
}
.typography_appearance-subtle__8_H2l {
    color: #6a6a67;
}
.styles_consumerInfoWrapper__KP3Ra .styles_consumerDetailsWrapper__p2wdr .styles_consumerExtraDetails__fxS4S .styles_detailsIcon__Fo_ua {
    display: flex;
    align-items: center;
}
.styles_consumerInfoWrapper__KP3Ra .styles_consumerDetailsWrapper__p2wdr .styles_consumerExtraDetails__fxS4S>*+* {
    margin-left: 16px;
}
.typography_appearance-subtle__8_H2l {
    color: #6a6a67;
}
.styles_consumerInfoWrapper__KP3Ra .styles_consumerDetailsWrapper__p2wdr .styles_consumerExtraDetails__fxS4S .styles_detailsIcon__Fo_ua>*+* {
    margin-left: 6px;
}
hr.divider_divider__M85e9.styles_cardDivider__42s_0.divider_appearance-subtle__DkHcP {
    margin: 16px 0 0 0;
    background-color: #e5e5dd;
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    outline: none;
}

section.styles_reviewContentwrapper__zH_9M {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}
.styles_reviewContentwrapper__zH_9M .styles_reviewHeader__iU9Px {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.star-rating_starRating__4rrcf {
    display: flex;
    min-width: 90px;
}
.star-rating_medium__iN6Ty {
    width: 108px;
    height: 20px;
}
.star-rating_starRating__4rrcf img {
    max-width: 100%;
    width: 100%;
}
.styles_consumerExtraDetails__fxS4S, .typography_body-m__xgxZ_.typography_appearance-subtle__8_H2l.styles_datesWrapper__RCEKH {
    font-size: 14px;
    font-weight: 400;
}

.styles_reviewContentwrapper__zH_9M .styles_reviewHeader__iU9Px .styles_datesWrapper__RCEKH {
    flex-grow: 1;
    text-align: right;
}
.typography_appearance-subtle__8_H2l {
    color: #6a6a67;
}
.styles_consumerExtraDetails__fxS4S, .typography_body-m__xgxZ_.typography_appearance-subtle__8_H2l.styles_datesWrapper__RCEKH {
    font-size: 14px;
    font-weight: 400;
}

.styles_reviewContentwrapper__zH_9M .styles_reviewHeader__iU9Px .styles_datesWrapper__RCEKH {
    flex-grow: 1;
    text-align: right;
}
.styles_reviewContentwrapper__zH_9M>*+* {
    margin-top: 16px;
}
span.link_internal__7XN06.typography_appearance-default__AAY17.typography_color-inherit__TlgPO.link_link__IZzHN.link_notUnderlined__szqki {
    text-decoration: none;
    color: #1c1c1c;
}

h2.typography_heading-s__f7029.typography_appearance-default__AAY17 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.typography_body-l__KUYFJ.typography_appearance-default__AAY17.typography_color-black__5LYEn {
    margin-bottom: 0;
}

p.typography_body-l__KUYFJ.typography_appearance-default__AAY17.typography_color-black__5LYEn {
    font-size: 16px;
    font-weight: 400;
}
.styles_reviewContent__0Q2Tg p:last-of-type {
    margin-top: 16px;
}
.typography_color-black__5LYEn {
    color: #191919;
}
p.typography_body-l__KUYFJ.typography_appearance-default__AAY17.typography_color-black__5LYEn {
    color: var(--black-80, #5D6369);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.bullets_reviews {
    text-align: center;
}
h2.typography_heading-s__f7029.typography_appearance-default__AAY17 {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.reviews-slider .swiper-slide {
    height: auto; 
}

.reviews-slider .swiper-slide > * {
    height: 100%;
}
.aq_title {
    margin: 0 0  48px 0;
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
section#any_question {
    margin-bottom: 48px;
}
section#any_question {
    border-radius: 18px;
    background: var(--grey-10, #F8FAFB);
    padding: 48px 0 60px;
}
.aq_blocks {
    display: flex;
    justify-content: center;
    gap: 130px;
}
.aq_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
}
.aq_icon {
    margin-bottom: 20px;
}
.aq_title_text {
    color: #2A2F34;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.aq_link a, .aq_link button {
    color: var(--blue-40, #35AAE3);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    border: 0;
    text-decoration: underline;
    margin-bottom: 18px;
    display: flex;
}
.custom-related-products h3 {
    color: var(--black-100, #22262A);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 48px;
}
.custom-related-products .products_label_for_category {
    top: 0;
}
.custom-related-products .product {
    padding: 24px !important;
}
p.require_custom svg,
button.btn_size_guide svg {
    cursor: pointer;
}
.product_images_main_slider img {
    width: 100%;
    height: auto;
}
.product_images_main_slider .slick-slide {
    position: relative;
    display: flex !important;
    align-items: flex-start;
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__container,.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: #fff0;
    -webkit-touch-callout: none
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4,0,.22,1)
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
    background: #fff0
}

.pswp__ui--hidden {
    transform: translateY(150%);
    transition: transform .25s
}

.pswp__ui {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: transform .25s .6s
}

.pswp--open {
    display: block
}

.pswp__counter,button.pswp__button.pswp__button--share {
    display: none!important
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: #fff0;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4,0,.22,1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    position: relative
}

.pswp__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pswp__button--arrow--left .icon,.pswp__button--arrow--right .icon {
    width: 13px;
    height: 13px;
    margin: 8px
}

.pswp__button[disabled] {
    opacity: 0;
    pointer-events: none
}

.pswp__ui {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: transform .25s .6s
}

.pswp__ui .btn {
    margin: 15px
}

.pswp__ui--hidden {
    transform: translateY(150%);
    transition: transform .25s
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    display: none
}

.pswp__ui .btn {
    margin: 15px
}

.pswp__button {
    position: relative
}

.btn--circle {
    padding: 10px;
    border-radius: 50%;
    min-width: 0;
    line-height: 1
}

.btn--body,.btn--body:hover,.btn--body:active {
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #484543
}

.pswp .btn {
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ff7563
}

.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1
}

.pswp__scroll-wrap button {
    background: #fff!important
}

button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--left,button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--right {
    height: unset;
    opacity: 1!important
}

button.btn.btn--body.btn--circle.btn--large.pswp__button.pswp__button--close path {
    fill: none!important;
    stroke-width: 2px;
    stroke: #fff!important;
    stroke-linecap: miter;
    stroke-linejoin: miter
}

button.btn.btn--body.btn--circle.btn--large.pswp__button.pswp__button--close {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center
}

html button.pswp__button,button.pswp__button--arrow--left::before,html button.pswp__button--arrow--right::before,button.pswp__button:hover,button.btn.btn--body.btn--circle.btn--large.pswp__button.pswp__button--close:hover {
    background-color: #fff!important;
    opacity: 1!important;
    visibility: visible!important
}

.pswp__preloader {
    display: none
}

.pswp {
    z-index: 99999999999999
}

button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom svg.icon.icon-search {
    width: 20px;
    height: 20px
}
button.btn.btn--body.btn--circle.btn--large.pswp__button.pswp__button--close path,
button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--right path,
button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--left path {
    fill: #333 !important;
    stroke: #333 !important;
}
button.btn.btn--body.btn--circle.btn--large.pswp__button.pswp__button--close:hover path,
button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--right:hover path,
button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--left:hover path { 
    fill: #fff !important; 
    stroke: #fff !important;
}

button.btn.btn--body.btn--circle.btn--large.pswp__button.pswp__button--close:hover,
button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--right:hover,
button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--left:hover {
    background: #35AAE3 !important;
    border-color: #35AAE3 !important;
}
.product_images_vertical_slider {
    margin-top: 8px;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared li.variable-item.button-variable-item {
    margin: 0;
    display: flex;
    width: 78px;
    padding: 0px !important;
    justify-content: center !important;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--black-50, #C4D3DE) !important;
    max-width: calc(25% - 4.5px);
    width: 100% !important;
}
table.variations.full_width_variations tr {
    width: 100%;
    max-width: 100%;
}
table.variations.full_width_variations tr li {
    border-radius: 8px;
    border: 1px solid var(--black-50, #C4D3DE);
    margin: 0 !important;
    padding: 14px 10px !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    border-radius: 8px;
    border: 1px solid var(--black-50, #C4D3DE) !important;
    margin: 0 !important;
    padding: 14px 10px !important;
    height: auto !important;
    box-shadow: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    line-height: 1 !important;
    flex-direction: row !important;
    height: auto !important;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared li.variable-item.button-variable-item.selected {
    background: #36aae3 !important;
    color: #fff !important;
    border-color: #36aae3 !important;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared li.variable-item.button-variable-item.selected  span{
    color: #fff !important;
}
.woo-variation-swatches.wvs-show-label .variations th label {
    font-weight: 400;
}







.woocommerce-variation-add-to-cart .product__price-wrap .price-left {
    display: flex;
    flex-direction: column;
    width: auto;
    float: left;
    margin-right: 18px;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation~.price {
    display: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.calculation_price~.woocommerce-variation.single_variation {
    display: none !important;
}
.sale_price {
    background: #e50606;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    line-height: 1.4 !important;
    font-weight: 700;
}
small.ex-vat {
    display: none;
}
small.inc-vat {
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
span.price.inc-vat bdi {
    color: var(--black-70, #728290);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single_variation_wrap span.price.inc-vat bdi:after {display: none;}
.product__price-wrap.general_price:has(.sale_price.variation-default-sale-price) .product__text-between-price-and-qty {
    top: 34px;
}
/* Footer */
footer#footer {
    display: flex;
    padding: 26px 32px 0 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(--black-100, #22262A);
    color: #fff;
}
footer#footer .container {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.footer_section.first>a {
    padding-bottom: 40px;
    display: flex;
}
.footer_section.first>p {
    color: #F2F5F8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
section.subscribe input[type="email"].wpcf7-form-control {
    height: 50px;
    border-radius: 6px 0 0 6px;
    border: 0;
    outline: 0;
    color: #4C5359;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
max-width: 186px;
padding-left: 16px;
}
section.subscribe .wpcf7-submit {
    display: flex;
    padding: 16px 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 0 6px 6px 0;
    background: var(--blue-40, #35AAE3);
    border: 0;
    outline: 0;
    max-width: 140px;
    color: var(--white, #F9FBFD);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 1;
cursor: pointer;
}
section.subscribe form.wpcf7-form>p {
    display: flex;
    margin: 20px 0;
}
.footer_section.first {
    max-width: 296px;
} 
section.subscribe {
    position: relative;
}
section.subscribe span.wpcf7-spinner {
    position: absolute;
    top: 100%;
}
section.subscribe span.wpcf7-not-valid-tip {
    display: none !important;
}
section.subscribe .wpcf7-response-output {
    margin: 0px 0 20px 0 !important;
    border-radius: 6px;
    border-color: #36aae3 !important;
    transition: .3s;
}
section.subscribe span.wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    right: -72px;
}
.footer_section.first .line {
    opacity: 0.1;
    background: #FFF;
    width: 100%;
    height: 1px;
    margin: 0 0 20px 0;
}
.footer_section_title.mobile_expand {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 28px;
}

footer#footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
footer#footer ul a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
footer#footer ul a:hover {
    color: var(--blue-40, #35AAE3);
    text-decoration: underline;
}
.container.bottom_footer_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(1440px - 30px);
}
.bottom_footer_bar_section>span {
    display: flex;
    gap: 10px;
    align-items: center;

    color: #F2F5F8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; 
}
.bottom_footer_bar_section>span>a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    cursor: pointer;
    transition: .3s;
}
.bottom_footer_bar_section>span>a:hover {
transition: .3s;
    color: var(--blue-40, #35AAE3);
    text-decoration: underline;
}
.bottom_footer_bar_section:after {
    display: block;
    width: 1px;
    height: 52px;
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 10%);
    top: calc(50% - 26px);
    left: -24px;
}
.bottom_footer_bar_section {
    position: relative;
}
.bottom_footer_bar_section:first-child:after {
    display: none;
}
.container.cr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_social {
    display: flex;
    gap: 12px;
}

.footer_social > div {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container.cr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer_social a svg path {
    fill: rgba(220, 226, 232, 1) !important;
}
.copyright {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.6;
}
/* Checkout */
.woocommerce-message {
    border-radius: 10px;
    border: 1px solid var(--grey-20, #DCE8F1);
    background: #FFF;
    padding: 24px;
    margin-bottom: 20px;
}
a.added_to_cart.wc-forward {
    display: none;
}
.custom-related-products .price {display: none;}
body:has(.wc-empty-cart-message) header.entry-header svg {
    display: none;
}
body:has(.wc-empty-cart-message) .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
body:has(.wc-empty-cart-message) a.button.wc-backward {
    display: flex;
    width: 409px;
    padding: 20px 16px 20px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: var(--blue-40, #35AAE3);
    border: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin: 0 auto;
}
body:has(.wc-empty-cart-message) a.button.wc-backward:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 17L17 7M17 17V7H7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.checkout-section-title h3 {
    margin-bottom: 26px;
}

body:has(.wc-empty-cart-message) .wc-empty-cart-message div {
    color: var(--black-100, #22262A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.t-btn_wrap-effects.t-btn_wrap-effects_md {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.t-btn_effects {
    background: -webkit-gradient(linear,left top,right top,from(rgb(255 255 255 / .1)),to(rgb(255 255 255 / .4)));
    background: -webkit-linear-gradient(left,rgb(255 255 255 / .1),rgb(255 255 255 / .4));
    background: -o-linear-gradient(left,rgb(255 255 255 / .1),rgb(255 255 255 / .4));
    background: linear-gradient(90deg,rgb(255 255 255 / .1),rgb(255 255 255 / .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

@-webkit-keyframes flash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes flash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes flash-md {
    30% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes flash-md {
    30% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes flash-lg {
    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes flash-lg {
    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
button:has(.t-btn_wrap-effects.t-btn_wrap-effects_md),
a:has(.t-btn_wrap-effects.t-btn_wrap-effects_md) {
    overflow: hidden;
    position: relative;
}
section#header_category a img {
    filter: brightness(0.8);
}
body.archive.post-type-archive.post-type-archive-product span.price {
    display: none;
}
label[for="billing_business_name"] {
    font-size: 0;
}
p#billing_business_name_field {
    order: 8;
}














/* Temporary */
.fixed_product_panel_container,
footer#footer ~ .whatsapp {
    display: none;
}



