/*!
Theme Name: Eluminal
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Servicom
Version: 1.0.0
Text Domain: www
*/

@font-face {
  font-family: "Inter", sans-serif;
    src: url('/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; 
    font-style: normal;
    font-display: swap;
}


@font-face {
   font-family: "Inter", sans-serif;
    src: url('/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('assets/fonts/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Normalize css START*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:focus-visible {
  outline: none !important;
}
li {
  list-style-type: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  scroll-behavior: smooth;
}

/* Normalize css END */

:root {
  --Brand-Primary-Beige: #fff9ef;
}

.wrapper {
  max-width: 1366px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.wrapper-small {
  max-width: 1246px;
  width: 100%;
  /* padding: 0 24px; */
  margin: 0 auto;
}

body {
  background: var(--Brand-Primary-Beige, #fff9ef);
}

.header-top-banner {
  display: flex;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--Brand-Additional-Blue-ExtraLight, #dbecf4);
  color: #003c59;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.header-top-banner .banner-link {
  color: #003c59;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
  text-underline-offset: 3px;
}

header {
  border-bottom: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Primary-Beige, #fff9ef);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.logged-in header {
  top: 32px;
}

main {
  margin-top: 135px;
  padding-bottom: 70px;
  /* overflow-x: hidden; */
}

.woocommerce-order-received {
  background: var(--Brand-Additional-Blue-ExtraLight, #dbecf4);
}

.error404 main {
  margin-top: 112px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.has-text-align-center {
  text-align: center;
}

#site-navigation {
  flex: 1;
}

#header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Покращення чіткості для Chrome/Safari */
  image-rendering: -webkit-optimize-contrast;
  /* Стандарт для Firefox та майбутніх версій */
  image-rendering: crisp-edges;

  /* Хак для згладжування пікселів через відеокарту */
  transform: translateZ(0);
  backface-visibility: hidden;

  /* Якщо зображення все одно здається "рихлим", 
     це допоможе прибрати мікро-ступінчастість */
  filter: blur(0);
}

.hero-wrapper {
  display: flex;
  gap: 12px;
}

.hero-left-column {
  width: 23%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-left-column .hero-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.hero-left-column .hero-image-wrapper.big-image {
  aspect-ratio: 295 / 329;
  max-width: 329px;
}

.hero-left-column .hero-image-wrapper.small-image {
  aspect-ratio: 298 / 207;
  max-height: 230px;
}

.hero-left-column .hero-image-wrapper.small-image img {
  transform: scale(1.015);
}

.hero-middle-column {
  /* width: 43.5%; */
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-middle-column .image-wrapper {
  width: 100%;
  aspect-ratio: 574 / 270;
  border-radius: 16px;
  overflow: hidden;
}

.hero-heading-block {
  display: flex;
  flex-direction: column;
}

.hero-heading-block.mob {
  display: none;
}

.hero-heading-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "Orchidea Pro";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%; /* 61.6px */
  text-transform: uppercase;
}

.hero-heading-title span:nth-child(2) {
  align-self: center;
}

.hero-heading-title span:last-child {
  align-self: flex-end;
}

.primary-button {
  display: flex;
  height: 47px;
  padding: 14.5px 16px;
  border-radius: 8px;
  background: var(--Brand-Primary-Green, #7b997b);
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transition: all 0.4s ease;
  width: fit-content;
}

.hero-wrapper .button-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-top: -30px;
  align-items: flex-end;
  flex: 1;
}

.hero-wrapper .button-block .heading {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  width: 100%;
  height: 50px;
  display: flex;
}

.hero-wrapper .button-block .text {
  width: 197px;
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;

  width: 53%;
  font-size: 12px;
}

.hero-wrapper .button-block .primary-button {
  width: 243px;
}

.hero-right-column {
  width: 33%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 100%;
}

.hero-slider .slick-dots,
.product-slick-slider-wrapper .slick-dots,
.sertificates-images .slick-dots {
  bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.product-slick-slider-wrapper .slick-dots {
  bottom: 24px;
}

.hero-slider .slick-dots li button,
.product-slick-slider-wrapper .slick-dots li button,
.sertificates-images .slick-dots li button {
  padding: 0;
  width: 6.398px;
  height: 6.398px;
  background: #c5c7b9;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 0;
  border: none;
}
.hero-slider .slick-dots li,
.product-slick-slider-wrapper .slick-dots li,
.sertificates-images .slick-dots li {
  width: fit-content;
  height: fit-content;
  padding: 0;
  margin: 0;
}
.hero-slider .slick-dots li button::before,
.product-slick-slider-wrapper .slick-dots li button::before,
.sertificates-images .slick-dots li button::before {
  display: none;
}

.hero-slider .slick-dots li.slick-active button,
.product-slick-slider-wrapper .slick-dots li.slick-active button,
.sertificates-images .slick-dots li.slick-active button {
  width: 19.194px;
  height: 6.398px;
  border-radius: 4.243px;
  background: var(--Brand-Additional-Green-Dark, #5c6458);
}

.sertificates-block .slick-dots {
  bottom: -20px;
}

.hero-slider__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin: 0 4px;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}

.slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.9;
  object-position: top;
}

.slide-content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.slide-content .promo {
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--inside-container-20px, 20px);
  background: #e47272;
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  width: fit-content;
  height: 22px;
}

.slide-content .promo-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

.slide-content .promo-content {
  color: #332d2b;
  font-family: "Orchidea Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.marquee-section {
  overflow: hidden;
  padding: 53px 0 40px 0;
}

.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  background: #dbecf4;
  padding: 16px 18px;
}

.marquee-inner {
  display: flex;
  animation: marquee 600s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  margin: 0 40px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.marquee-item .icon {
  height: 28px;
  margin-right: 8px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.what-is-sorbent {
  padding: 64px 0 100px 0;
}

.site-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: right;
  font-family: "Orchidea Pro";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.site-title.sorbent {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: flex-start;
  margin-bottom: 36px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: max-content;
  z-index: 3;
}

.sorbent-title-block {
  position: relative;
}

.site-title.sorbent span:last-child {
  margin-left: 80px;
  position: relative;
}

.site-title.sorbent span:last-child::before {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  left: -50px;
  top: 40%;
  transform: translateX(-50%);
  background: #bdb4a9;
}

.sorbent-title-block .content {
  max-width: 451px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 160px;
}

.sorbent-title-block .bold-text {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}

.sorbent-title-block .normal-text {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.sorbent-title-block .normal-text p:not(:last-child) {
  margin-bottom: 12px;
}

.sorbent-title-block .normal-text strong,
.sorbent-title-block .normal-text em {
  font-weight: 600;
}

.what-is-sorbent-wrapper {
  display: flex;
  display: flex;
  align-items: flex-start;
  gap: 39px;
}

.sorbent-image-block {
  width: 603px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 603 / 427;
}

.sorbent-image-block .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 4;
  right: 0;
  object-position: right;
}

.sorbent-image-block .content {
  padding: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
  background-color: rgb(243, 237, 226);
}

.sorbent-title-block {
  flex: 1;
  overflow-x: visible;
}

.advantages-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 260px;
  align-items: stretch;
}

.advantages-list__item {
  border-radius: 8px;
  background: #dbecf4;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 8px 16px;
  line-height: 130%;
}

.advantages-list__item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.advantages-list__item span {
  flex: 1;
}

.what-you-got-section {
  position: relative;
  height: 1023px;
  padding: 90px 0;
  overflow: hidden;
}

.what-you-got-section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.what-you-got-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.title-with-line {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.title-with-line.white {
  color: #fff9ef;
}

.title-with-line.white .r-icon {
  font-size: 24px;
  vertical-align: super;
  margin-left: -5px;
}

.title-with-line .line {
  flex: 1;
  height: 1px;
  background: rgba(49, 48, 46, 0.35);
  margin: 0 14px;
}

.title-with-line.white .line {
  background: rgba(255, 255, 255, 0.35);
}

.what-you-got-product {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 403px;
  /* height: 894px; */
  height: auto;
}

.contain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.what-you-got-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* відступи */
  justify-content: space-between; /* розкидати */
  grid-template-areas:
    "i1 i4"
    "i2 i5"
    "i3 i6";
}

.what-you-got-list > :nth-child(1) {
  grid-area: i1;
}
.what-you-got-list > :nth-child(2) {
  grid-area: i2;
}
.what-you-got-list > :nth-child(3) {
  grid-area: i3;
}
.what-you-got-list > :nth-child(4) {
  grid-area: i4;
  justify-self: flex-end;
}
.what-you-got-list > :nth-child(5) {
  grid-area: i5;
  justify-self: flex-end;
}
.what-you-got-list > :nth-child(6) {
  grid-area: i6;
  justify-self: flex-end;
}

.what-you-got-list__item {
  width: 400px;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Primary-Beige, #fff9ef);
}

.what-you-got-list__item .index {
  display: flex;
  width: 36.005px;
  height: 36.005px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--Brand-Additional-Blue-Light, #c7e4f8);
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.what-you-got-list__item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.what-you-got-list__item .title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 24.2px */
}

.what-you-got-list__item .text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.our-products-section {
  padding: 90px 0 160px 0;
}

.our-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.our-products-list.set {
  grid-template-columns: 1fr;
}

.our-products-list.set .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-pack {
  color: #252521;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.our-products-list.set .product-description strong {
  color: #252521;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: block;
  margin-top: -1px;
  text-transform: uppercase;
}

.our-products-list.related {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 100px;
}

.our-products-list__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 360px;
}

.our-products-list__item .product-image {
  position: absolute;
  width: 100%;
  height: 110%;
  object-fit: cover;
  z-index: -1;
  /* object-position: top; */
  object-position: center 110%;
}

.our-products-list__item .product-image-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.card-content .price-description {
  color: #252521;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  opacity: 0.5;
  max-width: 111px;
}

.our-products-list__item .card-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.our-products-list__item .card-content .wc-forward {
  display: none !important;
}

.our-products-list__item .card-content .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.our-products-list__item .top-block {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  gap: 10px;
  color: #2f383f;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.our-products-list__item .top-block .product-description {
  font-size: 12px;
  line-height: 115%;
  opacity: 0.7;
}

.our-products-section .our-products-list__item .top-block .product-description {
  font-size: 16px;
}

.our-products-list__item .top-block .price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 104px;
}

.our-products-list__item .product-name {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}

.related-products-section .our-products-list__item .product-name {
  max-width: 250px;
  min-height: 53px;
}

.our-products-list__item .product-buttons {
  display: flex;

  align-items: flex-end;
  position: relative;
  gap: 8px;
  z-index: 2;
}

.related-products-section .our-products-list__item .product-buttons {
  flex-direction: column;
}

.related-products-section .our-products-list__item .white-button,
.related-products-section .our-products-list__item .transparent-button {
  min-width: 180px;
  text-align: center;
}

.related-products-section .our-products-list__item .buy-course .promo {
  position: absolute;
  top: -36px;
}

.woocommerce .transparent-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.transparent-button,
.related-products-section .our-products-list__item .transparent-button {
  transition: all 0.4s ease;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #2f383f;
  background: rgba(255, 255, 255, 0.05);
  color: #2f383f;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: fit-content;
  cursor: pointer;
}

.transparent-button svg {
  width: 20px;
}

.transparent-button span {
  flex: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.white-button,
.white-button,
.related-products-section .our-products-list__item .white-button {
  transition: all 0.4s ease;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.white-button:hover
  svg
  path,
.white-button:hover svg path {
  stroke: #fff;
}

.buy-course {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.buy-course .promo {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #e47272;
  overflow: hidden;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: fit-content;
  align-self: flex-end;
}

.buy-product {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.price-block {
  color: #231b2b;
  font-family: "IBM Plex Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 5px;
  /* align-self: center; */
}

.price-block .woocommerce-Price-currencySymbol {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.price-block .old-value {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.price-block .old-value .woocommerce-Price-currencySymbol {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-size: 12px;
}

.price-block .currency {
  color: #231b2b;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.faq-section {
  padding-top: 100px;
}

.founder-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 48px;
}

.founder-wrapper .image-column {
  position: relative;
  width: 431px;
  height: 545.142px;
  overflow: hidden;
  border-radius: 16px;
  margin: 32px 0;
}

.founder-name {
  position: absolute;
  left: 13px;
  bottom: 11px;
  display: flex;
  min-width: 196px;
  width: fit-content;
  padding: 12px 16px;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.founder-name em {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.founder-wrapper .text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
}

.founder-wrapper .text-column .qoute {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #201c1b;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.7 !important;
}

.faq-item {
  border-bottom: 1px solid var(--Neutral-Colors-Gray-50---D3D3D4, #d3d3d4);
  padding-bottom: 16px;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 0 12px 0;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.faq-icon .line {
  position: absolute;
  background-color: #332d2b;
  transition: all 0.3s ease;
}

.faq-icon .horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}

.faq-icon .vertical {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  padding: 0 0 0 0;
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-answer ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
}

.faq-answer ul li {
  list-style-type: disc;
}

.faq-item.active .faq-answer {
  opacity: 0.7;
}

.faq-item.active .faq-icon .vertical {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.faq-wrapper .title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.faq-wrapper .subtitle {
  display: block;
  max-width: 533px;
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 28px;
}

.need-more-info {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--inside-container-16px, 16px);
  background: #f8efe0;
  max-width: 395px;
}

.need-more-info .need-more-info-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
  text-decoration: none;
}

.need-more-info .text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

.need-more-info .transparent-button {
  border-radius: 8.001px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Primary-Beige, #fff9ef);
}

.bottom-banner-section {
  padding: 100px 0;
}

.bottom-banner-wrapper {
  position: relative;
  display: flex;
  height: 362px;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 24px;
}

.bottom-banner-wrapper .content {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bottom-banner-title {
  color: var(--Brand-Primary-Beige, #fff9ef);
  font-family: "IBM Plex Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-bottom: 20px;
}

.bottom-banner-text {
  max-width: 500px;
  color: var(--Brand-Primary-Beige, #fff9ef);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 28px;
}

.seo-section {
  padding-bottom: 100px;
}

.seo-text {
  overflow: hidden;
  line-height: 1.5;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  transition: max-height 0.5s ease;
  position: relative;
}

.seo-text.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.seo-section-wrapper .title {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "Orchidea Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}

#toggleButton {
  margin-top: 16px;
  cursor: pointer;
  background: none;
  border: none;
  color: #007bff;
  font-size: 14px;
  padding: 4px 0;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 8px;
}

#toggleButton.active .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

section {
  position: relative;
}

.result-section {
  padding: 190px 0 140px 0;
  /* margin-bottom: 169px; */
  overflow: hidden;
  position: relative;
}

.result-section img.bg-image {
  height: 100%;
}

.result-section .bg-image {
  object-fit: fill;
}

.result-section .bg-image-mob {
  display: none;
  object-fit: cover;
}

.videos-slider {
  margin: 0 auto;
  overflow-x: hidden;
}

.videos-slider .slick-list {
  max-width: 82vw;
  overflow: visible;
}

.videos-slider .video-block {
  margin: 0 5px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  height: 600px;
}

.videos-slider .video-block iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-slider .slick-dots {
  bottom: -40px;
}

.video-block {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 350px;
  height: 622px;
}

.video-thumb {
  position: relative;
  max-height: 700px;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  flex: 1;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.video-thumb:hover img {
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-self: start;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

.video-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-popup.active {
  display: flex;
}

.video-popup__content {
  position: relative;
  max-width: 90%;
  width: 800px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-popup__iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-popup__iframe-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8) url("close-icon.svg") no-repeat center
    center / 50%;
  cursor: pointer;
  z-index: 10;
}

.video-block-author {
  position: absolute;
  width: calc(100% - 32px);
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.about-author {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.author-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.author-info .name {
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.author-info .date {
  color: var(--Neutral-Colors-Gray---200---A7A8A8, #a7a8a8);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.author-product {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.author-product .product-name {
  width: 113px;
  flex: 1;
}

.small-card-button {
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8.001px;
  background: var(--Brand-Primary-Green, #7b997b);
  cursor: pointer;
  padding: 0;
}

.feedbacks-slider {
  margin-top: 24px;
}

.feedback-item {
  border-radius: 12px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  margin: 0 6px;
  padding: 16px;
  display: flex !important;
  flex-direction: column;
  min-height: 455px;
  gap: 12px;
  width: 300px;
}

.feedback-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.feedback-rating .stars {
  display: flex;
  align-items: center;
  gap: 1px;
}

.feedback-title {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "Orchidea Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
}

.feedback-text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.feedback-author-block {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feedback-author-block .about-author {
  display: flex;
  gap: 12px;
}

.feedback-author-block .author-info .name {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.feedback-author-block .author-info .date {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.feedback-author-block .author-product {
  border-radius: 8px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.feedback-author-block .small-card-button {
  width: fit-content;
  color: var(--Brand-Primary-Beige, #fff9ef);
  display: flex;
  padding: 10.002px 16.002px;
  justify-content: center;
  align-items: center;
  gap: 8.001px;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.feedbacks-slider {
  direction: rtl;
}

.feedbacks-slider .feedback-item .wc-forward {
  display: none !important;
}
.feedbacks-slider .feedback-item {
  direction: ltr;
  /* height: 400px; */
}

.feedbacks-slider .slick-track {
  display: flex !important;
  min-height: 455px;
  align-items: stretch;
}

.feedbacks-slider .author-product .product-name {
  max-width: 134px;
}

.sertificates-section {
  padding: 100px 0 100px 0;
}

.sertificates-block {
  display: flex;
  gap: 100px;
}

.sertificates-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sertificates-texts .title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.sertificates-texts .text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.sertificates-texts .primary-button {
  /* margin-top: auto; */
}

.sertificates-images {
  max-width: 55%;
  /* min-width: 50vw; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.sertificate-item {
  /* flex: 1; */
  width: calc(50% - 8px);
  background-color: rgb(227, 234, 240);
  padding: 20px;
  border-radius: 20px;
  margin: 0 8px;
}

.sertificate-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-values {
  padding: 100px 0;
  position: relative;
  margin-bottom: 100px;
}

.our-values .bg-image {
  object-fit: fill;
}

.values-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.value-item:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}
.value-item:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}
.value-item:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.value-item:nth-child(5) {
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 1;
}

.value-item {
  border-radius: 16px;
  background: #fff9ef;
  overflow: hidden;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.value-item .index {
  color: var(--Brand-Primary-Blue, #a1bee4);
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
}

.value-item .title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: block;
  margin-bottom: 12px;
}

.value-item .text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.value-item .cover-image {
  position: absolute;
  max-width: unset;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  top: -16px;
  left: -16px;
}

.breadcrumbs {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.breadcrumbs .separator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--Brand-Primary-Dark-Brown, #332d2b);
}

.breadcrumbs .current-page {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.narrow-wrapper {
  max-width: 795px;
  margin: 0 auto;
}

.privacy-policy-section {
  padding: 32px 0;
}

.text-page-section .page-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  margin-bottom: 32px;
  font-family: "Orchidea Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
}

.text-page-section h3 {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

.text-page-section h3:not(:first-child) {
  padding-top: 28px;
}

.text-page-section p {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  margin-bottom: 12px;
}
.text-page-section ul {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
}

.text-page-section ul li {
  position: relative;
}

.text-page-section ul li strong,
.text-page-section ul li b,
.text-page-section p b,
.text-page-section p strong {
  font-weight: 600;
}

.text-page-section ul li:before {
  position: absolute;
  left: -20px;
  top: 8px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--Brand-Primary-Dark-Brown, #332d2b);
}

.delivery-banner {
  display: flex;
  height: 399px;
  padding: 44px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 64px;
}

.delivery-banner .section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.delivery-banner .banner-title {
  max-width: 513px;
  color: var(--Brand-Primary-Beige, #fff9ef);
  font-family: "Orchidea Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.delivery-method-wrapper .title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
}

.delivery-methods {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.delivery-method {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  background: var(--Brand-Additional-Beige-Dark, #f8efe0);
}

.delivery-method-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.delivery-method-icons .company-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.delivery-method-icons .method-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.delivery-method .delivery-text {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.delivery-method .delivery-term {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.free-delivery-block {
  padding: 16px;
  border-radius: var(--inside-container-12px, 12px);
  background: var(--Brand-Additional-Blue-ExtraLight, #dbecf4);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.delivery-faq-section {
  margin-top: 64px;
  padding-bottom: 100px;
}

.delivery-faq-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.delivery-faq-wrapper .faq-section-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
}

.delivery-faq-wrapper .faq-list {
  max-width: 591px;
}

.videos-marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
}

.marquee-inner {
  display: flex;
  animation: marquee-to-left 320s linear infinite;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
}

.video-block {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation; /* Покращує реакцію на дотик */
}

.marquee-inner.stopped {
  animation-play-state: paused !important;
}

.video-block {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.video-block {
  flex: 0 0 auto;
  margin-right: 20px;
}

.video-block .wc-forward {
  display: none !important;
}

.videos-marquee:hover .marquee-inner,
.feedbacks-marquee:hover .marquee-inner {
  animation-play-state: paused;
}

.feedbacks-marquee .marquee-inner {
  animation: marquee-to-right 320s linear infinite;
}

@keyframes marquee-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

.wpml-ls-link {
  display: flex;
  padding: 4px 8px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 8.021px;
  border: 1px solid transparent;
  color: var(--Neutral-Colors-Gray---500---666667, #666667);
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.4s ease;
}

.wpml-ls-link:hover {
  border: 1px solid var(--Brand-Primary-Green, #7b997b);
}

.wpml-ls-current-language .wpml-ls-link {
  border-radius: 8.021px;
  border: 1px solid var(--Brand-Primary-Green, #7b997b);
  background: var(--Brand-Primary-Green, #7b997b);
  color: #fff;
}

.wp-block-woocommerce-mini-cart,
.header-cart .header-cart__link {
  display: flex;
  padding: 4px 16.002px 4px 4px;
  align-items: center;
  gap: 8.001px;
  border-radius: 12.002px;
  background: var(--Brand-Additional-Beige-Dark, #f8efe0);
  position: relative;
}

.header-cart__button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16.012px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wc-block-mini-cart__quantity-badge {
  display: flex;
  /* width: 36.005px;
  height: 36.005px; */
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  position: unset !important;
}

.wc-block-mini-cart__button {
  padding: 0 !important;
  position: relative;
}

.site-header .wc-block-mini-cart__badge,
.header_cart__badge {
  display: flex;
  width: 20.003px !important;
  height: 20.003px !important;
  /* padding: 8px 10px 10px 10px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 100px;
  background: var(--Brand-Primary-Green, #7b997b);
  color: #fff;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 0;
}

.header_cart__badge.empty {
  display: none;
}

.wc-block-mini-cart__amount {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16.01px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.menu-item-has-children a {
  position: relative;
  padding-right: 28px;
}

.menu-item-has-children a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMzIyOTkgNi42NjYwMkwxMC45OTA3IDEzLjMzMzdMMTcuNjU4MyA2LjY2NjAyIiBzdHJva2U9IiM1MjQ4NDUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease;
}

.menu-item-has-children.open a::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-item-has-children .sub-menu a::after {
  display: none;
}

.menu-item-has-children .sub-menu {
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  top: 40px;
  position: absolute;
  width: 70vw;
  left: -5vw;
  background: var(--Brand-Primary-Beige, #fff9ef);
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.menu-item-has-children.open .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 48px;
}

.menu-item-has-children .sub-menu .product {
  position: relative;
  flex: 1;
  max-width: 25%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1.5;
  cursor: default;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-flex;
}

.menu-item-has-children
  .sub-menu
  .product:last-child
  .woocommerce-loop-product__link {
  pointer-events: none !important;
}

.menu-item-has-children
  .sub-menu
  .product.woosg-show-atc-whole
  .woocommerce-loop-product__link {
  pointer-events: none;
}

.menu-item-has-children
  .sub-menu
  .product
  .price
  del
  .woocommerce-Price-amount
  bdi {
  /* display: none; */
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.menu-item-has-children
  .sub-menu
  .product
  .price
  del
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 12px;
}

.menu-item-has-children .sub-menu .product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  padding-bottom: 76px;
  width: 100%;
  height: 100%;
}

.menu-item-has-children .sub-menu .product .item_menu_price {
  width: 100%;
  display: flex;
  padding: 8px 16px;
  z-index: 2;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.menu-item-has-children .sub-menu .product img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.menu-item-has-children .woocommerce-loop-product__title {
  position: relative;
  /* top: 14px; */
  /* left: 14px;
  right: 14px; */
  z-index: 1;
  color: #2f383f;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  max-width: 80%;
  max-width: 165px;
  min-height: 40px;
}
.menu-item-has-children .first .woocommerce-loop-product__title {
  max-width: 130px;
}

.menu-item-has-children .product-pack {
  position: relative;
  max-width: 80%;
  font-size: 12px;
  text-align: center;
}

.menu-item-has-children .product-pack strong {
  font-weight: 600;
}

.menu-item-has-children .price {
  z-index: 1;
  position: relative;
  display: flex;
  /* flex-direction: column; */
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  /* bottom: 65px; */
  /* left: 14px; */
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  /* font-size: 16px; */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  width: 100%;
}

.menu-item-has-children .sub-menu .product .item_menu_price .promo {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #e47272;
  overflow: hidden;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: fit-content;
  align-self: flex-end;
}

.menu-item-has-children .sub-menu .product::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(180deg, rgba(236, 187, 157, 0.00) 0%, #ECBB9D 64.29%); */
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 249, 239, 0.6) 100%
  ); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 249, 239, 0.6) 100%
  );
  z-index: 1;
}
.menu-item-has-children .sub-menu .product .price-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
  z-index: 2;
}

.menu-item-has-children .sub-menu .product .price-wrapper .price-description {
  /* max-width: 80px; */
  /* max-width: 70px; */
  width: calc(100% - 16px);
  color: #252521;
  font-family: "IBM Plex Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* opacity: 0.5; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 18px;
}

.menu-item-has-children
  .sub-menu
  .product:last-child
  a.woocommerce-LoopProduct-link,
.menu-item-has-children
  .sub-menu
  .product:last-child
  a.woocommerce-LoopProduct-link:hover {
  cursor: default !important;
}
.menu-item-has-children
  .sub-menu
  .product
  .price-wrapper
  .price-description
  br {
  display: none;
}

.menu-item-has-children .price .woocommerce-Price-currencySymbol {
  font-size: 12px;
}

.menu-item-has-children .price .woocommerce-Price-amount {
  display: flex;
  align-items: center;
  gap: 4px;
}

.menu-item-has-children .price del .woocommerce-Price-amount {
  color: var(--Brand-Additional-Light-Brown, #848079);
  text-decoration-line: line-through;
}

.menu-item-has-children .price ins {
  text-decoration: none;
}

.menu-item-has-children .sub-menu .add_to_cart_button {
  transition: all 0.4s ease;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  position: absolute;
  width: calc(100% - 32px);
  left: 16px;
  right: 16px;
  bottom: 36px;
  border: none;
  z-index: 2;
}

.menu-item-has-children .sub-menu .add_to_cart_button:hover {
  color: #fff;
  background: var(--Brand-Primary-Green, #7b997b);
}

.menu-item-has-children .sub-menu .add_to_cart_button:hover svg path {
  stroke: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.white-button:hover,
.white-button:hover {
  background: var(--Brand-Primary-Green, #7b997b);
  color: #fff;
}

.transparent-button:hover {
  background: var(--Brand-Primary-Beige, #fff9ef);
}

.menu-item-has-children .price bdi .woocommerce-Price-amount {
  text-decoration: none;
}
footer {
  background: var(--Brand-Additional-Blue-ExtraLight, #dbecf4);
  padding-bottom: 24px;
}

.footer-decor {
  width: 100%;
  object-fit: contain;
  margin-top: -70px;
}

/* .footer-decor.mob {
  display: none;
} */

.footer-top {
  padding-top: 24px;
}

.restore-item {
  color: #e47272;
}

.footer-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: clamp(2.75rem, 0.938rem + 9.6639vw, 11.375rem);
  /* font-size: 172px; */
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 182px */
  letter-spacing: -3.64px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footer-title span {
  font-size: 6vw;
  line-height: 1;
}

@media screen and (min-width: 1720px) {
  .footer-title {
    font-size: 172px;
  }
}

.footer-menus-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #fff9ef;
}

footer .form-column {
  border-radius: 16.041px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  display: flex;
  padding: var(--inside-container-16px, 16px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  width: 394px;
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
  background: #f8efe0 !important;
}

h2.wc-block-mini-cart__title {
  font-family: "Orchidea Pro";
  font-size: 1.75em !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

.wc-block-cart-items__row {
  border-radius: 8px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  padding: 10px !important;
}

.wc-block-mini-cart__footer {
  background: var(--Brand-Additional-Blue-ExtraLight, #dbecf4);
}

.from-column-title {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

footer div.tnp-subscription,
footer form.tnp-subscription,
footer form.tnp-profile,
footer .tnp-subscription div.tnp-field,
footer .tnp-profile div.tnp-field {
  margin: 0;
}

.form-column form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#colophon .form-column input {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Neutral-Colors-White---FFFFFF, #fff) !important;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: transparent;
}

#colophon .form-column input::placeholder {
  color: var(--Brand-Additional-Gray, #c5c7b9);
}

#colophon input.tnp-submit {
  width: 100%;
  display: flex;
  padding: 14.5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12.031px;
  background: var(--Brand-Primary-Green, #7b997b) !important;
  color: var(--Brand-Primary-Beige, #fff9ef) !important;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.footer-menu-block .label {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 14px;
  display: block;
}

.footer-menu-block .footer-menu-list,
.footer-menu-block .footer-menu-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.company-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.contact-item .link {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-item .link .free-text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.social-networks {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 23px;
}

.social-link {
  display: flex;
  padding: 10px 14px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 12.031px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  min-width: 160px;
  gap: 12px;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-right: 15px;
}

.followers-count {
  overflow: hidden;
  color: var(--Brand-Primary-Brown, #524845);
  text-align: center;
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.order-processing__title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 16px;
}

.order-processing__schedule {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.schedules {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  color: var(--Brand-Primary-Brown, #524845);
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.order-processing__text {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.footer-bottom {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-info {
  color: var(--Neutral-Colors-Gray---500---666667, #666667);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
      display: flex;
    flex-direction: column;
}

.site-info .text {
  font-size: 12px;
}

.payments-images {
  display: flex;
  align-items: center;
  gap: 15px;
}

.designers {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Neutral-Colors-Gray---500---666667, #666667);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-slick-slider-wrapper {
  position: relative;
  height: 677px;
  overflow: hidden;
  border-radius: 32px;
}

.product-slick-slider-wrapper .slick-track {
  display: flex;
  height: 100%;
}

.product-slick-slider-wrapper .slick-slide {
  width: 100%;
  height: 100%;
}

.product-slick-slider-wrapper .slick-list {
  height: 100%;
}

.product-slick-slider-wrapper .slick-slide img {
  min-height: 100%;
}

.product-info {
  display: block;
  width: 444px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  position: absolute;
  right: 24px;
  top: 24px;
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-info::-webkit-scrollbar {
  width: 4px;
  padding: 24px 10px 24px 0;
}

.product-info::-webkit-scrollbar-track {
  background: transparent;
}

.product-info::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #e6d9c2;
  background-clip: content-box;
  border-top: calc(50% - 40px) solid transparent;
  border-bottom: calc(50% - 40px) solid transparent;
}

.product-info {
  scrollbar-width: thin;
  scrollbar-color: #e6d9c2 transparent;
}

.product-info .faq-icon {
  width: 13px;
  height: 13px;
}

.product-info .faq-item {
  padding-bottom: 0;
}

.product-slick-slider-buttons {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-slick-slider-buttons button {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  border: none;
  outline: none;
  cursor: pointer;
}

.product-slick-slider-buttons button.slick-disabled .icon {
  opacity: 0.5;
}

.onsale {
  display: none;
}

.product-info .product-title {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "Orchidea Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 12px;
}

.product-packaging-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.product-packaging-wrapper .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-packaging-wrapper .rating img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.single-product-description {
  margin: 16px 0;
  overflow: hidden;
  color: var(--Brand-Primary-Brown, #524845);
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.woocommerce-checkout-wrapper .product-price,
.product-price {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "IBM Plex Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.old-price,
.checkout .old-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.checkout .old-price .price-sale,
.old-price .price-sale {
  text-decoration-line: line-through;
}

.product-price bdi,
.checkout .product-price bdi {
  display: flex;
  align-items: flex-end;
}

.woocommerce-Price-currencySymbol {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "SF Pro Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.price-discount,
.checkout .price-discount {
  display: flex;
  padding: 2px 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  background: var(--Action-Colors-Red, #e47272);
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.price-sale {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-decoration-line: line-through;
}

.price-sale .woocommerce-Price-currencySymbol {
  display: none;
}

.full-course-text {
  margin-top: 13px;
  display: flex;
  padding: var(--inside-container-8px, 8px) var(--inside-container-12px, 12px);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #f8efe0;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.product-info-form.cart {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 16px 0;
}

.woocommerce div.product form.cart .button.custom-add-to-cart {
  flex: 1;
  border-radius: 8px;
  background: var(--Brand-Primary-Green, #7b997b);
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.green-button,
.primary-button,
.feedback-author-block .small-card-button {
  transition: all 0.3s ease;
}

.primary-button:hover,
.feedback-author-block .small-card-button:hover,
.woocommerce div.product form.cart .button.custom-add-to-cart:hover,
.green-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
.coupon_custom button.button:hover,
#place_order:hover,
.primary-button:hover {
  opacity: 0.7 !important;
  color: #fff;
  background: var(--Brand-Primary-Green, #7b997b);
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none;
}

.product-page-quantity {
  border-radius: 4px;
  border: 1px solid var(--Neutral-Colors-Gray-50---D3D3D4, #d3d3d4);
  display: flex;
  height: 41px;
  align-items: center;
}

.product-page-quantity input {
  display: flex;
  width: 60px;
  padding: 8px 8px 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -moz-appearance: textfield;
  background: transparent;
  border: none;
  outline: none;
  border-left: 1px solid var(--Neutral-Colors-Gray-50---D3D3D4, #d3d3d4);
  border-right: 1px solid var(--Neutral-Colors-Gray-50---D3D3D4, #d3d3d4);
  height: 100%;
}

.product-page-quantity input::-webkit-inner-spin-button,
.product-page-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-page-quantity button {
  display: flex;
  width: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

.free_delivery_text {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.components-section {
  padding: 64px 0;
  overflow-x: hidden;
}

.components-section.mobile {
  display: none;
}

.components-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.components-wrapper .title {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.components-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.component-item {
  display: flex;
  padding: 20px 0;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  cursor: pointer;
  border-bottom: 1px solid #e5ddd1;
  transition: all 0.4s ease;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 39.6px */
}

.component-item.active,
.component-item:hover {
  color: var(--Brand-Primary-Green, #7b997b);
  border-bottom: 1px solid var(--Brand-Primary-Green, #7b997b);
}

.component-preview {
  flex: 1;
  position: relative;
}

.component-preview .decor.left {
  position: absolute;
  bottom: -40px;
  left: -130px;
  width: auto;
  height: auto;
}

.component-preview .decor.right {
  position: absolute;
  top: -30px;
  right: -50px;
  width: auto;
  height: auto;
}

.component-text {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: var(--inside-container-8px, 8px);
  background: var(--Brand-Additional-Beige-Dark, #f8efe0);
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 10px;
  max-width: 300px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.component-image {
  width: 100%;
  aspect-ratio: 611/400;
  overflow: hidden;
  border-radius: 24px;
}

.component-image img {
  min-height: 100%;
  object-position: center;
}

.menu-item-has-children {
  cursor: pointer;
}

.components-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.how-to-use-section {
  padding: 48px 0 100px 0;
  overflow-x: hidden;
}

.how-to-use-section .title-with-line {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.how-to-use-numbers-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.how-to-use-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 25.2px */
}

.how-to-use-item .how-to-use-number {
  color: var(--Brand-Primary-Blue, #a1bee4);
  font-family: "IBM Plex Sans";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 110px */
}

.how-to-use-images-list {
  display: flex;
  height: 459px;
  gap: 8px;
}

.how-to-use-images-list .how-to-use-item {
  flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 16px;
  overflow: hidden;
}

.how-to-use-images-list .how-to-use-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    to top,
    rgba(224, 220, 207, 0.9),
    rgba(224, 220, 207, 0)
  );
  pointer-events: none;
  z-index: 2;
}

.how-to-use-text {
  z-index: 3;
}

.how-to-use-images-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.product-faq .title-column .title {
  max-width: 430px;
}

.sticky-buy-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: var(--Brand-Primary-Beige, #fff9ef);
  transition: bottom 0.4s ease;
  z-index: 1;
  padding: 8px 0;
  display: flex;
  justify-content: center;
}

.sticky-buy-bar.active {
  bottom: 0;
}

.sticky-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-image img {
  width: 80px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}

.sticky-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sticky-title {
  overflow: hidden;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sticky-buttons-block {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sticky-buttons-block .wc-forward {
  display: none !important;
}

.sticky-price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sticky-price .current-price .amount {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  display: flex;
  align-items: center;
  gap: 4px;
}

.sticky-price .current-price .woocommerce-Price-currencySymbol {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.old-price {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.old-price .woocommerce-Price-currencySymbol {
  display: none;
}

.sticky-old-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
}

.sticky-old-price .discount {
  display: flex;
  padding: 2px 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  background: var(--Action-Colors-Red, #e47272);
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.current-price {
  font-weight: bold;
  color: #2f383f;
}

.green-button {
  display: flex;
  height: 47px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Brand-Primary-Green, #7b997b);
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.number-wrapper {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.number-wrapper .text {
  font-size: 68vw;
  font-weight: bold;
  display: inline-block;
  background: url(/wp-content/themes/eluminal/assets/images/404-bg.png)
    no-repeat bottom center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 51%;
  margin-left: -15px;
  margin-bottom: 40px;
}

.not-found-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}

.not-found-content .title {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "Orchidea Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.not-found-content .subtitle {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 402px;
  margin-bottom: 24px;
  display: block;
}

.our-products-list__item.set {
  height: 415px;
}

.our-products-set {
  margin-top: 10px;
  position: relative;
}

.sets-tabs-nav {
  position: absolute;
  top: 112px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 1;
  max-width: 316px;
}

.sets-tab-item {
  cursor: pointer;
  display: flex;
  padding: 9px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Primary-Beige, #fff9ef);
  overflow: hidden;
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  text-align: center;
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
}

.sets-tab-item.active {
  border-radius: 8px;
  background: var(--Brand-Primary-Green, #7b997b);
  border: 1px solid var(--Brand-Additional-Gray, #7b997b);
  color: #fff;
}

.sets-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sets-tab-content.active {
  display: block;
  opacity: 1;
}

.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100% !important;
}

.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus-visible,
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus-within,
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:active {
  box-shadow: none !important;
}

.wc-block-cart-item__total
  .price.wc-block-components-product-price
  .wc-block-components-formatted-money-amount {
  color: #231b2b;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  align-items: flex-start;
  gap: 3px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.price.wc-block-components-product-price
  .wc-block-components-formatted-money-amount {
  color: #231b2b;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  align-items: flex-start;
  gap: 3px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.wc-block-cart-item__image img {
  border-radius: 8px;
}

.wc-block-components-product-metadata__description,
.wc-block-components-totals-item__description {
  color: #2f383f;
  font-family: "IBM Plex Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.wc-block-components-sale-badge {
  display: flex;
  padding: 2px 6px !important;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px !important;
  background: var(--Action-Colors-Red, #e47272);
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0 !important;
}

table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link,
.wc-block-cart-item__remove-link {
  color: #e47272 !important;
  font-family: "IBM Plex Sans" !important;
  text-decoration: none !important;
}

.wc-block-mini-cart__items
  .wc-block-mini-cart__products-table
  .wc-block-cart-items__row {
  margin-bottom: 10px;
}

.wp-block-woocommerce-mini-cart-footer-block {
  font-family: "IBM Plex Sans";
}

a.wc-block-mini-cart__footer-cart {
  transition: all 0.4s ease;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Brand-Primary-Beige, #fff9ef) !important;
  color: var(--Brand-Primary-Dark-Brown, #332d2b) !important;
  border: none !important;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}

a.wp-block-woocommerce-mini-cart-checkout-button-block {
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8.001px;
  background: var(--Brand-Primary-Green, #7b997b);
  cursor: pointer;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

.wc-block-cart-item__prices {
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.wc-block-components-product-price__regular {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.wc-block-components-button {
  cursor: pointer;
}

.woo-page-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  padding: 24px 0;
}

.empty-cart-wrapper {
  min-height: 384px;
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.empty-cart-wrapper .decor {
  position: absolute;
  width: 60px;
  height: 60px;
}

.empty-cart-wrapper .decor.left {
  left: -30px;
  top: 55%;
  transform: translateY(-50%);
}
.empty-cart-wrapper .decor.right {
  right: -30px;
  top: 45%;
  transform: translateY(-50%);
}

.empty-cart-wrapper h3 {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: center;
  font-family: "Orchidea Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
}

.empty-cart-wrapper p {
  color: #242526;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.woocommerce-cart-wraper {
  display: flex;
  gap: 32px;
  margin-bottom: 96px;
}

.cart-promo-text {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #dbecf4;
  color: #332d2b;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce-checkout-wrapper .table.shop_table td,
.woocommerce table.shop_table td {
  border-top: none;
  border-bottom: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  padding: 20px 0;
  margin-bottom: 16px;
}

.woocommerce-checkout table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail {
  width: 100px;
  height: 100px;
}

.woocommerce-checkout table.cart .product-thumbnail img,
.woocommerce-cart table.cart img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.woocommerce table.shop_table td.product-name {
  padding: 0 16px;
}

.woocommerce table.shop_table td.product-name a {
  color: #2f383f;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  max-width: 190px;
  display: block;
}

.woocommerce-cart-form .old-price,
.woocommerce-checkout-wrapper .old-price {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-decoration-line: line-through;
  display: block;
  text-align: left;
}

.woocommerce-cart-form .new-price,
.woocommerce-cart-form .regular-price,
.woocommerce-checkout-wrapper .new-price,
.woocommerce-checkout-wrapper .regular-price {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-cart-form .woocommerce-Price-currencySymbol,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-currencySymbol,
.woocommerce-checkout-wrapper woocommerce-Price-currencySymbol,
.woocommerce-checkout-wrapper
  .product-subtotal
  .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-cart-form .new-price-wrapper,
.woocommerce-checkout-wrapper .new-price-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.woocommerce-cart-form .discount,
.woocommerce-checkout-wrapper .discount {
  display: flex;
  padding: 2px 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  background: var(--Action-Colors-Red, #e47272);
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-cart-form .product-price bdi {
  align-items: flex-end;
}

.woocommerce-cart-form .product-subtotal,
.woocommerce-checkout-wrapper .product-subtotal {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-cart-form a.remove:hover,
.woocommerce a.remove:hover {
  background: transparent;
}

.woocommerce-cart-form a.remove:hover svg path,
.woocommerce a.remove:hover svg path {
  stroke: #c00;
}

.woocommerce-cart-form .quantity-wrapper .quantity,
.woocommerce-checkout-wrapper .quantity-wrapper .quantity {
  display: flex;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  border-radius: 4px;
  width: fit-content;
  align-items: stretch;
  height: 42px;
}

.woocommerce-cart-form .quantity-wrapper .quantity .screen-reader-text,
.woocommerce-checkout-wrapper.quantity-wrapper .quantity .screen-reader-text {
  height: 0;
  width: 0;
}

.woocommerce-cart-form .quantity-wrapper .quantity .qty,
.woocommerce-checkout-wrapper .quantity-wrapper .quantity .qty {
  background: transparent;
  border: none;
  height: 100%;
  width: 60px;
  padding: 8px 8px 10px 8px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-left: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  border-right: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
}

.woocommerce-cart-form
  .quantity-wrapper
  .quantity
  .qty::-webkit-outer-spin-button,
.woocommerce-cart-form
  .quantity-wrapper
  .quantity
  .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart-form .quantity-wrapper .quantity .qty[type="number"],
.woocommerce-checkout-wrapper .quantity-wrapper .quantity .qty[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form .quantity-wrapper .quantity .qty[type="number"],
.woocommerce-checkout-wrapper .quantity-wrapper .quantity .qty[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form
  .quantity-wrapper
  .quantity
  .qty[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart-form
  .quantity-wrapper
  .quantity
  .qty[type="number"]::-webkit-outer-spin-button,
.woocommerce-checkout-wrapper
  .quantity-wrapper
  .quantity
  .qty[type="number"]::-webkit-inner-spin-button,
.woocommerce-checkout-wrapper
  .quantity-wrapper
  .quantity
  .qty[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart-form .quantity-wrapper button,
.woocommerce-checkout-wrapper .quantity-wrapper button {
  outline: none;
  background: transparent;
  border: none;
  display: flex;
  width: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  cursor: pointer;
}

.cart_totals {
  padding: 24px var(--inside-container-24px, 24px);
  border-radius: 16px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  height: fit-content;
}

.cart_totals .cart-discount td {
  text-align: right;
}

.cart_totals h2,
.woocommerce-order-details h2 {
  color: #332d2b;

  /* Design/heading-semibold-24 */
  font-family: "Orchidea Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  margin-bottom: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order {
  display: flex;
  height: 47px;
  padding: 14.5px 16px;
  border-radius: 8px;
  background: var(--Brand-Primary-Green, #7b997b);
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transition: all 0.4s ease;
  width: fit-content;
  border: none;
  width: 100%;
}

#place_order {
  margin-bottom: 20px;
}

.cart_totals table.shop_table th {
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 50%;
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart_totals table.shop_table td {
  padding: 0;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.cart_totals table.shop_table tr th,
.cart_totals table.shop_table tr td {
  padding-bottom: 11px;
}

.cart_totals table.shop_table td .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart_totals .cart-subtotal td,
.cart_totals .woocommerce-shipping-totals.shipping td,
.cart_totals .order-total td {
  text-align: right;
  border-bottom: none;
}

.woocommerce {
  position: relative;
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.woocommerce-error:focus-visible,
.woocommerce-message:focus-visible {
  outline: none !important;
}
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  /* position: fixed;
  position: absolute; */
  position: fixed;
  top: 250px;
  top: 50px;
  z-index: 99999;
  left: 50%;
  margin-bottom: 0;
  transform: translateX(-50%);
  width: 80vw;
  max-width: 665px;
  border: none;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Additional-Beige-Dark, #f8efe0);
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  height: 58px;
}

.woocommerce-error {
  height: fit-content;
  padding-left: 60px;
}

.woocommerce-message::before {
  display: none;
}

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

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  border-top: 1px dashed #bdb4a9;
  padding-top: 20px !important;
}

.custom-free-shipping-notice {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}

.woocommerce-checkout-wrapper form {
  display: flex;
  gap: 40px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-checkout-wrapper form .cart_totals {
  width: 30%;
  position: sticky;
  top: 160px;
  margin-bottom: 30px;
}

.form-inner-checkout {
  flex: 1;
}

.order-single-block {
  display: flex;
  padding: 32px;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  background: var(--Neutral-Colors-White---FFFFFF, #fff);
  margin-bottom: 16px;
}

.order-page-title {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "Orchidea Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  display: block;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.woocommerce-billing-fields__field-wrapper.woocommerce-billing-fields__shipping {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce-billing-fields__field-wrapper.woocommerce-billing-fields__shipping
  .form-row
  .optional {
  display: none;
}

.woocommerce form .form-row .required,
.asterisk-color {
  color: var(--Brand-Primary-Brown, #524845);
  font-size: 12px;
  font-family: "IBM Plex Sans";
  font-weight: 400;
}

.woocommerce ul#shipping_method {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce ul#shipping_method li {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.woocommerce ul#shipping_method li label {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.woocommerce ul#shipping_method .time_send {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #848079;
  position: absolute;
}

.woocommerce-billing-fields__field-wrapper label {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Neutral-Colors-White---FFFFFF, #fff);
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9) !important;
  border-radius: 12px;
}

.form-inner-checkout .woocommerce-billing-fields__field-wrapper input {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9) !important;
  color: var(--Brand-Primary-Dark-Brown, #332d2b) !important;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 47px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  min-width: 100%;
}

.woocommerce-order {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.woocommerce-order-overview-column {
  height: fit-content;
  display: flex;
  padding: 32px;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: var(--BG-Main, #fff);
}

.woocommerce-order-details {
  width: 45%;
  padding: 32px;
  border-radius: 16px;
  background: var(--BG-Main, #fff);
  height: fit-content;
}

.woocommerce-thankyou-order-received {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/heading-semibold-32 */
  font-family: "Orchidea Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}

#shipping_method {
  color: var(--Brand-Primary-Brown, #524845);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#shipping_method bdi {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-checkout-wrapper .regular-price .woocommerce-Price-currencySymbol,
#shipping_method bdi .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-input-wrapper .selection {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.payment_box {
  display: none !important;
}

.woocommerce-checkout-payment .place-order {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-checkout #payment ul.payment_methods img {
  width: auto;
  height: 30px;
}

.woocommerce-billing-fields__field-wrapper.woocommerce-billing-fields__comment {
  display: flex;
  flex-direction: column;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}

input[type="radio"]:not(:checked) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Cg filter='url(%23filter0_d_7186_12051)'%3E%3Crect x='10.9653' y='7.97559' width='19' height='19' rx='9.5' stroke='%23C7C7C7' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7186_12051' x='-0.000242233' y='0.000175714' width='40.9311' height='40.9311' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2.99016'/%3E%3CfeGaussianBlur stdDeviation='5.23279'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.078875 0 0 0 0 0.0770833 0 0 0 0 0.166667 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7186_12051'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7186_12051' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Cg filter='url(%23filter0_d_7186_12051)'%3E%3Crect x='10.9653' y='7.97559' width='19' height='19' rx='9.5' stroke='%235C795C' shape-rendering='crispEdges'/%3E%3Ccircle cx='20.4653' cy='17.4756' r='5' fill='%235C795C'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7186_12051' x='-0.000242233' y='0.000175714' width='40.9311' height='40.9311' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2.99016'/%3E%3CfeGaussianBlur stdDeviation='5.23279'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.078875 0 0 0 0 0.0770833 0 0 0 0 0.166667 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7186_12051'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7186_12051' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.woocommerce ul#shipping_method li input,
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0;
  vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  width: 0;
  height: 0;
  display: none;
}

.after-form-text {
  color: var(--Neutral-Colors-Gray---400---7C7C7D, #7c7c7d);

  /* Design/Body/body-regular-14 */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-top: -20px;
  margin-left: 34px;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  border: 1.5px solid #5c795c;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: transparent;
  padding: 8px !important;
  border-radius: 6px !important;
}

input[type="checkbox"]:hover {
  border-color: #4f684f;
}

input[type="checkbox"]:checked {
  background-color: #fff;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #5c795c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.woocommerce-billing-fields__field-wrapper.woocommerce-billing-fields__comment
  label {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-billing-fields__field-wrapper.woocommerce-billing-fields__comment
  textarea {
  padding: 12px 16px !important;
  border-radius: 12px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9) !important;
  background: var(--Neutral-Colors-White---FFFFFF, #fff);
  height: 128px !important;
  resize: none;
}

.woocommerce-page img.thankyou-image {
  max-width: 201px;
  aspect-ratio: 1 / 1;
  width: 90%;
  margin: 0 auto;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table tr,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 0;
}

.order-product-thumbnail {
  border: none;
  width: 100px;
  height: 100px;
}

.woocommerce table.shop_table .order_item td {
  padding: 16px 0;
  border-bottom: none;
  vertical-align: top;
}

.order-product-thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table tr,
.woocommerce-order-received .woocommerce table.shop_table th {
  border-bottom: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
}

.woocommerce table.shop_table .order_item td.order-product-info {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.woocommerce table.shop_table .order_item td .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order_item .order-product-name {
  color: #2f383f;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.order_item .order-product-quantity {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.order_item .order-product-price {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order_item .product-total {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* === POPUP BASE STYLES === */
.popup-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(51, 45, 43, 0.72);
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  position: relative;
  background: #fff;
  max-width: 518px;
  width: calc(100% - 40px);
  padding: 24px;
  border-radius: var(--inside-container-8px, 8px);
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: #f8efe0;
  animation: popupScaleIn 0.35s ease;
}

@keyframes popupScaleIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

body.popup-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

/* === CLOSE BUTTON === */
.popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  transition: transform 0.2s ease;
  z-index: 2;
}

.popup-close:hover {
  transform: rotate(90deg);
}

/* === POPUP BODY === */
.popup-body {
  margin-top: 16px;
  z-index: 2;
}

.popup-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  position: relative;
}

.popup-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 240px;
}

#promoPopup .popup-content {
  min-height: 283px;
  align-items: flex-start;
  justify-content: center;
}

#promoPopup .popup-subtitle {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#promoPopup .popup-title {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
  max-width: 377px;
  display: block;
  margin: 12px 0;
}

#promoPopup .popup-content-text {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 337px;
}

.promo-badge {
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--inside-container-20px, 20px);
  background: #e47272;
  color: var(--Neutral-Colors-White---FFFFFF, #fff);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.mobile-header-bottom {
  display: none;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 8px;
  background: var(--Brand-Primary-Beige, #fff9ef);
  color: var(--Brand-Primary-Brown, #524845);
  border: 1px solid var(--Brand-Primary-Brown, #524845);
  font-size: 24px;
  font-family: "IBM Plex Sans";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0.9;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  opacity: 1;
}

.woocommerce-customer-details .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 0;
}

.woocommerce-customer-details .item .label {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Body/body-medium-14 */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-customer-details .item::before {
  display: none;
}

.woocommerce-customer-details .item .value {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Body/body-regular-14 */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  padding-left: 0;
}

.woocommerce .woocommerce-customer-details--save {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.woocommerce .woocommerce-customer-details--save input {
  margin-top: 0;
}

.woocommerce-checkout-review-order-table .item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.woocommerce-checkout-review-order-table .item.fee {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-checkout-review-order-table .item.order-total {
  margin-top: 20px;
  border-top: 1px dashed var(--Brand-Additional-Light-Brown, #848079);
  padding-top: 20px;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-order-details .order_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
}

.woocommerce-checkout-review-order-table .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-order-details .order_item .product-total {
  justify-self: flex-end;
  flex: 1;
  text-align: right;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Body/body-medium-18 */
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-checkout-review-order-table .item .label {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce-checkout-review-order-table
  .item
  .woocommerce-Price-currencySymbol,
.woocommerce-order-details .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-totals-custom {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce img,
.woocommerce-page img.slide-bg {
  height: 100%;
}

.order-totals-custom .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-totals-custom .item .label {
  color: var(--Brand-Additional-Light-Brown, #848079);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.order-totals-custom .item .value {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-totals-custom .order-totals-total {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebedef;
}

.order-totals-custom .order-totals-total .label {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Body/body-medium-14 */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-totals-custom .order-totals-total .value {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Action/action-medium-24 */
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}

.order-totals-custom .order-totals-total .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Action/action-bold-18 */
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.woocommerce-order-details .order-product-info {
  display: flex;
  flex-direction: column;
  /* padding-top: 16px; */
}

.wc-block-cart-item__image {
  min-width: 100px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover {
  color: #fff;
  background: var(--Brand-Primary-Green, #7b997b);
}

.block_coupon_custom .add_coupon {
  color: var(--Neutral-Colors-Gray---800---242526, #242526);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 12px;
}

.coupon_custom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.coupon_custom span {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.coupon_custom button.button {
  display: flex;
  height: 47px;
  padding: 14.5px 16px;
  border-radius: 8px;
  background: var(--Brand-Primary-Green, #7b997b);
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--Brand-Primary-Beige, #fff9ef);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.form-inner-checkout .summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Body/body-medium-14 */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-inner-checkout .summary .woocommerce-Price-amount {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Action/action-medium-24 */
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}

.form-inner-checkout .summary .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);

  /* Design/Action/action-bold-18 */
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
  padding-top: 5px;
  font-family: "IBM Plex Sans";
}

.coupon-error-notice {
  padding-top: 12px;
  font-family: "IBM Plex Sans";
  color: red;
}

table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  aspect-ratio: 1 / 1;
  max-width: 90%;
  height: auto;
}

table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  font-family: "IBM Plex Sans";

  font-weight: 500;
  line-height: 110%;
}

.woocommerce-cart .header-top-banner {
  display: none;
}

.founder-name-mobile {
  display: none;
}

.need-more-info.mobile {
  display: none;
}

.wp-block-woocommerce-empty-mini-cart-contents-block
  .wc-block-mini-cart__empty-cart-wrapper {
  font-family: "Orchidea Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.woocommerce form .form-row.call_me .optional {
  display: none;
}

.coupon-error-notice {
  padding-top: 0;
}

.woocommerce-remove-coupon {
  color: red;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-nav {
  background: var(--Brand-Primary-Beige, #fff9ef);
  margin-bottom: 20px;
  position: sticky;
  top: 113px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.logged-in .product-nav {
  top: 145px;
}

.single-product {
  position: relative;
}

.product-nav ul {
  display: flex;
  gap: 28px;
  padding: 14px 0;
  margin: 0;
  list-style: none;
  color: var(--Brand-Primary-Brown, #524845);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-nav a {
  font-size: 16px;
  color: #4c4c4c;
  text-decoration: none;
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}

.product-nav a.active {
  border-bottom-color: #7fa66d;
  color: #000;
}

.added-to-cart-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
}
.added-to-cart-popup .popup-content {
  width: 90%;
  max-width: 864px;
  border-radius: 16px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Additional-Beige-Dark, #f8efe0);
  margin: 120px auto;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 24.2px */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 22;
}

.added-to-cart-popup .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
  display: none;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: "" !important;
}

.woocommerce-message {
  position: fixed;
  top: 0;
  z-index: 9999;
  text-align: center;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  max-width: 665px;
  border: none;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  background: var(--Brand-Additional-Beige-Dark, #f8efe0);
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  top: 150px;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff9ef;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  z-index: 9999;
  display: none;
  animation: slideUp 0.4s ease;
}

.cookie-popup-content {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-popup p {
  margin: 0;
  overflow: hidden;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 696px;
}

.cookie-popup a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cookie-buttons button.primary-button {
  border: none;
}

.cookie-buttons .transparent-button,
.cookie-buttons .primary-button {
  outline: none;
  width: 237px;
  height: 47px;
  border-radius: 8px;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 45, 43, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.item_menu_pr_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 14px;
}

.menu-item-has-children .sub-menu .product a.woocommerce-LoopProduct-link {
  padding-right: 0;
}

.elect2-container,
.select2-results__option {
  font-family: "IBM Plex Sans" !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--Brand-Primary-Green, #7b997b) !important;
}

.reg {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
}

/* .footer-products-list .footer-product-item:last-child a {
  pointer-events: none;
} */

.our-products-list.related .slick-dots {
  display: flex;
  width: 100%;
  border-radius: 3px;
  height: 4px;
  overflow: hidden;
}
.our-products-list.related li {
  margin: 0;
  flex: 1;
}
.our-products-list.related .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 4px;
}
.our-products-list.related .slick-dots li button:before {
  width: 100%;
  height: 4px;
  content: "";

  background: rgba(197, 199, 185, 0.4);
}

.our-products-list.related li {
  /* height: 358px; */
  height: 378px;
  margin: 0 4px;
}

.our-products-list.set .product-image {
  transform: scale(1.01);
}

.for-mobile {
  display: none;
}

.shop_table .head {
  border-radius: 8px;
  background: #332d2b;
  color: var(--Brand-Primary-Beige, #fff9ef);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.shop_table tr.head th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.shop_table tr.head th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-price .price-wrapper .old-price,
.table-price .price-wrapper .discount {
  display: none;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol,
.woocommerce-checkout-wrapper .regular-price .woocommerce-Price-currencySymbol,
.woocommerce-checkout-wrapper
  .product-subtotal
  .woocommerce-Price-currencySymbol {
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fee.item td,
.fee td,
.with_discount td {
  text-align: right;
}

.sets-tabs-content a.product-name-link {
  pointer-events: none !important;
}

.product-total-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-total-wrapper .old-price {
  text-align: right;
  text-decoration: line-through;
}

.related-products-section .our-products-list__item .product-image {
  height: 115%;
  object-position: 20% 115%;
}

.related-products-section .our-products-list__item.set .product-image {
  height: 100%;
  object-position: center;
}

section,
div {
  scroll-margin-top: 75px;
}

.page-template-default:not(.woocommerce-page) main p {
  text-align: center;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "Orchidea Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding: 20px;
}

.woocommerce-cart .header-cart,
.woocommerce-checkout .header-cart {
  display: none !important;
}


.keyboard-open .mobile-header-bottom {
    display: none !important;
}