/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/lightbox2/src/css/lightbox.css ***!
  \***********************************************************************************************/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue-Roman.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #EFEFEA;
}

html #wpadminbar {
  position: fixed;
}

body {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue", san-serif;
}
body.hidden {
  overflow: hidden;
}

.section {
  position: relative;
}

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

.container.container-gt > .row > .col-auto > *[class*=wp-block-] {
  margin-bottom: 28px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.fakelink {
  text-transform: uppercase;
  border: 1px solid #000000;
  padding: 10px 20px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .fakelink {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1400px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container--full {
  max-width: 100%;
}
.container--small {
  max-width: 720px;
}
.container--normal {
  max-width: 1420px;
}
.container > div {
  width: 100%;
}
.container .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  width: calc(100% + var(--bs-gutter-x));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1400px) {
  .container .row {
    --bs-gutter-x: 60px;
  }
}
@media (max-width: 767px) {
  .container .row {
    --bs-gutter-x: 15px;
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    width: calc(100% + var(--bs-gutter-x));
  }
}
.container .col-auto {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}
@media (max-width: 767px) {
  .container .col-auto {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
.container--left-offset {
  overflow: hidden;
}
@media (min-width: 1400px) {
  .container--left-offset {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding: 0 0 0 30px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1400px) and (max-width: 991px) {
  .container--left-offset .row {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    width: calc(100% + var(--bs-gutter-x));
  }
}
@media (min-width: 1400px) and (max-width: 991px) {
  .container--left-offset .col-auto {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
@media (min-width: 1400px) {
  .container--right-offset {
    position: relative;
    width: calc(100% - ((100% - 1920px) / 2 + 30px));
    margin-right: max(30px, (100% - 1920px) / 2 + 30px);
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
  .container--right-offset .row {
    margin: 0;
  }
}
@media (min-width: 1400px) and (max-width: 991px) {
  .container--right-offset .row {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    width: calc(100% + var(--bs-gutter-x));
  }
}
@media (min-width: 1400px) {
  .container--right-offset .col-auto {
    padding: 0;
  }
}
@media (min-width: 1400px) and (max-width: 991px) {
  .container--right-offset .col-auto {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 991px) {
  .container--left-offset {
    padding-right: 0;
  }
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

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

.flex-center {
  align-items: center;
}

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

.justify-content-center {
  justify-content: center;
}

@media (max-width: 991px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-desktop-none {
    display: none !important;
  }
  .d-desktop-block {
    display: block !important;
  }
  .d-desktop-flex {
    display: flex !important;
  }
}
.d-none {
  display: none !important;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-spacer {
    height: 50px !important;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.image-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0196078431);
  position: absolute;
  z-index: 1;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
  }
}

a:hover {
  text-decoration: none;
}

.only-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .only-desktop {
    display: block !important;
  }
}

.only-desktop-inline-flex {
  display: none !important;
}
@media (min-width: 992px) {
  .only-desktop-inline-flex {
    display: inline-flex !important;
  }
}

.only-mobile-block {
  display: none !important;
}
@media (max-width: 992px) {
  .only-mobile-block {
    display: block !important;
  }
}

.only-mobile-flex {
  display: none !important;
}
@media (max-width: 992px) {
  .only-mobile-flex {
    display: flex !important;
  }
}

.only-mobile-inline-flex {
  display: none !important;
}
@media (max-width: 992px) {
  .only-mobile-inline-flex {
    display: inline-flex !important;
  }
}

.description-toggle #toggleButton {
  background-color: unset;
  border: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  align-items: center;
}
.description-toggle #toggleButton:after {
  content: "";
  mask-image: url(carret.svg);
  -webkit-mask-image: url(carret.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  display: inline-flex;
}
.description-toggle #toggleButton.open:after {
  transform: rotateX(180deg);
}

.price-wrapper {
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.price-wrapper del.regular-price {
  color: #D9004A;
}
.price-wrapper .no-price {
  color: #D9004A;
}

.payments-icons {
  margin-top: 15px;
}
.payments-icons--inside {
  display: inline-flex;
  width: 100%;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0 20px;
  height: 50px;
}
.payments-icons--inside__single-icon {
  display: flex;
  align-items: center;
}
.payments-icons--inside__single-icon:nth-child(2) {
  margin-left: auto;
}

.quantity {
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  justify-content: space-between;
  display: flex;
}
.quantity button.quantity-button {
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #000000;
  color: #000000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.quantity button.quantity-button:hover {
  background-color: #000000;
  color: #fff;
}
.quantity input.qty {
  text-align: center;
  padding: 0;
  height: 35px;
  width: 40px;
  border: none;
  color: #000000;
}
.quantity input.qty::placeholder {
  color: #000000;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.single_add_to_cart_button,
.add_to_cart_button {
  height: 47px;
  width: 47px;
  background: #000000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}
.single_add_to_cart_button span,
.add_to_cart_button span {
  display: none;
}
.single_add_to_cart_button:before,
.add_to_cart_button:before {
  mask-image: url(add_to_cart.svg);
  -webkit-mask-image: url(add_to_cart.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 19px;
  height: 20px;
  display: block;
  background: #FFFFFF;
}
.single_add_to_cart_button:hover,
.add_to_cart_button:hover {
  background-color: #E1C772;
}
.single_add_to_cart_button:hover:before,
.add_to_cart_button:hover:before {
  background-color: #000000;
}
.single_add_to_cart_button.added,
.add_to_cart_button.added {
  background-color: #E1C772;
}
.single_add_to_cart_button.added:before,
.add_to_cart_button.added:before {
  background-color: #000000;
}
.single_add_to_cart_button.loading,
.add_to_cart_button.loading {
  width: 35px !important;
  height: 35px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: not-allowed;
  background: #E1C772;
  position: relative;
}
.single_add_to_cart_button.loading:before,
.add_to_cart_button.loading:before {
  display: none;
}
.single_add_to_cart_button.loading:after,
.add_to_cart_button.loading:after {
  content: "";
  position: absolute;
  animation: l1 1s infinite;
  width: 10px;
  height: 7px;
  background: #000;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url(tick.svg);
  -webkit-mask-image: url(tick.svg);
}
@keyframes l1 {
  to {
    transform: rotate(1turn);
  }
}

.add_to_cart_button span {
  display: none;
}

.quick-buy-button {
  background-color: #D9004A;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  height: 47px;
  font-weight: 401;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.quick-buy-button:hover {
  background: #D9004A;
}

.section-content.page-content {
  margin: 40px 0;
}
.section-content.page-content .title {
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-content.page-content .title {
    font-size: 2rem;
  }
}

.heading-1 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 5rem;
    line-height: 88px;
  }
}
@media (max-width: 767px) {
  .heading-1 {
    font-size: 2.5rem;
    line-height: 48px;
  }
}

.heading-2 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 3rem;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 2.25rem;
    line-height: 44px;
  }
}

.heading-3 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading-3 {
    font-size: 2rem;
    line-height: 40px;
  }
}

.heading-4 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading-4 {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.heading-5 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .heading-5 {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.heading-6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 20px;
}

.tagline {
  font-weight: 400;
}
@media (min-width: 768px) {
  .tagline {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tagline {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .mobile-heading-1 {
    font-size: 2.5rem;
    line-height: 48px;
    font-weight: 700;
  }
  .mobile-heading-2 {
    font-size: 2.25rem;
    line-height: 44px;
    font-weight: 700;
  }
  .mobile-heading-3 {
    font-size: 2rem;
    line-height: 40px;
    font-weight: 700;
  }
  .mobile-heading-4 {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
  }
  .mobile-heading-5 {
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 700;
  }
}
.text-large {
  font-size: 1.25rem;
  line-height: 28px;
}

.text-medium {
  font-size: 1.125rem;
  line-height: 24px;
}

.text-regular {
  font-size: 1rem;
  line-height: 24px;
}

.text-small {
  font-size: 0.875rem;
  line-height: 20px;
}

.text-tiny {
  font-size: 0.75rem;
  line-height: 16px;
}

.text-upper {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .text-upper {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px;
  }
}

.text-section {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .text-section {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
  }
}

.text-sm-section {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-sm-section {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.text-subtitle-section {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
  color: #707070;
  max-width: 468px;
}

@media (max-width: 991px) {
  .mobile-text-large {
    font-size: 1.25rem !important;
    line-height: 28px !important;
  }
  .mobile-text-medium {
    font-size: 1.125rem !important;
    line-height: 24px !important;
  }
  .mobile-text-regular {
    font-size: 1rem !important;
    line-height: 24px !important;
  }
  .mobile-text-small {
    font-size: 0.875rem !important;
    line-height: 20px !important;
  }
  .mobile-text-tiny {
    font-size: 0.75rem !important;
    line-height: 16px !important;
  }
}
@media (min-width: 992px) {
  .desktop-text-large {
    font-size: 1.25rem !important;
    line-height: 28px !important;
  }
  .desktop-text-medium {
    font-size: 1.125rem !important;
    line-height: 24px !important;
  }
  .desktop-text-regular {
    font-size: 1rem !important;
    line-height: 24px !important;
  }
  .desktop-text-small {
    font-size: 0.875rem !important;
    line-height: 20px !important;
  }
  .desktop-text-tiny {
    font-size: 0.75rem !important;
    line-height: 16px !important;
  }
}
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-gray {
  background-color: #E9E9E9;
}

.bg-medium-gray {
  background-color: #707070;
}

.bg-dark-gray {
  background-color: #828282;
}

.bg-light-silver {
  background-color: #F5F5F5;
}

.bg-gold {
  background-color: #E1C772;
}

.bg-red {
  background-color: #D9004A;
}

.bg-dark-charcoal {
  background-color: #292929;
}

.bg-off-white {
  background-color: #EFEFEA;
}

.bg-background {
  background-color: #FFFFFF;
}

.bg-footer-background {
  background-color: #0D1A0F;
}

.bg-button-primary {
  background-color: #E1C772;
}

.bg-button-secondary {
  background-color: #FFFFFF;
}

.bg-text-primary {
  background-color: #000000;
}

.bg-text-secondary {
  background-color: #707070;
}

.bg-neutral-lightest-hover {
  background-color: #FAFAFA;
}

.bg-neutral-lightest {
  background-color: #EEEEEE;
}

.bg-neutral-lighter {
  background-color: #CCCCCC;
}

.bg-neutral-light {
  background-color: #AAAAAA;
}

.bg-neutral {
  background-color: #666666;
}

.bg-neutral-dark {
  background-color: #444444;
}

.bg-neutral-darker {
  background-color: #222222;
}

.black {
  color: #000000;
}

.hover\:black:hover {
  color: #000000;
}

.white {
  color: #FFFFFF;
}

.hover\:white:hover {
  color: #FFFFFF;
}

.light-gray {
  color: #E9E9E9;
}

.hover\:light-gray:hover {
  color: #E9E9E9;
}

.medium-gray {
  color: #707070;
}

.hover\:medium-gray:hover {
  color: #707070;
}

.dark-gray {
  color: #828282;
}

.hover\:dark-gray:hover {
  color: #828282;
}

.light-silver {
  color: #F5F5F5;
}

.hover\:light-silver:hover {
  color: #F5F5F5;
}

.gold {
  color: #E1C772;
}

.hover\:gold:hover {
  color: #E1C772;
}

.red {
  color: #D9004A;
}

.hover\:red:hover {
  color: #D9004A;
}

.dark-charcoal {
  color: #292929;
}

.hover\:dark-charcoal:hover {
  color: #292929;
}

.off-white {
  color: #EFEFEA;
}

.hover\:off-white:hover {
  color: #EFEFEA;
}

.background {
  color: #FFFFFF;
}

.hover\:background:hover {
  color: #FFFFFF;
}

.footer-background {
  color: #0D1A0F;
}

.hover\:footer-background:hover {
  color: #0D1A0F;
}

.button-primary {
  color: #E1C772;
}

.hover\:button-primary:hover {
  color: #E1C772;
}

.button-secondary {
  color: #FFFFFF;
}

.hover\:button-secondary:hover {
  color: #FFFFFF;
}

.text-primary {
  color: #000000;
}

.hover\:text-primary:hover {
  color: #000000;
}

.text-secondary {
  color: #707070;
}

.hover\:text-secondary:hover {
  color: #707070;
}

.neutral-lightest-hover {
  color: #FAFAFA;
}

.hover\:neutral-lightest-hover:hover {
  color: #FAFAFA;
}

.neutral-lightest {
  color: #EEEEEE;
}

.hover\:neutral-lightest:hover {
  color: #EEEEEE;
}

.neutral-lighter {
  color: #CCCCCC;
}

.hover\:neutral-lighter:hover {
  color: #CCCCCC;
}

.neutral-light {
  color: #AAAAAA;
}

.hover\:neutral-light:hover {
  color: #AAAAAA;
}

.neutral {
  color: #666666;
}

.hover\:neutral:hover {
  color: #666666;
}

.neutral-dark {
  color: #444444;
}

.hover\:neutral-dark:hover {
  color: #444444;
}

.neutral-darker {
  color: #222222;
}

.hover\:neutral-darker:hover {
  color: #222222;
}

.border-black {
  border-color: #000000;
}

.border-white {
  border-color: #FFFFFF;
}

.border-light-gray {
  border-color: #E9E9E9;
}

.border-medium-gray {
  border-color: #707070;
}

.border-dark-gray {
  border-color: #828282;
}

.border-light-silver {
  border-color: #F5F5F5;
}

.border-gold {
  border-color: #E1C772;
}

.border-red {
  border-color: #D9004A;
}

.border-dark-charcoal {
  border-color: #292929;
}

.border-off-white {
  border-color: #EFEFEA;
}

.border-background {
  border-color: #FFFFFF;
}

.border-footer-background {
  border-color: #0D1A0F;
}

.border-button-primary {
  border-color: #E1C772;
}

.border-button-secondary {
  border-color: #FFFFFF;
}

.border-text-primary {
  border-color: #000000;
}

.border-text-secondary {
  border-color: #707070;
}

.border-neutral-lightest-hover {
  border-color: #FAFAFA;
}

.border-neutral-lightest {
  border-color: #EEEEEE;
}

.border-neutral-lighter {
  border-color: #CCCCCC;
}

.border-neutral-light {
  border-color: #AAAAAA;
}

.border-neutral {
  border-color: #666666;
}

.border-neutral-dark {
  border-color: #444444;
}

.border-neutral-darker {
  border-color: #222222;
}

.btn-primary {
  background-color: #E1C772;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: rgb(216.0526315789, 182.298245614, 71.9473684211);
}

.btn-secondary {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.text-black-10 {
  color: rgba(0, 0, 0, 0.1);
}

.border-black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-black-20 {
  color: rgba(0, 0, 0, 0.2);
}

.border-black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.text-black-30 {
  color: rgba(0, 0, 0, 0.3);
}

.border-black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.text-black-40 {
  color: rgba(0, 0, 0, 0.4);
}

.border-black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.text-black-60 {
  color: rgba(0, 0, 0, 0.6);
}

.border-black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.text-black-70 {
  color: rgba(0, 0, 0, 0.7);
}

.border-black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.border-black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.text-black-90 {
  color: rgba(0, 0, 0, 0.9);
}

.border-black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.text-white-10 {
  color: rgba(255, 255, 255, 0.1);
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.text-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

.border-white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.text-white-30 {
  color: rgba(255, 255, 255, 0.3);
}

.border-white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.text-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.border-white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.border-white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.border-white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.border-white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.border-white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.bg-light-gray-10 {
  background-color: rgba(233, 233, 233, 0.1);
}

.text-light-gray-10 {
  color: rgba(233, 233, 233, 0.1);
}

.border-light-gray-10 {
  border-color: rgba(233, 233, 233, 0.1);
}

.bg-light-gray-20 {
  background-color: rgba(233, 233, 233, 0.2);
}

.text-light-gray-20 {
  color: rgba(233, 233, 233, 0.2);
}

.border-light-gray-20 {
  border-color: rgba(233, 233, 233, 0.2);
}

.bg-light-gray-30 {
  background-color: rgba(233, 233, 233, 0.3);
}

.text-light-gray-30 {
  color: rgba(233, 233, 233, 0.3);
}

.border-light-gray-30 {
  border-color: rgba(233, 233, 233, 0.3);
}

.bg-light-gray-40 {
  background-color: rgba(233, 233, 233, 0.4);
}

.text-light-gray-40 {
  color: rgba(233, 233, 233, 0.4);
}

.border-light-gray-40 {
  border-color: rgba(233, 233, 233, 0.4);
}

.bg-light-gray-50 {
  background-color: rgba(233, 233, 233, 0.5);
}

.text-light-gray-50 {
  color: rgba(233, 233, 233, 0.5);
}

.border-light-gray-50 {
  border-color: rgba(233, 233, 233, 0.5);
}

.bg-light-gray-60 {
  background-color: rgba(233, 233, 233, 0.6);
}

.text-light-gray-60 {
  color: rgba(233, 233, 233, 0.6);
}

.border-light-gray-60 {
  border-color: rgba(233, 233, 233, 0.6);
}

.bg-light-gray-70 {
  background-color: rgba(233, 233, 233, 0.7);
}

.text-light-gray-70 {
  color: rgba(233, 233, 233, 0.7);
}

.border-light-gray-70 {
  border-color: rgba(233, 233, 233, 0.7);
}

.bg-light-gray-80 {
  background-color: rgba(233, 233, 233, 0.8);
}

.text-light-gray-80 {
  color: rgba(233, 233, 233, 0.8);
}

.border-light-gray-80 {
  border-color: rgba(233, 233, 233, 0.8);
}

.bg-light-gray-90 {
  background-color: rgba(233, 233, 233, 0.9);
}

.text-light-gray-90 {
  color: rgba(233, 233, 233, 0.9);
}

.border-light-gray-90 {
  border-color: rgba(233, 233, 233, 0.9);
}

.bg-medium-gray-10 {
  background-color: rgba(112, 112, 112, 0.1);
}

.text-medium-gray-10 {
  color: rgba(112, 112, 112, 0.1);
}

.border-medium-gray-10 {
  border-color: rgba(112, 112, 112, 0.1);
}

.bg-medium-gray-20 {
  background-color: rgba(112, 112, 112, 0.2);
}

.text-medium-gray-20 {
  color: rgba(112, 112, 112, 0.2);
}

.border-medium-gray-20 {
  border-color: rgba(112, 112, 112, 0.2);
}

.bg-medium-gray-30 {
  background-color: rgba(112, 112, 112, 0.3);
}

.text-medium-gray-30 {
  color: rgba(112, 112, 112, 0.3);
}

.border-medium-gray-30 {
  border-color: rgba(112, 112, 112, 0.3);
}

.bg-medium-gray-40 {
  background-color: rgba(112, 112, 112, 0.4);
}

.text-medium-gray-40 {
  color: rgba(112, 112, 112, 0.4);
}

.border-medium-gray-40 {
  border-color: rgba(112, 112, 112, 0.4);
}

.bg-medium-gray-50 {
  background-color: rgba(112, 112, 112, 0.5);
}

.text-medium-gray-50 {
  color: rgba(112, 112, 112, 0.5);
}

.border-medium-gray-50 {
  border-color: rgba(112, 112, 112, 0.5);
}

.bg-medium-gray-60 {
  background-color: rgba(112, 112, 112, 0.6);
}

.text-medium-gray-60 {
  color: rgba(112, 112, 112, 0.6);
}

.border-medium-gray-60 {
  border-color: rgba(112, 112, 112, 0.6);
}

.bg-medium-gray-70 {
  background-color: rgba(112, 112, 112, 0.7);
}

.text-medium-gray-70 {
  color: rgba(112, 112, 112, 0.7);
}

.border-medium-gray-70 {
  border-color: rgba(112, 112, 112, 0.7);
}

.bg-medium-gray-80 {
  background-color: rgba(112, 112, 112, 0.8);
}

.text-medium-gray-80 {
  color: rgba(112, 112, 112, 0.8);
}

.border-medium-gray-80 {
  border-color: rgba(112, 112, 112, 0.8);
}

.bg-medium-gray-90 {
  background-color: rgba(112, 112, 112, 0.9);
}

.text-medium-gray-90 {
  color: rgba(112, 112, 112, 0.9);
}

.border-medium-gray-90 {
  border-color: rgba(112, 112, 112, 0.9);
}

.bg-dark-gray-10 {
  background-color: rgba(130, 130, 130, 0.1);
}

.text-dark-gray-10 {
  color: rgba(130, 130, 130, 0.1);
}

.border-dark-gray-10 {
  border-color: rgba(130, 130, 130, 0.1);
}

.bg-dark-gray-20 {
  background-color: rgba(130, 130, 130, 0.2);
}

.text-dark-gray-20 {
  color: rgba(130, 130, 130, 0.2);
}

.border-dark-gray-20 {
  border-color: rgba(130, 130, 130, 0.2);
}

.bg-dark-gray-30 {
  background-color: rgba(130, 130, 130, 0.3);
}

.text-dark-gray-30 {
  color: rgba(130, 130, 130, 0.3);
}

.border-dark-gray-30 {
  border-color: rgba(130, 130, 130, 0.3);
}

.bg-dark-gray-40 {
  background-color: rgba(130, 130, 130, 0.4);
}

.text-dark-gray-40 {
  color: rgba(130, 130, 130, 0.4);
}

.border-dark-gray-40 {
  border-color: rgba(130, 130, 130, 0.4);
}

.bg-dark-gray-50 {
  background-color: rgba(130, 130, 130, 0.5);
}

.text-dark-gray-50 {
  color: rgba(130, 130, 130, 0.5);
}

.border-dark-gray-50 {
  border-color: rgba(130, 130, 130, 0.5);
}

.bg-dark-gray-60 {
  background-color: rgba(130, 130, 130, 0.6);
}

.text-dark-gray-60 {
  color: rgba(130, 130, 130, 0.6);
}

.border-dark-gray-60 {
  border-color: rgba(130, 130, 130, 0.6);
}

.bg-dark-gray-70 {
  background-color: rgba(130, 130, 130, 0.7);
}

.text-dark-gray-70 {
  color: rgba(130, 130, 130, 0.7);
}

.border-dark-gray-70 {
  border-color: rgba(130, 130, 130, 0.7);
}

.bg-dark-gray-80 {
  background-color: rgba(130, 130, 130, 0.8);
}

.text-dark-gray-80 {
  color: rgba(130, 130, 130, 0.8);
}

.border-dark-gray-80 {
  border-color: rgba(130, 130, 130, 0.8);
}

.bg-dark-gray-90 {
  background-color: rgba(130, 130, 130, 0.9);
}

.text-dark-gray-90 {
  color: rgba(130, 130, 130, 0.9);
}

.border-dark-gray-90 {
  border-color: rgba(130, 130, 130, 0.9);
}

.bg-light-silver-10 {
  background-color: rgba(245, 245, 245, 0.1);
}

.text-light-silver-10 {
  color: rgba(245, 245, 245, 0.1);
}

.border-light-silver-10 {
  border-color: rgba(245, 245, 245, 0.1);
}

.bg-light-silver-20 {
  background-color: rgba(245, 245, 245, 0.2);
}

.text-light-silver-20 {
  color: rgba(245, 245, 245, 0.2);
}

.border-light-silver-20 {
  border-color: rgba(245, 245, 245, 0.2);
}

.bg-light-silver-30 {
  background-color: rgba(245, 245, 245, 0.3);
}

.text-light-silver-30 {
  color: rgba(245, 245, 245, 0.3);
}

.border-light-silver-30 {
  border-color: rgba(245, 245, 245, 0.3);
}

.bg-light-silver-40 {
  background-color: rgba(245, 245, 245, 0.4);
}

.text-light-silver-40 {
  color: rgba(245, 245, 245, 0.4);
}

.border-light-silver-40 {
  border-color: rgba(245, 245, 245, 0.4);
}

.bg-light-silver-50 {
  background-color: rgba(245, 245, 245, 0.5);
}

.text-light-silver-50 {
  color: rgba(245, 245, 245, 0.5);
}

.border-light-silver-50 {
  border-color: rgba(245, 245, 245, 0.5);
}

.bg-light-silver-60 {
  background-color: rgba(245, 245, 245, 0.6);
}

.text-light-silver-60 {
  color: rgba(245, 245, 245, 0.6);
}

.border-light-silver-60 {
  border-color: rgba(245, 245, 245, 0.6);
}

.bg-light-silver-70 {
  background-color: rgba(245, 245, 245, 0.7);
}

.text-light-silver-70 {
  color: rgba(245, 245, 245, 0.7);
}

.border-light-silver-70 {
  border-color: rgba(245, 245, 245, 0.7);
}

.bg-light-silver-80 {
  background-color: rgba(245, 245, 245, 0.8);
}

.text-light-silver-80 {
  color: rgba(245, 245, 245, 0.8);
}

.border-light-silver-80 {
  border-color: rgba(245, 245, 245, 0.8);
}

.bg-light-silver-90 {
  background-color: rgba(245, 245, 245, 0.9);
}

.text-light-silver-90 {
  color: rgba(245, 245, 245, 0.9);
}

.border-light-silver-90 {
  border-color: rgba(245, 245, 245, 0.9);
}

.bg-gold-10 {
  background-color: rgba(225, 199, 114, 0.1);
}

.text-gold-10 {
  color: rgba(225, 199, 114, 0.1);
}

.border-gold-10 {
  border-color: rgba(225, 199, 114, 0.1);
}

.bg-gold-20 {
  background-color: rgba(225, 199, 114, 0.2);
}

.text-gold-20 {
  color: rgba(225, 199, 114, 0.2);
}

.border-gold-20 {
  border-color: rgba(225, 199, 114, 0.2);
}

.bg-gold-30 {
  background-color: rgba(225, 199, 114, 0.3);
}

.text-gold-30 {
  color: rgba(225, 199, 114, 0.3);
}

.border-gold-30 {
  border-color: rgba(225, 199, 114, 0.3);
}

.bg-gold-40 {
  background-color: rgba(225, 199, 114, 0.4);
}

.text-gold-40 {
  color: rgba(225, 199, 114, 0.4);
}

.border-gold-40 {
  border-color: rgba(225, 199, 114, 0.4);
}

.bg-gold-50 {
  background-color: rgba(225, 199, 114, 0.5);
}

.text-gold-50 {
  color: rgba(225, 199, 114, 0.5);
}

.border-gold-50 {
  border-color: rgba(225, 199, 114, 0.5);
}

.bg-gold-60 {
  background-color: rgba(225, 199, 114, 0.6);
}

.text-gold-60 {
  color: rgba(225, 199, 114, 0.6);
}

.border-gold-60 {
  border-color: rgba(225, 199, 114, 0.6);
}

.bg-gold-70 {
  background-color: rgba(225, 199, 114, 0.7);
}

.text-gold-70 {
  color: rgba(225, 199, 114, 0.7);
}

.border-gold-70 {
  border-color: rgba(225, 199, 114, 0.7);
}

.bg-gold-80 {
  background-color: rgba(225, 199, 114, 0.8);
}

.text-gold-80 {
  color: rgba(225, 199, 114, 0.8);
}

.border-gold-80 {
  border-color: rgba(225, 199, 114, 0.8);
}

.bg-gold-90 {
  background-color: rgba(225, 199, 114, 0.9);
}

.text-gold-90 {
  color: rgba(225, 199, 114, 0.9);
}

.border-gold-90 {
  border-color: rgba(225, 199, 114, 0.9);
}

.bg-red-10 {
  background-color: rgba(217, 0, 74, 0.1);
}

.text-red-10 {
  color: rgba(217, 0, 74, 0.1);
}

.border-red-10 {
  border-color: rgba(217, 0, 74, 0.1);
}

.bg-red-20 {
  background-color: rgba(217, 0, 74, 0.2);
}

.text-red-20 {
  color: rgba(217, 0, 74, 0.2);
}

.border-red-20 {
  border-color: rgba(217, 0, 74, 0.2);
}

.bg-red-30 {
  background-color: rgba(217, 0, 74, 0.3);
}

.text-red-30 {
  color: rgba(217, 0, 74, 0.3);
}

.border-red-30 {
  border-color: rgba(217, 0, 74, 0.3);
}

.bg-red-40 {
  background-color: rgba(217, 0, 74, 0.4);
}

.text-red-40 {
  color: rgba(217, 0, 74, 0.4);
}

.border-red-40 {
  border-color: rgba(217, 0, 74, 0.4);
}

.bg-red-50 {
  background-color: rgba(217, 0, 74, 0.5);
}

.text-red-50 {
  color: rgba(217, 0, 74, 0.5);
}

.border-red-50 {
  border-color: rgba(217, 0, 74, 0.5);
}

.bg-red-60 {
  background-color: rgba(217, 0, 74, 0.6);
}

.text-red-60 {
  color: rgba(217, 0, 74, 0.6);
}

.border-red-60 {
  border-color: rgba(217, 0, 74, 0.6);
}

.bg-red-70 {
  background-color: rgba(217, 0, 74, 0.7);
}

.text-red-70 {
  color: rgba(217, 0, 74, 0.7);
}

.border-red-70 {
  border-color: rgba(217, 0, 74, 0.7);
}

.bg-red-80 {
  background-color: rgba(217, 0, 74, 0.8);
}

.text-red-80 {
  color: rgba(217, 0, 74, 0.8);
}

.border-red-80 {
  border-color: rgba(217, 0, 74, 0.8);
}

.bg-red-90 {
  background-color: rgba(217, 0, 74, 0.9);
}

.text-red-90 {
  color: rgba(217, 0, 74, 0.9);
}

.border-red-90 {
  border-color: rgba(217, 0, 74, 0.9);
}

.bg-dark-charcoal-10 {
  background-color: rgba(41, 41, 41, 0.1);
}

.text-dark-charcoal-10 {
  color: rgba(41, 41, 41, 0.1);
}

.border-dark-charcoal-10 {
  border-color: rgba(41, 41, 41, 0.1);
}

.bg-dark-charcoal-20 {
  background-color: rgba(41, 41, 41, 0.2);
}

.text-dark-charcoal-20 {
  color: rgba(41, 41, 41, 0.2);
}

.border-dark-charcoal-20 {
  border-color: rgba(41, 41, 41, 0.2);
}

.bg-dark-charcoal-30 {
  background-color: rgba(41, 41, 41, 0.3);
}

.text-dark-charcoal-30 {
  color: rgba(41, 41, 41, 0.3);
}

.border-dark-charcoal-30 {
  border-color: rgba(41, 41, 41, 0.3);
}

.bg-dark-charcoal-40 {
  background-color: rgba(41, 41, 41, 0.4);
}

.text-dark-charcoal-40 {
  color: rgba(41, 41, 41, 0.4);
}

.border-dark-charcoal-40 {
  border-color: rgba(41, 41, 41, 0.4);
}

.bg-dark-charcoal-50 {
  background-color: rgba(41, 41, 41, 0.5);
}

.text-dark-charcoal-50 {
  color: rgba(41, 41, 41, 0.5);
}

.border-dark-charcoal-50 {
  border-color: rgba(41, 41, 41, 0.5);
}

.bg-dark-charcoal-60 {
  background-color: rgba(41, 41, 41, 0.6);
}

.text-dark-charcoal-60 {
  color: rgba(41, 41, 41, 0.6);
}

.border-dark-charcoal-60 {
  border-color: rgba(41, 41, 41, 0.6);
}

.bg-dark-charcoal-70 {
  background-color: rgba(41, 41, 41, 0.7);
}

.text-dark-charcoal-70 {
  color: rgba(41, 41, 41, 0.7);
}

.border-dark-charcoal-70 {
  border-color: rgba(41, 41, 41, 0.7);
}

.bg-dark-charcoal-80 {
  background-color: rgba(41, 41, 41, 0.8);
}

.text-dark-charcoal-80 {
  color: rgba(41, 41, 41, 0.8);
}

.border-dark-charcoal-80 {
  border-color: rgba(41, 41, 41, 0.8);
}

.bg-dark-charcoal-90 {
  background-color: rgba(41, 41, 41, 0.9);
}

.text-dark-charcoal-90 {
  color: rgba(41, 41, 41, 0.9);
}

.border-dark-charcoal-90 {
  border-color: rgba(41, 41, 41, 0.9);
}

.bg-off-white-10 {
  background-color: rgba(239, 239, 234, 0.1);
}

.text-off-white-10 {
  color: rgba(239, 239, 234, 0.1);
}

.border-off-white-10 {
  border-color: rgba(239, 239, 234, 0.1);
}

.bg-off-white-20 {
  background-color: rgba(239, 239, 234, 0.2);
}

.text-off-white-20 {
  color: rgba(239, 239, 234, 0.2);
}

.border-off-white-20 {
  border-color: rgba(239, 239, 234, 0.2);
}

.bg-off-white-30 {
  background-color: rgba(239, 239, 234, 0.3);
}

.text-off-white-30 {
  color: rgba(239, 239, 234, 0.3);
}

.border-off-white-30 {
  border-color: rgba(239, 239, 234, 0.3);
}

.bg-off-white-40 {
  background-color: rgba(239, 239, 234, 0.4);
}

.text-off-white-40 {
  color: rgba(239, 239, 234, 0.4);
}

.border-off-white-40 {
  border-color: rgba(239, 239, 234, 0.4);
}

.bg-off-white-50 {
  background-color: rgba(239, 239, 234, 0.5);
}

.text-off-white-50 {
  color: rgba(239, 239, 234, 0.5);
}

.border-off-white-50 {
  border-color: rgba(239, 239, 234, 0.5);
}

.bg-off-white-60 {
  background-color: rgba(239, 239, 234, 0.6);
}

.text-off-white-60 {
  color: rgba(239, 239, 234, 0.6);
}

.border-off-white-60 {
  border-color: rgba(239, 239, 234, 0.6);
}

.bg-off-white-70 {
  background-color: rgba(239, 239, 234, 0.7);
}

.text-off-white-70 {
  color: rgba(239, 239, 234, 0.7);
}

.border-off-white-70 {
  border-color: rgba(239, 239, 234, 0.7);
}

.bg-off-white-80 {
  background-color: rgba(239, 239, 234, 0.8);
}

.text-off-white-80 {
  color: rgba(239, 239, 234, 0.8);
}

.border-off-white-80 {
  border-color: rgba(239, 239, 234, 0.8);
}

.bg-off-white-90 {
  background-color: rgba(239, 239, 234, 0.9);
}

.text-off-white-90 {
  color: rgba(239, 239, 234, 0.9);
}

.border-off-white-90 {
  border-color: rgba(239, 239, 234, 0.9);
}

.bg-background-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.text-background-10 {
  color: rgba(255, 255, 255, 0.1);
}

.border-background-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-background-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.text-background-20 {
  color: rgba(255, 255, 255, 0.2);
}

.border-background-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-background-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.text-background-30 {
  color: rgba(255, 255, 255, 0.3);
}

.border-background-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bg-background-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.text-background-40 {
  color: rgba(255, 255, 255, 0.4);
}

.border-background-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bg-background-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.text-background-50 {
  color: rgba(255, 255, 255, 0.5);
}

.border-background-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.bg-background-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.text-background-60 {
  color: rgba(255, 255, 255, 0.6);
}

.border-background-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.bg-background-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.text-background-70 {
  color: rgba(255, 255, 255, 0.7);
}

.border-background-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.bg-background-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.text-background-80 {
  color: rgba(255, 255, 255, 0.8);
}

.border-background-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.bg-background-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-background-90 {
  color: rgba(255, 255, 255, 0.9);
}

.border-background-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.bg-footer-background-10 {
  background-color: rgba(13, 26, 15, 0.1);
}

.text-footer-background-10 {
  color: rgba(13, 26, 15, 0.1);
}

.border-footer-background-10 {
  border-color: rgba(13, 26, 15, 0.1);
}

.bg-footer-background-20 {
  background-color: rgba(13, 26, 15, 0.2);
}

.text-footer-background-20 {
  color: rgba(13, 26, 15, 0.2);
}

.border-footer-background-20 {
  border-color: rgba(13, 26, 15, 0.2);
}

.bg-footer-background-30 {
  background-color: rgba(13, 26, 15, 0.3);
}

.text-footer-background-30 {
  color: rgba(13, 26, 15, 0.3);
}

.border-footer-background-30 {
  border-color: rgba(13, 26, 15, 0.3);
}

.bg-footer-background-40 {
  background-color: rgba(13, 26, 15, 0.4);
}

.text-footer-background-40 {
  color: rgba(13, 26, 15, 0.4);
}

.border-footer-background-40 {
  border-color: rgba(13, 26, 15, 0.4);
}

.bg-footer-background-50 {
  background-color: rgba(13, 26, 15, 0.5);
}

.text-footer-background-50 {
  color: rgba(13, 26, 15, 0.5);
}

.border-footer-background-50 {
  border-color: rgba(13, 26, 15, 0.5);
}

.bg-footer-background-60 {
  background-color: rgba(13, 26, 15, 0.6);
}

.text-footer-background-60 {
  color: rgba(13, 26, 15, 0.6);
}

.border-footer-background-60 {
  border-color: rgba(13, 26, 15, 0.6);
}

.bg-footer-background-70 {
  background-color: rgba(13, 26, 15, 0.7);
}

.text-footer-background-70 {
  color: rgba(13, 26, 15, 0.7);
}

.border-footer-background-70 {
  border-color: rgba(13, 26, 15, 0.7);
}

.bg-footer-background-80 {
  background-color: rgba(13, 26, 15, 0.8);
}

.text-footer-background-80 {
  color: rgba(13, 26, 15, 0.8);
}

.border-footer-background-80 {
  border-color: rgba(13, 26, 15, 0.8);
}

.bg-footer-background-90 {
  background-color: rgba(13, 26, 15, 0.9);
}

.text-footer-background-90 {
  color: rgba(13, 26, 15, 0.9);
}

.border-footer-background-90 {
  border-color: rgba(13, 26, 15, 0.9);
}

.bg-button-primary-10 {
  background-color: rgba(225, 199, 114, 0.1);
}

.text-button-primary-10 {
  color: rgba(225, 199, 114, 0.1);
}

.border-button-primary-10 {
  border-color: rgba(225, 199, 114, 0.1);
}

.bg-button-primary-20 {
  background-color: rgba(225, 199, 114, 0.2);
}

.text-button-primary-20 {
  color: rgba(225, 199, 114, 0.2);
}

.border-button-primary-20 {
  border-color: rgba(225, 199, 114, 0.2);
}

.bg-button-primary-30 {
  background-color: rgba(225, 199, 114, 0.3);
}

.text-button-primary-30 {
  color: rgba(225, 199, 114, 0.3);
}

.border-button-primary-30 {
  border-color: rgba(225, 199, 114, 0.3);
}

.bg-button-primary-40 {
  background-color: rgba(225, 199, 114, 0.4);
}

.text-button-primary-40 {
  color: rgba(225, 199, 114, 0.4);
}

.border-button-primary-40 {
  border-color: rgba(225, 199, 114, 0.4);
}

.bg-button-primary-50 {
  background-color: rgba(225, 199, 114, 0.5);
}

.text-button-primary-50 {
  color: rgba(225, 199, 114, 0.5);
}

.border-button-primary-50 {
  border-color: rgba(225, 199, 114, 0.5);
}

.bg-button-primary-60 {
  background-color: rgba(225, 199, 114, 0.6);
}

.text-button-primary-60 {
  color: rgba(225, 199, 114, 0.6);
}

.border-button-primary-60 {
  border-color: rgba(225, 199, 114, 0.6);
}

.bg-button-primary-70 {
  background-color: rgba(225, 199, 114, 0.7);
}

.text-button-primary-70 {
  color: rgba(225, 199, 114, 0.7);
}

.border-button-primary-70 {
  border-color: rgba(225, 199, 114, 0.7);
}

.bg-button-primary-80 {
  background-color: rgba(225, 199, 114, 0.8);
}

.text-button-primary-80 {
  color: rgba(225, 199, 114, 0.8);
}

.border-button-primary-80 {
  border-color: rgba(225, 199, 114, 0.8);
}

.bg-button-primary-90 {
  background-color: rgba(225, 199, 114, 0.9);
}

.text-button-primary-90 {
  color: rgba(225, 199, 114, 0.9);
}

.border-button-primary-90 {
  border-color: rgba(225, 199, 114, 0.9);
}

.bg-button-secondary-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.text-button-secondary-10 {
  color: rgba(255, 255, 255, 0.1);
}

.border-button-secondary-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-button-secondary-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.text-button-secondary-20 {
  color: rgba(255, 255, 255, 0.2);
}

.border-button-secondary-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-button-secondary-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.text-button-secondary-30 {
  color: rgba(255, 255, 255, 0.3);
}

.border-button-secondary-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bg-button-secondary-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.text-button-secondary-40 {
  color: rgba(255, 255, 255, 0.4);
}

.border-button-secondary-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bg-button-secondary-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.text-button-secondary-50 {
  color: rgba(255, 255, 255, 0.5);
}

.border-button-secondary-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.bg-button-secondary-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.text-button-secondary-60 {
  color: rgba(255, 255, 255, 0.6);
}

.border-button-secondary-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.bg-button-secondary-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.text-button-secondary-70 {
  color: rgba(255, 255, 255, 0.7);
}

.border-button-secondary-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.bg-button-secondary-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.text-button-secondary-80 {
  color: rgba(255, 255, 255, 0.8);
}

.border-button-secondary-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.bg-button-secondary-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-button-secondary-90 {
  color: rgba(255, 255, 255, 0.9);
}

.border-button-secondary-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.bg-text-primary-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.text-text-primary-10 {
  color: rgba(0, 0, 0, 0.1);
}

.border-text-primary-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.bg-text-primary-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-text-primary-20 {
  color: rgba(0, 0, 0, 0.2);
}

.border-text-primary-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.bg-text-primary-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.text-text-primary-30 {
  color: rgba(0, 0, 0, 0.3);
}

.border-text-primary-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.bg-text-primary-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.text-text-primary-40 {
  color: rgba(0, 0, 0, 0.4);
}

.border-text-primary-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.bg-text-primary-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-text-primary-50 {
  color: rgba(0, 0, 0, 0.5);
}

.border-text-primary-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.bg-text-primary-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.text-text-primary-60 {
  color: rgba(0, 0, 0, 0.6);
}

.border-text-primary-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.bg-text-primary-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.text-text-primary-70 {
  color: rgba(0, 0, 0, 0.7);
}

.border-text-primary-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.bg-text-primary-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-text-primary-80 {
  color: rgba(0, 0, 0, 0.8);
}

.border-text-primary-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.bg-text-primary-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.text-text-primary-90 {
  color: rgba(0, 0, 0, 0.9);
}

.border-text-primary-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.bg-text-secondary-10 {
  background-color: rgba(112, 112, 112, 0.1);
}

.text-text-secondary-10 {
  color: rgba(112, 112, 112, 0.1);
}

.border-text-secondary-10 {
  border-color: rgba(112, 112, 112, 0.1);
}

.bg-text-secondary-20 {
  background-color: rgba(112, 112, 112, 0.2);
}

.text-text-secondary-20 {
  color: rgba(112, 112, 112, 0.2);
}

.border-text-secondary-20 {
  border-color: rgba(112, 112, 112, 0.2);
}

.bg-text-secondary-30 {
  background-color: rgba(112, 112, 112, 0.3);
}

.text-text-secondary-30 {
  color: rgba(112, 112, 112, 0.3);
}

.border-text-secondary-30 {
  border-color: rgba(112, 112, 112, 0.3);
}

.bg-text-secondary-40 {
  background-color: rgba(112, 112, 112, 0.4);
}

.text-text-secondary-40 {
  color: rgba(112, 112, 112, 0.4);
}

.border-text-secondary-40 {
  border-color: rgba(112, 112, 112, 0.4);
}

.bg-text-secondary-50 {
  background-color: rgba(112, 112, 112, 0.5);
}

.text-text-secondary-50 {
  color: rgba(112, 112, 112, 0.5);
}

.border-text-secondary-50 {
  border-color: rgba(112, 112, 112, 0.5);
}

.bg-text-secondary-60 {
  background-color: rgba(112, 112, 112, 0.6);
}

.text-text-secondary-60 {
  color: rgba(112, 112, 112, 0.6);
}

.border-text-secondary-60 {
  border-color: rgba(112, 112, 112, 0.6);
}

.bg-text-secondary-70 {
  background-color: rgba(112, 112, 112, 0.7);
}

.text-text-secondary-70 {
  color: rgba(112, 112, 112, 0.7);
}

.border-text-secondary-70 {
  border-color: rgba(112, 112, 112, 0.7);
}

.bg-text-secondary-80 {
  background-color: rgba(112, 112, 112, 0.8);
}

.text-text-secondary-80 {
  color: rgba(112, 112, 112, 0.8);
}

.border-text-secondary-80 {
  border-color: rgba(112, 112, 112, 0.8);
}

.bg-text-secondary-90 {
  background-color: rgba(112, 112, 112, 0.9);
}

.text-text-secondary-90 {
  color: rgba(112, 112, 112, 0.9);
}

.border-text-secondary-90 {
  border-color: rgba(112, 112, 112, 0.9);
}

.bg-neutral-lightest-hover-10 {
  background-color: rgba(250, 250, 250, 0.1);
}

.text-neutral-lightest-hover-10 {
  color: rgba(250, 250, 250, 0.1);
}

.border-neutral-lightest-hover-10 {
  border-color: rgba(250, 250, 250, 0.1);
}

.bg-neutral-lightest-hover-20 {
  background-color: rgba(250, 250, 250, 0.2);
}

.text-neutral-lightest-hover-20 {
  color: rgba(250, 250, 250, 0.2);
}

.border-neutral-lightest-hover-20 {
  border-color: rgba(250, 250, 250, 0.2);
}

.bg-neutral-lightest-hover-30 {
  background-color: rgba(250, 250, 250, 0.3);
}

.text-neutral-lightest-hover-30 {
  color: rgba(250, 250, 250, 0.3);
}

.border-neutral-lightest-hover-30 {
  border-color: rgba(250, 250, 250, 0.3);
}

.bg-neutral-lightest-hover-40 {
  background-color: rgba(250, 250, 250, 0.4);
}

.text-neutral-lightest-hover-40 {
  color: rgba(250, 250, 250, 0.4);
}

.border-neutral-lightest-hover-40 {
  border-color: rgba(250, 250, 250, 0.4);
}

.bg-neutral-lightest-hover-50 {
  background-color: rgba(250, 250, 250, 0.5);
}

.text-neutral-lightest-hover-50 {
  color: rgba(250, 250, 250, 0.5);
}

.border-neutral-lightest-hover-50 {
  border-color: rgba(250, 250, 250, 0.5);
}

.bg-neutral-lightest-hover-60 {
  background-color: rgba(250, 250, 250, 0.6);
}

.text-neutral-lightest-hover-60 {
  color: rgba(250, 250, 250, 0.6);
}

.border-neutral-lightest-hover-60 {
  border-color: rgba(250, 250, 250, 0.6);
}

.bg-neutral-lightest-hover-70 {
  background-color: rgba(250, 250, 250, 0.7);
}

.text-neutral-lightest-hover-70 {
  color: rgba(250, 250, 250, 0.7);
}

.border-neutral-lightest-hover-70 {
  border-color: rgba(250, 250, 250, 0.7);
}

.bg-neutral-lightest-hover-80 {
  background-color: rgba(250, 250, 250, 0.8);
}

.text-neutral-lightest-hover-80 {
  color: rgba(250, 250, 250, 0.8);
}

.border-neutral-lightest-hover-80 {
  border-color: rgba(250, 250, 250, 0.8);
}

.bg-neutral-lightest-hover-90 {
  background-color: rgba(250, 250, 250, 0.9);
}

.text-neutral-lightest-hover-90 {
  color: rgba(250, 250, 250, 0.9);
}

.border-neutral-lightest-hover-90 {
  border-color: rgba(250, 250, 250, 0.9);
}

.bg-neutral-lightest-10 {
  background-color: rgba(238, 238, 238, 0.1);
}

.text-neutral-lightest-10 {
  color: rgba(238, 238, 238, 0.1);
}

.border-neutral-lightest-10 {
  border-color: rgba(238, 238, 238, 0.1);
}

.bg-neutral-lightest-20 {
  background-color: rgba(238, 238, 238, 0.2);
}

.text-neutral-lightest-20 {
  color: rgba(238, 238, 238, 0.2);
}

.border-neutral-lightest-20 {
  border-color: rgba(238, 238, 238, 0.2);
}

.bg-neutral-lightest-30 {
  background-color: rgba(238, 238, 238, 0.3);
}

.text-neutral-lightest-30 {
  color: rgba(238, 238, 238, 0.3);
}

.border-neutral-lightest-30 {
  border-color: rgba(238, 238, 238, 0.3);
}

.bg-neutral-lightest-40 {
  background-color: rgba(238, 238, 238, 0.4);
}

.text-neutral-lightest-40 {
  color: rgba(238, 238, 238, 0.4);
}

.border-neutral-lightest-40 {
  border-color: rgba(238, 238, 238, 0.4);
}

.bg-neutral-lightest-50 {
  background-color: rgba(238, 238, 238, 0.5);
}

.text-neutral-lightest-50 {
  color: rgba(238, 238, 238, 0.5);
}

.border-neutral-lightest-50 {
  border-color: rgba(238, 238, 238, 0.5);
}

.bg-neutral-lightest-60 {
  background-color: rgba(238, 238, 238, 0.6);
}

.text-neutral-lightest-60 {
  color: rgba(238, 238, 238, 0.6);
}

.border-neutral-lightest-60 {
  border-color: rgba(238, 238, 238, 0.6);
}

.bg-neutral-lightest-70 {
  background-color: rgba(238, 238, 238, 0.7);
}

.text-neutral-lightest-70 {
  color: rgba(238, 238, 238, 0.7);
}

.border-neutral-lightest-70 {
  border-color: rgba(238, 238, 238, 0.7);
}

.bg-neutral-lightest-80 {
  background-color: rgba(238, 238, 238, 0.8);
}

.text-neutral-lightest-80 {
  color: rgba(238, 238, 238, 0.8);
}

.border-neutral-lightest-80 {
  border-color: rgba(238, 238, 238, 0.8);
}

.bg-neutral-lightest-90 {
  background-color: rgba(238, 238, 238, 0.9);
}

.text-neutral-lightest-90 {
  color: rgba(238, 238, 238, 0.9);
}

.border-neutral-lightest-90 {
  border-color: rgba(238, 238, 238, 0.9);
}

.bg-neutral-lighter-10 {
  background-color: rgba(204, 204, 204, 0.1);
}

.text-neutral-lighter-10 {
  color: rgba(204, 204, 204, 0.1);
}

.border-neutral-lighter-10 {
  border-color: rgba(204, 204, 204, 0.1);
}

.bg-neutral-lighter-20 {
  background-color: rgba(204, 204, 204, 0.2);
}

.text-neutral-lighter-20 {
  color: rgba(204, 204, 204, 0.2);
}

.border-neutral-lighter-20 {
  border-color: rgba(204, 204, 204, 0.2);
}

.bg-neutral-lighter-30 {
  background-color: rgba(204, 204, 204, 0.3);
}

.text-neutral-lighter-30 {
  color: rgba(204, 204, 204, 0.3);
}

.border-neutral-lighter-30 {
  border-color: rgba(204, 204, 204, 0.3);
}

.bg-neutral-lighter-40 {
  background-color: rgba(204, 204, 204, 0.4);
}

.text-neutral-lighter-40 {
  color: rgba(204, 204, 204, 0.4);
}

.border-neutral-lighter-40 {
  border-color: rgba(204, 204, 204, 0.4);
}

.bg-neutral-lighter-50 {
  background-color: rgba(204, 204, 204, 0.5);
}

.text-neutral-lighter-50 {
  color: rgba(204, 204, 204, 0.5);
}

.border-neutral-lighter-50 {
  border-color: rgba(204, 204, 204, 0.5);
}

.bg-neutral-lighter-60 {
  background-color: rgba(204, 204, 204, 0.6);
}

.text-neutral-lighter-60 {
  color: rgba(204, 204, 204, 0.6);
}

.border-neutral-lighter-60 {
  border-color: rgba(204, 204, 204, 0.6);
}

.bg-neutral-lighter-70 {
  background-color: rgba(204, 204, 204, 0.7);
}

.text-neutral-lighter-70 {
  color: rgba(204, 204, 204, 0.7);
}

.border-neutral-lighter-70 {
  border-color: rgba(204, 204, 204, 0.7);
}

.bg-neutral-lighter-80 {
  background-color: rgba(204, 204, 204, 0.8);
}

.text-neutral-lighter-80 {
  color: rgba(204, 204, 204, 0.8);
}

.border-neutral-lighter-80 {
  border-color: rgba(204, 204, 204, 0.8);
}

.bg-neutral-lighter-90 {
  background-color: rgba(204, 204, 204, 0.9);
}

.text-neutral-lighter-90 {
  color: rgba(204, 204, 204, 0.9);
}

.border-neutral-lighter-90 {
  border-color: rgba(204, 204, 204, 0.9);
}

.bg-neutral-light-10 {
  background-color: rgba(170, 170, 170, 0.1);
}

.text-neutral-light-10 {
  color: rgba(170, 170, 170, 0.1);
}

.border-neutral-light-10 {
  border-color: rgba(170, 170, 170, 0.1);
}

.bg-neutral-light-20 {
  background-color: rgba(170, 170, 170, 0.2);
}

.text-neutral-light-20 {
  color: rgba(170, 170, 170, 0.2);
}

.border-neutral-light-20 {
  border-color: rgba(170, 170, 170, 0.2);
}

.bg-neutral-light-30 {
  background-color: rgba(170, 170, 170, 0.3);
}

.text-neutral-light-30 {
  color: rgba(170, 170, 170, 0.3);
}

.border-neutral-light-30 {
  border-color: rgba(170, 170, 170, 0.3);
}

.bg-neutral-light-40 {
  background-color: rgba(170, 170, 170, 0.4);
}

.text-neutral-light-40 {
  color: rgba(170, 170, 170, 0.4);
}

.border-neutral-light-40 {
  border-color: rgba(170, 170, 170, 0.4);
}

.bg-neutral-light-50 {
  background-color: rgba(170, 170, 170, 0.5);
}

.text-neutral-light-50 {
  color: rgba(170, 170, 170, 0.5);
}

.border-neutral-light-50 {
  border-color: rgba(170, 170, 170, 0.5);
}

.bg-neutral-light-60 {
  background-color: rgba(170, 170, 170, 0.6);
}

.text-neutral-light-60 {
  color: rgba(170, 170, 170, 0.6);
}

.border-neutral-light-60 {
  border-color: rgba(170, 170, 170, 0.6);
}

.bg-neutral-light-70 {
  background-color: rgba(170, 170, 170, 0.7);
}

.text-neutral-light-70 {
  color: rgba(170, 170, 170, 0.7);
}

.border-neutral-light-70 {
  border-color: rgba(170, 170, 170, 0.7);
}

.bg-neutral-light-80 {
  background-color: rgba(170, 170, 170, 0.8);
}

.text-neutral-light-80 {
  color: rgba(170, 170, 170, 0.8);
}

.border-neutral-light-80 {
  border-color: rgba(170, 170, 170, 0.8);
}

.bg-neutral-light-90 {
  background-color: rgba(170, 170, 170, 0.9);
}

.text-neutral-light-90 {
  color: rgba(170, 170, 170, 0.9);
}

.border-neutral-light-90 {
  border-color: rgba(170, 170, 170, 0.9);
}

.bg-neutral-10 {
  background-color: rgba(102, 102, 102, 0.1);
}

.text-neutral-10 {
  color: rgba(102, 102, 102, 0.1);
}

.border-neutral-10 {
  border-color: rgba(102, 102, 102, 0.1);
}

.bg-neutral-20 {
  background-color: rgba(102, 102, 102, 0.2);
}

.text-neutral-20 {
  color: rgba(102, 102, 102, 0.2);
}

.border-neutral-20 {
  border-color: rgba(102, 102, 102, 0.2);
}

.bg-neutral-30 {
  background-color: rgba(102, 102, 102, 0.3);
}

.text-neutral-30 {
  color: rgba(102, 102, 102, 0.3);
}

.border-neutral-30 {
  border-color: rgba(102, 102, 102, 0.3);
}

.bg-neutral-40 {
  background-color: rgba(102, 102, 102, 0.4);
}

.text-neutral-40 {
  color: rgba(102, 102, 102, 0.4);
}

.border-neutral-40 {
  border-color: rgba(102, 102, 102, 0.4);
}

.bg-neutral-50 {
  background-color: rgba(102, 102, 102, 0.5);
}

.text-neutral-50 {
  color: rgba(102, 102, 102, 0.5);
}

.border-neutral-50 {
  border-color: rgba(102, 102, 102, 0.5);
}

.bg-neutral-60 {
  background-color: rgba(102, 102, 102, 0.6);
}

.text-neutral-60 {
  color: rgba(102, 102, 102, 0.6);
}

.border-neutral-60 {
  border-color: rgba(102, 102, 102, 0.6);
}

.bg-neutral-70 {
  background-color: rgba(102, 102, 102, 0.7);
}

.text-neutral-70 {
  color: rgba(102, 102, 102, 0.7);
}

.border-neutral-70 {
  border-color: rgba(102, 102, 102, 0.7);
}

.bg-neutral-80 {
  background-color: rgba(102, 102, 102, 0.8);
}

.text-neutral-80 {
  color: rgba(102, 102, 102, 0.8);
}

.border-neutral-80 {
  border-color: rgba(102, 102, 102, 0.8);
}

.bg-neutral-90 {
  background-color: rgba(102, 102, 102, 0.9);
}

.text-neutral-90 {
  color: rgba(102, 102, 102, 0.9);
}

.border-neutral-90 {
  border-color: rgba(102, 102, 102, 0.9);
}

.bg-neutral-dark-10 {
  background-color: rgba(68, 68, 68, 0.1);
}

.text-neutral-dark-10 {
  color: rgba(68, 68, 68, 0.1);
}

.border-neutral-dark-10 {
  border-color: rgba(68, 68, 68, 0.1);
}

.bg-neutral-dark-20 {
  background-color: rgba(68, 68, 68, 0.2);
}

.text-neutral-dark-20 {
  color: rgba(68, 68, 68, 0.2);
}

.border-neutral-dark-20 {
  border-color: rgba(68, 68, 68, 0.2);
}

.bg-neutral-dark-30 {
  background-color: rgba(68, 68, 68, 0.3);
}

.text-neutral-dark-30 {
  color: rgba(68, 68, 68, 0.3);
}

.border-neutral-dark-30 {
  border-color: rgba(68, 68, 68, 0.3);
}

.bg-neutral-dark-40 {
  background-color: rgba(68, 68, 68, 0.4);
}

.text-neutral-dark-40 {
  color: rgba(68, 68, 68, 0.4);
}

.border-neutral-dark-40 {
  border-color: rgba(68, 68, 68, 0.4);
}

.bg-neutral-dark-50 {
  background-color: rgba(68, 68, 68, 0.5);
}

.text-neutral-dark-50 {
  color: rgba(68, 68, 68, 0.5);
}

.border-neutral-dark-50 {
  border-color: rgba(68, 68, 68, 0.5);
}

.bg-neutral-dark-60 {
  background-color: rgba(68, 68, 68, 0.6);
}

.text-neutral-dark-60 {
  color: rgba(68, 68, 68, 0.6);
}

.border-neutral-dark-60 {
  border-color: rgba(68, 68, 68, 0.6);
}

.bg-neutral-dark-70 {
  background-color: rgba(68, 68, 68, 0.7);
}

.text-neutral-dark-70 {
  color: rgba(68, 68, 68, 0.7);
}

.border-neutral-dark-70 {
  border-color: rgba(68, 68, 68, 0.7);
}

.bg-neutral-dark-80 {
  background-color: rgba(68, 68, 68, 0.8);
}

.text-neutral-dark-80 {
  color: rgba(68, 68, 68, 0.8);
}

.border-neutral-dark-80 {
  border-color: rgba(68, 68, 68, 0.8);
}

.bg-neutral-dark-90 {
  background-color: rgba(68, 68, 68, 0.9);
}

.text-neutral-dark-90 {
  color: rgba(68, 68, 68, 0.9);
}

.border-neutral-dark-90 {
  border-color: rgba(68, 68, 68, 0.9);
}

.bg-neutral-darker-10 {
  background-color: rgba(34, 34, 34, 0.1);
}

.text-neutral-darker-10 {
  color: rgba(34, 34, 34, 0.1);
}

.border-neutral-darker-10 {
  border-color: rgba(34, 34, 34, 0.1);
}

.bg-neutral-darker-20 {
  background-color: rgba(34, 34, 34, 0.2);
}

.text-neutral-darker-20 {
  color: rgba(34, 34, 34, 0.2);
}

.border-neutral-darker-20 {
  border-color: rgba(34, 34, 34, 0.2);
}

.bg-neutral-darker-30 {
  background-color: rgba(34, 34, 34, 0.3);
}

.text-neutral-darker-30 {
  color: rgba(34, 34, 34, 0.3);
}

.border-neutral-darker-30 {
  border-color: rgba(34, 34, 34, 0.3);
}

.bg-neutral-darker-40 {
  background-color: rgba(34, 34, 34, 0.4);
}

.text-neutral-darker-40 {
  color: rgba(34, 34, 34, 0.4);
}

.border-neutral-darker-40 {
  border-color: rgba(34, 34, 34, 0.4);
}

.bg-neutral-darker-50 {
  background-color: rgba(34, 34, 34, 0.5);
}

.text-neutral-darker-50 {
  color: rgba(34, 34, 34, 0.5);
}

.border-neutral-darker-50 {
  border-color: rgba(34, 34, 34, 0.5);
}

.bg-neutral-darker-60 {
  background-color: rgba(34, 34, 34, 0.6);
}

.text-neutral-darker-60 {
  color: rgba(34, 34, 34, 0.6);
}

.border-neutral-darker-60 {
  border-color: rgba(34, 34, 34, 0.6);
}

.bg-neutral-darker-70 {
  background-color: rgba(34, 34, 34, 0.7);
}

.text-neutral-darker-70 {
  color: rgba(34, 34, 34, 0.7);
}

.border-neutral-darker-70 {
  border-color: rgba(34, 34, 34, 0.7);
}

.bg-neutral-darker-80 {
  background-color: rgba(34, 34, 34, 0.8);
}

.text-neutral-darker-80 {
  color: rgba(34, 34, 34, 0.8);
}

.border-neutral-darker-80 {
  border-color: rgba(34, 34, 34, 0.8);
}

.bg-neutral-darker-90 {
  background-color: rgba(34, 34, 34, 0.9);
}

.text-neutral-darker-90 {
  color: rgba(34, 34, 34, 0.9);
}

.border-neutral-darker-90 {
  border-color: rgba(34, 34, 34, 0.9);
}

.wp-block-gallery {
  display: flex;
}

.wp-block-cover {
  overflow: hidden;
}

.wp-block-search__button {
  margin: 0;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}

.custom-swiper-button-prev:after,
.custom-swiper-button-next:after {
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  display: block;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.custom-swiper-button-prev:after {
  mask-image: url(arrow-left.svg);
  -webkit-mask-image: url(arrow-left.svg);
  left: 20px;
}

.custom-swiper-button-next:after {
  mask-image: url(arrow-right.svg);
  -webkit-mask-image: url(arrow-right.svg);
  right: 10px;
}

.header-main {
  background: #EFEFEA;
  position: relative;
}
.header-main--inside {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}
.header-main--inside .header-main--left {
  justify-self: start;
}
.header-main--inside .header-main--left .header-menu .mobile-menu-button .open-menu-button,
.header-main--inside .header-main--left .header-menu .mobile-menu-button .close-menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.header-main--inside .header-main--left .header-menu .mobile-menu-button .open-menu-button .menu-icon,
.header-main--inside .header-main--left .header-menu .mobile-menu-button .close-menu-button .menu-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.header-main--inside .header-main--left .header-menu .mobile-menu-button .open-menu-button .menu-icon svg,
.header-main--inside .header-main--left .header-menu .mobile-menu-button .close-menu-button .menu-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .header-main--inside .header-main--left .header-menu .main-menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
  }
  .header-main--inside .header-main--left .header-menu .main-menu-wrapper.menu-open {
    left: 0;
  }
  .header-main--inside .header-main--left .header-menu .main-menu-wrapper .mobile-menu-top {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
  .header-main--inside .header-main--left .header-menu .main-menu-wrapper .mobile-menu-top--inside {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header-main--inside .header-main--left .header-menu .main-menu-wrapper .header-menu-nav {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .main-menu-wrapper .mobile-menu-top {
    display: none;
  }
}
.header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul {
    display: block;
  }
}
.header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li {
  position: relative;
}
.header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li > a {
  display: block;
  font-size: 0.875rem;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li > a {
    padding: 10px 0;
  }
}
@media (max-width: 1023px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li > a {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
}
.header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li > a:hover {
  color: #000000;
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li.menu-item-has-children > a:after {
    content: url(chevron-down.svg);
    font-size: 10px;
    margin-left: 8px;
    transition: transform 0.2s ease;
  }
}
@media (max-width: 1023px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li.menu-item-has-children > a {
    position: relative;
  }
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li.menu-item-has-children > a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    transition: transform 0.2s ease;
  }
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li.menu-item-has-children > a.submenu-open:after {
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 100;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu.submenu-open {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu li a {
    padding: 12px 20px;
    font-size: 14px;
    text-transform: none;
    color: #000000;
    border-bottom: none;
  }
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu li a:hover {
    background: #f8f9fa;
    color: #000000;
  }
}
@media (max-width: 1023px) {
  .header-main--inside .header-main--left .header-menu .header-menu-nav .header-menu-container ul li .sub-menu li a {
    padding: 10px 0;
    font-size: 14px;
    color: #000000;
  }
}
@media (min-width: 768px) {
  .header-main--inside .header-main--left .header-menu .header-menu-account {
    display: none;
  }
}
.header-main--inside .header-main--left .header-menu .header-menu-account {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.header-main--inside .header-main--left .header-menu .header-menu-account a {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header-main--inside .header-main--center {
  justify-self: center;
}
.header-main--inside .header-main--center .header-main--logo img {
  max-height: 50px;
  width: auto;
}
.header-main--inside .header-main--right {
  justify-self: end;
}
.header-main--inside .header-main--right .right-menu {
  display: flex;
  gap: 20px;
}
.header-main--inside .header-main--right .right-menu a {
  font-size: 0.875rem;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
  align-items: center;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .header-main--inside .header-main--right .right-menu a:first-child {
    display: none;
  }
}
.header-main--inside .header-main--right .right-menu a:hover {
  color: #000000;
}

.menu-overlay {
  display: none;
}
@media (max-width: 1023px) {
  .menu-overlay.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}

.footer {
  background: #000000;
}
.footer__top {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .footer__top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__top .content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 60px;
}
.footer__top .content .newsletter {
  width: calc(58% - 30px);
  border-right: 1px solid white;
}
@media (max-width: 991px) {
  .footer__top .content .newsletter {
    width: 100%;
    border-right: none;
  }
}
.footer__top .content .newsletter .footer-newsletter .title {
  width: 100%;
}
.footer__top .content .newsletter .footer-newsletter .title p {
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
.footer__top .content .newsletter .footer-newsletter__inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .footer__top .content .newsletter .footer-newsletter__inside {
    justify-content: start;
  }
}
.footer__top .content .newsletter .footer-newsletter__form {
  width: 100%;
}
@media (max-width: 991px) {
  .footer__top .content .newsletter .footer-newsletter__form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer__top .content .newsletter .footer-newsletter__input-group {
    max-width: 500px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .footer__top .content .newsletter .footer-newsletter__input-group {
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
  }
}
.footer__top .content .newsletter .footer-newsletter__input {
  border: none;
  background: transparent;
  width: 75%;
  padding: 0 20px;
  color: #CCCCCC;
}
.footer__top .content .newsletter .footer-newsletter__input::placeholder {
  color: #CCCCCC;
}
.footer__top .content .newsletter .footer-newsletter__input:focus-visible, .footer__top .content .newsletter .footer-newsletter__input:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .footer__top .content .newsletter .footer-newsletter__input {
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer__top .content .newsletter .footer-newsletter__button {
  width: 25%;
  height: 100%;
  border-radius: 4px;
  border: none;
  background: #FAFAFA;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer__top .content .newsletter .footer-newsletter__button {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
}
.footer__top .content .newsletter .footer-newsletter__form-info-group {
  max-width: 500px;
}
.footer__top .content .newsletter .footer-newsletter__form-info {
  display: flex;
  max-width: 500px;
}
.footer__top .content .newsletter .newsletter-message {
  color: #D63230;
}
.footer__top .content .contact {
  width: calc(42% - 30px);
}
@media (max-width: 991px) {
  .footer__top .content .contact {
    width: 100%;
  }
}
.footer__top .content .contact__item {
  color: #FFFFFF;
}
.footer__top .content .contact__item a {
  color: #FFFFFF;
}
.footer__top .content .contact__item a p {
  margin: 0;
}
.footer__center--menus {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__center--menus .menu {
  width: 25%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .footer__center--menus .menu {
    width: 100%;
  }
}
.footer__center--menus .menu__title {
  margin-bottom: 20px;
}
.footer__center--menus .menu__content ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__center--menus .menu__content ul li {
  padding: 10px;
  padding-left: 0;
}
.footer__center--menus .menu__content ul li a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__bottom {
  padding: 40px 40px 20px 40px;
  color: #707070;
  text-align: center;
}

.s-error-404 {
  padding: 100px 0;
  background: #0c0000;
  color: #FFF;
  font-size: 100px;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.instagram-feed {
  margin-bottom: 80px;
}
.instagram-feed .insta-swiper .insta-item a img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .instagram-feed .insta-swiper .insta-item a img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .instagram-feed .insta-swiper .insta-item a img {
    height: 250px;
  }
}

.breadcrumbs {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 25px;
  }
}
.breadcrumbs--inside {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.breadcrumbs--inside span {
  color: #000000;
}
@media (max-width: 767px) {
  .breadcrumbs--inside span {
    font-size: 0.75rem;
  }
}
.breadcrumbs--inside span .current-item {
  font-weight: 501;
}
.breadcrumbs-sep:after {
  display: flex;
  content: "";
  background: #000000;
  width: 16px;
  height: 16px;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
}

.archive-product-main--inside .woocommerce-breadcrumb {
  color: #707070;
  font-size: 0.875rem;
  margin: 15px 0;
}
.archive-product-main--inside .woocommerce-breadcrumb a {
  color: #707070;
}
.archive-product-main--inside .category-filter {
  margin: 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .archive-product-main--inside .category-filter {
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .archive-product-main--inside .category-filter::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 2;
  }
}
.archive-product-main--inside .category-filter__buttons {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.archive-product-main--inside .category-filter__buttons::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .archive-product-main--inside .category-filter__buttons {
    gap: 12px;
  }
}
.archive-product-main--inside .category-filter__buttons button {
  color: #000000;
  padding: 24px;
  border-radius: 0;
  flex-shrink: 0;
  white-space: nowrap;
  min-width: max-content;
  border: 1px solid #707070;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
}
.archive-product-main--inside .category-filter__buttons button.category-filter__button--active {
  color: #FFFFFF;
  background: #000000;
}
@media (min-width: 768px) {
  .archive-product-main--inside .category-filter__buttons button:hover {
    color: #FFFFFF;
    background: #000000;
    cursor: pointer;
  }
}
.archive-product-main--inside .products {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 15px;
  list-style-type: none;
}
.archive-product-main--inside .products li {
  width: calc(33.33% - 10px);
}
@media (max-width: 768px) {
  .archive-product-main--inside .products li {
    width: 100%;
  }
}
.archive-product-main .category-description {
  margin: 50px 0;
}

.content-product .products li {
  background: #FFFFFF;
  padding: 24px;
}
.content-product .products li a .product-image {
  padding: 50px;
  text-align: center;
}
.content-product .products li a .product-image img {
  object-fit: contain;
}
.content-product .products li a .product-meta {
  font-weight: 300;
  font-size: 1rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.content-product .products li a .product-meta .title {
  margin-bottom: 10px;
}
.content-product .products li a .product-meta .price del.regular-price {
  color: #D9004A;
}
.content-product .products li a .product-meta .price .no-price {
  color: #D9004A;
}

.cart-empty--inside {
  justify-content: center;
  display: flex;
  margin-top: 80px;
  margin-bottom: 160px;
  flex-wrap: wrap;
}
.cart-empty--heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cart-empty--heading a {
  text-decoration: underline;
}
.cart-empty--buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 20px;
  flex-wrap: wrap;
}
.cart-empty--buttons a {
  border-radius: 25px;
  padding: 16px 18px;
  display: inline-block;
}
@media (max-width: 575px) {
  .cart-empty--buttons a {
    width: 100%;
    text-align: center;
  }
}
.cart-empty--buttons .home-redirect {
  color: #FFFFFF;
  background: #000000;
}
.cart-empty--buttons .news-redirect {
  color: #000000;
  background: #FAFAFA;
}

.sidebar.shop-page-sidebar {
  width: calc(30% - 25px);
}
@media (min-width: 992px) {
  .sidebar.shop-page-sidebar {
    position: sticky;
    top: 118px;
    height: fit-content;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
  .sidebar.shop-page-sidebar {
    width: 100%;
    transform: translateX(-100vw);
    position: fixed;
    opacity: 0;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
    height: -webkit-fill-available;
  }
}
.sidebar.shop-page-sidebar.open {
  transform: translateX(0);
  opacity: 1;
  background: #FFFFFF;
  z-index: 999;
  top: 0;
}
@media (max-width: 991px) {
  .sidebar.shop-page-sidebar .sidebar-shop {
    padding: 0 15px;
    height: 100%;
    overflow-y: scroll;
  }
}
.sidebar.shop-page-sidebar .sidebar-shop--content--title {
  margin-top: 0;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-header {
  display: none;
}
@media (max-width: 991px) {
  .sidebar.shop-page-sidebar .sidebar-shop--mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-header .close-filters-btn {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #000000;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-footer {
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #FFFFFF;
  padding: 10px 0;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-footer .close-filters-btn {
  display: flex;
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  padding: 18px 24px;
  justify-content: center;
  cursor: pointer;
}

.single-product-main--inside h4 {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
.single-product-main--inside__top {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2%;
}
.single-product-main--inside__top--left {
  width: 57%;
  position: relative;
}
@media (max-width: 992px) {
  .single-product-main--inside__top--left {
    width: 100%;
  }
}
.single-product-main--inside__top--left .custom-product-gallery {
  background: #FFFFFF;
  border-radius: 0;
  padding: 15px;
}
.single-product-main--inside__top--left .custom-product-gallery--inside {
  display: inline-flex;
  width: 100%;
  gap: 2%;
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery {
  width: 78%;
}
@media (max-width: 768px) {
  .single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery {
    width: 100%;
  }
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .swiper-slide a img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .swiper-slide a img {
    height: 100%;
  }
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .only-desktop,
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .only-mobile {
  display: inline-flex;
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 110px;
  gap: 20px;
  justify-content: end;
}
@media (min-width: 992px) {
  .single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .only-desktop,
  .single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .only-mobile {
    display: inline-flex !important;
  }
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .only-mobile {
  position: relative;
  height: 40px;
  bottom: 40px;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .swiper-button-prev,
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .swiper-button-next {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  color: unset;
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .swiper-button-prev:after,
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery .swiper-button-next:after {
  background-color: #000000;
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery-thumbs {
  width: 20%;
}
@media (max-width: 768px) {
  .single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery-thumbs {
    display: none;
  }
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
  max-height: 100px;
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery-thumbs .swiper-wrapper .swiper-slide .thumb-image img {
  border-radius: 10px;
}
.single-product-main--inside__top--left .custom-product-gallery--inside #single-product-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-image img {
  border: 1px solid #000000;
  position: relative;
}
.single-product-main--inside__top--right {
  width: 41%;
  position: relative;
}
@media (max-width: 992px) {
  .single-product-main--inside__top--right {
    width: 100%;
    margin-top: 25px;
  }
}
.single-product-main--inside__top--right .entry-summary {
  position: sticky;
  width: 100%;
  background: #FFFFFF;
  padding: 15px 20px;
  border-radius: 0;
}
.single-product-main--inside__top--right .entry-summary h1 {
  text-transform: uppercase;
}
.single-product-main--inside__top--right .entry-summary .short-summary-info--inside__single-info span {
  display: inline-flex;
  font-size: 14px;
  font-weight: 300;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  align-items: center;
}
.single-product-main--inside__top--right .entry-summary .short-summary-info--inside__single-info span:before {
  mask-image: url(tick.svg);
  -webkit-mask-image: url(tick.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 7px;
  display: block;
  background: #000000;
}
.single-product-main--inside__top--right .entry-summary .price {
  display: inline-flex;
  width: 100%;
  align-content: center;
  gap: 20px;
  margin: 15px 0;
  align-items: center;
}
.single-product-main--inside__top--right .entry-summary .price .discount-percentage {
  background: #D9004A;
  padding: 5px;
  color: white;
}
.single-product-main--inside__top--right .entry-summary #omnibus-price-data {
  font-size: 12px;
  color: #707070;
  font-weight: 300;
  margin: 0;
}
.single-product-main--inside__top--right .entry-summary .shipping-info {
  margin: 15px 0;
}
.single-product-main--inside__top--right .entry-summary .shipping-info--inside {
  display: inline-flex;
  width: 100%;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 0;
  justify-content: center;
  height: 50px;
}
.single-product-main--inside__top--right .entry-summary .shipping-info--inside__text {
  margin-left: 10px;
  font-weight: 501;
  font-size: 12px;
}
.single-product-main--inside__top--right .entry-summary .stock {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.single-product-main--inside__top--right .entry-summary .cart {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-product-main--inside__top--right .entry-summary .cart .quantity {
  width: 85%;
  display: inline-flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-product-main--inside__top--right .entry-summary .cart .quantity {
    width: 80%;
  }
}
.single-product-main--inside__top--right .entry-summary .cart .quantity input.qty {
  width: auto;
  min-width: 70%;
}
.single-product-main--inside__top--right .entry-summary .cart .pack-as-gift {
  margin: 15px 0 0 0;
  display: flex;
  border: 1px solid #000;
  width: 100%;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 401;
}
.single-product-main--inside__top--right .entry-summary .cart .pack-as-gift label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.single-product-main--inside__top--right .entry-summary .cart .quick-buy-button {
  width: 100%;
  margin-top: 15px;
}
.single-product-main--inside__bottom {
  width: 57%;
}
@media (max-width: 992px) {
  .single-product-main--inside__bottom {
    width: 100%;
  }
}
.single-product-main--inside__bottom .short-additional-info {
  margin: 25px 0;
}
.single-product-main--inside__bottom .short-additional-info--inside {
  border-radius: 0px;
  display: inline-flex;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .single-product-main--inside__bottom .short-additional-info--inside {
    flex-direction: column-reverse;
  }
}
.single-product-main--inside__bottom .short-additional-info--inside__left {
  padding-right: 15px;
  width: 30%;
}
@media (max-width: 768px) {
  .single-product-main--inside__bottom .short-additional-info--inside__left {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
.single-product-main--inside__bottom .short-additional-info--inside__right {
  width: 70%;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .single-product-main--inside__bottom .short-additional-info--inside__right {
    width: 100%;
    padding: 0;
  }
}
.single-product-main--inside__bottom .short-additional-info--inside__right--title {
  text-transform: uppercase;
  font-weight: 300;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information {
  border: 1px solid #E9E9E9;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information--title {
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information--title:after {
  mask-image: url(carret.svg);
  -webkit-mask-image: url(carret.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 6px;
  display: block;
  background: #000000;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information--description {
  font-size: 13px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  font-weight: 300;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information.active {
  border: 1px solid #000000;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information.active .toggle-button {
  margin-bottom: 10px;
}
.single-product-main--inside__bottom .short-additional-info--inside__right--informations .single-information.active .toggle-button:after {
  transform: rotate(180deg);
  background: #E1C772;
}
.single-product-main--inside__bottom .feature-section--inside {
  border-radius: 0;
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  padding: 20px 30px;
  flex-wrap: wrap;
}
.single-product-main--inside__bottom .feature-section--inside__title {
  width: 100%;
  text-align: left;
}
.single-product-main--inside__bottom .feature-section--inside__title h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.single-product-main--inside__bottom .feature-section--inside__items {
  width: 100%;
}
.single-product-main--inside__bottom .feature-section--inside__items .single-feature-item {
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.single-product-main--inside__bottom .feature-section--inside__items .single-feature-item span {
  font-weight: 300;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.single-product-main--inside__bottom .feature-section--inside__items .single-feature-item span:before {
  mask-image: url(tick.svg);
  -webkit-mask-image: url(tick.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 7px;
  display: block;
  background: #E1C772;
}
.single-product-main--inside__bottom .attributes-section {
  margin-top: 25px;
}
.single-product-main--inside__bottom .attributes-section--inside {
  border-radius: 0;
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  flex-wrap: wrap;
}
.single-product-main--inside__bottom .attributes-section--inside__title {
  width: 100%;
  text-align: left;
}
.single-product-main--inside__bottom .attributes-section--inside__title h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.single-product-main--inside__bottom .attributes-section--inside__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}
.single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 768px) {
  .single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item {
    flex-direction: column;
    border-bottom: none;
  }
}
.single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item:last-child {
  border-bottom: none;
}
.single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item:nth-child(even) {
  background-color: #F5F5F5;
}
.single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item--name, .single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item--value {
  width: 50%;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item--name, .single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item--value {
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
  }
}
.single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item--name {
  font-weight: 300;
  font-size: 14px;
  border-right: 1px solid #E9E9E9;
}
.single-product-main--inside__bottom .attributes-section--inside__items .single-attribute-item--value {
  font-weight: 300;
  font-size: 14px;
}
.single-product-main--inside__bottom .short-description-section {
  margin-top: 25px;
}
.single-product-main--inside__bottom .short-description-section--inside {
  border-radius: 8px;
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  flex-wrap: wrap;
}
.single-product-main--inside__bottom .long-description-section {
  margin-top: 25px;
}
.single-product-main--inside__bottom .long-description-section--inside {
  border-radius: 0;
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  flex-wrap: wrap;
}
.single-product-main--inside__bottom .long-description-section--inside__content {
  font-weight: 300;
}
.single-product-main--inside__bottom .long-description-section--inside__content img {
  border-radius: 8px;
}
.single-product-main--inside__bottom .tags-section {
  margin-top: 25px;
}
.single-product-main--inside__bottom .tags-section--inside {
  border-radius: 8px;
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  flex-wrap: wrap;
}

.quick-mobile-add-to-cart--inside {
  visibility: hidden;
  bottom: 0;
  width: 100vw;
  z-index: 9999999;
  display: inline-flex;
  background: #fff;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  left: 0;
  padding: 10px;
}
.quick-mobile-add-to-cart--inside.fixed {
  visibility: visible;
  position: fixed;
}
.quick-mobile-add-to-cart--inside .quick-buy-button {
  width: 40%;
  background-color: #00AE63;
}

.product-label {
  display: inline;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0px;
  margin-right: 5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 12px;
}
.product-label.bestseller-product-label {
  background-color: #000000;
}
.product-label.new-product-label {
  background-color: #E1C772;
}
.product-label.promo-product-label {
  background-color: #D9004A;
}

.woocommerce-notices-wrapper {
  padding: 0 30px;
  margin-top: 20px;
  width: 100%;
}

ul.woocommerce-error {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.woocommerce-error li {
  background: #fff6f8;
  border: 1px solid #D63230;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.woocommerce-message {
  background: #eefff3;
  border: 1px solid #337357;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
input[type=checkbox]:checked {
  background: #FFFFFF;
}
input[type=checkbox]::after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: #000000;
  mask-image: url(check.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(check.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
input[type=checkbox]:checked::after {
  display: block;
}

.added-to-cart-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 130, 130, 0.8392156863) 0 0 no-repeat padding-box;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, z-index 0s linear 0.3s;
}
.added-to-cart-modal.is-visible {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in, visibility 0s linear;
}
.added-to-cart-modal--inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 600px;
  max-height: 630px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .added-to-cart-modal--inside {
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .added-to-cart-modal--inside {
    max-width: 95vw;
    width: 100%;
    padding: 20px;
    max-height: 85vh;
    height: auto;
  }
}
@media (max-width: 576px) {
  .added-to-cart-modal--inside {
    max-height: 90vh;
  }
}
.added-to-cart-modal--heading {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.added-to-cart-modal--heading h4 {
  font-size: 22px;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 576px) {
  .added-to-cart-modal--heading h4 {
    font-size: 17px;
  }
}
.added-to-cart-modal--heading h4:before {
  mask-image: url(check_icon.svg);
  -webkit-mask-image: url(check_icon.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  background: #00AE63;
  margin-right: 10px;
}
.added-to-cart-modal--heading .modal-close-top {
  cursor: pointer;
}
.added-to-cart-modal--heading .modal-close-top:before {
  content: "";
  mask-image: url(close.svg);
  -webkit-mask-image: url(close.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-color: #000;
  margin-right: 5px;
  display: block;
}
.added-to-cart-modal--product {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #000000;
  border-radius: 0;
  margin: 15px 0;
}
.added-to-cart-modal--product__image {
  padding: 10px 0;
}
.added-to-cart-modal--product__image img {
  width: 80px;
}
.added-to-cart-modal--product__info {
  display: flex;
  flex-direction: column;
}
.added-to-cart-modal--product__name {
  font-size: 14px;
  margin: 0;
  font-weight: 401;
}
.added-to-cart-modal--product__price {
  font-size: 15px;
  margin: 0;
  font-weight: 501;
}
.added-to-cart-modal--tabs {
  display: inline-flex;
  gap: 5px;
  color: #000000;
}
.added-to-cart-modal--tabs .tabs-btn {
  font-size: 14px;
  font-weight: 501;
  padding: 10px;
  border: 1px solid #f0f0ef;
  background-color: #FFFFFF;
  cursor: pointer;
}
.added-to-cart-modal--tabs .tabs-btn.current {
  background-color: #f0f0ef;
}
.added-to-cart-modal--tab {
  padding: 10px 15px;
  display: none;
}
.added-to-cart-modal--tab.current-tab {
  background-color: #f0f0ef;
  display: block;
}
.added-to-cart-modal--tab.additional-products .products-slider {
  padding: 0;
  background-color: transparent;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product {
  -webkit-box-shadow: 0 2px 15px -10px rgb(0, 0, 0);
  -moz-box-shadow: 0 2px 15px -10px rgb(0, 0, 0);
  box-shadow: 0 2px 15px -10px rgb(0, 0, 0);
  background-color: #FFFFFF;
  height: 240px;
  display: flex;
  flex-direction: column;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product--thumbnail {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product--thumbnail img {
  width: 100px;
  height: 100px;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product-meta {
  padding: 10px;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product-meta__title {
  font-size: 14px;
  margin: 0;
  font-weight: 401;
  width: 100%;
  color: black;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product--bottom {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 10px;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product--bottom__price {
  font-weight: 501;
  color: #D9004A;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product--bottom .add_to_cart_button {
  width: 40px;
  height: 40px;
}
.added-to-cart-modal--tab.additional-products .products-slider .content-product--bottom .add_to_cart_button.added:before {
  mask-image: url(tick.svg);
  -webkit-mask-image: url(tick.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 15px;
  height: 12px;
  display: block;
  background: #000000;
}
.added-to-cart-modal--tab.additional-products .products-slider .recommended-slider-buttons {
  position: absolute;
  z-index: 9999;
  top: 50%;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.added-to-cart-modal--tab.additional-products .products-slider .recommended-slider-buttons .recommended-swiper-prev,
.added-to-cart-modal--tab.additional-products .products-slider .recommended-slider-buttons .recommended-swiper-next {
  background-color: #FFFFFF;
}
.added-to-cart-modal--tab.additional-products .products-slider .recommended-slider-buttons .recommended-swiper-prev:hover:after,
.added-to-cart-modal--tab.additional-products .products-slider .recommended-slider-buttons .recommended-swiper-next:hover:after {
  background-color: #000000;
}
.added-to-cart-modal--tab.additional-products .products-slider .recommended-slider-buttons .swiper-button-disabled {
  visibility: hidden;
}
.added-to-cart-modal .added-to-cart-bottom {
  margin-top: 20px;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .added-to-cart-modal .added-to-cart-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.added-to-cart-modal .added-to-cart-bottom .modal-close-bottom {
  color: #000000;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 401;
}
.added-to-cart-modal .added-to-cart-bottom .modal-close-bottom:before {
  content: "";
  background-image: url(arrow-left.svg);
  background-size: contain;
  mask-repeat: no-repeat;
  width: 15px;
  height: 14px;
  background-color: 576px;
  display: block;
}
.added-to-cart-modal--button {
  padding: 10px;
  background: #D9004A;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 15px;
}
@media (max-width: 576px) {
  .added-to-cart-modal--button {
    width: 100%;
    text-align: center;
  }
}
.added-to-cart-modal--button:hover {
  color: #FFFFFF;
}
