@charset "UTF-8";
.text-size-1 {
  font-size: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 60px;
  }
}
.text-size-1 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .text-size-1 {
    font-weight: 600;
  }
}

.text-size-2 {
  font-size: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 50px;
  }
}
.text-size-2 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .text-size-2 {
    font-weight: 600;
  }
}

.text-size-3 {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 32px;
  }
}
.text-size-3 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .text-size-3 {
    font-weight: 400;
  }
}

.text-size-4 {
  font-size: calc(17px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 25px;
  }
}
.text-size-4 {
  font-weight: 500;
}
@media (min-width: 1400) {
  .text-size-4 {
    font-weight: 500;
  }
}

.text-size-5 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 20px;
  }
}
.text-size-5 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .text-size-5 {
    font-weight: 400;
  }
}

.text-size-6 {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}
.text-size-6 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .text-size-6 {
    font-weight: 400;
  }
}

.text-size-7 {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 16px;
  }
}
.text-size-7 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .text-size-7 {
    font-weight: 500;
  }
}

.text-size-8 {
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 14px;
  }
}
.text-size-8 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .text-size-8 {
    font-weight: 400;
  }
}

/*RESET*/
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;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Almoni", sans-serif;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}
input,
select,
button,
textarea {
  font-weight: 400;
}
@media (min-width: 1400) {
  input,
  select,
  button,
  textarea {
    font-weight: 500;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-md {
  border-radius: 8px;
}

.border-radius-lg {
  border-radius: 12px;
}

.border-radius-xl {
  border-radius: 20px;
}

.border-radius-2xl {
  border-radius: 24px;
}

.border-radius-full {
  border-radius: 999px;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

.color-gray-50 {
  color: #e6f0ff;
}

.color-gray-100 {
  color: #d8e6fb;
}

.color-gray-200 {
  color: #c9daf5;
}

.color-gray-300 {
  color: #b8cdeb;
}

.color-gray-400 {
  color: #a7bddd;
}

.color-gray-500 {
  color: #94a9c9;
}

.color-gray-600 {
  color: #7f92b0;
}

.color-gray-700 {
  color: #66768f;
}

.color-gray-800 {
  color: #222f43;
}

.color-gray-850 {
  color: #131c31 !important;
}

.color-gray-900 {
  color: #0f172a !important;
}

.color-gray-950 {
  color: #0b1222 !important;
}

.bg-gray-50 {
  background-color: #e6f0ff;
}

.bg-gray-100 {
  background-color: #d8e6fb;
}

.bg-gray-200 {
  background-color: #c9daf5;
}

.bg-gray-300 {
  background-color: #b8cdeb;
}

.bg-gray-400 {
  background-color: #a7bddd;
}

.bg-gray-500 {
  background-color: #94a9c9;
}

.bg-gray-600 {
  background-color: #7f92b0;
}

.bg-gray-700 {
  background-color: #66768f;
}

.bg-gray-800 {
  background-color: #222f43 !important;
}

.bg-gray-850 {
  background-color: #131c31;
}

.bg-gray-900 {
  background-color: #0f172a !important;
}

.bg-gray-950 {
  background-color: #0b1222 !important;
}

.color-white {
  color: #b9e0f2 !important;
}

.border-gray-800 {
  border-color: #222f43 !important;
}

.border-gray-850 {
  border-color: #131c31 !important;
}

.border-gray-500 {
  border-color: #94a9c9 !important;
}

.color-linear {
  background: linear-gradient(90deg, rgba(243, 143, 193, 0.3) 0%, #f3cfc3 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent;
}

.color-white {
  color: #b9e0f2;
}

.input-block input,
.input-block textarea,
.input-block select {
  width: 100%;
  padding: calc(10px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea,
  .input-block select {
    padding: 16px;
  }
}
.input-block input,
.input-block textarea,
.input-block select {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea,
  .input-block select {
    font-size: 16px;
  }
}
.input-block input,
.input-block textarea,
.input-block select {
  font-weight: 400;
  line-height: 1;
  background: #FFF;
  color: #0A3834;
  border: 1px solid #79747e;
  border-radius: 4px;
}

.input-block label {
  padding: 0 2px;
  background: #FAF8F7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(7px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-top: 11px;
  }
}
.button {
  padding-right: calc(10px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-right: 18px;
  }
}
.button {
  padding-bottom: calc(7px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 11px;
  }
}
.button {
  padding-left: calc(10px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-left: 18px;
  }
}
.button {
  width: 167px;
  max-width: 100%;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button {
  font-weight: 500;
  background-color: #D2FA99;
  border: 1px solid #0A3834;
  border-radius: 999px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  color: #0A3834;
  transition: 0.3s all ease;
}
.button.arrow_forward {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}
.button.arrow_forward::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: calc(6px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.arrow_forward::before {
    font-size: 8px;
  }
}
.button.button_small {
  padding-top: calc(4px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.button_small {
    padding-top: 5px;
  }
}
.button.button_small {
  padding-right: calc(10px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.button_small {
    padding-right: 12px;
  }
}
.button.button_small {
  padding-bottom: calc(4px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.button_small {
    padding-bottom: 5px;
  }
}
.button.button_small {
  padding-left: calc(10px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.button_small {
    padding-left: 12px;
  }
}
.button.button_small {
  width: 120px;
}
.button:hover {
  color: #D2FA99;
  background-color: #0A3834;
  border-color: #D2FA99;
}
.button--light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button--light:hover {
  color: #0A3834;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button--dark {
  background-color: #0A3834;
  border-color: #0A3834;
  color: #ffffff;
}
.button--dark:hover {
  color: #0A3834;
  background-color: #D2FA99;
  border-color: #D2FA99;
}

.input-block {
  width: 100%;
  position: relative;
}
.input-block input.error,
.input-block textarea.error,
.input-block select.error {
  border-color: #ff756c;
}
.input-block._required label::after {
  content: "*";
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

select {
  padding: 8px 10px;
  padding-top: calc(5px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  select {
    padding-top: 8px;
  }
}
select {
  padding-bottom: calc(5px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  select {
    padding-bottom: 8px;
  }
}
select {
  outline: none;
  border: 0.5px solid #0A3834;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  select {
    font-size: 18px;
  }
}
select {
  line-height: 1;
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity .quantity-button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(11px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .quantity .quantity-button {
    font-size: 11px;
  }
}
.quantity .quantity-button {
  color: #0A3834;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
.quantity .quantity-button.quantity-add::before {
  content: "\e908";
  font-family: "icomoon";
}
.quantity .quantity-button.quantity-remove::before {
  content: "\ea0b";
  font-family: "icomoon";
}
.quantity .quantity-input {
  width: 37px;
  margin: 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #0A3834;
  border-radius: 0px;
  border: none;
  /* Chrome, Safari, Edge, Opera */
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .quantity-input {
  /* Firefox */
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.logo {
  max-width: 100%;
  display: flex;
  width: auto;
  height: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    height: 50px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.logo .logo__inner img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-text {
  display: flex;
  justify-content: center;
}
.logo-text span {
  text-transform: uppercase;
}

.header-menu-button {
  display: block;
  font-size: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu-button {
    font-size: 20px;
  }
}
.header-menu-button {
  line-height: 1;
  color: #D2FA99;
}
.header-menu-button::before {
  content: "\e927";
  font-family: "icomoon" !important;
}

.notifications-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.notifications-marquee._not-ready {
  opacity: 0;
  visibility: hidden;
}
.notifications-marquee._not-ready .notifications-marquee__track {
  animation: none !important;
}
.notifications-marquee__track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-scroll 30s linear infinite;
}
.notifications-marquee__content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.notifications-marquee__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .notifications-marquee__item {
    font-size: 16px;
  }
}
.notifications-marquee__item {
  font-weight: 400;
}
.notifications-marquee:hover .notifications-marquee__track {
  animation-play-state: paused;
}
.notifications-marquee--header .notifications-marquee__item:hover {
  opacity: 0.8;
}
.notifications-marquee--header .notifications-marquee__item::before {
  content: "✸";
  padding: 0 15px;
  color: #ffab66;
}

body.main-bg-decor .main {
  position: relative;
}
body.main-bg-decor .main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
}
body.main-bg-decor .main > * {
  position: relative;
  z-index: 1;
}

body.main-bg-decor--vector-84 .main::before {
  background-image: url("../img/vector-84.svg");
  background-size: 47% auto;
  background-position: -165px -85px;
}
@media (max-width: 575.98px) {
  body.main-bg-decor--vector-84 .main::before {
    background-position: 0 0;
  }
}

body.main-bg-decor--vector-66 .main::before {
  background-image: url("../img/vector-66.svg");
  background-size: 47% auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.notifications-marquee--environment-hn {
  --marquee-duration: 20s;
  min-height: 80px;
  background-color: #dee89a;
  border-style: solid;
  border-width: 1px 0;
  border-color: #0A3834;
}
.notifications-marquee--environment-hn .notifications-marquee__track {
  align-items: center;
  animation-duration: var(--marquee-duration, 20s);
}
.notifications-marquee--environment-hn .notifications-marquee__content {
  align-items: center;
}
.notifications-marquee--environment-hn .hn-item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
  color: #0A3834;
}
.notifications-marquee--environment-hn .hn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
}
.notifications-marquee--environment-hn .hn-icon img,
.notifications-marquee--environment-hn .hn-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.notifications-marquee--environment-hn .hn-text {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .notifications-marquee--environment-hn .hn-text {
    font-size: 16px;
  }
}
.notifications-marquee--environment-hn .hn-text {
  font-weight: 400;
}
@media (min-width: 1400) {
  .notifications-marquee--environment-hn .hn-text {
    font-weight: 500;
  }
}
.notifications-marquee--environment-hn .hn-text {
  color: #0A3834;
}

.c-section--environment-materials {
  background-color: #FAF8F7;
}

.c-env-materials-item {
  text-align: center;
}
.c-env-materials-item__figure {
  width: 360px;
  max-width: 100%;
  margin-inline: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .c-env-materials-item__figure {
    width: 170px;
  }
}
.c-env-materials-item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767.98px) {
  .c-env-materials-item__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-env-materials-item__caption {
  margin: 0;
  color: #0A3834;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-materials-item__caption {
    font-size: 20px;
  }
}
.c-env-materials-item__caption {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-env-materials-item__caption {
    font-weight: 400;
  }
}
.c-env-materials-item__caption {
  line-height: 1.2;
}

.c-image-marquee-block {
  width: 100%;
  background: #ffffff;
}
.c-image-marquee-block__viewport {
  height: calc(250px + 150 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-image-marquee-block__viewport {
    height: 400px;
  }
}
.c-image-marquee-block__viewport .notifications-marquee__track {
  align-items: center;
  animation-duration: var(--marquee-duration, 55s);
}
.c-image-marquee-block__viewport .notifications-marquee__content {
  align-items: center;
}
.c-image-marquee-block__item {
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: calc(250px + 150 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-image-marquee-block__item {
    width: 400px;
  }
}

.c-heading-underline {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 0;
}
.c-heading-underline::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0.06em;
  height: 0.42em;
  background: rgba(210, 250, 153, 0.55);
  z-index: -1;
}
.c-heading-underline--pink::after {
  background: rgba(255, 107, 196, 0.38);
}

.c-section__heading .c-heading-underline {
  align-self: flex-start;
}

.c-section__heading.text-center .c-heading-underline {
  align-self: center;
}

.text-center .c-heading-underline {
  margin-inline: auto;
}

.c-academy-page-text .c-academy-wysiwyg--academy {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}
.c-academy-page-text .c-academy-wysiwyg--academy > p {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-academy-page-text .c-academy-wysiwyg--academy > p {
    font-size: 20px;
  }
}
.c-academy-page-text .c-academy-wysiwyg--academy > p {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-academy-page-text .c-academy-wysiwyg--academy > p {
    font-weight: 400;
  }
}
.c-academy-page-text .c-academy-wysiwyg--academy > p:last-child {
  margin-bottom: 0;
}
.c-academy-page-text .c-academy-wysiwyg--academy > p strong {
  font-weight: 600;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro {
  font-size: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro {
    font-size: 50px;
  }
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro {
  font-weight: 600;
}
@media (min-width: 1400) {
  .c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro {
    font-weight: 600;
  }
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 0;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0.06em;
  height: 0.42em;
  background: rgba(255, 107, 196, 0.38);
  z-index: -1;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--intro {
  font-family: "Noto Sans Hebrew", sans-serif;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  margin-inline: auto;
  font-weight: 600;
  line-height: 1.25;
  color: #0A3834;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure {
    font-size: 32px;
  }
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure {
    font-weight: 400;
  }
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 0;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0.06em;
  height: 0.42em;
  background: rgba(210, 250, 153, 0.55);
  z-index: -1;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-title--day-structure {
  font-family: "Noto Sans Hebrew", sans-serif;
  margin-block: 0;
  margin-inline: auto;
  font-weight: 600;
  line-height: 1.2;
  color: #0A3834;
}
.c-academy-page-text .c-academy-wysiwyg--academy .c-academy-wysiwyg-divider {
  display: block;
  width: 100%;
  max-width: 12rem;
  height: 0;
  margin: 0.35rem auto 1.75rem;
  border: 0;
  border-top: 2px solid rgba(255, 107, 196, 0.55);
}

.c-section--academy-events {
  background: #ffffff;
}
.c-section--academy-events .c-academy-events__heading {
  margin-bottom: 2rem;
}
.c-section--academy-events .c-academy-events__section-title {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--academy-events .c-academy-events__section-title {
    font-size: 32px;
  }
}
.c-section--academy-events .c-academy-events__section-title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--academy-events .c-academy-events__section-title {
    font-weight: 400;
  }
}
.c-section--academy-events .c-academy-events__section-title {
  font-family: "Noto Sans Hebrew", sans-serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
  color: #0A3834;
}
.c-section--academy-events .c-academy-events__month-block {
  margin-bottom: 2.75rem;
}
.c-section--academy-events .c-academy-events__month-block:last-of-type {
  margin-bottom: 0;
}
.c-section--academy-events .c-academy-events__month-header {
  margin-bottom: 0.75rem;
}
.c-section--academy-events .c-academy-events__main-title {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--academy-events .c-academy-events__main-title {
    font-size: 32px;
  }
}
.c-section--academy-events .c-academy-events__main-title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--academy-events .c-academy-events__main-title {
    font-weight: 400;
  }
}
.c-section--academy-events .c-academy-events__main-title {
  font-family: "Noto Sans Hebrew", sans-serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
  color: #0A3834;
}
@media (min-width: 1400) {
  .c-section--academy-events .c-academy-events__main-title {
    font-weight: 600;
  }
}
.c-section--academy-events .c-academy-events__title-emphasis {
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-inline-start: 0.2em;
}
.c-section--academy-events .c-academy-events__title-emphasis::after {
  content: "";
  position: absolute;
  inset-inline: -0.06em -0.02em;
  bottom: 0.04em;
  height: 0.38em;
  background: #D2FA99;
  border-radius: 3px;
  z-index: -1;
}
.c-section--academy-events .c-academy-events__subtitle {
  max-width: 40rem;
  margin: 0 auto 2.25rem;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--academy-events .c-academy-events__subtitle {
    font-size: 18px;
  }
}
.c-section--academy-events .c-academy-events__subtitle {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--academy-events .c-academy-events__subtitle {
    font-weight: 400;
  }
}
.c-section--academy-events .c-academy-events__subtitle {
  line-height: 1.5;
  font-weight: 400;
  color: #0A3834;
}
.c-section--academy-events .c-academy-events__contact-wrap {
  margin-top: 2.75rem;
  max-width: 36rem;
  margin-inline: auto;
}
.c-section--academy-events .c-academy-events__contact-lead,
.c-section--academy-events .c-academy-events__contact-line,
.c-section--academy-events .c-academy-events__signoff {
  margin: 0 0 0.65rem;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--academy-events .c-academy-events__contact-lead,
  .c-section--academy-events .c-academy-events__contact-line,
  .c-section--academy-events .c-academy-events__signoff {
    font-size: 18px;
  }
}
.c-section--academy-events .c-academy-events__contact-lead,
.c-section--academy-events .c-academy-events__contact-line,
.c-section--academy-events .c-academy-events__signoff {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--academy-events .c-academy-events__contact-lead,
  .c-section--academy-events .c-academy-events__contact-line,
  .c-section--academy-events .c-academy-events__signoff {
    font-weight: 400;
  }
}
.c-section--academy-events .c-academy-events__contact-lead,
.c-section--academy-events .c-academy-events__contact-line,
.c-section--academy-events .c-academy-events__signoff {
  line-height: 1.55;
  color: #0A3834;
}
.c-section--academy-events .c-academy-events__contact-lead {
  margin-bottom: 1rem;
  font-weight: 500;
}
.c-section--academy-events .c-academy-events__signoff {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 500;
}
.c-section--academy-events a:not(.c-academy-event-card__cta) {
  color: #0A3834;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.c-section--academy-events a:not(.c-academy-event-card__cta):hover {
  color: rgb(5.3636363636, 30.0363636364, 27.8909090909);
}
.c-section--academy-events .c-academy-events__heart {
  margin: 1.25rem 0 0.75rem;
}
.c-section--academy-events .c-academy-events__heart-icon {
  display: inline-block;
  width: 1.35rem;
  height: 1.2rem;
  background-color: #D2FA99;
  vertical-align: middle;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.c-academy-event-card {
  height: 100%;
  padding: 1.35rem 1.5rem;
  border: 1px solid #0A3834;
  border-radius: 20px;
  background: #f3f3f2;
  box-shadow: none;
}
.c-academy-event-card__title {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-academy-event-card__title {
    font-size: 20px;
  }
}
.c-academy-event-card__title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-academy-event-card__title {
    font-weight: 400;
  }
}
.c-academy-event-card__title {
  font-family: "Noto Sans Hebrew", sans-serif;
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0A3834;
}
.c-academy-event-card__meta {
  flex: 1 1 auto;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-academy-event-card__meta {
    font-size: 16px;
  }
}
.c-academy-event-card__meta {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-academy-event-card__meta {
    font-weight: 500;
  }
}
.c-academy-event-card__meta {
  line-height: 1.55;
  color: #0A3834;
}
.c-academy-event-card__venue {
  margin-bottom: 0.5rem;
}
.c-academy-event-card__datetime {
  margin-top: 0;
}
.c-academy-event-card__cta-wrap {
  padding-top: 1.35rem;
}
.c-academy-event-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid #D2FA99;
  background-color: #D2FA99;
  color: #0A3834;
  text-decoration: none;
}
.c-academy-event-card__cta:hover, .c-academy-event-card__cta:focus-visible {
  background-color: rgb(197.1308411215, 248.5700934579, 123.8299065421);
  border-color: rgb(197.1308411215, 248.5700934579, 123.8299065421);
  color: #0A3834;
}

.c-section--event-product-booking {
  background: #faf8f7;
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form {
  max-width: 480px;
  margin-inline: auto;
  background: transparent;
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form form {
  text-align: center;
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form h3 {
  text-align: center;
  font-size: calc(17px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--event-product-booking .c-event-product__booking .ebp-booking-form h3 {
    font-size: 25px;
  }
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form h3 {
  font-weight: 500;
}
@media (min-width: 1400) {
  .c-section--event-product-booking .c-event-product__booking .ebp-booking-form h3 {
    font-weight: 500;
  }
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form h3 {
  font-weight: 700;
  margin-bottom: 14px;
  color: #0A3834;
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form label {
  display: block;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--event-product-booking .c-event-product__booking .ebp-booking-form label {
    font-size: 18px;
  }
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form label {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--event-product-booking .c-event-product__booking .ebp-booking-form label {
    font-weight: 400;
  }
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #0A3834;
}
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form select,
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form input[type=text],
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form input[type=email],
.c-section--event-product-booking .c-event-product__booking .ebp-booking-form input[type=tel] {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}
.c-section--event-product-booking .c-event-product__booking .ebp_submit_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #0A3834;
  border: 1px solid #0A3834;
  color: #ffffff;
  font-weight: 700;
}
.c-section--event-product-booking .c-event-product__booking .ebp_submit_button:hover, .c-section--event-product-booking .c-event-product__booking .ebp_submit_button:focus-visible {
  background: rgb(5.3636363636, 30.0363636364, 27.8909090909);
  border-color: rgb(5.3636363636, 30.0363636364, 27.8909090909);
  color: #ffffff;
}
.c-section--event-product-booking .c-event-product__booking p.ebp_event_stock {
  display: none;
}
.c-section--event-product-booking .c-event-product__booking p.ebp_event_date,
.c-section--event-product-booking .c-event-product__booking p.ebp_event_time {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--event-product-booking .c-event-product__booking p.ebp_event_date,
  .c-section--event-product-booking .c-event-product__booking p.ebp_event_time {
    font-size: 20px;
  }
}
.c-section--event-product-booking .c-event-product__booking p.ebp_event_date,
.c-section--event-product-booking .c-event-product__booking p.ebp_event_time {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--event-product-booking .c-event-product__booking p.ebp_event_date,
  .c-section--event-product-booking .c-event-product__booking p.ebp_event_time {
    font-weight: 400;
  }
}

.c-event-product__section-heading {
  margin-bottom: 18px;
}

.c-event-product__section-title {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-event-product__section-title {
    font-size: 32px;
  }
}
.c-event-product__section-title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-event-product__section-title {
    font-weight: 400;
  }
}
.c-event-product__section-title {
  font-family: "Noto Sans Hebrew", sans-serif;
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
  color: #0A3834;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 0;
}
.c-event-product__section-title::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0.06em;
  height: 0.42em;
  background: #D2FA99;
  z-index: -1;
}

.c-section--event-product-body .c-event-product__content {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--event-product-body .c-event-product__content {
    font-size: 20px;
  }
}
.c-section--event-product-body .c-event-product__content {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--event-product-body .c-event-product__content {
    font-weight: 400;
  }
}
.c-section--event-product-body .c-event-product__content {
  line-height: 1.6;
  color: #0A3834;
}

.c-academy-testimonials {
  background: #faf8f7;
}
.c-academy-testimonials .c-academy-testimonials__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px 18px;
  border: 1px solid rgba(10, 56, 52, 0.12);
  border-radius: 12px;
  background: #ffffff;
  color: #0A3834;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-academy-testimonials .c-academy-testimonials__card {
    font-size: 18px;
  }
}
.c-academy-testimonials .c-academy-testimonials__card {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-academy-testimonials .c-academy-testimonials__card {
    font-weight: 400;
  }
}
.c-academy-testimonials .c-academy-testimonials__card {
  line-height: 1.5;
  text-align: center;
}
.c-academy-testimonials .c-academy-testimonials__stars {
  margin-top: 12px;
  letter-spacing: 0.2em;
  color: #ddbc77;
  font-size: 14px;
  line-height: 1;
}
.c-academy-testimonials .swiper-pagination {
  position: static;
  margin-top: 14px;
}

.c-section--product-hero {
  padding-bottom: calc(30px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--product-hero {
    padding-bottom: 60px;
  }
}
.c-section--product-hero {
  border-bottom: 1px solid #000000;
}

.responsive-image--product {
  overflow: hidden;
  border-radius: 24px;
  background: #ece9e5;
}
.responsive-image--product .responsive-image__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.responsive-image--product .responsive-image__inner img,
.responsive-image--product .responsive-image__inner picture,
.responsive-image--product .responsive-image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .responsive-image--product {
    max-width: 560px;
    margin-inline: auto;
  }
}

.c-label-gallery {
  display: grid;
  gap: 12px;
}
.c-label-gallery__item {
  overflow: hidden;
  border: 1px solid rgba(10, 56, 52, 0.12);
  border-radius: 12px;
  background: #ffffff;
}
.c-label-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

.c-section--product-notices .notifications-marquee--product {
  min-height: 56px;
  color: #0A3834;
  border-top: 1px solid rgba(10, 56, 52, 0.1);
  border-bottom: 1px solid rgba(10, 56, 52, 0.1);
}
.c-section--product-notices .notifications-marquee--product.notifications-marquee--style_primary {
  background-color: transparent;
  background-image: linear-gradient(151deg, #ffd65b 0%, #e0f3e6 37%);
}
.c-section--product-notices .notifications-marquee--product.notifications-marquee--style_secondary {
  background-color: transparent;
  background-image: linear-gradient(100deg, #cef3ff 54%, #dee89a 87%);
}
.c-section--product-notices .notifications-marquee--product.notifications-marquee--style_tertiary {
  background-color: transparent;
  background-image: linear-gradient(98deg, #d2fa99 0%, #d2fa99 100%);
}
.c-section--product-notices .notifications-marquee--product.notifications-marquee--default {
  background-color: transparent;
  background-image: linear-gradient(151deg, #ffd65b 0%, #e0f3e6 37%);
}
.c-section--product-notices .notifications-marquee--product .notifications-marquee__item {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--product-notices .notifications-marquee--product .notifications-marquee__item {
    font-size: 32px;
  }
}
.c-section--product-notices .notifications-marquee--product .notifications-marquee__item {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section--product-notices .notifications-marquee--product .notifications-marquee__item {
    font-weight: 400;
  }
}
.c-section--product-notices .notifications-marquee--product .notifications-marquee__item {
  font-weight: 500;
  padding-block: 16px;
}
.c-section--product-notices .notifications-marquee--product .notifications-marquee__item::before {
  content: "✦";
  padding: 0 15px;
}

.c-video-poster {
  width: 100%;
}
.c-video-poster__overlay, .c-video-poster__frame, .c-video-poster__static {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 4px 40px rgba(16, 24, 40, 0.1);
  background: #ece9e5;
}
.c-video-poster__overlay {
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}
.c-video-poster__poster {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-video-poster__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-video-poster__poster-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-video-poster__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.c-video-poster__play::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}
.c-video-poster__play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #0A3834;
  transform: translateX(3px);
}
.c-video-poster__frame {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-video-poster__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.c-video-poster__static {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-video-poster__static img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-section--reviews {
  background: #faf8f7;
}

.home-reviews .home-reviews__card {
  border-radius: 12px;
  background: #ffffff;
}
.home-reviews .home-reviews__excerpt {
  font-size: 0.95em;
  line-height: 1.5;
}
.home-reviews .home-reviews__name {
  font-size: 0.9em;
  font-weight: 600;
  color: #7f92b0;
}

.c-section--product-faq {
  padding-bottom: calc(30px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section--product-faq {
    padding-bottom: 60px;
  }
}
.c-section--product-faq {
  border-bottom: 1px solid #000000;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs {
  font-weight: 400;
  color: #0A3834;
}
.breadcrumbs > *:not(a) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs span.icon {
  font-size: calc(9px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .breadcrumbs span.icon {
    font-size: 12px;
  }
}
.breadcrumbs span.icon {
  line-height: 1;
  color: #0A3834;
  margin: 0 5px;
}
.breadcrumbs span.icon::before {
  content: "\e903";
  font-family: "icomoon";
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-content .buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 10px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: 15px;
}
.text-content._type-3 > *:not(:last-child) {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
.text-content._type-3 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 h2 {
    margin-bottom: 15px;
  }
}
.text-content._bold-colored strong {
  color: #00261C;
}

.category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(250px + 70 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .category-card {
    min-height: 320px;
  }
}
.category-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}
.category-card .category-card__image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.category-card .category-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.category-card .category-card__image-inner img,
.category-card .category-card__image-inner picture,
.category-card .category-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-card .category-card__image-inner {
  position: relative;
}
.category-card .category-card__image-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-card .category-card__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 56, 52, 0.08) 0%, rgba(0, 38, 28, 0.06) 100%);
}
.category-card .category-card__title h3,
.category-card .category-card__title a {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .category-card .category-card__title h3,
  .category-card .category-card__title a {
    font-size: 32px;
  }
}
.category-card .category-card__title h3,
.category-card .category-card__title a {
  font-weight: 400;
}
@media (min-width: 1400) {
  .category-card .category-card__title h3,
  .category-card .category-card__title a {
    font-weight: 400;
  }
}

.home-category-card {
  display: block;
  position: relative;
  min-height: calc(250px + 70 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-category-card {
    min-height: 320px;
  }
}
.home-category-card {
  background-color: #fff;
  background-image: var(--home-category-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease;
  pointer-events: none;
}
.home-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.home-category-card:hover::before {
  background: rgba(0, 0, 0, 0.25);
}
.home-category-card .home-category-card__title {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.5em;
  font-size: calc(18px + 6 * (100vw - 390px) / 1010);
  font-weight: 600;
  color: #0A3834;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1400px) {
  .home-category-card .home-category-card__title {
    font-size: 24px;
  }
}

.home-smart-wellness__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: calc(16px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-smart-wellness__item {
    padding: 24px;
  }
}
.home-smart-wellness__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: box-shadow 0.25s ease;
}
.home-smart-wellness__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.home-smart-wellness__item .home-smart-wellness__icon {
  margin-bottom: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-smart-wellness__item .home-smart-wellness__icon {
    margin-bottom: 16px;
  }
}
.home-smart-wellness__item .home-smart-wellness__icon {
  width: calc(60px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-smart-wellness__item .home-smart-wellness__icon {
    width: 80px;
  }
}
.home-smart-wellness__item .home-smart-wellness__icon {
  height: calc(60px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-smart-wellness__item .home-smart-wellness__icon {
    height: 80px;
  }
}
.home-smart-wellness__item .home-smart-wellness__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-smart-wellness__item .home-smart-wellness__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-smart-wellness__item .home-smart-wellness__icon-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 56, 52, 0.08) 0%, rgba(0, 38, 28, 0.06) 100%);
  border-radius: 12px;
}
.home-smart-wellness__item .home-smart-wellness__title {
  font-size: calc(17px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-smart-wellness__item .home-smart-wellness__title {
    font-size: 25px;
  }
}
.home-smart-wellness__item .home-smart-wellness__title {
  font-weight: 500;
}
@media (min-width: 1400) {
  .home-smart-wellness__item .home-smart-wellness__title {
    font-weight: 500;
  }
}
.home-smart-wellness__item .home-smart-wellness__title {
  font-weight: 600;
  color: #0A3834;
  margin-bottom: 0.5em;
}
.home-smart-wellness__item .home-smart-wellness__desc {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .home-smart-wellness__item .home-smart-wellness__desc {
    font-size: 16px;
  }
}
.home-smart-wellness__item .home-smart-wellness__desc {
  font-weight: 400;
}
@media (min-width: 1400) {
  .home-smart-wellness__item .home-smart-wellness__desc {
    font-weight: 500;
  }
}
.home-smart-wellness__item .home-smart-wellness__desc {
  color: #0A3834;
  margin: 0;
  opacity: 0.9;
}

.c-smart-wellness-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  gap: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar {
    gap: 16px;
  }
}
.c-smart-wellness-pillar {
  color: #0A3834;
}
.c-smart-wellness-pillar__icon {
  margin-bottom: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__icon {
    margin-bottom: 16px;
  }
}
.c-smart-wellness-pillar__icon {
  width: calc(120px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__icon {
    width: 150px;
  }
}
.c-smart-wellness-pillar__icon {
  height: calc(120px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__icon {
    height: 150px;
  }
}
.c-smart-wellness-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-smart-wellness-pillar__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-smart-wellness-pillar__title {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__title {
    font-size: 32px;
  }
}
.c-smart-wellness-pillar__title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-smart-wellness-pillar__title {
    font-weight: 400;
  }
}
.c-smart-wellness-pillar__subtitle {
  font-size: calc(17px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__subtitle {
    font-size: 25px;
  }
}
.c-smart-wellness-pillar__subtitle {
  font-weight: 500;
}
@media (min-width: 1400) {
  .c-smart-wellness-pillar__subtitle {
    font-weight: 500;
  }
}
.c-smart-wellness-pillar__text {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__text {
    font-size: 16px;
  }
}
.c-smart-wellness-pillar__text {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-smart-wellness-pillar__text {
    font-weight: 500;
  }
}
.c-smart-wellness-pillar__text {
  width: 100%;
}
.c-smart-wellness-pillar__benefits-heading {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__benefits-heading {
    font-size: 20px;
  }
}
.c-smart-wellness-pillar__benefits-heading {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-smart-wellness-pillar__benefits-heading {
    font-weight: 400;
  }
}
.c-smart-wellness-pillar__benefits-heading {
  width: 100%;
}
.c-smart-wellness-pillar__benefits {
  list-style: none;
  text-align: start;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-smart-wellness-pillar__benefits {
    font-size: 16px;
  }
}
.c-smart-wellness-pillar__benefits {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-smart-wellness-pillar__benefits {
    font-weight: 500;
  }
}
.c-smart-wellness-pillar__benefits li {
  margin: 0;
  padding-block: 0.25em;
}

.home-our-values {
  padding-block: 160px;
  position: relative;
  overflow: hidden;
  background-color: #0A3834;
}
.home-our-values::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: var(--home-our-values-wave-mobile);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.home-our-values::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -1px;
  background-image: var(--home-our-values-wave);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: min(700px, 100%) auto;
  pointer-events: none;
  transform: scaleX(-1);
}
.home-our-values .home-our-values__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.home-our-values .home-our-values__deco img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.home-our-values .home-our-values__deco--right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 253px;
  max-width: 25vw;
}
.home-our-values .home-our-values__deco--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.home-our-values .home-our-values__deco--flower {
  top: -40px;
  left: -20px;
  width: min(284px, 40vw);
  opacity: 0.9;
}
.home-our-values .home-our-values__deco--spiral {
  top: 20px;
  right: 32%;
  width: min(138px, 20vw);
}
.home-our-values .home-our-values__deco--spots {
  bottom: 0;
  right: 0;
  width: min(555px, 30vw);
  max-height: 50%;
}
.home-our-values .container {
  z-index: 1;
}
.home-our-values .home-our-values__title {
  color: #D2FA99;
}
.home-our-values .home-our-values__body {
  color: #ffffff;
}
.home-our-values .home-our-values__body p {
  margin-bottom: 1em;
}
.home-our-values .home-our-values__body p:last-child {
  margin-bottom: 0;
}
.home-our-values .home-our-values__btn {
  border-radius: 999px;
  font-weight: 500;
  padding: 0.5em 1.5em;
  transition: 0.3s all ease;
}
.home-our-values .home-our-values__btn--primary {
  background-color: #D2FA99;
  border: 1px solid #D2FA99;
  color: #0A3834;
}
.home-our-values .home-our-values__btn--primary:hover {
  background-color: rgb(192.8411214953, 248.0934579439, 114.1065420561);
  border-color: rgb(192.8411214953, 248.0934579439, 114.1065420561);
  color: #0A3834;
}
.home-our-values .home-our-values__btn--ghost {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.home-our-values .home-our-values__btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 767.9px) {
  .home-our-values::before {
    display: none;
  }
  .home-our-values::after {
    transform: scaleX(1);
  }
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  gap: calc(12px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card {
    gap: 14px;
  }
}
.product-card {
  padding: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card {
    padding: 16px;
  }
}
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease;
}
.product-card .product-card__image {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-card .product-card__image .image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: none;
}
.product-card .product-card__image .image .image__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-card .product-card__image .image .image__inner img,
.product-card .product-card__image .image .image__inner picture,
.product-card .product-card__image .image .image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .product-card__image .image .image__inner {
  position: relative;
}
.product-card .product-card__image .image .image__inner .image__main,
.product-card .product-card__image .image .image__inner .image__hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-card .product-card__image .image .image__inner .image__hover {
  opacity: 0;
}
.product-card .product-card__image .image .product-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
}
.product-card .product-card__image .image .product-badge--onsale {
  background: #0A3834;
}
.product-card .product-card__image .image .product-badge--out-of-stock {
  background: #888;
}
.product-card .product-card__image .image:hover .image__inner .image__hover {
  opacity: 1;
  transform: scale(1.09);
}
.product-card .product-card__image .image-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 12px;
  background: rgba(0, 0, 0, 0.33);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 2;
}
.product-card .product-card__quantity {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 0;
  height: 100%;
  min-height: 40px;
  min-width: 100px;
}
.product-card .product-card__quantity .quantity-button {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: transparent;
  border: none;
  outline: none;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.product-card .product-card__quantity .quantity-button::before {
  display: none;
}
.product-card .product-card__quantity .quantity-button:hover {
  background: transparent;
  border-color: inherit;
}
.product-card .product-card__quantity .quantity-remove {
  margin-inline-start: 6px;
}
.product-card .product-card__quantity .quantity-add {
  margin-inline-end: 6px;
}
.product-card .product-card__quantity .quantity-input {
  width: 36px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: transparent;
  border: none;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.product-card .product-card__quantity .quantity-input::-webkit-outer-spin-button, .product-card .product-card__quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card .product-card__content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(5px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__content {
    gap: 8px;
  }
}
.product-card .product-card__content > * {
  width: 100%;
}
.product-card .product-card__content .title {
  display: block;
  text-align: center;
}
.product-card .product-card__content .title h4 {
  font-size: calc(17px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__content .title h4 {
    font-size: 22px;
  }
}
.product-card .product-card__content .title h4 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
}
.product-card .product-card__content .description {
  font-size: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__content .description {
    font-size: 20px;
  }
}
.product-card .product-card__content .description {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-card__content .volume {
  font-size: 13px;
  color: #999;
  text-align: center;
}
.product-card .product-card__content .product-card__content-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  gap: 8px;
}
.product-card .product-card__content .product-price .price {
  font-size: 16px;
  font-weight: 400;
}
.product-card .product-card__content .product-price .price del {
  display: inline;
  font-size: 14px;
  color: #999;
}
.product-card .product-card__content .product-price .price ins {
  text-decoration: none;
}
.product-card .product-card__content span.simpleshopmessage {
  display: none;
}
.product-card .product-card__content .product-card__add-to-cart--content {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 991.9px) {
  .product-card:hover .image-actions {
    opacity: 1;
    visibility: visible;
  }
  .product-card .product-card__add-to-cart--content {
    display: none;
  }
}

.products-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
@media (min-width: 767.9px) {
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (min-width: 1199.9px) {
  .products-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.shop-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.shop-heading__eyebrow {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .shop-heading__eyebrow {
    font-size: 26px;
  }
}
.shop-heading__eyebrow {
  font-weight: 500;
  color: #00261C;
}
.shop-heading__title {
  font-size: calc(32px + 28 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .shop-heading__title {
    font-size: 60px;
  }
}
.shop-heading__title {
  font-weight: 600;
  color: #0A3834;
}

.shop-tabs-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  display: flex;
  margin: 0 auto;
}

.shop-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding: 3px 3px 7px 3px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.shop-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .shop-tabs__item {
    font-size: 20px;
  }
}
.shop-tabs__item {
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid #0A3834;
  background-color: #ffffff;
  color: #0A3834;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease-out;
}
@media (min-width: 992px) {
  .shop-tabs__item {
    min-width: 206px;
  }
  .shop-tabs__item:hover {
    background-color: #D2FA99;
    border-color: #0A3834;
    color: #0A3834;
    transform: translateY(-2px);
  }
}
.shop-tabs__item--active {
  background-color: #D2FA99;
  border-color: #0A3834;
  color: #0A3834;
}

.shop-tabs__item--shop {
  background-color: #0A3834;
  border-color: #0A3834;
  color: #ffffff;
}
@media (min-width: 992px) {
  .shop-tabs__item--shop:hover {
    background-color: #0A3834;
    border-color: #0A3834;
    color: #ffffff;
    transform: translateY(-2px);
  }
}

.product-gallery-custom {
  --product-gallery-thumb-gap: 0.625rem;
  --product-gallery-thumb-ratio: 0.7466666667;
  --product-gallery-thumb-height-factor: 1.3392857143;
  --product-gallery-thumbs-visible: 5;
  --product-gallery-thumb-width: 7rem;
  --product-gallery-main-width: calc(
    100% - var(--product-gallery-thumb-width) - var(--product-gallery-thumb-gap)
  );
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.product-gallery-custom .product-gallery-row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 769px) {
  .product-gallery-custom .product-gallery-row {
    display: grid;
    grid-template-columns: minmax(0, var(--product-gallery-main-width)) minmax(0, var(--product-gallery-thumb-width));
    gap: var(--product-gallery-thumb-gap);
    align-items: start;
  }
}
.product-gallery-custom .swiper {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product-gallery-custom .product-gallery-main {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper {
  width: 100%;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .swiper-slide {
  width: 100%;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #FAF8F7;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.product-gallery-custom .product-gallery-main .product-gallery-arrows--hover .swiper-button-next,
.product-gallery-custom .product-gallery-main .product-gallery-arrows--hover .swiper-button-prev {
  opacity: 0;
}
.product-gallery-custom .product-gallery-main:hover .product-gallery-arrows--hover .swiper-button-next, .product-gallery-custom .product-gallery-main:hover .product-gallery-arrows--hover .swiper-button-prev {
  opacity: 1;
}
@media (max-width: 768px) {
  .product-gallery-custom .product-gallery-main .product-gallery-arrows--hover .swiper-button-next,
  .product-gallery-custom .product-gallery-main .product-gallery-arrows--hover .swiper-button-prev {
    opacity: 1;
  }
}
.product-gallery-custom .product-gallery-thumbs {
  display: none;
}
@media (min-width: 769px) {
  .product-gallery-custom .product-gallery-thumbs {
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--product-gallery-thumb-width);
    width: var(--product-gallery-thumb-width);
    min-width: var(--product-gallery-thumb-width);
    min-height: 0;
    align-self: start;
  }
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper {
  width: 100%;
  height: var(--product-gallery-main-width);
  max-height: 100%;
  padding-bottom: 3px;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 133.928571%;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #d8d6d6;
  background-color: #FAF8F7;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image.active {
  border-color: #0A3834;
  opacity: 0.5;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image:hover {
  border-color: #0A3834;
  opacity: 0.5;
}

.product-content {
  width: 100%;
}
.product-content .product_title {
  font-size: calc(28px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product_title {
    font-size: 35px;
  }
}
.product-content .product_title {
  font-weight: 600;
  margin-bottom: 0;
}
.product-content .product-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-content .product-summary__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-content .product-hero-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-content .product-hero-badge,
.product-content .product-hero-promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.product-content .product-hero-badge {
  background-color: rgba(134, 178, 165, 0.18);
  color: #D2FA99;
}
.product-content .product-hero-promo {
  background-color: #D2FA99;
  color: #ffffff;
}
.product-content .product-hero-subtitle {
  color: #D2FA99;
  font-size: 18px;
  font-weight: 500;
}
.product-content .product-hero-rating:empty {
  display: none;
}
.product-content .product-hero-rating .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.product-content .product-hero-rating .star-rating {
  margin: 0;
  float: none;
  color: #eabe12;
}
.product-content .product-hero-rating .woocommerce-review-link {
  color: #767676;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-content .product-hero-rating .woocommerce-review-link:hover {
  color: #000000;
}
.product-content .product-description .description p:not(:last-child) {
  margin-bottom: 20px;
}
.product-content .product-image {
  grid-area: image;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-content .product-summary {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.product-content .product-summary .product-summary__purchase {
  display: grid;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(134, 178, 165, 0.25);
  border-radius: 24px;
  background-color: #FFF;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.product-content .product-summary .product-summary__purchase form.cart,
.product-content .product-summary .product-summary__purchase .single_variation_wrap {
  display: grid;
  gap: 15px;
}
.product-content .product-summary .product-summary__purchase .price {
  margin-bottom: 0;
}
.product-content .product-summary .product-summary__purchase .price > .woocommerce-Price-amount,
.product-content .product-summary .product-summary__purchase .price ins {
  font-size: 28px;
}
.product-content .product-summary .product-summary__purchase .price del {
  font-size: 18px;
}
.product-content .product-summary .product-summary__purchase .add-to-cart,
.product-content .product-summary .product-summary__purchase .bundle_add_to_cart_button {
  max-width: none;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  direction: rtl;
  text-align: right;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-option-item {
  padding: 16px;
  border: 1px solid rgba(134, 178, 165, 0.35);
  border-radius: 16px;
  background: #fff;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-layout-style1 .bundle-product-name {
  flex: 1 1 140px;
  text-align: right;
  font-weight: 600;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-pricing {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .price-row-horizontal {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-crossed-price {
  text-decoration: line-through;
  opacity: 0.65;
  font-size: 0.95rem;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-main-price {
  font-size: 1.35rem;
  font-weight: 700;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-price-breakdown {
  margin-top: 6px;
  font-size: 0.75rem;
  opacity: 0.85;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-actions {
  flex: 0 0 auto;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-add-to-cart-btn {
  width: 100%;
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-add-to-cart-btn.loading {
  opacity: 0.75;
  pointer-events: none;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-add-to-cart-btn.success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-options .bundle-badge-text {
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 193, 7, 0.35);
  display: inline-block;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined {
  direction: rtl;
  text-align: right;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .bundle-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .combined-bundle-items__heading {
  font-size: 0.95rem;
  margin: 0 0 0.5rem;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .bundle-items-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .bundle-item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .bundle-total-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .bundle-quantity-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .ecosupp-quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .ecosupp-quantity-selector .ecosupp-qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(134, 178, 165, 0.5);
  background: #fff;
  line-height: 1;
}
.product-content .product-summary .product-summary__purchase .ecosupp-product-bundle-combined .ecosupp-quantity-selector .ecosupp-qty-input {
  width: 48px;
  text-align: center;
  border: 1px solid rgba(134, 178, 165, 0.35);
  border-radius: 8px;
  padding: 6px;
}
.product-content .product-summary .product-variations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-content .product-summary .add-to-cart,
.product-content .product-summary .bundle_add_to_cart_button {
  width: 100%;
  max-width: calc(243px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-summary .add-to-cart,
  .product-content .product-summary .bundle_add_to_cart_button {
    max-width: 260px;
  }
}
.product-content .product-summary .qty_select {
  padding-inline-start: 2px;
  padding-inline-end: 14px;
  min-width: 55px;
}
.product-content .product-summary .price > .woocommerce-Price-amount,
.product-content .product-summary .price ins {
  font-size: 18px;
}
.product-content .product-summary .price > .woocommerce-Price-amount {
  font-weight: 700;
}
.product-content .product-summary .price del {
  font-size: 16px;
  font-weight: 500;
}
.product-content .product-meta-commercial {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  background-color: rgba(134, 178, 165, 0.08);
}
.product-content .product-meta-commercial__unit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-weight: 700;
}
.product-content .product-meta-commercial__gtin {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-content .product-meta-commercial__gtin-label {
  font-weight: 700;
}
.product-content .product-meta-commercial__add-to-cart-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-content .product-icons-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  align-items: stretch;
}
.product-content .product-icons-row--hero {
  margin-top: 8px;
}
.product-content .product-icons-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 88px;
  padding: 10px 6px 8px;
  text-align: center;
  border: 1px solid rgba(110, 134, 148, 0.35);
  border-radius: 6px;
}
.product-content .product-icons-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}
.product-content .product-icons-row__icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.product-content .product-icons-row__content {
  display: grid;
  gap: 2px;
}
.product-content .product-icons-row__title {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #0A3834;
  word-break: keep-all;
}
.product-content .product-icons-row__title br {
  content: "";
}
.product-content .product-icons-row__text {
  font-size: 11px;
  line-height: 12px;
  color: #0A3834;
}
.product-content .product-icons-row__text p:last-child {
  margin-bottom: 0;
}
.product-content .product-summary-promo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #0A3834;
  border-radius: 6px;
  background-color: #d7eefc;
  overflow: hidden;
}
.product-content .product-summary-promo__column {
  display: grid;
  gap: 7px;
  min-height: 86px;
  padding: 12px 16px;
  text-align: center;
  align-content: start;
}
.product-content .product-summary-promo__column:not(:first-child) {
  border-top: 1px solid rgba(10, 56, 52, 0.25);
}
.product-content .product-summary-promo__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #0A3834;
}
.product-content .product-summary-promo__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  color: #0A3834;
}
.product-content .product-summary-promo__text p:last-child {
  margin-bottom: 0;
}
.product-content .product-summary-promo__text strong {
  font-weight: 700;
}
.product-content .product-summary-promo__link {
  color: inherit;
  text-decoration: underline;
}
.product-content .product-summary-promo__link:hover {
  color: inherit;
}
.product-content .bundle_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.product-content._gift {
  grid-template-areas: "image summary";
}
.product-content._gift .quantity {
  display: none;
}
.product-content._gift .wps_wgm_added_wrapper > *:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 991.9px) {
  .product-content .product-summary {
    gap: 20px;
  }
  .product-content .product-summary .product-summary__purchase {
    padding: 24px;
  }
  .product-content .product-meta-commercial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .product-content .product-meta-commercial__add-to-cart-image {
    grid-column: 1/-1;
  }
  .product-content .product-summary-promo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-content .product-summary-promo__column {
    padding: 10px 17px 0;
  }
  .product-content .product-summary-promo__column:not(:first-child) {
    border-top: 0;
    border-inline-end: 1px solid rgba(10, 56, 52, 0.25);
  }
  .product-content .product-icons-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .product-content .product-icons-row__item {
    min-height: 88px;
    padding: 8px 4px 6px;
  }
  .product-content._gift {
    grid-template-columns: 10% 80% 10%;
    grid-column-gap: 0px;
  }
  .product-content._gift .product-summary {
    padding: 40px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.c-section--gift-card {
  padding-top: 0;
  overflow: hidden;
}

.gift-card-product__breadcrumbs {
  position: relative;
  z-index: 2;
}
.gift-card-product__marquee {
  background-color: #cbe9ff;
  color: #0A3834;
}
.gift-card-product__marquee .notifications-marquee__track {
  animation-duration: 24s;
}
.gift-card-product__marquee .notifications-marquee__content {
  gap: 0;
}
.gift-card-product__marquee .notifications-marquee__item {
  padding-block: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gift-card-product__marquee .notifications-marquee__item {
    padding-block: 20px;
  }
}
.gift-card-product__marquee .notifications-marquee__item {
  font-size: calc(18px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gift-card-product__marquee .notifications-marquee__item {
    font-size: 24px;
  }
}
.gift-card-product__marquee .notifications-marquee__item {
  font-weight: 400;
  color: inherit;
}
.gift-card-product__marquee .notifications-marquee__item::before {
  content: "✹";
  padding: 0 15px;
}
.gift-card-product__hero {
  background-color: #dce7c1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(16px + 64 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gift-card-product__hero {
    padding-top: 80px;
  }
}
.gift-card-product__hero {
  padding-bottom: calc(16px + 64 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gift-card-product__hero {
    padding-bottom: 80px;
  }
}
.gift-card-product__content {
  width: 100%;
}
.gift-card-product__summary {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}
.gift-card-product__intro, .gift-card-product__copy {
  display: grid;
  gap: 10px;
}
.gift-card-product__lead, .gift-card-product__copy p {
  margin: 0;
  font-size: calc(18px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gift-card-product__lead, .gift-card-product__copy p {
    font-size: 24px;
  }
}
.gift-card-product__lead, .gift-card-product__copy p {
  line-height: 1.15;
  color: #0A3834;
}
.gift-card-product__section-heading {
  display: grid;
  justify-items: center;
  gap: 0;
}
.gift-card-product__section-title {
  margin: 0;
  font-size: calc(20px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gift-card-product__section-title {
    font-size: 24px;
  }
}
.gift-card-product__section-title {
  font-weight: 600;
  line-height: 1.2;
  color: #0A3834;
  z-index: 1;
}
.gift-card-product__section-divider {
  width: 34%;
  max-width: 294px;
  height: 10px;
  margin-top: -10px;
  border-radius: 999px;
  background-color: #D2FA99;
  z-index: 0;
}
.gift-card-product__section-divider--short {
  width: 20%;
  max-width: 139px;
}
.gift-card-product__details p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #0A3834;
}
.gift-card-product__purchase {
  text-align: start;
}
.gift-card-product__purchase form.cart,
.gift-card-product__purchase .variations_form,
.gift-card-product__purchase .single_variation_wrap,
.gift-card-product__purchase .woocommerce-variation-add-to-cart {
  display: grid;
  gap: 15px;
  width: 100%;
}
.gift-card-product__purchase .variations {
  width: 100%;
  margin: 0;
}
.gift-card-product__purchase .variations tbody {
  display: grid;
  gap: 12px;
}
.gift-card-product__purchase .variations tr,
.gift-card-product__purchase .variations th,
.gift-card-product__purchase .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: start;
}
.gift-card-product__purchase .variations label,
.gift-card-product__purchase .pwgc-label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #0A3834;
}
.gift-card-product__purchase .variations select,
.gift-card-product__purchase #pwgc-purchase-container input[type=text],
.gift-card-product__purchase #pwgc-purchase-container input[type=email],
.gift-card-product__purchase #pwgc-purchase-container textarea,
.gift-card-product__purchase #pwgc-email-design-id {
  width: 100% !important;
  padding: 12px 14px;
  border: 1px solid rgba(10, 56, 52, 0.18);
  border-radius: 8px;
  background-color: #ffffff;
  color: #0A3834;
}
.gift-card-product__purchase #pwgc-message {
  min-height: 120px;
  resize: vertical;
}
.gift-card-product__purchase .pwgc-subtitle {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(10, 56, 52, 0.72);
}
.gift-card-product__purchase .quantity {
  display: none !important;
}
.gift-card-product__purchase .single_add_to_cart_button {
  width: 100%;
  max-width: none;
  min-height: 55px;
  font-size: 24px;
  line-height: 1.1;
}
.gift-card-product__purchase #pwgc-email-preview-button {
  width: auto;
  min-width: 140px;
  margin-inline: auto;
  padding-inline: 24px;
  background-color: #D2FA99;
  color: #0A3834;
  border: 1px solid #0A3834;
  border-radius: 999px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.gift-card-product__purchase #pwgc-email-preview-container {
  width: 100%;
  min-height: 360px;
  border: 1px solid rgba(10, 56, 52, 0.18);
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .gift-card-product__summary {
    padding: 20px;
  }
  .gift-card-product__section-divider {
    width: 67%;
  }
  .gift-card-product__section-divider--short {
    width: 34%;
  }
  .gift-card-product__purchase .single_add_to_cart_button {
    font-size: 20px;
  }
  .gift-card-product .gift-card-benefits__item {
    padding: 16px 10px;
  }
  .gift-card-product .gift-card-benefits__title {
    font-size: 16px;
  }
}

.gift-card-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 10px;
  text-align: center;
  border: none;
}
.gift-card-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.gift-card-benefits__icon img,
.gift-card-benefits__icon svg {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gift-card-benefits__icon svg {
  fill: #0A3834;
}
.gift-card-benefits__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #0A3834;
}
.gift-card-benefits__text {
  font-size: 14px;
  line-height: 1.15;
  color: #0A3834;
}

.wysiwyg-content {
  display: grid;
  gap: calc(6px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content {
    gap: 10px;
  }
}
.wysiwyg-content {
  color: inherit;
  line-height: normal;
}
.wysiwyg-content > * {
  margin: 0;
}
.wysiwyg-content h1 {
  font-size: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content h1 {
    font-size: 60px;
  }
}
.wysiwyg-content h1 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .wysiwyg-content h1 {
    font-weight: 600;
  }
}
.wysiwyg-content h2 {
  font-size: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content h2 {
    font-size: 50px;
  }
}
.wysiwyg-content h2 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .wysiwyg-content h2 {
    font-weight: 600;
  }
}
.wysiwyg-content h3 {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content h3 {
    font-size: 32px;
  }
}
.wysiwyg-content h3 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .wysiwyg-content h3 {
    font-weight: 400;
  }
}
.wysiwyg-content h4 {
  font-size: calc(17px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content h4 {
    font-size: 25px;
  }
}
.wysiwyg-content h4 {
  font-weight: 500;
}
@media (min-width: 1400) {
  .wysiwyg-content h4 {
    font-weight: 500;
  }
}
.wysiwyg-content h5 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content h5 {
    font-size: 20px;
  }
}
.wysiwyg-content h5 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .wysiwyg-content h5 {
    font-weight: 400;
  }
}
.wysiwyg-content h6 {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content h6 {
    font-size: 18px;
  }
}
.wysiwyg-content h6 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .wysiwyg-content h6 {
    font-weight: 400;
  }
}
.wysiwyg-content p {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .wysiwyg-content p {
    font-size: 16px;
  }
}
.wysiwyg-content p {
  font-weight: 400;
}
@media (min-width: 1400) {
  .wysiwyg-content p {
    font-weight: 500;
  }
}
.wysiwyg-content ul,
.wysiwyg-content ol {
  display: grid;
  gap: 0.45em;
  padding-inline-start: 1.2rem;
}
.wysiwyg-content ul {
  list-style: disc;
}
.wysiwyg-content ul.list-unstyled {
  list-style: none;
  padding-inline-start: 0;
}
.wysiwyg-content ol {
  list-style: decimal;
}
.wysiwyg-content li {
  margin: 0;
}
.wysiwyg-content strong,
.wysiwyg-content b {
  color: #0A3834;
  font-weight: 700;
}
.wysiwyg-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.wysiwyg-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wysiwyg-content table {
  width: 100%;
}

.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-icon-width: auto;
  background: transparent;
  border-top: 1px solid rgba(10, 56, 52, 0.12);
}
.accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10, 56, 52, 0.12);
  border-radius: 0;
  margin-bottom: 0;
}
.accordion .accordion-button {
  padding-top: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-top: 18px;
  }
}
.accordion .accordion-button {
  padding-right: calc(0px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-right: 0px;
  }
}
.accordion .accordion-button {
  padding-bottom: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-bottom: 18px;
  }
}
.accordion .accordion-button {
  padding-left: calc(0px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-left: 0px;
  }
}
.accordion .accordion-button {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 32px;
  }
}
.accordion .accordion-button {
  font-weight: 400;
}
@media (min-width: 1400) {
  .accordion .accordion-button {
    font-weight: 400;
  }
}
.accordion .accordion-button {
  justify-content: space-between;
  text-align: start;
  background-color: transparent;
  box-shadow: none;
  color: #0A3834;
}
.accordion .accordion-button::after {
  width: auto;
  height: auto;
  margin-inline-start: 20px;
  margin-inline-end: 0;
  content: "\e908";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: none;
  transition: transform 0.25s ease;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0A3834;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-body {
  padding-top: calc(4px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-top: 8px;
  }
}
.accordion .accordion-body {
  padding-right: calc(0px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-right: 0px;
  }
}
.accordion .accordion-body {
  padding-bottom: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-bottom: 20px;
  }
}
.accordion .accordion-body {
  padding-left: calc(0px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-left: 0px;
  }
}
.accordion .accordion-body {
  color: #0A3834;
}

.c-ecopedia-accordion-group .ecopediaCategorySwiper {
  position: relative;
  padding-bottom: 2.25rem;
}

.about-story__intro {
  text-align: center;
}
.about-story__intro .wysiwyg-content p {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__intro .wysiwyg-content p {
    font-size: 20px;
  }
}
.about-story__intro .wysiwyg-content p {
  font-weight: 400;
}
@media (min-width: 1400) {
  .about-story__intro .wysiwyg-content p {
    font-weight: 400;
  }
}
.about-story__cards {
  display: grid;
  gap: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__cards {
    gap: 16px;
  }
}
.about-story__cards {
  margin-top: calc(20px + 14 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__cards {
    margin-top: 34px;
  }
}
.about-story__card {
  padding-bottom: calc(12px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__card {
    padding-bottom: 18px;
  }
}
.about-story__card-title {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: calc(8px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__card-title {
    gap: 10px;
  }
}
.about-story__card-title {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__card-title {
    font-size: 32px;
  }
}
.about-story__card-title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .about-story__card-title {
    font-weight: 400;
  }
}
.about-story__card-title {
  color: #0A3834;
  position: relative;
  z-index: 0;
}
.about-story__card-title::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0.06em;
  transform: translateY(100%);
  height: 0.42em;
  background: rgba(210, 250, 153, 0.55);
  z-index: -1;
}
.about-story__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #0A3834;
}
.about-story__icon svg {
  width: auto;
  max-width: 63px;
  height: 40px;
  display: block;
}
.about-story__card-text {
  margin: 10px 0 0;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-story__card-text {
    font-size: 20px;
  }
}
.about-story__card-text {
  font-weight: 400;
}
@media (min-width: 1400) {
  .about-story__card-text {
    font-weight: 400;
  }
}
.about-story__card-text {
  color: #0A3834;
}
@media (min-width: 768px) {
  .about-story__icon svg {
    height: 52px;
  }
}

.tabs-block .nav-pills .nav-link {
  padding: 15px;
  min-width: 200px;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #0A3834;
  background-color: rgba(214, 205, 219, 0.4);
  color: #0A3834;
}
.tabs-block .nav-pills .nav-link.active {
  background-color: #0A3834;
  color: #D2FA99;
}
.tabs-block .tab-content {
  padding-top: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-top: 15px;
  }
}
.tabs-block .tab-content {
  padding-right: calc(10px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-right: 30px;
  }
}
.tabs-block .tab-content {
  padding-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-bottom: 15px;
  }
}
.tabs-block .tab-content {
  padding-left: calc(10px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-left: 30px;
  }
}
.tabs-block .tab-content {
  border: 0.5px solid rgba(241, 219, 172, 0.6);
  background-color: rgba(214, 205, 219, 0.4);
  color: #0A3834;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.blog-card .blog-card__image {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.blog-card .blog-card__image .blog-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
  overflow: hidden;
}
.blog-card .blog-card__image .blog-card__image-inner img,
.blog-card .blog-card__image .blog-card__image-inner picture,
.blog-card .blog-card__image .blog-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-card__image .blog-card__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 56, 52, 0.08) 0%, rgba(0, 38, 28, 0.06) 100%);
}
.blog-card .blog-card__image img {
  transition: transform 0.25s ease;
}
.blog-card .blog-card__image:hover img {
  transform: scale(1.03);
}
.blog-card .blog-card__content {
  padding: 16px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.blog-card .blog-card__content .date {
  font-size: 14px;
  font-weight: 500;
}
.blog-card .blog-card__content .title h5 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content .title h5 {
    font-size: 20px;
  }
}
.blog-card .blog-card__content .title h5 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .blog-card .blog-card__content .title h5 {
    font-weight: 400;
  }
}
.blog-card .blog-card__content .title h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  color: #0A3834;
  line-height: 1.35;
}
.blog-card .blog-card__content .title h5 a {
  color: inherit;
  text-decoration: none;
}
.blog-card .blog-card__content .title h5 a:hover {
  text-decoration: underline;
}
.blog-card .blog-card__content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog-card .blog-card__content .blog-card__read-more {
  margin-top: auto;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0A3834;
  text-decoration: none;
  align-self: flex-end;
}
.blog-card .blog-card__content .blog-card__read-more:hover {
  text-decoration: underline;
}

.blog-cards-wrapper {
  display: grid;
  gap: calc(40px + -20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-cards-wrapper {
    gap: 20px;
  }
}
@media (min-width: 761.9px) {
  .blog-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991.9px) {
  .blog-cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-blog-archive .c-blog-archive__title {
  font-size: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-blog-archive .c-blog-archive__title {
    font-size: 60px;
  }
}
.c-blog-archive .c-blog-archive__title {
  font-weight: 600;
}
@media (min-width: 1400) {
  .c-blog-archive .c-blog-archive__title {
    font-weight: 600;
  }
}
.c-blog-archive .c-blog-archive__title {
  color: #0A3834;
  margin-bottom: 0;
}
.c-blog-archive .c-blog-archive__description {
  max-width: 52rem;
  color: #0A3834;
}
.c-blog-archive .c-blog-archive__description p:last-child {
  margin-bottom: 0;
}
.c-blog-archive .c-blog-archive__pagination .navigation {
  width: 100%;
}
.c-blog-archive .c-blog-archive__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.c-blog-archive .c-blog-archive__pagination a.page-numbers,
.c-blog-archive .c-blog-archive__pagination span.page-numbers {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-blog-archive .c-blog-archive__pagination a.page-numbers,
  .c-blog-archive .c-blog-archive__pagination span.page-numbers {
    font-size: 18px;
  }
}
.c-blog-archive .c-blog-archive__pagination a.page-numbers,
.c-blog-archive .c-blog-archive__pagination span.page-numbers {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-blog-archive .c-blog-archive__pagination a.page-numbers,
  .c-blog-archive .c-blog-archive__pagination span.page-numbers {
    font-weight: 400;
  }
}
.c-blog-archive .c-blog-archive__pagination a.page-numbers,
.c-blog-archive .c-blog-archive__pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  color: #0A3834;
  text-decoration: none;
  border: 1px solid rgba(10, 56, 52, 0.2);
}
.c-blog-archive .c-blog-archive__pagination a.page-numbers:hover {
  background: rgba(10, 56, 52, 0.06);
}
.c-blog-archive .c-blog-archive__pagination span.page-numbers.current {
  background: rgba(10, 56, 52, 0.1);
  font-weight: 600;
}
.c-blog-archive .c-blog-archive__pagination span.page-numbers.dots {
  border: 0;
  min-width: auto;
}
.c-blog-archive .col > article:not(.blog-card) {
  width: 100%;
}

.c-generic-archive {
  color: #0A3834;
}
.c-generic-archive article {
  margin-bottom: 2rem;
}

.c-fallback-index {
  color: #0A3834;
}
.c-fallback-index article {
  margin-bottom: 2rem;
}

.blog-post .nav-links {
  display: flex;
  justify-content: space-between;
  gap: calc(20px + -10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-post .nav-links {
    gap: 10px;
  }
}

.c-single-post {
  color: #0A3834;
}
.c-single-post__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.c-single-post__cat {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.c-single-post__cat a {
  color: #0A3834;
  text-decoration: none;
}
.c-single-post__title {
  margin-bottom: 0.75rem;
}
.c-single-post__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  opacity: 0.75;
  margin-bottom: 0;
}
.c-single-post__thumb {
  margin-bottom: 1.5rem;
}
.c-single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.c-single-post__content {
  margin-bottom: 2rem;
}
.c-single-post__content p {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-single-post__content p {
    font-size: 20px;
  }
}
.c-single-post__content p {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-single-post__content p {
    font-weight: 400;
  }
}
.c-single-post__author {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-single-post__author h4 {
  margin-bottom: 0.5rem;
}
.c-single-post__related-product {
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-single-post__related-image {
  margin-bottom: 0.75rem;
}
.c-single-post__related-image img {
  display: block;
  margin: 0 auto;
}
.c-single-post__related-title {
  margin-bottom: 0.75rem;
  font-size: 1.0625rem;
  color: #0A3834;
}
.c-single-post .post_product_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  background-color: #00261C;
  color: #fff;
  text-decoration: none;
}
.c-single-post__disclaimer {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.03);
}
.c-single-post__bibliography {
  margin-bottom: 1.5rem;
}
.c-single-post__related-posts, .c-single-post__related-products {
  margin-bottom: 1.5rem;
}

.banner {
  width: 100%;
}
.banner.banner--hero .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 144.8717948718%;
  overflow: hidden;
}
.banner.banner--hero .banner__inner img,
.banner.banner--hero .banner__inner picture,
.banner.banner--hero .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-1 .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 69.0265486726%;
  overflow: hidden;
}
.banner._banner-1 .banner__inner img,
.banner._banner-1 .banner__inner picture,
.banner._banner-1 .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-2 .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 60.2564102564%;
  overflow: hidden;
}
.banner._banner-2 .banner__inner img,
.banner._banner-2 .banner__inner picture,
.banner._banner-2 .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-3 .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 47.7572559367%;
  overflow: hidden;
}
.banner._banner-3 .banner__inner img,
.banner._banner-3 .banner__inner picture,
.banner._banner-3 .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767.9px) {
  .banner.banner--hero .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 43.3333333333%;
    overflow: hidden;
  }
  .banner.banner--hero .banner__inner img,
  .banner.banner--hero .banner__inner picture,
  .banner.banner--hero .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-1 .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 43.3333333333%;
    overflow: hidden;
  }
  .banner._banner-1 .banner__inner img,
  .banner._banner-1 .banner__inner picture,
  .banner._banner-1 .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-2 .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 17.803030303%;
    overflow: hidden;
  }
  .banner._banner-2 .banner__inner img,
  .banner._banner-2 .banner__inner picture,
  .banner._banner-2 .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-3 .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 47.7237048666%;
    overflow: hidden;
  }
  .banner._banner-3 .banner__inner img,
  .banner._banner-3 .banner__inner picture,
  .banner._banner-3 .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 10px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
}
.social-links a::before {
  color: #00261C;
  font-size: 12px;
}
.social-links a svg {
  width: calc(20px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links a svg {
    width: 25px;
  }
}
.social-links a svg {
  height: calc(20px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links a svg {
    height: 25px;
  }
}

.payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.payment-methods .item {
  width: 47px;
}
.payment-methods span {
  display: block;
  width: 100%;
  padding-bottom: 67%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 313px;
  max-width: 90%;
  height: 100dvh;
  background-color: #d6cddb;
  transition: 0.3s all ease;
  transform: translateX(-110vw);
  opacity: 0;
  visibility: hidden;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 10px 50px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-top .header-menu-button {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-90deg);
  color: #0A3834;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-main .categories-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-main .categories-wrapper .categories-list {
  flex: 1;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-bottom {
  margin-top: auto;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-bottom .button {
  font-size: 14px;
}
.nav-overlay .category-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-overlay .category-wrapper .category-image {
  width: 82px;
  min-width: 82px;
  height: 82px;
  border-radius: 8px;
  overflow: hidden;
}
.nav-overlay .category-wrapper .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav-overlay .category-wrapper .category-title {
  font-size: 16px;
  font-weight: 800;
}
.nav-overlay .categories-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.nav-overlay .categories-slider .categories-level {
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  flex-direction: column;
  transition: 0.3s all ease;
  background-color: #FAF8F7;
}
.nav-overlay .categories-slider .categories-level.is-active {
  display: flex;
  position: absolute;
  inset: 0;
}
.nav-overlay .categories-slider .categories-level .button {
  margin-top: auto;
}
.nav-overlay .categories-slider .categories-level .back-button {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin: 10px 0;
  padding: 5px;
  gap: 6px;
  line-height: 1;
  background-color: #1a1a1a;
  border: 1px solid rgba(243, 143, 193, 0.3);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: #D2FA99;
}
.nav-overlay .categories-slider .categories-level .back-button::after {
  content: "\e913";
  font-family: "icomoon" !important;
  display: block;
  font-size: 10px;
}
.nav-overlay .menu-block {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.nav-overlay .menu-block ul {
  list-style: none;
  padding: 0;
}
.nav-overlay .menu-block a {
  color: #000000;
}
.nav-overlay .menu-block .menu-block__list .menu-item {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #000000;
}
.nav-overlay .menu-block .menu-block__list .menu-item > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  background-color: #FAF8F7;
}
.nav-overlay .menu-block .menu-block__list .menu-item.menu-item-has-children > a::after {
  content: "\e903";
  font-family: "icomoon" !important;
  display: block;
  transition: 0.3s all ease;
  transform: rotate(90deg);
}
.nav-overlay .menu-block .menu-block__list .menu-item .sub-menu {
  padding: 0 20px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s all ease;
  font-size: 18px;
}
.nav-overlay .menu-block .menu-block__list .menu-item .sub-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.nav-overlay .menu-block .menu-block__list .menu-item.is-open .sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.nav-overlay .menu-block .menu-block__list .menu-item.is-open > a::after {
  transform: rotate(270deg);
}
.nav-overlay .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  mix-blend-mode: difference;
}
.nav-overlay .logo-text {
  font-size: 16px;
  font-weight: 800;
  color: #0A3834;
}
.nav-overlay .social-links {
  padding: 0;
}
.nav-overlay .social-links a {
  background-color: #FAF8F7;
}
.nav-overlay .social-links a::before {
  color: #0A3834;
}
.nav-overlay .close-overlay {
  margin: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-overlay .close-overlay {
    margin: 10px;
  }
}
.nav-overlay .close-overlay {
  position: absolute;
  z-index: 2;
  background: none;
  opacity: 1;
  border: none;
}
.nav-overlay .close-overlay::before {
  content: "\ea0f";
  font-family: "icomoon";
  display: block;
}
.nav-overlay.mini-cart {
  background-color: #FAF8F7;
}
.nav-overlay.mini-cart .mini-cart__content {
  min-height: 0;
  overflow: auto;
}
.nav-overlay.nav-overlay--account {
  background-color: #FAF8F7;
}
.nav-overlay.nav-overlay--account .overlay-content {
  padding: 48px 20px 24px;
}
.nav-overlay.nav-overlay--account .overlay-content__inner-main {
  overflow: auto;
}
.nav-overlay._light {
  background-color: rgba(255, 255, 255, 0.98);
}
.nav-overlay._reverse {
  left: 0;
  right: auto;
  transform: translateX(-100%);
  border-radius: 0px 0px 15px 0px;
}
.nav-overlay.shown {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.nav-overlay.shown._reverse {
  transform: translateX(0);
}
@media (min-width: 991.9px) {
  .nav-overlay .overlay-content {
    padding: 40px 10px 20px;
  }
  .nav-overlay.nav-overlay--mobile-menu {
    display: none;
  }
}

.account-overlay__content form.login.woocommerce-form-login {
  margin: 0;
}
.account-overlay__content .form-row--actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.account-overlay__content .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.account-overlay__content .woocommerce-form-login__submit {
  width: 100%;
  order: -1;
}
.account-overlay__content .lost_password,
.account-overlay__content .woocommerce-register-link {
  text-align: center;
}
.account-overlay__content .woocommerce-register-link a {
  display: block;
}

.mini-cart .cart_list {
  display: flex;
  flex-direction: column;
}
.mini-cart .cart_list .mini_cart_item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.mini-cart .cart_list .mini_cart_item:not(:last-child) {
  margin-bottom: 40px;
}
.mini-cart .cart_list .mini_cart_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background-color: #00261C;
  transform: rotate(180deg);
  position: absolute;
  bottom: -20px;
}
.mini-cart .cart_list .mini_cart_item .item-image {
  display: block;
  width: 85px;
  min-width: 85px;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image {
  width: 100%;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner {
  position: relative;
  width: 100%;
  padding-top: 114.1176470588%;
  overflow: hidden;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner img,
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner picture,
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mini-cart .cart_list .mini_cart_item .item-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link {
  display: block;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-price {
  font-size: 16px;
  font-weight: 500;
}
.mini-cart .cart_list .mini_cart_item .item-information .variation {
  font-size: 12px;
}
.mini-cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mini-cart .overlay-content__inner-main--empty {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: min(240px, 50vh);
}
.mini-cart .c-mini-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 12px 8px 24px;
  text-align: center;
}
@font-face {
  font-family: "ecosupp-woodmart-icons";
  src: url("../fonts/woodmart-font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.mini-cart {
  /* Render the original WoodMart glyph locally for an exact empty-cart match. */
}
.mini-cart .c-mini-cart-empty__icon {
  display: block;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.07);
  line-height: 1;
}
.mini-cart .c-mini-cart-empty__icon::before {
  content: "\f147";
  display: block;
  font-family: "ecosupp-woodmart-icons";
  font-size: 86px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mini-cart .c-mini-cart-empty__message {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #0A3834;
}
.mini-cart .c-mini-cart-empty__shop-link {
  width: auto;
  min-width: 167px;
}
.mini-cart .free-shipping-notice {
  padding: 14px 0;
  font-size: 14px;
}
.mini-cart .free-shipping-progress {
  width: 100%;
  margin-bottom: 20px;
}
.mini-cart .free-shipping-progress .progress-bar {
  display: block;
  width: 100%;
  height: 14px;
  background-color: transparent;
  border: 1px solid #00261C;
  border-radius: 12px;
  overflow: hidden;
}
.mini-cart .free-shipping-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #00261C;
  border-radius: 12px;
}

.gift-form {
  padding: 20px;
}
@media (min-width: 991.9px) {
  .gift-form {
    background: #D2FA99;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.modal-content {
  border-radius: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.modal-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #00261C;
}
.modal-content .btn-close {
  margin: calc(10px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .modal-content .btn-close {
    margin: 25px;
  }
}
.modal-content .btn-close {
  position: absolute;
  left: 0;
  z-index: 2;
  background: none;
  opacity: 1;
  mix-blend-mode: difference;
}
.modal-content .btn-close::before {
  content: "\ea0f";
  font-family: "icomoon";
  display: block;
  color: #fff;
}

.swiper {
  padding: 5px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination-bullet {
  width: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 12px;
  }
}
.swiper .swiper-pagination-bullet {
  min-width: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 12px;
  }
}
.swiper .swiper-pagination-bullet {
  height: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 12px;
  }
}
.swiper .swiper-pagination-bullet {
  background-color: rgb(174, 183, 226);
  border: none;
  opacity: 1;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0A3834;
}
.swiper:not(.swiper--pagination-overlay) .swiper-pagination {
  bottom: 0;
  position: static;
  margin-top: calc(20px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper:not(.swiper--pagination-overlay) .swiper-pagination {
    margin-top: 25px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  color: #0A3834;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-container {
  position: relative;
}
.swiper-container.heroProductsSwiper-wrapper .swiper-button-next,
.swiper-container.heroProductsSwiper-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 991.9px) {
  .swiper-container.heroProductsSwiper-wrapper {
    padding: 0 55px;
  }
  .swiper-container.heroProductsSwiper-wrapper .swiper-button-next,
  .swiper-container.heroProductsSwiper-wrapper .swiper-button-prev {
    display: flex;
  }
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header__action-btn {
  display: flex;
  align-items: center;
  color: #0A3834;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  height: 40px;
  padding: 0 8px;
}
.header__action-btn:hover {
  opacity: 0.7;
}
.header__action-btn .header__action-btn__icon {
  display: flex;
  position: relative;
}
.header__action-btn .header__action-btn__icon img {
  display: block;
}
.header__action-btn .header__action-btn__count {
  position: absolute;
  top: -2px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__action-btn .header__action-btn__count {
    width: 20px;
  }
}
.header__action-btn .header__action-btn__count {
  height: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__action-btn .header__action-btn__count {
    height: 20px;
  }
}
.header__action-btn .header__action-btn__count {
  background-color: #D2FA99;
  border-radius: 50%;
  border: 1px solid #D2FA99;
  color: #0A3834;
  font-size: calc(11px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__action-btn .header__action-btn__count {
    font-size: 16px;
  }
}
.header__action-btn .header__action-btn__count {
  font-weight: 500;
  transform: translate(50%, -50%);
  white-space: nowrap;
  padding: 2px 4px;
  min-width: auto;
  line-height: 1;
}
.header__action-btn.header__action-btn--account .header__account-text {
  width: -moz-max-content;
  width: max-content;
  font-size: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__action-btn.header__action-btn--account .header__account-text {
    font-size: 10px;
  }
}
.header__action-btn.header__action-btn--account .header__account-text {
  font-weight: 400;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.header__account {
  position: relative;
}
.header__account .header__account-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-10px);
  min-width: 200px;
  background: #FFF;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all ease;
  z-index: 1000;
  padding: 15px 0;
}
.header__account .header__account-dropdown .nav-heading {
  display: none;
}
.header__account .header__account-dropdown ul li a {
  display: block;
  padding: 10px 20px;
  color: #0A3834;
  transition: background-color 0.3s ease;
}
.header__account .header__account-dropdown ul li a:hover {
  background-color: rgba(10, 56, 52, 0.05);
}
.header__account:hover .header__account-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header__search .header__search-icon img {
  display: block;
}
.header__search .header__search-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  min-width: 400px;
  background: #FFF;
  border-radius: 8px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.header__search .header__search-dropdown:has(.ecosupp-search--compact) {
  padding: 15px;
  min-width: 450px;
  border-radius: 16px;
}
.header__search--open .header__search-dropdown, .header__search:hover .header__search-dropdown, .header__search:focus-within .header__search-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__search .header__search-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.header__search .header__search-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-input {
    font-size: 14px;
  }
}
.header__search .header__search-input {
  color: #0A3834;
}
.header__search .header__search-input:focus {
  outline: none;
  border-color: #0A3834;
}
.header__search .header__search-submit {
  padding: 10px;
  background: #0A3834;
  color: #D2FA99;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header__search .header__search-submit:hover {
  opacity: 0.8;
}
.header__search .header__search-submit img {
  width: 16px;
  height: 16px;
}
.header__search .header__search-toggle {
  display: flex;
  gap: 0;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  background: transparent;
}
.header__search .header__search-toggle .header__search-toggle-btn {
  flex: 1;
  padding: 8px 16px;
  background: transparent;
  color: #666;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-toggle .header__search-toggle-btn {
    font-size: 14px;
  }
}
.header__search .header__search-toggle .header__search-toggle-btn {
  font-weight: 500;
  position: relative;
}
.header__search .header__search-toggle .header__search-toggle-btn.header__search-toggle-btn--active {
  background: var(--wd-primary-color, #83b735);
  color: #ffffff;
}
.header__search .header__search-toggle .header__search-toggle-btn:hover:not(.header__search-toggle-btn--active) {
  background: rgba(0, 0, 0, 0.05);
}
.header__search .header__search-toggle .header__search-toggle-btn:first-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header__search .header__search-toggle .header__search-toggle-btn:last-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header__search .header__search-results-wrapper {
  margin-top: 15px;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  border-top: 1px solid #D8D8D8;
  padding-top: 15px;
}
.header__search .header__search-results-wrapper.header__search-results-wrapper--has-results {
  display: block;
}
.header__search .header__search-result-divider {
  padding: 8px 10px;
  font-weight: 600;
  font-size: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-result-divider {
    font-size: 12px;
  }
}
.header__search .header__search-result-divider {
  color: #666;
  background: #f5f5f5;
  border-bottom: 1px solid #D8D8D8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header__search .header__search-results {
  background: #FAF8F7;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
}
.header__search .header__search-results .header__search-results-content {
  padding: 10px;
}
.header__search .header__search-results .header__search-results-item {
  padding: 10px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #0A3834;
  transition: background-color 0.3s ease;
}
.header__search .header__search-results .header__search-results-item:last-child {
  border-bottom: none;
}
.header__search .header__search-results .header__search-results-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-thumb:empty::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content {
  flex: 1;
  min-width: 0;
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-title {
  font-weight: 500;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-title {
    font-size: 14px;
  }
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-title {
  margin-bottom: 4px;
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-price {
  color: #0A3834;
  font-size: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-price {
    font-size: 12px;
  }
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-price {
  font-weight: 600;
  margin-top: 4px;
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-sku {
  color: #666;
  font-size: calc(11px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-sku {
    font-size: 11px;
  }
}
.header__search .header__search-results .header__search-results-item .header__search-results-item-content .header__search-result-sku {
  margin-top: 2px;
}
.header__search .header__search-results .header__search-results-no-results {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__search .header__search-results .header__search-results-no-results {
    font-size: 14px;
  }
}
.header__search .header__search-clear {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.header__search .header__search-clear:hover {
  background: rgba(0, 0, 0, 0.2);
}
.header__search .header__search-clear.header__search-clear--show {
  display: flex;
}
.header__search .header__search-clear::before {
  content: "×";
  font-size: 18px;
  line-height: 1;
  color: #666;
}

.ecosupp-search {
  width: 100%;
}
.ecosupp-search__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.ecosupp-search__input-wrapper {
  position: relative;
  display: flex;
  gap: 10px;
}
.ecosupp-search__input {
  flex: 1;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__input {
    font-size: 14px;
  }
}
.ecosupp-search__input {
  color: #0A3834;
}
.ecosupp-search__input:focus {
  outline: none;
  border-color: #0A3834;
}
.ecosupp-search__input::-moz-placeholder {
  color: #999;
}
.ecosupp-search__input::placeholder {
  color: #999;
}
.ecosupp-search__clear {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.ecosupp-search__clear:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ecosupp-search__clear--show {
  display: flex;
}
.ecosupp-search__clear::before {
  content: "×";
  font-size: 18px;
  line-height: 1;
  color: #666;
}
.ecosupp-search__submit {
  padding: 10px 16px;
  background: #0A3834;
  color: #D2FA99;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.ecosupp-search__submit:hover {
  opacity: 0.8;
}
.ecosupp-search__submit svg {
  width: 16px;
  height: 16px;
}
.ecosupp-search__toggle {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  background: transparent;
}
.ecosupp-search__toggle-btn {
  flex: 1;
  padding: 8px 16px;
  background: transparent;
  color: #666;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__toggle-btn {
    font-size: 14px;
  }
}
.ecosupp-search__toggle-btn {
  font-weight: 500;
}
.ecosupp-search__toggle-btn--active {
  background: var(--wd-primary-color, #83b735);
  color: #ffffff;
}
.ecosupp-search__toggle-btn:hover:not(.ecosupp-search__toggle-btn--active) {
  background: rgba(0, 0, 0, 0.05);
}
.ecosupp-search__toggle-btn:first-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ecosupp-search__toggle-btn:last-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ecosupp-search__results-wrapper {
  margin-top: 15px;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  border-top: 1px solid #D8D8D8;
  padding-top: 15px;
}
.ecosupp-search__results-wrapper--visible {
  display: block;
}
.ecosupp-search__results {
  background: #FAF8F7;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
}
.ecosupp-search__results-content {
  padding: 10px;
}
.ecosupp-search__result-divider {
  padding: 8px 10px;
  font-weight: 600;
  font-size: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__result-divider {
    font-size: 12px;
  }
}
.ecosupp-search__result-divider {
  color: #666;
  background: #f5f5f5;
  border-bottom: 1px solid #D8D8D8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ecosupp-search__result-item {
  padding: 10px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #0A3834;
  transition: background-color 0.3s ease;
}
.ecosupp-search__result-item:last-child {
  border-bottom: none;
}
.ecosupp-search__result-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ecosupp-search__result-thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ecosupp-search__result-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.ecosupp-search__result-thumb--empty::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.ecosupp-search__result-content {
  flex: 1;
  min-width: 0;
}
.ecosupp-search__result-title {
  font-weight: 500;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__result-title {
    font-size: 14px;
  }
}
.ecosupp-search__result-title {
  margin-bottom: 4px;
}
.ecosupp-search__result-price {
  color: #0A3834;
  font-size: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__result-price {
    font-size: 12px;
  }
}
.ecosupp-search__result-price {
  font-weight: 600;
  margin-top: 4px;
}
.ecosupp-search__result-sku {
  color: #666;
  font-size: calc(11px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__result-sku {
    font-size: 11px;
  }
}
.ecosupp-search__result-sku {
  margin-top: 2px;
}
.ecosupp-search__no-results {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__no-results {
    font-size: 14px;
  }
}
.ecosupp-search__view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  margin-top: 10px;
  background: #0A3834;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: calc(13px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search__view-all {
    font-size: 14px;
  }
}
.ecosupp-search__view-all {
  font-weight: 500;
  transition: all 0.3s ease;
}
.ecosupp-search__view-all:hover {
  background: #d8d8d8;
  color: #0A3834;
}
.ecosupp-search__view-all svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.ecosupp-search__view-all:hover svg {
  transform: translateX(-3px);
}
.ecosupp-search--compact .ecosupp-search__form {
  gap: 0;
}
.ecosupp-search--compact .ecosupp-search__row {
  display: flex;
  align-items: stretch;
  background: #d8d8d8;
  border-radius: 100px;
  overflow: hidden;
  height: 48px;
}
@media (max-width: 991px) {
  .ecosupp-search--compact .ecosupp-search__row {
    height: 44px;
  }
}
.ecosupp-search--compact .ecosupp-search__toggle {
  display: flex;
  gap: 0;
  border: none;
  border-radius: 100px;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
}
.ecosupp-search--compact .ecosupp-search__toggle-btn {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: calc(12px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search--compact .ecosupp-search__toggle-btn {
    font-size: 14px;
  }
}
.ecosupp-search--compact .ecosupp-search__toggle-btn {
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .ecosupp-search--compact .ecosupp-search__toggle-btn {
    padding: 6px 12px;
  }
}
.ecosupp-search--compact .ecosupp-search__toggle-btn--active {
  background: #0A3834;
  color: #ffffff;
}
.ecosupp-search--compact .ecosupp-search__toggle-btn:not(.ecosupp-search--compact .ecosupp-search__toggle-btn--active) {
  background: transparent;
  color: #0A3834;
}
.ecosupp-search--compact .ecosupp-search__input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.ecosupp-search--compact .ecosupp-search__input {
  width: 100%;
  height: 100%;
  padding-inline: 15px;
  border: none;
  background: transparent;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .ecosupp-search--compact .ecosupp-search__input {
    font-size: 16px;
  }
}
.ecosupp-search--compact .ecosupp-search__input {
  color: #0A3834;
}
.ecosupp-search--compact .ecosupp-search__input:focus {
  outline: none;
}
.ecosupp-search--compact .ecosupp-search__input::-moz-placeholder {
  color: #999;
}
.ecosupp-search--compact .ecosupp-search__input::placeholder {
  color: #999;
}
.ecosupp-search--compact .ecosupp-search__clear {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ecosupp-search--compact .ecosupp-search__submit {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #0A3834;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ecosupp-search--compact .ecosupp-search__submit {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}
.ecosupp-search--compact .ecosupp-search__submit:hover {
  opacity: 0.7;
}
.ecosupp-search--compact .ecosupp-search__submit--icon-only {
  border-radius: 0;
}
.ecosupp-search--compact .ecosupp-search__submit-icon,
.ecosupp-search--compact .ecosupp-search__submit-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecosupp-search--compact .ecosupp-search__submit-loader {
  display: none;
}
.ecosupp-search--compact .ecosupp-search__submit-loader svg {
  animation: ecosupp-search-spin 1s linear infinite;
}
.ecosupp-search--compact .ecosupp-search__submit--loading .ecosupp-search__submit-icon {
  display: none;
}
.ecosupp-search--compact .ecosupp-search__submit--loading .ecosupp-search__submit-loader {
  display: flex;
}
.ecosupp-search--compact .ecosupp-search__results-wrapper {
  margin-top: 10px;
  border-top: none;
  padding-top: 0;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
}
.ecosupp-search--compact .ecosupp-search__results-wrapper .ecosupp-search__results {
  border: none;
}

@keyframes ecosupp-search-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header__logo .header__logo-link {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__logo .header__logo-link img {
  height: auto;
  width: 100%;
  display: block;
  max-width: 110px;
}
@media (min-width: 992px) {
  .header__logo .header__logo-link img {
    max-width: 250px;
  }
}
.header__logo .header__logo-link:hover {
  opacity: 0.8;
}
.header__logo .header__logo-text {
  font-size: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__logo .header__logo-text {
    font-size: 50px;
  }
}
.header__logo .header__logo-text {
  font-weight: 600;
}
@media (min-width: 1400) {
  .header__logo .header__logo-text {
    font-weight: 600;
  }
}
.header__logo .header__logo-text {
  font-weight: 700;
  color: #0A3834;
}

.mega-menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .mega-menu-dropdown {
    display: block;
  }
}
.mega-menu-dropdown.mega-menu-dropdown--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu-dropdown .mega-menu-dropdown__inner {
  padding: 30px 0;
}
.mega-menu-dropdown .mega-menu-dropdown__container {
  width: 100%;
  padding-inline: 15px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .mega-menu-dropdown .mega-menu-dropdown__container {
    max-width: 1320px;
    padding-inline: 12px;
  }
}
.mega-menu-dropdown .mega-menu-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
}
.mega-menu-dropdown .mega-menu-dropdown__promo {
  margin-top: 20px;
}
.mega-menu-dropdown .mega-menu-column--with-promo {
  display: flex;
  flex-direction: column;
}
.mega-menu-dropdown .mega-menu-promo-banner {
  display: block;
  transition: opacity 0.3s ease;
}
.mega-menu-dropdown .mega-menu-promo-banner:hover {
  opacity: 0.85;
}
.mega-menu-dropdown .mega-menu-promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.mega-menu-column .mega-menu-column__title {
  font-size: 18px;
  font-weight: 700;
  color: #0A3834;
  margin-bottom: 20px;
}
.mega-menu-column .mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mega-menu-column .mega-menu-list li a {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 400;
  color: #0A3834;
  transition: color 0.3s ease;
}
.mega-menu-column .mega-menu-list li a:hover {
  color: rgb(2.2727272727, 12.7272727273, 11.8181818182);
}

.header__action-btn--categories[aria-expanded=true] {
  opacity: 0.7;
}

.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .mega-menu-columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

.mega-menu-button {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  background-color: #fff;
  transition: 0.3s all ease;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  left: 0;
  right: auto;
}
.mobile-menu-overlay.shown {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 20px;
  border-bottom: none;
  flex-shrink: 0;
}
.mobile-menu__close {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: #0A3834;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.mobile-menu__close:hover {
  opacity: 0.7;
}
.mobile-menu__close svg {
  width: 14px;
  height: 14px;
}
.mobile-menu__search {
  padding: 0 20px 15px;
  flex-shrink: 0;
}
.mobile-menu__search .ecosupp-search--compact .ecosupp-search__row {
  background: #e7e4bc;
  border-radius: 100px;
}
.mobile-menu__search .ecosupp-search--compact .ecosupp-search__toggle-btn--active {
  background: #83b735;
}
.mobile-menu__content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__item {
  border: 0;
}
.mobile-menu__item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu__arrow {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #0A3834;
  transition: all 0.3s ease;
  z-index: 1;
}
.mobile-menu__arrow svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.mobile-menu__arrow[aria-expanded=true] {
  background: #0a3834;
  color: #fff;
}
.mobile-menu__arrow[aria-expanded=true] svg {
  transform: rotate(0deg);
}
.mobile-menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  padding-left: 60px;
  text-decoration: none;
  color: #0A3834;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  transition: background-color 0.3s ease;
}
.mobile-menu__link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.mobile-menu__item:not(.mobile-menu__item--has-children) .mobile-menu__link {
  padding-left: 20px;
}
.mobile-menu__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-menu__icon--account::before {
  content: "\e925";
  font-family: "icomoon" !important;
  font-size: 18px;
}
.mobile-menu__sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
}
.mobile-menu__sub-menu .mobile-menu__item--level-1 .mobile-menu__link {
  font-size: 18px;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-menu__sub-menu .mobile-menu__item--level-1 .mobile-menu__arrow[aria-expanded=true] {
  background: #86b2a5;
}
.mobile-menu__sub-menu .mobile-menu__item--level-2 .mobile-menu__link {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}
.mobile-menu__sub-menu .mobile-menu__item--level-2 .mobile-menu__arrow[aria-expanded=true] {
  background: #aaa;
}
.mobile-menu__item--open > .mobile-menu__sub-menu {
  display: block;
}

.nav-overlay.mobile-menu-overlay {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.nav-overlay.mobile-menu-overlay .overlay-content {
  padding: 0;
}
.nav-overlay.mobile-menu-overlay .overlay-content__inner {
  padding: 0;
  gap: 0;
}

.c-env-three-columns__grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  min-height: auto;
}
@media (min-width: 768px) {
  .c-env-three-columns__grid {
    grid-template-columns: repeat(3, 1fr);
    min-height: 604px;
  }
}
.c-env-three-columns__cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
  padding: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
  outline: 1px solid #0A3834;
}
@media (min-width: 768px) {
  .c-env-three-columns__cell {
    padding: 60px;
  }
}
.c-env-three-columns__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.c-env-three-columns__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-env-three-columns__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}
.c-env-three-columns__title {
  margin: 0;
  color: #0A3834;
  font-family: "Almoni", sans-serif;
  font-weight: 600;
  font-size: calc(32px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-three-columns__title {
    font-size: 40px;
  }
}
.c-env-three-columns__text {
  margin: 0;
  color: #0A3834;
  font-family: "Almoni", sans-serif;
  font-weight: 400;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-three-columns__text {
    font-size: 20px;
  }
}
.c-env-three-columns__text {
  line-height: calc(18px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-three-columns__text {
    line-height: 22px;
  }
}

.c-env-supply-chain__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.c-env-supply-chain__mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1.25rem;
}
.c-env-supply-chain__mobile-cell {
  text-align: center;
}

.c-env-green-chain {
  background-color: #FAF8F7;
}
.c-env-green-chain__header {
  margin-bottom: 1.5rem;
}
.c-env-green-chain__title {
  margin: 0 0 0.5rem;
  color: #0A3834;
  font-family: "Almoni", sans-serif;
  font-weight: 600;
  font-size: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__title {
    font-size: 40px;
  }
}
.c-env-green-chain__title {
  line-height: calc(30px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__title {
    line-height: 60px;
  }
}
.c-env-green-chain__subtitle {
  margin: -0.5rem 0 0;
  color: #0A3834;
  font-family: "Almoni", sans-serif;
  font-weight: 400;
  font-size: calc(22px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__subtitle {
    font-size: 26px;
  }
}
.c-env-green-chain__subtitle {
  line-height: calc(22px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__subtitle {
    line-height: 32px;
  }
}
.c-env-green-chain__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-env-green-chain__grid {
    grid-template-columns: 1fr 1fr;
    gap: 89px;
    align-items: start;
  }
}
.c-env-green-chain__cell {
  width: 100%;
  max-width: 360px;
}
.c-env-green-chain__figure {
  margin: 0;
  aspect-ratio: 1;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0A3834;
}
.c-env-green-chain__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-env-green-chain__body {
  margin: 0 auto 1.875rem;
  max-width: 52rem;
  color: #0A3834;
  font-family: "Almoni", sans-serif;
  font-weight: 400;
  font-size: calc(22px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__body {
    font-size: 26px;
  }
}
.c-env-green-chain__body {
  line-height: calc(22px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__body {
    line-height: 32px;
  }
}
.c-env-green-chain__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border-radius: 999px;
  border: 1px solid #0A3834;
  background-color: #D2FA99;
  color: #0A3834;
  font-family: "Almoni", sans-serif;
  font-weight: 500;
  font-size: calc(22px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-env-green-chain__cta {
    font-size: 26px;
  }
}
.c-env-green-chain__cta {
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.c-env-green-chain__cta:hover, .c-env-green-chain__cta:focus-visible {
  color: #D2FA99;
  background-color: #0A3834;
  border-color: #0A3834;
}

.c-ingredients-grid__cell {
  text-align: center;
}
.c-ingredients-grid__media {
  margin: 0 auto 1rem;
  width: 100%;
  max-width: 360px;
}
.c-ingredients-grid__img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.contact-page__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-page__contact-list {
    text-align: start;
  }
}
.contact-page__contact-list li {
  color: #0A3834;
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page__contact-list li {
    font-size: 24px;
  }
}
.contact-page__contact-list li {
  line-height: calc(28px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page__contact-list li {
    line-height: 34px;
  }
}
.contact-page__contact-list li {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .contact-page__contact-list li {
    justify-content: start;
  }
}
.contact-page__contact-list a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.contact-page__contact-list a:hover, .contact-page__contact-list a:focus-visible {
  color: #0A3834;
  text-decoration: underline;
}
.contact-page__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
}
.contact-page__contact-icon svg {
  display: block;
  width: auto;
  height: 22px;
  max-width: 100%;
}
.contact-page--form {
  padding-top: calc(12px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page--form {
    padding-top: 20px;
  }
}
.contact-page--form {
  padding-bottom: calc(28px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page--form {
    padding-bottom: 48px;
  }
}
.contact-page__lead {
  margin: 0 auto 22px;
  color: #0A3834;
  font-size: calc(16px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page__lead {
    font-size: 22px;
  }
}
.contact-page__lead {
  line-height: calc(24px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page__lead {
    line-height: 31px;
  }
}
.contact-page__lead p:last-child {
  margin-bottom: 0;
}
.contact-page__form .input-block {
  width: 100%;
}
.contact-page__form .input-block input,
.contact-page__form .input-block textarea,
.contact-page__form .input-block select {
  width: 100%;
}
.contact-page__acceptance .label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #0A3834;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-page__acceptance .label-for-checkbox {
    font-size: 16px;
  }
}
.contact-page__acceptance .label-for-checkbox {
  line-height: 1.5;
}
.contact-page__acceptance .label-for-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #8ea3a1;
  border-radius: 6px;
  background-color: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.contact-page__acceptance .label-for-checkbox input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
  background-color: #0A3834;
}
.contact-page__acceptance .label-for-checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact-page__acceptance .label-for-checkbox input[type=checkbox].error {
  border-color: #ff756c;
}
.contact-page__acceptance .label-for-checkbox a {
  color: inherit;
  text-decoration: underline;
}

.c-career-page__intro {
  margin-bottom: 2rem;
}
.c-career-page__jobs {
  display: grid;
  gap: 2rem;
}
.c-career-page__job {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d9e2e0;
}
.c-career-page__job:first-child {
  padding-top: 0;
}
.c-career-page__content h2 {
  margin-bottom: 1rem;
  font-size: calc(24px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-career-page__content h2 {
    font-size: 34px;
  }
}
.c-career-page__content h2 {
  line-height: calc(30px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-career-page__content h2 {
    line-height: 42px;
  }
}
.c-career-page__content h2 {
  color: #0A3834;
}
.c-career-page__content h3,
.c-career-page__content h4 {
  color: #0A3834;
}
.c-career-page__form-wrap {
  background-color: #f4f7f6;
  border: 1px solid #dce5e3;
  border-radius: 6px;
  padding: 1rem;
}
.c-career-page__form .input-block input,
.c-career-page__form .input-block select {
  width: 100%;
}
.c-career-page__form input[type=file] {
  padding-block: 0.75rem;
  line-height: 1.2;
}

.c-register-page__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 767px) {
  .c-register-page__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-register-page__card {
  border: 1px solid #e3e8e7;
  border-radius: 12px;
  background: #fff;
  padding: 1rem 0.75rem;
  text-align: center;
  min-height: 132px;
}
.c-register-page__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.c-register-page__card-icon img {
  width: calc(50px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-register-page__card-icon img {
    width: 80px;
  }
}
.c-register-page__card-icon img {
  height: calc(50px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-register-page__card-icon img {
    height: 80px;
  }
}
.c-register-page__card-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-register-page__card-title {
  margin: 0 0 0.25rem;
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-register-page__card-title {
    font-size: 32px;
  }
}
.c-register-page__card-title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-register-page__card-title {
    font-weight: 400;
  }
}
.c-register-page__card-text {
  margin: 0;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-register-page__card-text {
    font-size: 18px;
  }
}
.c-register-page__card-text {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-register-page__card-text {
    font-weight: 400;
  }
}
.c-register-page__card-text {
  color: #4d5b5a;
}
.c-register-page__form-title {
  text-align: center;
  margin: 2.2rem 0 1.25rem;
}
.c-register-page__privacy {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.c-register-page__optional-title {
  margin: 1rem 0 0.5rem;
  font-weight: 700;
}
.c-register-page__checkbox-list {
  display: grid;
  gap: 0.4rem;
}

.c-community-page__reviews-swiper {
  max-width: 100%;
}
.c-community-page__review-card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 1.25rem 1.25rem 1.15rem;
  border: 1px solid #dce3e1;
  border-radius: 6px;
  background-color: #fff;
  font-size: calc(15px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-community-page__review-card {
    font-size: 18px;
  }
}
.c-community-page__review-card {
  line-height: calc(20px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-community-page__review-card {
    line-height: 22px;
  }
}
.c-community-page__form .input-block input,
.c-community-page__form .input-block select {
  width: 100%;
}
.c-community-page__form .button {
  white-space: nowrap;
  width: auto;
}

.c-sheet-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-sheet-table__controls {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(180px, 280px);
  gap: 0.75rem;
  align-items: end;
}
.c-sheet-table__table {
  margin-bottom: 0;
}
.c-sheet-table__table > :not(caption) > tr:nth-child(odd) > * {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 9999px #ffffff;
}
.c-sheet-table__table > :not(caption) > tr:nth-child(even) > * {
  background-color: #f7f9f8;
  box-shadow: inset 0 0 0 9999px #f7f9f8;
}
.c-sheet-table__table > :not(caption) > tr:hover > * {
  background-color: #eef3f1;
  box-shadow: inset 0 0 0 9999px #eef3f1;
}
.c-sheet-table__table thead th {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.c-sheet-table__table thead th.is-sort-asc::after {
  content: " ↑";
  font-size: 0.875rem;
}
.c-sheet-table__table thead th.is-sort-desc::after {
  content: " ↓";
  font-size: 0.875rem;
}
.c-sheet-table__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.c-sheet-table__pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .c-sheet-table__controls {
    grid-template-columns: 1fr;
  }
}

/*LAYOUT -> SPACING**/
.u-py-section {
  padding-block: calc(30px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .u-py-section {
    padding-block: 60px;
  }
}

.u-max-w-circle-logo {
  max-width: 170px;
  width: 100%;
  margin-inline: auto;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

body {
  font-family: "Almoni", sans-serif;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body {
  font-weight: 400;
}
@media (min-width: 1400) {
  body {
    font-weight: 500;
  }
}
body {
  line-height: normal;
  color: #0A3834;
  background-color: #FAF8F7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.mini-cart-shown::before, body.nav-overlay-shown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 101;
}
body .main {
  flex: 1;
  padding-top: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  body .main {
    padding-top: 40px;
  }
}
body .main {
  background-color: #FFF;
}

.header {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1000;
}
.header .header__top-bar {
  padding-top: calc(7px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__top-bar {
    padding-top: 9px;
  }
}
.header .header__top-bar {
  padding-bottom: calc(7px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__top-bar {
    padding-bottom: 9px;
  }
}
.header .header__top-bar {
  background-color: #0A3834;
  color: #ffffff;
  font-size: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__top-bar {
    font-size: 16px;
  }
}
.header .header__top-bar .header__top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__top-bar .header__top-bar-content {
  width: 100%;
}
.header .header__top-bar .header__top-bar-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .header__top-bar .header__top-bar-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-inline: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__top-bar .header__top-bar-item {
    padding-inline: 20px;
  }
}
.header .header__top-bar .header__top-bar-item:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.header .header__top-bar .header__top-bar-item a {
  color: inherit;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.header .header__top-bar .header__top-bar-item a:hover {
  opacity: 0.8;
}
.header .header__top-bar .header__top-bar-item span {
  color: inherit;
  white-space: nowrap;
}
.header .header__main {
  padding-block: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-block: 20px;
  }
}
.header .header__main {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.header .header__main .header__main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header .header__bottom-bar {
  padding-top: calc(4px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__bottom-bar {
    padding-top: 6px;
  }
}
.header .header__bottom-bar {
  padding-bottom: calc(4px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__bottom-bar {
    padding-bottom: 6px;
  }
}
.header .header__bottom-bar {
  background: #D2FA99;
  color: #0A3834;
  overflow: hidden;
}
.header .header__bottom-bar .header__bottom-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__bottom-bar .header__bottom-bar-content {
  width: 100%;
}
.header .header__col .header__col--left {
  flex: 0 0 auto;
}
.header .header__col .header__col--center {
  flex: 1;
  min-width: 0;
}
.header .header__col .header__col--right {
  flex: 0 0 auto;
}
.header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.header.sticky .header__top-bar {
  padding-top: calc(5px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header.sticky .header__top-bar {
    padding-top: 7px;
  }
}
.header.sticky .header__top-bar {
  padding-bottom: calc(5px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header.sticky .header__top-bar {
    padding-bottom: 7px;
  }
}
.header.sticky .header__top-bar {
  font-size: calc(13px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header.sticky .header__top-bar {
    font-size: 13px;
  }
}
.header.sticky .header__main {
  padding-top: calc(8px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header.sticky .header__main {
    padding-top: 10px;
  }
}
.header.sticky .header__main {
  padding-bottom: calc(8px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header.sticky .header__main {
    padding-bottom: 10px;
  }
}

.header__nav .header__nav-menu {
  gap: calc(10px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__nav .header__nav-menu {
    gap: 30px;
  }
}
.header__nav .header__nav-menu li a {
  display: block;
  padding-block: 5px;
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header__nav .header__nav-menu li a {
    font-size: 18px;
  }
}
.header__nav .header__nav-menu li a {
  color: #0A3834;
  transition: 0.3s all ease;
}
.header__nav .header__nav-menu > li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__nav .header__nav-menu > li > a {
  position: relative;
}
.header__nav .header__nav-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D2FA99;
  transition: all 0.3s ease;
  width: 0;
}
.header__nav .header__nav-menu > li > a:hover::after {
  width: 100%;
}
.header__nav .header__nav-menu > li.menu-item-has-children {
  position: relative;
}
.header__nav .header__nav-menu > li.menu-item-has-children::after {
  content: "\e91b";
  font-family: "icomoon";
  margin-left: 5px;
  font-size: 10px;
}
.header__nav .header__nav-menu > li.current-menu-item > a::after {
  width: 100%;
}
.header__nav .header__nav-menu .header__nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-10px);
  min-width: 200px;
  background: #FFF;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all ease;
  z-index: 1000;
  padding: 15px 0;
  will-change: opacity, transform;
}
.header__nav .header__nav-menu .header__nav-dropdown .header__nav-link {
  padding: 10px 20px;
}
.header__nav .header__nav-menu .header__nav-dropdown .header__nav-link:hover {
  background-color: rgba(10, 56, 52, 0.05);
}
.header__nav .header__nav-menu > li:hover .header__nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.c-section {
  margin-bottom: calc(60px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section {
    margin-bottom: 70px;
  }
}
.c-section__heading {
  display: flex;
  flex-direction: column;
  gap: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section__heading {
    gap: 10px;
  }
}
.c-section__heading {
  margin-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section__heading {
    margin-bottom: 20px;
  }
}
.c-section__heading h1 {
  font-size: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section__heading h1 {
    font-size: 60px;
  }
}
.c-section__heading h1 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .c-section__heading h1 {
    font-weight: 600;
  }
}
.c-section__heading h2 {
  font-size: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section__heading h2 {
    font-size: 50px;
  }
}
.c-section__heading h2 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .c-section__heading h2 {
    font-weight: 600;
  }
}
.c-section__heading h3 {
  font-size: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-section__heading h3 {
    font-size: 32px;
  }
}
.c-section__heading h3 {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-section__heading h3 {
    font-weight: 400;
  }
}

.c-cart {
  color: #0A3834;
}
.c-cart .woocommerce-cart-form {
  margin-top: 24px;
}
.c-cart .c-cart__table-wrap {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.c-cart table.shop_table.cart {
  margin: 0;
  border: 0;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  text-align: center;
}
.c-cart table.shop_table.cart thead th {
  padding: 18px 14px;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
  font-size: 22px;
  font-weight: 700;
  color: #0A3834;
  text-align: center;
}
.c-cart table.shop_table.cart tbody tr td {
  padding: 22px 14px;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
  font-size: 22px;
  color: #0A3834;
}
.c-cart table.shop_table.cart tbody tr:last-child td {
  border-bottom: 0;
}
.c-cart table.shop_table.cart .product-name {
  min-width: 360px;
  text-align: right;
}
.c-cart table.shop_table.cart .product-price,
.c-cart table.shop_table.cart .product-quantity,
.c-cart table.shop_table.cart .product-subtotal {
  white-space: nowrap;
  width: 1%;
}
.c-cart table.shop_table.cart .product-quantity .quantity {
  display: inline-flex;
  align-items: center;
}
.c-cart table.shop_table.cart .product-quantity .qty {
  width: 42px;
  min-width: 42px;
  text-align: center;
}
.c-cart table.shop_table.cart .c-cart__product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  direction: rtl;
}
.c-cart table.shop_table.cart .c-cart__product-remove .remove {
  display: inline-flex;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-image: url(../img/icons/icon-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  opacity: 0.5;
}
.c-cart table.shop_table.cart .c-cart__product-meta {
  min-width: 0;
  flex: 1 1 auto;
  text-align: right;
  font-size: 14px;
}
.c-cart table.shop_table.cart .c-cart__product-meta .c-cart__product-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}
.c-cart table.shop_table.cart .c-cart__product-meta .wc-item-meta {
  margin: 0;
  font-size: 12px;
  opacity: 0.7;
}
.c-cart table.shop_table.cart .c-cart__product-image {
  width: 54px;
  min-width: 54px;
}
.c-cart table.shop_table.cart .c-cart__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-cart .c-cart__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.c-cart .c-cart__summary {
  position: sticky;
  top: 24px;
}
.c-cart .c-cart__summary-title {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  color: #0A3834;
}
.c-cart .cart-collaterals {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.c-cart .cart_totals {
  width: min(360px, 100%);
  margin-top: 0;
  padding: 18px 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.c-cart .cart_totals .cart-summary__rows-item {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #efefef;
}
.c-cart .cart_totals .cart-summary__rows-item .title {
  font-size: 15px;
  font-weight: 500;
}
.c-cart .cart_totals .cart-summary__rows-item .value {
  font-size: 16px;
  font-weight: 600;
}
.c-cart .cart_totals .cart-summary__rows-item.order-total {
  margin-top: 6px;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.c-cart .cart_totals .cart-summary__rows-item.order-total .title {
  font-size: 20px;
  font-weight: 700;
}
.c-cart .cart_totals .cart-summary__rows-item.order-total .value {
  font-size: 22px;
  font-weight: 700;
}
.c-cart .cart_totals .checkout-button {
  min-height: 44px;
  margin-top: 2px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}
.c-cart .cart-summary__rows {
  width: min(340px, 100%);
}
.c-cart .actions .button {
  min-height: 44px;
}
.c-cart .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .c-cart table.shop_table.cart {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-cart table.shop_table.cart thead th {
    font-size: 16px;
  }
  .c-cart table.shop_table.cart tbody tr td {
    font-size: 16px;
  }
  .c-cart table.shop_table.cart .product-name {
    min-width: 280px;
  }
  .c-cart .cart_totals {
    width: 100%;
    padding: 14px 12px;
  }
  .c-cart .cart_totals .cart-summary__rows-item .title {
    font-size: 14px;
  }
  .c-cart .cart_totals .cart-summary__rows-item .value {
    font-size: 15px;
  }
  .c-cart .cart_totals .cart-summary__rows-item.order-total .title {
    font-size: 18px;
  }
  .c-cart .cart_totals .cart-summary__rows-item.order-total .value {
    font-size: 19px;
  }
  .c-cart .c-cart__summary-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.c-cart .cart-products {
  margin-bottom: 40px;
}
.c-cart .cart-products h2 {
  margin-bottom: 20px;
  color: #0A3834;
}
.c-cart .cart-products .cart-products__list .cart-item {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-cart .cart-products .cart-products__list .cart-item:not(:first-child) {
  padding-top: 36px;
}
.c-cart .cart-products .cart-products__list .cart-item:not(:last-child) {
  padding-bottom: 36px;
  border-bottom: 0.5px solid #0A3834;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__image {
  width: 25%;
  min-width: 25%;
  margin-right: 15px;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__image .cart-item__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__image .cart-item__image-inner img,
.c-cart .cart-products .cart-products__list .cart-item .cart-item__image .cart-item__image-inner picture,
.c-cart .cart-products .cart-products__list .cart-item .cart-item__image .cart-item__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #0A3834;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info {
  width: 100%;
  margin-bottom: 8px;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info h6 {
  margin-bottom: 8px;
  font-size: 14px;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info p {
  font-size: 13px;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-price {
  font-size: 16px;
}
.c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-remove a {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../img/icons/icon-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-cart .cart-summary h2 {
  margin-bottom: 26px;
  color: #0A3834;
}
.c-cart .cart-summary .promo-block {
  margin-bottom: 24px;
}
.c-cart .cart-summary .cart-summary__rows {
  margin-bottom: 32px;
}
.c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #0A3834;
}
.c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item > * {
  display: block;
}
.c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item .title {
  font-size: 14px;
}
.c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item h4.title {
  font-size: 16px;
  font-weight: 500;
}
.c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item .value {
  font-size: 16px;
}
@media (min-width: 991.9px) {
  .c-cart .cart-products {
    margin-bottom: 0px;
  }
  .c-cart .cart-products h2 {
    margin-bottom: 40px;
  }
  .c-cart .cart-products .cart-products__list .cart-item:not(:first-child) {
    padding-top: 56px;
  }
  .c-cart .cart-products .cart-products__list .cart-item:not(:last-child) {
    padding-bottom: 56px;
  }
  .c-cart .cart-products .cart-products__list .cart-item .cart-item__image {
    width: 16%;
    min-width: 16%;
  }
  .c-cart .cart-products .cart-products__list .cart-item .cart-item__content {
    flex-wrap: nowrap;
  }
  .c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info {
    width: 50%;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info h6 {
    font-size: 16px;
  }
  .c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info p {
    font-size: 15px;
  }
  .c-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-price {
    font-size: 18px;
  }
  .c-cart .cart-summary {
    padding: 56px 64px;
    border-radius: 10px;
    border: 1px solid #0A3834;
  }
  .c-cart .cart-summary h2 {
    margin-bottom: 40px;
  }
  .c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item .title {
    font-size: 16px;
  }
  .c-cart .cart-summary .cart-summary__rows .cart-summary__rows-item h4.title {
    font-size: 18px;
  }
}

.c-checkout {
  /* Club / registration fields: closed until #createaccount is checked (JS toggles .is-collapsed). */
}
.c-checkout .ecosupp-registration-panel.is-collapsed {
  display: none !important;
}
.c-checkout .c-checkout__content {
  margin-bottom: 40px;
  color: #0A3834;
}
.c-checkout .c-checkout__content h3 {
  margin-bottom: 14px;
}
.c-checkout .c-checkout__content .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: #0A3834;
}
.c-checkout .c-checkout__content .form-floating > .form-control:focus ~ label,
.c-checkout .c-checkout__content .form-floating > .form-control:not(:placeholder-shown) ~ label,
.c-checkout .c-checkout__content .form-floating > .form-control-plaintext ~ label,
.c-checkout .c-checkout__content .form-floating > .form-select ~ label {
  color: #0A3834;
}
.c-checkout .c-checkout__content .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background-color: transparent;
}
.c-checkout .c-checkout__content .form-floating > .form-control:focus ~ label::after,
.c-checkout .c-checkout__content .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.c-checkout .c-checkout__content .form-floating > .form-control-plaintext ~ label::after,
.c-checkout .c-checkout__content .form-floating > .form-select ~ label::after {
  background-color: transparent;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl] .select2-selection--single {
  border-radius: 15px;
  height: auto;
  border-color: inherit;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  line-height: 1;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__placeholder {
  display: block;
  height: 20px;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: none;
  margin-inline-end: 5px;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl].select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.c-checkout .c-checkout__content .select2-container[dir=rtl].select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.c-checkout .c-checkout__content .checkout-input {
  margin-bottom: 16px;
}
.c-checkout .c-checkout__content .checkout-input input {
  font-size: 16px;
  line-height: normal;
  color: #0A3834;
  background-color: transparent;
  border: 1px solid #0A3834;
  border-radius: 15px;
}
.c-checkout .c-checkout__content .checkout-input select {
  font-size: 16px;
  line-height: normal;
  color: #0A3834;
  background-color: transparent;
  border: 1px solid #0A3834;
  border-radius: 15px;
}
.c-checkout .c-checkout__content .checkout-input .hint {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #0A3834;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.c-checkout .c-checkout__content .checkout-input .hint::before {
  content: "?";
}
.c-checkout .buttons-group {
  display: flex;
  align-items: center;
  margin: -5px -5px;
}
.c-checkout .buttons-group .button {
  margin: 5px;
  padding: 10px;
  width: 50%;
}
.c-checkout .checkout-summary {
  padding: calc(15px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-checkout .checkout-summary {
    padding: 24px;
  }
}
.c-checkout .checkout-summary {
  border-radius: 15px;
  background-color: #f5f5f5;
  color: #0A3834;
}
.c-checkout .checkout-summary h4 {
  margin-bottom: 12px;
  font-weight: 600;
}
.c-checkout .checkout-summary #payment #place_order {
  float: none;
}
@media (min-width: 991.9px) {
  .c-checkout .c-checkout__content {
    margin-bottom: 40px;
  }
  .c-checkout .c-checkout__content h3 {
    margin-bottom: 20px;
  }
  .c-checkout .c-checkout__content .checkout-input {
    margin-bottom: 14px;
  }
  .c-checkout .c-checkout__content .checkout-input input {
    font-size: 16px;
  }
  .c-checkout .c-checkout__content .checkout-input select {
    font-size: 16px;
  }
  .c-checkout .buttons-group {
    justify-content: end;
    margin: -10px -10px;
  }
  .c-checkout .buttons-group .button {
    margin: 10px;
    padding: 13px;
    width: 265px;
  }
  .c-checkout .checkout-summary h4 {
    margin-bottom: 20px;
  }
}
.c-checkout .ecosupp-checkout-extra-fields {
  margin-top: 16px;
  color: #0A3834;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-checkout-extra-fields__club-text {
  font-weight: 700;
  color: #0A3834;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields {
  margin-top: 12px;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__panel {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 4px;
  border: 2px solid #acdcff;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__title {
  color: #0A3834;
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__row {
  margin-bottom: 14px;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #0A3834;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__select,
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__row .input-text {
  width: 100%;
  max-width: 100%;
  border: 1px solid #0A3834;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  color: #0A3834;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__birth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}
@media (max-width: 575.98px) {
  .c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__birth-grid {
    grid-template-columns: 1fr;
  }
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__terms.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__terms {
  margin-top: 16px;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__terms-label {
  font-weight: 500;
  color: #0A3834;
  line-height: 1.45;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__terms-link {
  color: #0A3834;
  text-decoration: underline;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-club-fields__hint {
  color: #666;
  font-size: 14px;
  margin: 16px 0 0;
  line-height: 1.5;
}
.c-checkout .ecosupp-checkout-extra-fields textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid #0A3834;
  border-radius: 15px;
  background: transparent;
  color: #0A3834;
  padding: 12px 14px;
  resize: vertical;
}
.c-checkout .ecosupp-checkout-extra-fields .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-checkout-note {
  border-radius: 12px;
  padding: 18px 20px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-checkout-note--liposomal {
  background: #ecf5e6;
  color: #0A3834;
  font-weight: 700;
  text-align: center;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-checkout-note--shipping {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #0A3834;
}
.c-checkout .ecosupp-checkout-extra-fields .ecosupp-checkout-note__secondary {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.9;
}
.c-checkout .ecosupp-shipping-days-row a {
  text-decoration: underline;
  color: #0a3834;
}
.c-checkout .ecosupp-promo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 160px);
  gap: 14px;
  align-items: stretch;
}
.c-checkout .ecosupp-promo-item {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 160px);
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: stretch;
}
.c-checkout .ecosupp-promo-redeem {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-checkout .ecosupp-promo-redeem-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  color: #0A3834;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.c-checkout .ecosupp-promo-redeem-link:hover, .c-checkout .ecosupp-promo-redeem-link:focus-visible {
  background: rgba(10, 56, 52, 0.06);
  color: #0A3834;
  outline: none;
}
.c-checkout .ecosupp-promo-btn {
  border: 1px solid #0A3834;
  background: #d8d6d6;
  border-radius: 10px;
  color: #0A3834;
  font-weight: 600;
  padding: 14px 12px;
  width: 100%;
  min-width: 0;
}
.c-checkout .ecosupp-promo-input {
  border: 1px solid #0A3834;
  border-radius: 10px;
  padding: 14px 14px;
  color: #0A3834;
  background: transparent;
  width: 100%;
  min-width: 0;
}
@media (max-width: 420px) {
  .c-checkout .ecosupp-promo-item {
    grid-template-columns: 1fr;
  }
}
.c-checkout .ecosupp-promo-error {
  grid-column: 1/-1;
  color: #b00020;
  font-size: 14px;
  margin-top: -6px;
}
.c-checkout .woocommerce-form-coupon-toggle,
.c-checkout #acfw-checkout-ui-block,
.c-checkout .acfw-checkout-ui-block {
  display: none !important;
}
.c-checkout .ecosupp-summary {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}
.c-checkout .ecosupp-summary__section {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 0 rgba(10, 56, 52, 0.06);
  border: 1px solid rgba(10, 56, 52, 0.12);
}
.c-checkout .ecosupp-summary__title {
  margin: 0 0 12px;
  color: #0A3834;
  font-weight: 700;
}
.c-checkout .ecosupp-summary-items {
  display: grid;
}
.c-checkout .ecosupp-summary-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(10, 56, 52, 0.08);
}
.c-checkout .ecosupp-summary-item:last-child {
  border-bottom: 0;
}
.c-checkout .ecosupp-summary-item__thumb {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkout .ecosupp-summary-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(10, 56, 52, 0.12);
}
.c-checkout .ecosupp-summary-item__qty {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #0A3834;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #fff;
}
.c-checkout .ecosupp-summary-item__name {
  color: #0A3834;
  font-weight: 700;
  line-height: 1.2;
}
.c-checkout .ecosupp-summary-item__attrs {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 2px;
}
.c-checkout .ecosupp-summary-item__price {
  color: #0A3834;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
  white-space: nowrap;
}
.c-checkout .ecosupp-summary-item__unit {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.88;
}
.c-checkout .ecosupp-summary-item__line-total {
  font-weight: 700;
}
.c-checkout table.ecosupp-summary-totals {
  margin: 0;
}
.c-checkout .ecosupp-summary-totals th,
.c-checkout .ecosupp-summary-totals td {
  padding: 10px 0;
}
.c-checkout .ecosupp-summary-totals .order-total th,
.c-checkout .ecosupp-summary-totals .order-total td {
  padding-top: 14px;
  font-size: 18px;
  font-weight: 800;
}

.c-account-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-account-form .accountGallerySwiper {
  padding: 0;
  border-radius: 20px;
}
.c-account-form .accountGallerySwiper .swiper-wrapper {
  height: auto;
}
.c-account-form .accountGallerySwiper .swiper-pagination {
  width: 100%;
  padding-top: calc(14px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-account-form .accountGallerySwiper .swiper-pagination {
    padding-top: 24px;
  }
}
.c-account-form .accountGallerySwiper .swiper-pagination {
  padding-bottom: calc(14px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-account-form .accountGallerySwiper .swiper-pagination {
    padding-bottom: 24px;
  }
}
.c-account-form .accountGallerySwiper .swiper-pagination {
  background: linear-gradient(180deg, rgba(0, 210, 198, 0.5) 0%, #00d2c6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #D2FA99;
  background-color: #D2FA99;
  opacity: 0.5;
}
.c-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D2FA99;
  opacity: 1;
}
.c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
  position: relative;
  width: 100%;
  padding-top: 59.4594594595%;
  overflow: hidden;
}
.c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner img,
.c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner picture,
.c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-account-form .form-content .back-to-login {
  display: none;
}
.c-account-form .form-content .block-heading {
  margin-bottom: calc(23px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-account-form .form-content .block-heading {
    margin-bottom: 40px;
  }
}
.c-account-form .form-content .block-heading h2 {
  font-size: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-account-form .form-content .block-heading h2 {
    font-size: 50px;
  }
}
.c-account-form .form-content .block-heading h2 {
  font-weight: 600;
}
@media (min-width: 1400) {
  .c-account-form .form-content .block-heading h2 {
    font-weight: 600;
  }
}
.c-account-form .form-content .block-heading p {
  margin-top: calc(5px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-account-form .form-content .block-heading p {
    margin-top: 15px;
  }
}
.c-account-form .form-content .block-heading p {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .c-account-form .form-content .block-heading p {
    font-size: 16px;
  }
}
.c-account-form .form-content .block-heading p {
  font-weight: 400;
}
@media (min-width: 1400) {
  .c-account-form .form-content .block-heading p {
    font-weight: 500;
  }
}
.c-account-form .form-content .block-heading p {
  opacity: 0.75;
}
.c-account-form .woocommerce-privacy-policy-text a {
  font-weight: 700;
}
@media (min-width: 991.9px) {
  .c-account-form .accountGallerySwiper {
    border-radius: 30px;
  }
  .c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
    position: relative;
    width: 100%;
    padding-top: 148.9051094891%;
    overflow: hidden;
  }
  .c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner img,
  .c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner picture,
  .c-account-form .accountGallerySwiper .responsive-image .responsive-image__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-account-form .form-content {
    position: relative;
  }
  .c-account-form .form-content .back-to-login {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .c-account-form .form-content .back-to-login::before {
    content: "\e900";
    font-family: "Icomoon";
    line-height: 1;
  }
}

.footer {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer {
  font-weight: 400;
}
@media (min-width: 1400) {
  .footer {
    font-weight: 500;
  }
}
.footer {
  background-color: #FAF8F7;
  color: #00261C;
}
.footer a {
  color: #00261C;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__newsletter {
  padding-block: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter {
    padding-block: 50px;
  }
}
.footer .footer__newsletter {
  padding-inline: calc(15px + -15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter {
    padding-inline: 0px;
  }
}
.footer .footer__newsletter {
  background-color: #0a3834;
  color: #ffffff;
  text-align: center;
}
.footer .footer__newsletter .footer__newsletter-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer .footer__newsletter .footer__newsletter-title {
  font-size: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-title {
    font-size: 40px;
  }
}
.footer .footer__newsletter .footer__newsletter-title {
  font-weight: 400;
  text-transform: capitalize;
  direction: ltr;
}
.footer .footer__newsletter .footer__newsletter-subtitle {
  font-size: calc(18px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-subtitle {
    font-size: 24px;
  }
}
.footer .footer__newsletter .footer__newsletter-subtitle {
  font-weight: 400;
}
.footer .footer__newsletter .footer__newsletter-form {
  width: 100%;
}
.footer .footer__newsletter .footer__newsletter-field {
  width: 100%;
}
.footer .footer__newsletter .footer__newsletter-field.footer__newsletter-field--accept {
  width: 100%;
  text-align: right;
}
.footer .footer__newsletter .footer__newsletter-field.footer__newsletter-field--accept label {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer .footer__newsletter .footer__newsletter-field.footer__newsletter-field--accept label input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #D2FA99;
}
.footer .footer__newsletter .footer__newsletter-field.footer__newsletter-field--accept label a {
  color: #ffffff;
  text-decoration: underline;
}
.footer .footer__newsletter .footer__newsletter-field.footer__newsletter-field--accept label a:hover {
  opacity: 0.8;
}
.footer .footer__newsletter .footer__newsletter-field.footer__newsletter-field--submit .button {
  width: 100%;
}
.footer .footer__newsletter .footer__newsletter-field .form-control {
  padding-top: calc(10px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-field .form-control {
    padding-top: 12px;
  }
}
.footer .footer__newsletter .footer__newsletter-field .form-control {
  padding-bottom: calc(10px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-field .form-control {
    padding-bottom: 12px;
  }
}
.footer .footer__newsletter .footer__newsletter-field .form-control {
  padding-left: calc(12px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-field .form-control {
    padding-left: 15px;
  }
}
.footer .footer__newsletter .footer__newsletter-field .form-control {
  padding-right: calc(12px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-field .form-control {
    padding-right: 15px;
  }
}
.footer .footer__newsletter .footer__newsletter-field .form-control {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__newsletter .footer__newsletter-field .form-control {
    font-size: 16px;
  }
}
.footer .footer__newsletter .footer__newsletter-field .form-control {
  border: 1px solid #69727d;
  border-radius: 999px;
  background-color: transparent;
  color: #ffffff;
}
.footer .footer__newsletter .footer__newsletter-field .form-control::-moz-placeholder {
  color: #faf8f7;
  opacity: 0.6;
}
.footer .footer__newsletter .footer__newsletter-field .form-control::placeholder {
  color: #faf8f7;
  opacity: 0.6;
}
.footer .footer__newsletter .footer__newsletter-field .form-control:focus {
  outline: none;
  border-color: #fff !important;
}
.footer .footer__main {
  padding-block: calc(30px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-block: 45px;
  }
}
.footer .footer__main {
  background: #faf8f7;
  color: #0A3834;
}
.footer .footer__main a {
  color: #00261C;
  transition: color 0.3s ease;
}
.footer .footer__main a:hover {
  color: #0A3834;
}
.footer .footer__main .footer__social {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer .footer__main .footer-block .footer-block__title {
  margin-bottom: calc(15px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    margin-bottom: 25px;
  }
}
.footer .footer__main .footer-block .footer-block__title {
  font-size: 18px;
  font-weight: 700;
  color: #0A3834;
}
.footer .footer__main .footer-block .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .footer__main .footer-block .footer-menu li a {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.2s ease;
}
.footer .footer__main .footer-block .footer-menu li a:hover {
  color: #0A3834;
  font-weight: 600;
}
.footer .footer__main .footer-block .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.footer .footer__main .footer-block .footer-contact li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer__main .footer-block .footer-contact li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: calc(15px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-contact li a {
    font-size: 17px;
  }
}
.footer .footer__main .footer-block .footer-contact li a {
  font-weight: 400;
}
.footer .footer__main .footer-block .footer-contact li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.footer .footer__main .footer-block .footer-contact li .footer-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.footer .footer__main .footer-block .footer-contact li .footer-contact__icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .footer .footer__main .footer-block .footer-contact {
    align-items: flex-start;
    text-align: start;
  }
}
.footer .footer__main .footer__mobile-menu .accordion {
  border-top: none;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  color: #1f2124;
  background-color: transparent;
  padding: 15px 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-inline-start: 10px;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-body {
  padding: 15px 0;
}
.footer .footer__legal {
  padding-top: calc(5px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__legal {
    padding-top: 5px;
  }
}
.footer .footer__legal {
  padding-bottom: calc(5px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__legal {
    padding-bottom: 5px;
  }
}
.footer .footer__legal {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background-color: #faf8f7;
  color: #00261C;
}
.footer .footer__legal .footer__legal-content {
  text-align: center;
}
.footer .footer__legal .footer__legal-content p {
  font-size: calc(12px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__legal .footer__legal-content p {
    font-size: 13px;
  }
}
.footer .footer__legal .footer__legal-content p {
  font-weight: 400;
}
.footer .footer__bottom {
  padding-top: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-top: 20px;
  }
}
.footer .footer__bottom {
  padding-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-bottom: 20px;
  }
}
.footer .footer__bottom {
  background-color: #faf8f7;
  color: #00261C;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer__bottom a {
  color: #00261C;
  transition: all 0.3s ease;
}
.footer .footer__bottom a:hover {
  color: #a4a4a4;
}
.footer .footer__bottom .footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 991.9px) {
  .footer .footer__bottom .footer__bottom-links {
    justify-content: flex-start;
  }
}
.footer .footer__bottom .footer__bottom-links li {
  position: relative;
  padding: 0 10px;
}
.footer .footer__bottom .footer__bottom-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #00261C;
}
.footer .footer__bottom .footer__bottom-info {
  text-align: center;
}
@media (min-width: 991.9px) {
  .footer .footer__bottom .footer__bottom-info {
    text-align: right;
  }
}

.form-floating .digcon .form-control {
  padding: 1rem 0.75rem;
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
}
.form-floating .digcon .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating .digcon .form-control:focus, .form-floating .digcon .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating .digcon .dig_wc_countrycodecontainer {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.form-floating label.floating {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.woocommerce .variations tr {
  display: block;
}
.woocommerce .variations tr:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .variations .label {
  display: none;
}
.woocommerce .variations .value {
  display: block;
  width: 100%;
}
.woocommerce .variations select {
  width: 100%;
  padding: 5px;
  margin-left: 0;
  text-align: center;
  line-height: normal;
  border-radius: 12px;
  border: none;
  background-color: rgba(214, 205, 219, 0.4);
}
.woocommerce .variations .reset_variations {
  display: none !important;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce div.product p.stock {
  font-size: 17px;
  font-weight: 700;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a img,
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a picture,
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs > li:nth-child(n+5) {
  display: none;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.woocommerce div.product form.cart div.quantity .qty {
  padding: 3px;
  border-radius: 12px;
  border: 0.839px solid #ddbc77;
  box-shadow: 0px 1.677px 3.355px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce div.product form.cart .variations select {
  background-color: rgba(214, 205, 219, 0.4);
}
.woocommerce div.product.product-type-variable .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child), .woocommerce div.product.product-type-simple1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}
.woocommerce div.product .bundled_product {
  display: flex;
  align-items: center;
}
.woocommerce div.product .bundled_product .details {
  width: 100%;
  float: none;
}
.woocommerce div.product .bundled_product .details .product_title {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce div.product .bundled_product .details .product_title {
    font-size: 20px;
  }
}
.woocommerce div.product .bundled_product .details .product_title {
  font-weight: 400;
}
@media (min-width: 1400) {
  .woocommerce div.product .bundled_product .details .product_title {
    font-weight: 400;
  }
}
.woocommerce div.product div.bundled_product_images {
  max-width: 80px;
  float: none;
}
.woocommerce div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images {
  width: 20%;
  max-width: 20%;
}
.woocommerce div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images img {
  margin-bottom: 0;
}
.woocommerce div.product .small_width.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 80%;
  padding-inline-start: 10px;
}
.woocommerce a.remove {
  min-width: 1em;
}
.woocommerce .quantity._mini-cart .qty {
  width: 30px;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0px;
  border-radius: 0;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
  margin: 2em 0;
}
.woocommerce form.login._checkout {
  max-width: 636px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce form.login._checkout .form-row {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-info {
  border-top-color: #00261C;
}
.woocommerce .woocommerce-info::before {
  color: #00261C;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: rgba(246, 245, 248, 0.8);
}
@media (min-width: 991.9px) {
  .woocommerce .variations select {
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto !important;
  }
}

.woocommerce-account header .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account main .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 42px;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-heading {
  display: none;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li {
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #ddbc77;
  background: transparent;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li a {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li a {
    font-size: 18px;
  }
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li a {
  font-weight: 400;
  color: #0A3834;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li.is-active {
  background: #86b2a5;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li.is-active a {
  font-weight: 700;
  color: #D2FA99;
}
.woocommerce-account main .woocommerce-MyAccount-navigation .log-out {
  display: none;
}
.woocommerce-account main .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account main .woocommerce-MyAccount-content .points-block + .wps_wpr_badge_way_points_main_wrap {
  display: none;
}
.woocommerce-account main .woocommerce-EditAccountForm label.form-label,
.woocommerce-account main .woocommerce-address-fields label.form-label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #0A3834;
}
.woocommerce-account main .woocommerce-EditAccountForm input.form-control,
.woocommerce-account main .woocommerce-EditAccountForm select.form-control,
.woocommerce-account main .woocommerce-EditAccountForm textarea.form-control,
.woocommerce-account main .woocommerce-EditAccountForm .form-control,
.woocommerce-account main .woocommerce-address-fields input.form-control,
.woocommerce-account main .woocommerce-address-fields select.form-control,
.woocommerce-account main .woocommerce-address-fields textarea.form-control,
.woocommerce-account main .woocommerce-address-fields .form-control {
  border-radius: 12px;
}
.woocommerce-account main .woocommerce-EditAccountForm .form-floating .form-control,
.woocommerce-account main .woocommerce-address-fields .form-floating .form-control {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  height: auto;
  min-height: auto;
}
.woocommerce-account main .woocommerce-EditAccountForm .form-floating label,
.woocommerce-account main .woocommerce-address-fields .form-floating label {
  transform: none;
  position: static;
  padding: 0;
  margin-bottom: 6px;
}
@media (min-width: 991.9px) {
  .woocommerce-account main .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    padding: calc(10px + 10 * (100vw - 390px) / 1010);
    border-radius: 40px;
    border: 1px solid #ddbc77;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account main .woocommerce-MyAccount-navigation {
    padding: 20px;
  }
}
@media (min-width: 991.9px) {
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-heading {
    display: block;
    margin-bottom: 30px;
  }
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: calc(18px + 2 * (100vw - 390px) / 1010);
    font-weight: 700;
    color: #0A3834;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: 20px;
  }
}
@media (min-width: 991.9px) {
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-list {
    display: grid;
    justify-content: start;
    gap: 30px;
  }
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li {
    padding: 0;
    border-radius: 0px;
    border: none;
    background: none;
  }
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li.is-active {
    background: none;
  }
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li.is-active a {
    color: #0A3834;
    font-weight: 700;
  }
  .woocommerce-account main .woocommerce-MyAccount-navigation .nav-list li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 30px;
  }
  .woocommerce-account main .woocommerce-MyAccount-navigation .log-out {
    display: none;
  }
  .woocommerce-account main .woocommerce-MyAccount-content {
    height: 100%;
  }
}

.woocommerce-ordering select {
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(243, 143, 193, 0.3);
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Chrome, Safari, Edge, Opera */
}
.woocommerce-ordering select::-webkit-outer-spin-button, .woocommerce-ordering select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-ordering select {
  /* Firefox */
  -moz-appearance: textfield;
}

.woocommerce-pagination {
  display: flex;
  gap: 10px;
}

.aws-container {
  width: 100%;
}
.aws-container .aws-search-form {
  height: auto;
}
.aws-container .aws-search-form div.aws-search-btn {
  color: #D2FA99;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #D2FA99;
}
.aws-container .aws-search-form div.aws-search-btn .aws-search-btn_icon {
  color: inherit;
}
.aws-container .aws-search-form div.aws-search-btn:hover {
  color: inherit !important;
  background-color: inherit !important;
}
.aws-container .aws-search-field {
  color: #D2FA99;
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #D2FA99;
}
.aws-container .aws-search-field:focus {
  background-color: transparent;
}
.aws-container .aws-search-field::-moz-placeholder {
  color: #D2FA99;
  opacity: 0.9;
}
.aws-container .aws-search-field::placeholder {
  color: #D2FA99;
  opacity: 0.9;
}
.aws-container .aws-show-clear .aws-search-field {
  padding-right: 6px;
}

.aws-search-result .aws_result_item .aws_result_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom_point_checkout {
  display: flex;
  flex-wrap: wrap;
}
.custom_point_checkout > p {
  display: flex;
  margin-top: 10px;
}

.wps_wpr_view_log_notice.wps_wpr_common_slider .wps_wpr_open_toggle {
  display: none;
}

.points-block h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

.dark-search .aws-search-form div.aws-search-btn {
  color: #0A3834;
  border-bottom: 1px solid #0A3834;
}
.dark-search .aws-search-field {
  color: #0A3834;
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #0A3834;
}
.dark-search .aws-search-field:focus {
  background-color: transparent;
}

.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item > .pwf-item-inner .pwf-item-label {
  display: flex;
  align-items: center;
}
.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item:last-child > .pwf-item-inner .pwf-item-label {
  margin-bottom: 8px;
}

.pwf-sticky-filter .pwf-sticky-filter-inner {
  background: rgb(134, 178, 165);
  color: #D2FA99;
}
.pwf-sticky-filter .pwf-sticky-button {
  color: #D2FA99;
}

.pwf-sticky-filter .pwf-sticky-button,
.pwf-off-canvas .pwf-canvas-footer {
  padding-bottom: 10px;
}

.pwf-sticky-button .pwf-sorting .pwf-sorting-text::after {
  position: static;
}

.quantity_drop_down .drop_down_lable {
  display: none;
}

.page-template-template-home main {
  padding-top: 0;
}
@media (min-width: 991.9px) {
  .page-template-template-home .hero {
    margin-top: -80px;
  }
}

.page-template-template-environment main,
.page-template-template-smart-wellness main,
.main-padding-top-0 main {
  padding-top: 0;
}

.floating-notices-container {
  width: 100%;
}

.system-windows ::-webkit-scrollbar {
  width: 16px !important;
  height: 16px !important;
}
.system-windows ::-webkit-scrollbar-thumb {
  opacity: 0.15 !important;
  background: rgba(128, 128, 128, 0.6666666667) !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: 24px !important;
  min-width: 24px !important;
}
.system-windows ::-webkit-scrollbar-thumb:hover,
.system-windows ::-webkit-scrollbar-thumb:active {
  background: #808080 !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
}
.system-windows ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2666666667) !important;
  border: none !important;
}
.system-windows ::-webkit-scrollbar-track:hover {
  background: rgba(128, 128, 128, 0.15) !important;
}
.system-windows ::-webkit-scrollbar-track:vertical:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows ::-webkit-scrollbar-track:horizontal:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar-track {
  background: transparent !important;
}

.scrollToTop {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  color: #333;
  text-decoration: none !important;
  backface-visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.scrollToTop:not(.button-show) {
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 8px));
}
body.rtl .scrollToTop:not(.button-show) {
  transform: translateX(calc(-100% - 8px));
}
.scrollToTop.button-show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.scrollToTop:hover {
  color: #555;
}
.scrollToTop svg {
  display: block;
}
@media (max-width: 1024px) {
  .scrollToTop {
    inset-inline-end: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
  }
  .scrollToTop svg {
    width: 14px;
    height: 14px;
  }
}