/*!**************************************************************************************************************************************************************************************!*\
  !*** 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: "Oswald";
  src: url(Oswald-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(Oswald-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(Oswald-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(Oswald-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(Oswald-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(Oswald-Bold.ttf) format("truetype");
  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;
}

html #wpadminbar {
  position: fixed;
}

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

.section {
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.button {
  background: rgb(255, 255, 255);
  color: rgb(222, 34, 34);
  line-height: 24px;
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 24px 19px 24px;
}

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

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

/*------------------------------------*\
    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;
}

.heading-1 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 3rem;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .heading-1 {
    font-size: 2.25rem;
    line-height: 115%;
  }
}

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

.heading-3 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 2.25rem;
    line-height: 115%;
  }
}
@media (max-width: 767px) {
  .heading-3 {
    font-size: 1.5rem;
    line-height: 125%;
  }
}

.heading-4 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 2rem;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .heading-4 {
    font-size: 1.25rem;
    line-height: 125%;
  }
}

.heading-5 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.5rem;
    line-height: 115%;
  }
}
@media (max-width: 767px) {
  .heading-5 {
    font-size: 1.125rem;
    line-height: 125%;
  }
}

.heading-6 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 115%;
}

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

@media (max-width: 768px) {
  .mobile-heading-1-bold {
    font-size: 2.25rem;
    line-height: 115%;
    font-weight: 700;
  }
  .mobile-heading-1-medium {
    font-size: 2.25rem;
    line-height: 115%;
    font-weight: 500;
  }
  .mobile-heading-1-light {
    font-size: 2.25rem;
    line-height: 115%;
    font-weight: 300;
  }
  .mobile-heading-2-bold {
    font-size: 2rem;
    line-height: 115%;
    font-weight: 500;
  }
  .mobile-heading-2-medium {
    font-size: 2rem;
    line-height: 115%;
    font-weight: 500;
  }
  .mobile-heading-2-light {
    font-size: 2rem;
    line-height: 115%;
    font-weight: 300;
  }
  .mobile-heading-3-bold {
    font-size: 1.5rem;
    line-height: 125%;
    font-weight: 700;
  }
  .mobile-heading-3-medium {
    font-size: 1.5rem;
    line-height: 125%;
    font-weight: 500;
  }
  .mobile-heading-3-light {
    font-size: 1.5rem;
    line-height: 125%;
    font-weight: 300;
  }
  .mobile-heading-4-bold {
    font-size: 1.25rem;
    line-height: 125%;
    font-weight: 700;
  }
  .mobile-heading-4-medium {
    font-size: 1.25rem;
    line-height: 125%;
    font-weight: 500;
  }
  .mobile-heading-4-light {
    font-size: 1.25rem;
    line-height: 125%;
    font-weight: 300;
  }
  .mobile-heading-5-bold {
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: 700;
  }
  .mobile-heading-5-medium {
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: 500;
  }
  .mobile-heading-5-light {
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: 300;
  }
}
.b1-semi {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 125%;
}

.b1-medium {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.b1-light {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 125%;
}

.b2-semi {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 125%;
}

.b2-medium {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}

.b2-light {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 125%;
}

.b3-semi {
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
}

.b3-medium {
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}

.b3-normal {
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.b3-light {
  font-size: 1rem;
  font-weight: 300;
  line-height: 125%;
}

.b4-semi {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 125%;
}

.b4-medium {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 125%;
}

.b4-light {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 125%;
}

.b4-regular {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 125%;
}

.b5-semi {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 125%;
}

.b5-medium {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 125%;
}

.b5-light {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 125%;
}

.b1-mobile-semi {
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 125%;
}

.b1-mobile-medium {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 125%;
}

.b1-mobile-normal {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 125%;
}

.b1-mobile-light {
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 125%;
}

.b2-mobile-semi {
  font-size: 0.875rem !important;
  font-weight: 600;
  line-height: 125%;
}

.b2-mobile-medium {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 125%;
}

.b2-mobile-normal {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 125%;
}

.b2-mobile-light {
  font-size: 0.875rem !important;
  font-weight: 300;
  line-height: 125%;
}

.b3-mobile-semi {
  font-size: 0.75rem !important;
  font-weight: 600;
  line-height: 125%;
}

.b3-mobile-medium {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 125%;
}

.b3-mobile-light {
  font-size: 0.75rem !important;
  font-weight: 300;
  line-height: 125%;
}

.text-large {
  font-size: 1.25rem;
  line-height: 125%;
}

.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;
}

@media (max-width: 991px) {
  .mobile-text-large {
    font-size: 1.25rem !important;
    line-height: 125% !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: 125% !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-primary {
  background-color: #000000;
}

.bg-secondary {
  background-color: #96710F;
}

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

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

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

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

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

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

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

.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;
}

.bg-black {
  background-color: #000000;
}

.primary {
  color: #000000;
}

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

.secondary {
  color: #96710F;
}

.hover\:secondary:hover {
  color: #96710F;
}

.background {
  color: #FFFFFF;
}

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

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

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

.button-primary {
  color: #000000;
}

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

.button-secondary {
  color: #96710F;
}

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

.text-primary {
  color: #000000;
}

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

.text-secondary {
  color: #4A4A4A;
}

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

.white {
  color: #FFFFFF;
}

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

.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;
}

.black {
  color: #000000;
}

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

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

.border-secondary {
  border-color: #96710F;
}

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

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

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

.border-button-secondary {
  border-color: #96710F;
}

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

.border-text-secondary {
  border-color: #4A4A4A;
}

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

.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;
}

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

.btn-primary {
  background-color: #000000;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: black;
}

.btn-secondary {
  background-color: #96710F;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: rgb(103.6363636364, 78.0727272727, 10.3636363636);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-secondary-10 {
  background-color: rgba(150, 113, 15, 0.1);
}

.text-secondary-10 {
  color: rgba(150, 113, 15, 0.1);
}

.border-secondary-10 {
  border-color: rgba(150, 113, 15, 0.1);
}

.bg-secondary-20 {
  background-color: rgba(150, 113, 15, 0.2);
}

.text-secondary-20 {
  color: rgba(150, 113, 15, 0.2);
}

.border-secondary-20 {
  border-color: rgba(150, 113, 15, 0.2);
}

.bg-secondary-30 {
  background-color: rgba(150, 113, 15, 0.3);
}

.text-secondary-30 {
  color: rgba(150, 113, 15, 0.3);
}

.border-secondary-30 {
  border-color: rgba(150, 113, 15, 0.3);
}

.bg-secondary-40 {
  background-color: rgba(150, 113, 15, 0.4);
}

.text-secondary-40 {
  color: rgba(150, 113, 15, 0.4);
}

.border-secondary-40 {
  border-color: rgba(150, 113, 15, 0.4);
}

.bg-secondary-50 {
  background-color: rgba(150, 113, 15, 0.5);
}

.text-secondary-50 {
  color: rgba(150, 113, 15, 0.5);
}

.border-secondary-50 {
  border-color: rgba(150, 113, 15, 0.5);
}

.bg-secondary-60 {
  background-color: rgba(150, 113, 15, 0.6);
}

.text-secondary-60 {
  color: rgba(150, 113, 15, 0.6);
}

.border-secondary-60 {
  border-color: rgba(150, 113, 15, 0.6);
}

.bg-secondary-70 {
  background-color: rgba(150, 113, 15, 0.7);
}

.text-secondary-70 {
  color: rgba(150, 113, 15, 0.7);
}

.border-secondary-70 {
  border-color: rgba(150, 113, 15, 0.7);
}

.bg-secondary-80 {
  background-color: rgba(150, 113, 15, 0.8);
}

.text-secondary-80 {
  color: rgba(150, 113, 15, 0.8);
}

.border-secondary-80 {
  border-color: rgba(150, 113, 15, 0.8);
}

.bg-secondary-90 {
  background-color: rgba(150, 113, 15, 0.9);
}

.text-secondary-90 {
  color: rgba(150, 113, 15, 0.9);
}

.border-secondary-90 {
  border-color: rgba(150, 113, 15, 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(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-button-secondary-90 {
  border-color: rgba(150, 113, 15, 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(74, 74, 74, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-text-secondary-90 {
  border-color: rgba(74, 74, 74, 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-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);
}

.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-gradient-primary {
  background: linear-gradient(to right, #000000, #333333);
}

.bg-gradient-secondary {
  background: linear-gradient(to right, #96710F, rgb(232.9090909091, 178.4181818182, 34.0909090909));
}

.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;
}

.header-main {
  background: #FFFFFF;
  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: rgba(0, 0, 0, 0.7);
  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: rgba(0, 0, 0, 0.6);
    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: rgba(0, 0, 0, 0.6);
  }
}
.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: rgba(0, 0, 0, 0.7);
  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: rgb(222, 34, 34);
}
.footer-top {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 78px 0;
}
@media (max-width: 768px) {
  .footer-top {
    padding: 44px 64px;
  }
}
.footer-middle {
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .footer-middle {
    padding-bottom: 32px;
  }
}
.footer-middle .content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-middle .content-inner {
    width: 100%;
  }
}
.footer-middle .content-inner .title {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .footer-middle .content-inner.social .text {
    flex-direction: row;
  }
}
.footer-middle .content-inner .text {
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .footer-middle .content-inner .text {
    margin-bottom: 32px;
  }
}
.footer-middle .content-inner .text a {
  color: rgb(255, 255, 255);
  padding: 12px 0;
}
.footer-middle .content-inner .text .social-menu-item {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
}
.footer-middle .content-inner .text .social-menu-item__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-middle .content-inner .text .social-menu-item__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer-middle .content-inner .text .social-menu-item__url {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .footer-middle .content-inner .text .social-menu-item__url {
    display: none;
  }
}
.footer-middle .content-inner .text .social-menu-item__url a {
  padding: 0;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .footer-middle .content-inner:nth-child(-n+2) .text {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
  }
  .footer-middle .content-inner:nth-child(-n+2).toggle-mobile .text {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .footer-middle .content-inner:nth-child(-n+2).toggle-mobile .title:after {
    transform: rotate(180deg);
  }
  .footer-middle .content-inner:nth-child(-n+2) .title {
    cursor: pointer;
    user-select: none;
  }
  .footer-middle .content-inner:nth-child(-n+2) .title:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    background-color: rgb(255, 255, 255);
    mask: url(chevron-down.svg) no-repeat center;
    mask-size: contain;
    -webkit-mask: url(chevron-down.svg) no-repeat center;
    -webkit-mask-size: contain;
  }
}
.footer-middle .content .terms {
  display: none;
}
@media (max-width: 768px) {
  .footer-middle .content .terms {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
  }
}
.footer-middle .content .terms a {
  color: rgb(255, 255, 255);
}
.footer-bottom {
  background: rgb(255, 255, 255);
  color: rgb(222, 34, 34);
}
.footer-bottom .content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 0;
  margin-left: 90px;
  gap: 26px;
}
@media (max-width: 768px) {
  .footer-bottom .content {
    margin-left: 0;
  }
}
.footer-bottom .content span {
  font-weight: 700;
}
.footer-bottom .content .terms {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-bottom .content .terms {
    display: none;
  }
}
.footer-bottom .content .terms a {
  color: rgb(222, 34, 34);
}

.slider {
  position: relative;
}
.slider.is-background {
  padding: 40px 0;
}
.slider.is-background .slider-header__title {
  color: #FFFFFF;
}
.slider-background, .slider-background-image {
  height: 100%;
  width: 100vw;
  max-width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-position: center;
  top: 0;
  left: 0;
  margin-left: -15px;
}
@media (min-width: 1400px) {
  .slider-background, .slider-background-image {
    margin-left: calc(-1 * max(30px, (100% - 1920px) / 2 + 15px));
    width: 100vw;
  }
}
@media (min-width: 1920px) {
  .slider-background, .slider-background-image {
    width: 100vw;
    margin-left: -30px;
  }
}
.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .slider-header {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .slider-header__title {
    line-height: 40px;
  }
}
.slider-header__controls {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 50%;
  justify-content: flex-end;
  margin-right: 30px;
}
@media (min-width: 1400px) {
  .slider-header__controls {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .slider-header__controls {
    margin: 0;
    width: auto;
  }
}
.slider-custom-buttons {
  display: flex;
  gap: 5px;
}
.slider-custom-buttons__button {
  width: 48px;
  height: 48px;
  background: #FAFAFA;
  border-radius: 100px;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-custom-buttons__button:after {
  display: flex;
  content: "";
  background: #000000;
  width: 16px;
  height: 16px;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
}
.slider-custom-buttons__button--prev:after {
  transform: rotate(180deg);
}
.slider-custom-buttons__button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-see-all-button {
  background: #FAFAFA;
  display: flex;
  align-items: center;
  border-radius: 25px;
  color: #000000;
  max-width: 214px;
  height: 48px;
  justify-content: center;
  width: 100%;
  font-weight: 401;
}
.slider-see-all-button--desktop {
  display: none;
}
@media (min-width: 768px) {
  .slider-see-all-button--desktop {
    display: flex;
  }
}
.slider-see-all-button--mobile {
  display: flex;
  margin: 40px auto 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .slider-see-all-button--mobile {
    display: none;
  }
}
.slider.top-grails .products-slider__title {
  color: #96710F;
}
.slider.top-grails .slider-custom-buttons__button,
.slider.top-grails .slider-see-all-button {
  background: #96710F;
}
.slider.top-grails .slider-see-all-button {
  color: #FFFFFF;
}
.slider.top-grails .slider-custom-buttons__button:after {
  background: #FFFFFF;
}

.main-post-content .post-content__hero {
  position: relative;
}
.main-post-content .post-content__hero picture {
  display: block;
  line-height: 0;
}
.main-post-content .post-content__hero img {
  width: 100%;
  object-fit: contain;
}
.main-post-content .post-content__hero .category {
  display: none;
}
@media (max-width: 768px) {
  .main-post-content .post-content__hero .category {
    position: absolute;
    top: 32px;
    left: 16px;
    display: inline-flex;
    width: 100%;
    gap: 13px;
  }
  .main-post-content .post-content__hero .category .single-cat {
    background: rgb(255, 255, 255);
    color: rgb(222, 34, 34);
    padding: 8px 12px;
    border-radius: 32px;
  }
}
.main-post-content .post-content__content {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0 96px 0;
}
@media (max-width: 768px) {
  .main-post-content .post-content__content {
    padding: 64px 16px;
  }
}
.main-post-content .post-content__content figure {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .main-post-content .post-content__content figure img {
    height: auto;
  }
}
.main-post-content .post-content__content p {
  padding-bottom: 32px;
}

.main-blog-page {
  overflow-x: hidden;
}
.main-blog-page__header {
  padding-top: 64px;
  padding-bottom: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .main-blog-page__header {
    margin-left: 15px;
  }
}
.main-blog-page__header .post-category-filter {
  background: rgb(234, 234, 234);
  border-radius: 60px;
  padding: 8px 128px;
  position: relative;
}
@media (max-width: 768px) {
  .main-blog-page__header .post-category-filter {
    padding: 8px 16px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-blog-page__header .post-category-filter::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .main-blog-page__header .post-category-filter::after {
    right: 0;
    background: linear-gradient(270deg, rgb(234, 234, 234) 0%, rgba(234, 234, 234, 0) 100%);
  }
}
.main-blog-page__header .post-category-filter__buttons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .main-blog-page__header .post-category-filter__buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .main-blog-page__header .post-category-filter__buttons::-webkit-scrollbar {
    display: none;
  }
}
.main-blog-page__header .post-category-filter__buttons button {
  color: rgb(0, 0, 0);
  padding: 8px 24px 9px 24px;
  border-radius: 32px;
  border: none;
}
@media (max-width: 768px) {
  .main-blog-page__header .post-category-filter__buttons button {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.main-blog-page__header .post-category-filter__buttons button.post-category-filter__button--active {
  color: rgb(255, 255, 255);
  background: rgb(222, 34, 34);
}
@media (min-width: 768px) {
  .main-blog-page__header .post-category-filter__buttons button:hover {
    color: rgb(255, 255, 255);
    background: rgb(222, 34, 34);
    cursor: pointer;
  }
}
.main-blog-page__content {
  background: rgb(234, 234, 234);
  padding: 64px 0 122px 0;
}
@media (max-width: 768px) {
  .main-blog-page__content {
    padding: 64px 0 64px 0;
  }
}
.main-blog-page__content .posts-container {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}
.main-blog-page__content .posts-container .post-card {
  width: calc(33.33% - 22px);
  background: rgb(255, 255, 255);
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 768px) {
  .main-blog-page__content .posts-container .post-card {
    width: 100%;
  }
}
.main-blog-page__content .posts-container .post-card__thumbnail a {
  display: block;
  line-height: 0;
}
.main-blog-page__content .posts-container .post-card__thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  max-height: 244px;
}
.main-blog-page__content .posts-container .post-card__meta {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px 16px 16px;
}
.main-blog-page__content .posts-container .post-card__meta .category {
  color: rgb(255, 255, 255);
  background: rgb(222, 34, 34);
  padding: 8px 12px;
  border-radius: 32px;
}
.main-blog-page__content .posts-container .post-card__meta .date {
  color: rgb(0, 0, 0);
}
.main-blog-page__content .posts-container .post-card__title {
  padding: 0 24px 24px 24px;
}
.main-blog-page__content .posts-container .post-card__title a {
  color: rgb(0, 0, 0);
}

.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 .archive-product--row__header {
  padding-top: 64px;
  padding-bottom: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .archive-product-main--inside .archive-product--row__header {
    margin-left: 15px;
  }
}
.archive-product-main--inside .archive-product--row__header .category-filter {
  background: rgb(234, 234, 234);
  border-radius: 60px;
  padding: 8px 128px;
  position: relative;
}
@media (max-width: 768px) {
  .archive-product-main--inside .archive-product--row__header .category-filter {
    padding: 8px 16px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .archive-product-main--inside .archive-product--row__header .category-filter::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .archive-product-main--inside .archive-product--row__header .category-filter::after {
    right: 0;
    background: linear-gradient(270deg, rgb(234, 234, 234) 0%, rgba(234, 234, 234, 0) 100%);
  }
}
.archive-product-main--inside .archive-product--row__header .category-filter__buttons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .archive-product-main--inside .archive-product--row__header .category-filter__buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .archive-product-main--inside .archive-product--row__header .category-filter__buttons::-webkit-scrollbar {
    display: none;
  }
}
.archive-product-main--inside .archive-product--row__header .category-filter__buttons button {
  color: rgb(0, 0, 0);
  padding: 8px 24px 9px 24px;
  border-radius: 32px;
  border: none;
}
@media (max-width: 768px) {
  .archive-product-main--inside .archive-product--row__header .category-filter__buttons button {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.archive-product-main--inside .archive-product--row__header .category-filter__buttons button.category-filter__button--active {
  color: rgb(255, 255, 255);
  background: rgb(222, 34, 34);
}
@media (min-width: 768px) {
  .archive-product-main--inside .archive-product--row__header .category-filter__buttons button:hover {
    color: rgb(255, 255, 255);
    background: rgb(222, 34, 34);
    cursor: pointer;
  }
}
.archive-product-main--inside .archive-product--row__product-list {
  background: rgb(234, 234, 234);
  padding: 64px 0;
}
.archive-product-main--inside .archive-product--row__product-list ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 48px 12px;
}
.archive-product-main--inside .archive-product--row__product-list ul li {
  width: calc(25% - 9px);
  position: relative;
}
@media (max-width: 992px) {
  .archive-product-main--inside .archive-product--row__product-list ul li {
    width: calc(33.33% - 9px);
  }
}
@media (max-width: 768px) {
  .archive-product-main--inside .archive-product--row__product-list ul li {
    width: 100%;
  }
}
.content-product__image {
  background: rgb(255, 255, 255);
  position: relative;
  border-radius: 12px;
}
.content-product__image .label {
  position: absolute;
  left: 12px;
  top: 24px;
  color: rgb(255, 255, 255);
  background: rgb(222, 34, 34);
  padding: 4px 12px;
  border-radius: 32px;
}
.content-product__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  border-radius: 12px;
}
.content-product__image .cart-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
}
.content-product__image .cart-icon svg {
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}
.content-product__image .cart-icon svg:hover rect {
  filter: brightness(0.8);
}
.content-product__image .cart-icon-btn {
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
}
.content-product__image .cart-icon-btn.loading {
  cursor: not-allowed;
  opacity: 0.8;
}
.content-product__image .button-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.content-product__image .button-loader svg {
  display: block;
  width: 24px;
  height: 24px;
}
.content-product__image .cart-updated {
  animation: cart-pulse 0.6s ease-in-out;
}
@keyframes cart-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.content-product--meta__title {
  padding: 24px 12px 12px 12px;
  color: rgb(0, 0, 0);
}
.content-product--meta__title h2 {
  margin: 0;
}
.content-product--meta__category {
  color: rgb(0, 0, 0);
  padding: 0 0 16px 12px;
}
.content-product--meta__price {
  padding: 0 12px;
  color: rgb(0, 0, 0);
}
.content-product--meta__price .product-price--sale .price-regular {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
}
.content-product--meta__price .product-price--sale .price-sale {
  color: rgb(222, 34, 34);
}

.cart--inside {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 60px 0;
}
@media (min-width: 992px) {
  .cart--inside {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .cart--inside {
    padding: 0;
  }
}
.cart--inside__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cart--inside__top .cart-empty {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .cart--inside__top .cart-empty {
    margin-bottom: 20px;
  }
}
.cart--inside__top .cart-empty .remove-icon {
  width: 48px;
  height: 48px;
  background: #EEEEEE;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
.cart--inside__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0;
}
.cart--inside__title h3 {
  margin: 0;
}
.cart--inside .woocommerce-cart-form {
  width: calc(70% - 25px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart--inside .woocommerce-cart-form {
    width: calc(65% - 25px);
  }
}
@media (max-width: 991px) {
  .cart--inside .woocommerce-cart-form {
    width: 100%;
  }
}
.cart--inside .woocommerce-cart-form .cart {
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
}
.cart--inside .woocommerce-cart-form .cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .cart--inside .woocommerce-cart-form .cart-item {
    margin-bottom: 40px;
  }
}
.cart--inside .woocommerce-cart-form .cart-item--left {
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  .cart--inside .woocommerce-cart-form .cart-item--left {
    width: calc(30% - 10px);
  }
}
.cart--inside .woocommerce-cart-form .cart-item--left .product-thumbnail img {
  height: auto;
}
.cart--inside .woocommerce-cart-form .cart-item--center {
  width: calc(35% - 10px);
}
@media (max-width: 767px) {
  .cart--inside .woocommerce-cart-form .cart-item--center {
    width: calc(70% - 10px);
  }
}
.cart--inside .woocommerce-cart-form .cart-item--center .product-name .flash-sale {
  max-width: 150px;
}
@media (max-width: 767px) {
  .cart--inside .woocommerce-cart-form .cart-item--center .product-name .flash-sale {
    max-width: 100px;
  }
}
.cart--inside .woocommerce-cart-form .cart-item--center__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .cart--inside .woocommerce-cart-form .cart-item--center__bottom {
    display: none;
  }
}
.cart--inside .woocommerce-cart-form .cart-item .product-meta {
  margin-top: 15px;
}
.cart--inside .woocommerce-cart-form .cart-item .product-remove a {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 100px;
  background: #EEEEEE;
  align-items: center;
  justify-content: center;
}
.cart--inside .woocommerce-cart-form .cart-item--right {
  width: calc(40% - 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  .cart--inside .woocommerce-cart-form .cart-item--right {
    display: none;
  }
}
.cart--inside .woocommerce-cart-form .cart-item .product-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart--inside .woocommerce-cart-form .cart-item .product-price {
    flex-direction: column;
    gap: 0;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}
.cart--inside .woocommerce-cart-form .cart-item .product-price span {
  font-size: 1.5rem;
}
.cart--inside .woocommerce-cart-form .cart-item .product-price del span {
  font-size: 1rem;
}
.cart--inside .woocommerce-cart-form .cart-item .product-promotion-value {
  display: flex;
  justify-content: flex-end;
}
.cart--inside .woocommerce-cart-form .cart-item .product-promotion-value .promotion-value {
  border: 1px solid #96710F;
  padding: 4px 8px;
  border-radius: 4px;
}
.cart--inside .woocommerce-cart-form .cart-item .product-subtotal {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .cart--inside .woocommerce-cart-form .cart-item--bottom {
    display: none !important;
  }
}
.cart--inside .woocommerce-cart-form .cart-item--bottom {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
}
.cart--inside .woocommerce-cart-form .cart-item--bottom__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart--inside .woocommerce-cart-form .cart-item--bottom__right {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price {
    flex-direction: column;
    gap: 0;
  }
  .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price span {
    font-size: 15px;
  }
  .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price span .amount {
    font-size: 15px;
  }
  .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price del span {
    font-size: 14px;
  }
}
.cart--inside .woocommerce-cart-form .actions button.button {
  margin-left: auto;
  display: flex;
  margin-top: 20px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  padding: 10px;
  border-radius: 25px;
}
.cart--inside .woocommerce-cart-form .actions button.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart--inside .cart-collaterals {
  width: calc(30% - 25px);
  margin-top: 98px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart--inside .cart-collaterals {
    width: calc(35% - 25px);
  }
}
@media (min-width: 992px) {
  .cart--inside .cart-collaterals {
    height: fit-content;
    max-height: calc(100vh - 118px);
    position: sticky;
    top: 118px;
  }
}
@media (max-width: 991px) {
  .cart--inside .cart-collaterals {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cart--inside .cart-collaterals .cart-totals {
    padding: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  }
}
.cart--inside .cart-collaterals .cart-totals .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cart--inside .cart-collaterals .cart-totals--inside {
    padding: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  }
}
.cart--inside .cart-collaterals .cart-totals--total {
  border-top: 1px solid #EEEEEE;
  margin-top: 15px;
  padding-top: 15px;
}
.cart--inside .cart-collaterals .cart-totals .checkout-button {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #FFFFFF;
  margin-top: 30px;
  border-radius: 25px;
  font-size: 1rem;
  line-height: 24px;
}
.cart--inside .cart-collaterals .cart-totals--info {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.cart--inside .cart-collaterals .cart-totals--info:before {
  content: "";
  background: #000000;
  mask-image: url(info-icon.svg);
  -webkit-mask-image: url(info-icon.svg);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
}
.cart--inside .cart-collaterals .cart-totals--info span {
  width: calc(100% - 30px);
}

.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;
}

.woocommerce-order {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .woocommerce-order {
    margin: 40px 0;
  }
}
.woocommerce-order--inside {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  gap: 50px;
}
.woocommerce-order__title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .woocommerce-order__title {
    order: 1;
    margin-bottom: 20px;
  }
}
.woocommerce-order--left {
  width: calc(55% - 25px);
}
@media (max-width: 991px) {
  .woocommerce-order--left {
    width: 100%;
    order: 3;
  }
}
.woocommerce-order--right {
  width: calc(45% - 25px);
}
@media (max-width: 991px) {
  .woocommerce-order--right {
    width: 100%;
    order: 2;
  }
}
.woocommerce-order .order-info span {
  margin-bottom: 10px;
}
.woocommerce-order .order-info-box {
  margin-bottom: 25px;
}
.woocommerce-order .order-info-box h5 {
  margin-top: 0;
}
.woocommerce-order .order-info-box--inside {
  border: 1px solid #EEEEEE;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  flex-direction: column;
}
.woocommerce-order .order-address {
  margin-top: 60px;
}
.woocommerce-order .order-address .shipping-address {
  margin-top: 50px;
}
.woocommerce-order .order-address .address-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-order--sidebar__inside {
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__details {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price span {
  font-size: 1rem;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price del span {
  font-size: 0.875rem;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion .promotion-value {
  border: 1px solid #96710F;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion .promotion-value {
    display: inline-flex;
    gap: 10px;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--total {
  margin-top: 40px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--total .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--total .order-total-value {
  border-top: 1px solid #EEEEEE;
  margin-top: 15px;
  padding-top: 15px;
  flex-wrap: wrap;
}
.woocommerce-order--contact-us {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .woocommerce-order--contact-us {
    margin-top: 50px;
  }
}
.woocommerce-order--contact-us a:first-child {
  margin-top: 10px;
}
.woocommerce-order--contact-us .email {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.woocommerce-order--contact-us .email:before {
  content: "";
  background: #000000;
  mask-image: url(envelope.svg);
  -webkit-mask-image: url(envelope.svg);
  width: 20px;
  height: 15px;
  margin-right: 10px;
  display: flex;
}
.woocommerce-order--contact-us .phone {
  display: inline-flex;
  align-items: center;
}
.woocommerce-order--contact-us .phone:before {
  content: "";
  background: #000000;
  mask-image: url(phone.svg);
  -webkit-mask-image: url(phone.svg);
  width: 19px;
  height: 19px;
  display: flex;
  margin-right: 10px;
}

.form-page {
  margin: 50px 0;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .form-page {
    padding: 0;
  }
}
.form-page--inside {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.form-page--right, .form-page--left {
  max-width: 400px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  padding: 15px 25px;
}
@media (max-width: 767px) {
  .form-page--right, .form-page--left {
    max-width: 100%;
  }
}
.form-page--right h2, .form-page--left h2 {
  margin-top: 0;
}
.form-page--left .form-group {
  margin-bottom: 10px;
}
.form-page--left .form-group label {
  margin-bottom: 8px;
  display: block;
}
.form-page--left .form-group input {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 10px;
}
.form-page--left .form-group input[type=text],
.form-page--left .form-group input[type=email],
.form-page--left .form-group input[type=password] {
  height: 48px;
  width: 100%;
}
.form-page--left .form-group .forgot-password {
  text-decoration: underline;
}
.form-page--left .form-group .login-btn {
  background: rgb(222, 34, 34);
  color: rgb(255, 255, 255);
  line-height: 24px;
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 50px 19px 50px;
  position: relative;
  display: block;
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.form-page--left .form-group .login-btn:after {
  content: none;
}
.form-page--left .form-check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
}
.form-page--left .form-check label {
  margin-bottom: 0;
}
.form-page--left .form-check a {
  text-decoration: underline;
}
.form-page--left .register-btn {
  background: rgb(222, 34, 34);
  color: rgb(255, 255, 255);
  line-height: 24px;
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 50px 19px 50px;
  position: relative;
  display: block;
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.form-page--left .register-btn:after {
  content: none;
}
.form-page--left .login-register-button {
  position: relative;
}
.form-page--left .login-register-button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  --d: 8px;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 0.25px, calc(0 * var(--d)) calc(1 * var(--d)) 0 0.5px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 0.75px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 1px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 1.25px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 1.5px;
  animation: loader-spin 1s infinite steps(8);
  pointer-events: none;
  mask-image: none;
  background: none;
}
.form-page--right__inside h2 {
  margin-top: 0;
}
.form-page--right__inside .register-benefits {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}
.form-page--right__inside .register-benefits li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.form-page--right__inside .register-benefits li:before {
  content: "";
  mask-image: url(check.svg);
  -webkit-mask-image: url(check.svg);
  width: 20px;
  height: 24px;
  display: flex;
  background: #000000;
  margin-right: 10px;
}
.form-page--right__inside .divider {
  margin-bottom: 20px;
}
.form-page--right__inside .divider span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.form-page--right__inside .divider span:before, .form-page--right__inside .divider span:after {
  content: "";
  width: 25%;
  display: block;
  border: 1px solid #AAAAAA;
  height: 1px;
}
.form-page--right__inside .form-login-register-button {
  background: rgb(222, 34, 34);
  color: rgb(255, 255, 255);
  line-height: 24px;
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 50px 19px 50px;
  position: relative;
  display: block;
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.form-page--right__inside .form-login-register-button:after {
  content: none;
}
.form-page .error-message {
  color: #D63230;
  display: block;
  margin: 2px 0;
}

.lost-password {
  display: flex;
  justify-content: center;
}
.lost-password .form-row {
  display: flex;
  justify-content: center;
}
.lost-password .form-row-first {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lost-password .form-row-first input {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 10px;
  height: 48px;
}
.lost-password button {
  background: rgb(222, 34, 34);
  color: rgb(255, 255, 255);
  line-height: 24px;
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 24px 19px 24px;
  position: relative;
  display: block;
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
}

.product-instruction {
  margin-top: 32px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .product-instruction {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.product-instruction--inner .content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 64px;
}
@media (max-width: 768px) {
  .product-instruction--inner .content {
    gap: 16px;
  }
}
.product-instruction--inner .content__text {
  width: calc(50% - 32px);
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .product-instruction--inner .content__text {
    width: 100%;
  }
}
.product-instruction--inner .content__text .title {
  padding-bottom: 32px;
}
.product-instruction--inner .content__text .icons {
  max-width: 456px;
}
@media (max-width: 768px) {
  .product-instruction--inner .content__text .icons {
    max-width: 100%;
    width: 100%;
  }
}
.product-instruction--inner .content__text .icons .icon {
  display: inline-flex;
  width: 100%;
  margin-bottom: 16px;
  align-items: center;
  gap: 16px;
}
.product-instruction--inner .content__text .icons .icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(7444%) hue-rotate(359deg) brightness(89%) contrast(119%);
}
.product-instruction--inner .content__image {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .product-instruction--inner .content__image {
    width: 100%;
  }
}
.product-instruction--inner .content__image img {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.product-description {
  padding-top: 64px;
}
.product-description--inner .content__box {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 64px;
}
@media (max-width: 768px) {
  .product-description--inner .content__box {
    gap: 16px;
  }
}
.product-description--inner .content__box .text {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .product-description--inner .content__box .text {
    width: 100%;
  }
}
.product-description--inner .content__box .text .title {
  padding-top: 24px;
  padding-bottom: 32px;
}
.product-description--inner .content__box .text.why-us .why-us__list .item {
  display: inline-flex;
  width: 100%;
  gap: 16px;
  margin-bottom: 16px;
}
.product-description--inner .content__box .text.why-us .why-us__list .item .text {
  width: 100%;
}
.product-description--inner .content__box .text.why-us .why-us__list .item .text span {
  width: 100%;
  display: block;
  color: rgb(222, 34, 34);
  margin-bottom: 4px;
}
.product-description--inner .content__box .image {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .product-description--inner .content__box .image {
    width: 100%;
  }
}
.product-description--inner .content__box:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .product-description--inner .content__box:nth-child(2) {
    margin-top: 16px;
  }
}

.single-product-inside--top {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.single-product-inside--top .custom-breadcrumbs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .single-product-inside--top .custom-breadcrumbs {
    display: none;
  }
}
.single-product-inside--top .custom-breadcrumbs span {
  color: rgba(0, 0, 0, 0.5);
}
.single-product-inside--top .custom-breadcrumbs span.breadcrumb-current {
  color: rgb(0, 0, 0);
}
.single-product-inside--top .custom-breadcrumbs svg {
  transform: rotate(270deg);
}
.single-product-inside--top__left, .single-product-inside--top__center, .single-product-inside--top__right {
  width: calc(33.33% - 16px);
}
@media (max-width: 768px) {
  .single-product-inside--top__left, .single-product-inside--top__center, .single-product-inside--top__right {
    width: 100%;
  }
}
.single-product-inside--top__left {
  padding: 32px 16px 48px 16px;
  border-radius: 12px;
  background: rgb(234, 234, 234);
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .single-product-inside--top__left {
    order: 2;
  }
}
.single-product-inside--top__left .decor {
  position: relative;
}
.single-product-inside--top__left .decor svg {
  width: 100%;
}
.single-product-inside--top__left .title {
  padding: 24px 0;
}
.single-product-inside--top__left .category {
  text-transform: uppercase;
}
.single-product-inside--top__left .content p {
  margin: 0;
}
.single-product-inside--top__left .content p strong {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  position: relative;
  display: block;
}
.single-product-inside--top__center .custom-product-image {
  text-align: center;
}
@media (max-width: 768px) {
  .single-product-inside--top__center {
    order: 1;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .single-product-inside--top__right {
    order: 3;
    margin-top: 32px;
  }
}
.single-product-inside--top__right .entry-summary .inaccessible {
  width: 100%;
  display: block;
  text-align: center;
}
.single-product-inside--top__right .entry-summary .product-price {
  display: flex;
  align-items: end;
  justify-content: center;
}
.single-product-inside--top__right .entry-summary .product-price .price-sale,
.single-product-inside--top__right .entry-summary .product-price .price-regular {
  font-size: 40px;
  font-weight: 500;
}
.single-product-inside--top__right .entry-summary .product-price .price-sale {
  color: rgb(222, 34, 34);
}
.single-product-inside--top__right .entry-summary .product-price .price-regular {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-left: 15px;
  font-size: 32px;
}
.single-product-inside--top__right .entry-summary .decor {
  width: 100%;
  position: relative;
  display: block;
  margin-top: -10px;
}
.single-product-inside--top__right .entry-summary .decor svg {
  width: 100%;
}
.single-product-inside--top__right .entry-summary .price-message {
  display: flex;
  align-items: end;
  justify-content: center;
  color: rgb(0, 0, 0);
}
.single-product-inside--top__right .entry-summary .woocommerce-product-details__short-description {
  background: rgb(234, 234, 234);
  padding: 16px;
  border-radius: 12px;
  color: rgb(0, 0, 0);
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 48px;
  text-align: center;
}
.single-product-inside--top__right .entry-summary .woocommerce-product-details__short-description p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
.single-product-inside--top__right .entry-summary .woocommerce-product-details__short-description p strong {
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 16px;
}
.single-product-inside--top__right .entry-summary .cart {
  display: inline-flex;
  width: 100%;
  gap: 16px;
  margin-top: 48px;
}
.single-product-inside--top__right .entry-summary .cart .quantity {
  display: flex;
  width: calc(40% - 16px);
}
.single-product-inside--top__right .entry-summary .cart .single_add_to_cart_button {
  width: 60%;
}
.single-product-inside--top__right .entry-summary .distributors-button {
  margin-top: 64px;
}
.single-product-inside--top__right .entry-summary .distributors-button a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  gap: 8px;
}
.single-product-inside--top__right .entry-summary .distributors-button a svg {
  width: 24px;
  height: 24px;
}

.quantity--inside {
  display: flex;
  min-width: 120px;
  max-width: 100%;
  width: 100%;
  background-color: rgb(234, 234, 234);
  align-items: center;
}
.quantity .quantity-button {
  background: none;
  border: none;
  width: 33.3%;
  cursor: pointer;
  height: 100%;
  padding: 0;
}
.quantity .quantity-button:disabled {
  cursor: not-allowed;
}
.quantity .qty {
  background: none;
  border: none;
  width: 33.3%;
  background: rgb(234, 234, 234);
  text-align: center;
  height: 100%;
  padding: 0;
}
.quantity .qty:focus {
  outline: none;
}
.quantity .qty::-webkit-input-placeholder {
  color: #96710F;
}
.quantity .qty::-moz-placeholder {
  color: #96710F;
  opacity: 1;
}
.quantity .qty:-ms-input-placeholder {
  color: #96710F;
}
.quantity .qty::-ms-input-placeholder {
  color: #96710F;
}
.quantity .qty::placeholder {
  color: #96710F;
}
.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 {
  border: none;
  padding: 18px 24px;
  color: rgb(255, 255, 255);
  background: rgb(222, 34, 34);
  cursor: pointer;
}
.cart .quantity:not(:has(.quantity--inside)) ~ .single_add_to_cart_button {
  width: calc(100% - 68px);
}
@media (max-width: 991px) {
  .single_add_to_cart_button {
    width: 100%;
    min-width: unset;
  }
}
.single_add_to_cart_button.disabled {
  background-color: #666666;
  cursor: not-allowed;
  opacity: 0.8;
}
.single_add_to_cart_button.loading {
  position: relative;
  cursor: not-allowed;
  opacity: 0.5;
}
.single_add_to_cart_button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  color: #96710F;
  --d: 8px;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 0.25px, calc(0 * var(--d)) calc(1 * var(--d)) 0 0.5px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 0.75px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 1px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 1.25px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 1.5px;
  animation: loader-spin 1s infinite steps(8);
  pointer-events: none;
}

@keyframes loader-spin {
  100% {
    transform: translateY(-50%) rotate(1turn);
  }
}
.added-to-cart-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 130, 130, 0.42) 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%);
  max-width: 800px;
  height: auto;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  padding: 30px;
}
@media (max-width: 991px) {
  .added-to-cart-modal--inside {
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .added-to-cart-modal--inside {
    height: 100vh;
    width: 100vh;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    overflow-y: scroll;
  }
}
.added-to-cart-modal--heading {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .added-to-cart-modal--heading {
    padding: 0 15px;
    margin: 20px 0;
  }
}
.added-to-cart-modal--heading h4 {
  font-size: 22px;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575px) {
  .added-to-cart-modal--heading h4 {
    font-size: 17px;
  }
}
.added-to-cart-modal--heading h4:before {
  mask-image: url(check-with-circle.svg);
  -webkit-mask-image: url(check-with-circle.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  background: #96710F;
  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-icon.svg);
  -webkit-mask-image: url(close-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-color: #000;
  margin-right: 5px;
  display: block;
}
.added-to-cart-modal--product {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 15px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .added-to-cart-modal--product {
    padding: 0 15px;
  }
}
.added-to-cart-modal--product__image img {
  width: 120px;
}
@media (max-width: 575px) {
  .added-to-cart-modal--product__image img {
    max-width: 200px;
  }
}
.added-to-cart-modal--product__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.added-to-cart-modal--product__name {
  margin: 0;
}
.added-to-cart-modal--product__price {
  margin: 0;
  font-weight: 501;
}
.added-to-cart-modal--product__variable, .added-to-cart-modal--product__qty {
  font-size: 12px;
  color: #4A4A4A;
}
.added-to-cart-modal--tabs {
  display: inline-flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .added-to-cart-modal--tabs {
    padding: 0 15px;
  }
}
.added-to-cart-modal--tabs .tabs-btn {
  font-size: 14px;
  font-weight: 501;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}
.added-to-cart-modal--tabs .tabs-btn.current {
  border-color: #000000;
  font-weight: 501;
}
.added-to-cart-modal--tab {
  padding: 10px 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
}
@media (max-width: 991px) {
  .added-to-cart-modal--tab {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .added-to-cart-modal--tab {
    padding: 15px 0 15px 15px;
  }
}
.added-to-cart-modal--tab.current-tab {
  display: block;
}
@media (max-width: 767px) {
  .added-to-cart-modal--tab .additional-products {
    max-height: 200px;
  }
}
.added-to-cart-modal--tab .additional-products__slider .content-product h2 {
  font-size: 14px;
  line-height: 1.2;
}
.added-to-cart-modal--tab .additional-products__slider .content-product .custom-product-label {
  display: none;
}
.added-to-cart-modal .added-to-cart-bottom {
  margin-top: 20px;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .added-to-cart-modal .added-to-cart-bottom {
    padding: 0 15px;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .added-to-cart-modal .added-to-cart-bottom {
    flex-direction: column;
  }
}
.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;
  width: calc(50% - 10px);
  max-width: 100%;
  border-radius: 25px;
  background: rgb(234, 234, 234);
  padding: 10px;
}
@media (max-width: 767px) {
  .added-to-cart-modal .added-to-cart-bottom .modal-close-bottom {
    width: 100%;
  }
}
.added-to-cart-modal .added-to-cart-bottom .modal-close-bottom:after {
  content: none;
}
.added-to-cart-modal--button {
  padding: 10px;
  background: rgb(222, 34, 34);
  color: #FFFFFF;
  font-size: 15px;
  width: calc(50% - 10px);
  max-width: 100%;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .added-to-cart-modal--button {
    width: 100%;
  }
}
.added-to-cart-modal--button:hover {
  color: #FFFFFF;
}
.added-to-cart-modal--button:after {
  content: none;
}

.custom-product-label .product-label {
  color: #96710F;
  border-radius: 4px;
  border: 1px solid #96710F;
  padding: 5px 8px;
  display: inline-flex;
}
.custom-product-label .product-label.last-pieces-label {
  color: #D63230;
  border-color: #D63230;
}
.custom-product-label .product-label.bestseller-label {
  color: #1C77C3;
  border-color: #1C77C3;
}
.custom-product-label .product-label.sale-label {
  color: #337357;
  border-color: #337357;
}
@media (max-width: 767px) {
  .custom-product-label .product-label {
    font-size: 10px;
    padding: 4px;
  }
}
.custom-product-label img.product-label-image {
  position: absolute;
  width: 60px;
  height: auto;
  top: 5px;
  left: 5px;
  border-radius: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .custom-product-label img.product-label-image {
    width: 25px;
    height: 25px;
  }
}
.custom-product-label img.product-label-image.img-daily-deal {
  width: 60px;
  height: 30px;
}
.custom-product-label.single-product-label {
  margin: 10px 0 20px 0;
}
.custom-product-label.single-product-label:has(.img-daily-deal) {
  margin: 0;
  display: none;
}
.custom-product-label.single-product-label img.product-label-image:not(.img-daily-deal) {
  height: 25px;
  left: 5px;
  top: 25px;
  width: 25px;
}
.custom-product-label.single-product-label img.img-daily-deal {
  position: relative;
  display: flex;
  width: 80px;
  height: auto;
  top: unset;
  left: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .custom-product-label.single-product-label img.img-daily-deal {
    margin-left: 0;
  }
}
.custom-product-label.loop-product-label .product-label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.single-products-slider .custom-product-label {
  margin: 0;
}
.single-products-slider .product-label {
  position: absolute;
  top: 5px;
  left: 5px;
}
.single-products-slider img.product-label-image {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.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;
}
ul.woocommerce-error li a {
  color: #D63230;
}
ul.woocommerce-error li a strong {
  font-weight: normal;
}

.woocommerce-message {
  background: #eefff3;
  border: 1px solid #337357;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.checkout-inline-error-message {
  display: none;
}

.notifications-container {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
}
.notifications-container.notifications-top-right {
  top: 20px;
  right: 20px;
}
.notifications-container.notifications-top-left {
  top: 20px;
  left: 20px;
}
.notifications-container.notifications-bottom-right {
  bottom: 20px;
  right: 20px;
}
.notifications-container.notifications-bottom-left {
  bottom: 20px;
  left: 20px;
}
.notifications-container.notifications-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .notifications-container {
    left: 10px !important;
    right: 10px !important;
    top: 10px;
    transform: none !important;
  }
}

.notification {
  display: flex;
  align-items: flex-start;
  min-width: 300px;
  max-width: 400px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .notification {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 14px 16px;
  }
}
.notification--entering {
  opacity: 0;
  transform: translateX(100%);
}
.notification--visible {
  opacity: 1;
  transform: translateX(0);
}
.notification--leaving {
  opacity: 0;
  transform: translateX(100%);
}
.notification--success {
  background: #eefff3;
  border-left: 4px solid #337357;
  color: #155724;
}
.notification--success .notification__close {
  color: #155724;
}
.notification--success .notification__close:hover {
  background: rgba(21, 87, 36, 0.1);
}
.notification--error {
  background: #fff6f8;
  border-left: 4px solid #D63230;
  color: #721c24;
}
.notification--error .notification__close {
  color: #721c24;
}
.notification--error .notification__close:hover {
  background: rgba(114, 28, 36, 0.1);
}
.notification--warning {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  color: #856404;
}
.notification--warning .notification__close {
  color: #856404;
}
.notification--warning .notification__close:hover {
  background: rgba(133, 100, 4, 0.1);
}
.notification--info {
  background: #d1ecf1;
  border-left: 4px solid #17a2b8;
  color: #0c5460;
}
.notification--info .notification__close {
  color: #0c5460;
}
.notification--info .notification__close:hover {
  background: rgba(12, 84, 96, 0.1);
}

.notification__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notification__message {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .notification__message {
    font-size: 13px;
  }
}

.notification__actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.notification__action {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.notification__action--primary {
  background: #000000;
  color: white;
}
.notification__action--primary:hover {
  background: black;
}
.notification__action--secondary {
  background: transparent;
  color: currentColor;
  border: 1px solid currentColor;
}
.notification__action--secondary:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .notification__action {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.notification__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.notification__close:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .notification__close {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .notifications-container {
    left: 5px !important;
    right: 5px !important;
    top: 5px;
  }
  .notification {
    min-width: auto;
    padding: 12px 14px;
    border-radius: 6px;
  }
  .notification__message {
    font-size: 12px;
  }
  .notification__action {
    padding: 3px 6px;
    font-size: 10px;
  }
  .notification__close {
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
}
.cart-updated {
  animation: cart-pulse 0.6s ease-in-out;
}

@keyframes cart-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    color: #000000;
  }
}
.coupon {
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid #666666;
  padding: 10px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 991px) {
  .coupon {
    margin-bottom: 40px;
  }
}
.coupon--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.coupon--heading__text {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.coupon--heading__text:before {
  mask-image: url(coupon-icon.svg);
  -webkit-mask-image: url(coupon-icon.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  background: #96710F;
}
.coupon--heading .toggle-icon:before {
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 6px;
  display: block;
  background: #000000;
}
.coupon .coupon--toggle {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  width: 100%;
}
.coupon .coupon--toggle.open {
  max-height: 240px;
  padding: 10px 0;
}
.coupon input {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media (max-width: 992px) {
  .coupon input {
    width: 100%;
  }
}
.coupon a.button {
  margin-top: 10px;
  width: 100%;
  margin-left: 0;
  background: #000;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  border: none;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .coupon a.button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.coupon a.button:hover {
  background-color: #96710F;
  color: #fff;
}

.applied-coupons .coupon-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.applied-coupons .coupon-item--right {
  display: flex;
  gap: 5px;
  align-items: center;
}
.applied-coupons .coupon-item--right a {
  width: 15px;
  height: 15px;
  display: flex;
}

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;
}

.checkout-main {
  margin-bottom: 80px;
}
.checkout-main--inside {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.checkout-main .checkout-steps {
  width: calc(60% - 30px);
}
@media (max-width: 991px) {
  .checkout-main .checkout-steps {
    width: 100%;
  }
}
.checkout-main .checkout-sidebar-summary {
  width: calc(40% - 30px);
  margin-top: 120px;
}
@media (max-width: 991px) {
  .checkout-main .checkout-sidebar-summary {
    width: 100%;
    margin-top: 40px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.checkout-main .custom-order-comments-field {
  margin-top: 50px;
}
.checkout-main .custom-order-comments-field .custom-checkbox-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checkout-main .custom-order-comments-field .custom-order-comments-textarea-wrapper {
  margin-top: 20px;
}
.checkout-main .custom-order-comments-field textarea {
  resize: none;
  width: 100%;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 10px;
  min-height: 80px;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper {
  margin-top: 50px;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label span.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1rem;
  width: auto;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label span.woocommerce-terms-and-conditions-checkbox-text a {
  color: #000000;
}
.checkout-main #order_review_heading {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkout-main #order_review .custom-payment-title {
  margin: 40px 0 20px;
}
.checkout-main #order_review input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  margin: 0 6px 0 0;
  transition: border-width 0.2s, border-color 0.2s;
}
.checkout-main #order_review input[type=radio]:before {
  content: "";
  display: none;
}
.checkout-main #order_review input[type=radio]:checked {
  border-width: 5px;
  border-color: #000000;
  background: #FFFFFF;
}
.checkout-main #order_review #place_order {
  display: none;
  visibility: hidden;
}

.checkout-form .woocommerce-error {
  color: #D63230;
  font-size: 0.75rem;
  margin-top: 10px;
}
.checkout-form .woocommerce-checkout .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkout-form .woocommerce-checkout .form-row label {
  width: 100%;
}
.checkout-form .woocommerce-checkout .form-row span {
  width: 100%;
}
.checkout-form .woocommerce-checkout .form-row .optional {
  display: none;
}
.checkout-form .woocommerce-checkout .form-row label {
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 5px;
}
.checkout-form .woocommerce-checkout .form-row input[type=text],
.checkout-form .woocommerce-checkout .form-row input[type=email],
.checkout-form .woocommerce-checkout .form-row input[type=tel],
.checkout-form .woocommerce-checkout .form-row input[type=url],
.checkout-form .woocommerce-checkout .form-row input[type=password],
.checkout-form .woocommerce-checkout .form-row input[type=search] {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 10px;
  height: 48px;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-top: 0;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field {
  order: 1;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper {
  display: flex;
  gap: 10px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  color: #000000;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  width: calc(50% - 5px);
  height: 48px;
  border-radius: 4px;
  border: 1px solid #000000;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio .required {
  display: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio:hover {
  background: #000000;
  color: #FFFFFF;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio]:checked + label.radio {
  background: #000000;
  color: #FFFFFF;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio]:focus + label.radio {
  outline: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field > label.required_field {
  display: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #company_name_field {
  order: 2;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_nip_field {
  order: 3;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 4;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 5;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 6;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 7;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .custom-phone-wrapper {
  display: flex !important;
  align-items: stretch;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: relative;
  user-select: none;
  flex: 0 0 140px;
  min-width: 140px;
}
@media (max-width: 767px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select {
    max-width: 120px;
    min-width: unset;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #666666;
  display: inline-flex;
  font-size: inherit;
  justify-content: space-between;
  padding: 0 12px;
  transition: border-color 0.3s;
  width: 100%;
  height: 48px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 991px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger {
    padding: 0 8px;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger:after {
  content: "";
  background: #000000;
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 8px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger:hover {
  border-color: #000000;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger:focus {
  border-color: #000000;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options {
  background: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1019607843);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 200px;
  overflow-y: auto;
  height: auto;
  flex-direction: column;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 0.875rem;
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option:last-child {
  border-bottom: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option:hover {
  background: #EEEEEE;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option[data-selected=true] {
  background: #000000;
  color: #FFFFFF;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar {
  width: 6px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar-track {
  background: #EEEEEE;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 3px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar-thumb:hover {
  background: #4A4A4A;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select.open .custom-select-trigger {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #000000;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select.open .custom-select-trigger:after {
  transform: rotate(180deg);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select.open .custom-options {
  display: flex;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-number-input {
  flex: 1;
  border: 1px solid #666666;
  padding: 0 12px;
  height: 48px;
  font-size: 0.875rem;
  transition: border-color 0.3s ease;
  border-radius: 0 4px 4px 0;
  width: calc(100% - 140px);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-number-input:focus {
  border-color: #000000;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-number-input::placeholder {
  color: #4A4A4A;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select {
    flex: none;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 8;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .custom-country-wrapper {
  display: flex !important;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: relative;
  user-select: none;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 4px;
  display: inline-flex;
  font-size: inherit;
  justify-content: space-between;
  padding: 0 15px;
  transition: border-color 0.3s;
  width: 100%;
  height: 48px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger:after {
  content: "";
  background: #000000;
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger:hover {
  border-color: #000000;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger:focus {
  border-color: #000000;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options {
  background: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1019607843);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 250px;
  overflow-y: auto;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option {
  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 0.875rem;
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option:last-child {
  border-bottom: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option:hover {
  background: #EEEEEE;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option[data-selected=true] {
  background: #000000;
  color: #FFFFFF;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar {
  width: 6px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar-track {
  background: #EEEEEE;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 3px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar-thumb:hover {
  background: #4A4A4A;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select.open .custom-select-trigger {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #000000;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select.open .custom-select-trigger:after {
  transform: rotate(180deg);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select.open .custom-options {
  display: block;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 9;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 10;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  order: 11;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
  order: 12;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.checkout-form .woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields {
  margin: 20px 0;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_country_field {
  display: none;
  visibility: hidden;
}

.custom-shipping-section {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.custom-shipping-section.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  z-index: 10;
  border-radius: 4px;
}
.custom-shipping-section.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #666666;
  border-top: 2px solid #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 11;
}
.custom-shipping-section.loading .custom-shipping-methods-wrapper {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.custom-shipping-section .custom-shipping-title {
  margin: 0 0 20px 0;
}
.custom-shipping-section .delivery-type-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option {
  flex: 1;
  position: relative;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  color: #000000;
  transition: all 0.3s ease;
  margin: 0;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1.5px solid #000000;
  box-sizing: border-box;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label:before {
  content: "";
  margin-right: 5px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label.delivery-type-shipping:before {
  background: #000000;
  mask-image: url(box-icon.svg);
  -webkit-mask-image: url(box-icon.svg);
  width: 21px;
  height: 20px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label.delivery-type-pickup:before {
  background: #000000;
  mask-image: url(pickup-icon.svg);
  -webkit-mask-image: url(pickup-icon.svg);
  width: 18px;
  height: 21px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label .delivery-type-text {
  display: flex;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label:hover {
  background: #000000;
  color: #FFFFFF;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-radio:checked + .delivery-type-label, .custom-shipping-section .delivery-type-selector .delivery-type-option.selected .delivery-type-label {
  background: #000000;
  color: #FFFFFF;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-radio:focus + .delivery-type-label {
  outline: none;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option:hover .delivery-type-label:before {
  background: #FFFFFF;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option.selected .delivery-type-label:before {
  background: #FFFFFF;
}
.custom-shipping-section .custom-shipping-methods-wrapper {
  position: relative;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package {
  margin-bottom: 20px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package:last-child {
  margin-bottom: 0;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-package-name {
  font-size: 0.875rem;
  margin: 0 0 15px 0;
  color: #000000;
  font-weight: 600;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list {
  margin-bottom: 15px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #666666;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  height: 68px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option:last-child {
  margin-bottom: 0;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option:hover {
  background: #EEEEEE;
  border-color: rgba(0, 0, 0, 0.3);
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label {
  flex: 1;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 20px;
  margin: 0;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label .shipping-method-name {
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice {
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice p {
  margin: 0;
  font-size: 0.875rem;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice:not(.error) {
  background: #EEEEEE;
  color: #4A4A4A;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice.error {
  background: rgba(214, 50, 48, 0.1);
  border: 1px solid rgba(214, 50, 48, 0.2);
  color: #D63230;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-package-details {
  margin-bottom: 15px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-package-details .woocommerce-shipping-contents {
  margin: 0;
  color: #4A4A4A;
  font-size: 0.75rem;
}
.custom-shipping-section .shipping-notice.error {
  padding: 15px;
  background: rgba(214, 50, 48, 0.1);
  border: 1px solid rgba(214, 50, 48, 0.2);
  color: #D63230;
  border-radius: 4px;
}
.custom-shipping-section .shipping-notice.error p {
  margin: 0;
  font-size: 0.875rem;
}

#amp-map-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  color: #000000;
  transition: all 0.3s ease;
  margin: 0;
  height: 48px;
  border-radius: 4px;
  border: 1.5px solid #000000;
}

address#amp-delivery-point-desc {
  align-items: center;
  padding: 12px;
  border: 1px solid #666666;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.woocommerce-checkout-payment .payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #666666;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  min-height: 68px;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: calc(100% - 25px);
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
  font-size: 0.875rem;
  line-height: 20px;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .checkout-sidebar-summary--inside {
    padding: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
    height: fit-content;
    position: sticky;
    top: 50px;
  }
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__details {
  width: calc(100% - 170px);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__unit-price span {
  font-size: 1rem;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__unit-price del span {
  font-size: 0.875rem;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__promotion .promotion-value {
  border: 1px solid #96710F;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  display: inline-block;
}
.checkout-sidebar-summary--total {
  margin-top: 40px;
}
.checkout-sidebar-summary--total .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.checkout-sidebar-summary--total .checkout-sidebar-summary--total {
  border-top: 1px solid #EEEEEE;
  margin-top: 15px;
  padding-top: 15px;
}
.checkout-sidebar-summary--buttons .show-summary {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #FFFFFF;
  margin-top: 30px;
  border-radius: 25px;
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  border: none;
  cursor: pointer;
}
.checkout-sidebar-summary--buttons .show-summary.processing {
  opacity: 0.5;
  cursor: not-allowed;
}
.my-account {
  margin-bottom: 50px;
}
.my-account--inside {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.my-account--inside__left {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .my-account--inside__left {
    width: 75%;
    position: fixed;
    background: #FFFFFF;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999999;
    transform: translateX(100vw);
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
.my-account--inside__left.open {
  transform: translateX(0);
  visibility: visible;
}
.my-account--inside__right {
  width: calc(75% - 20px);
}
@media (max-width: 991px) {
  .my-account--inside__right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .my-account--navigation {
    height: 100%;
  }
  .my-account--navigation__header {
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .my-account--navigation__header span {
    margin-bottom: 0;
    padding: 0;
  }
  .my-account--navigation__header button {
    border: none;
    background: none;
    cursor: pointer;
  }
  .my-account--navigation__header button:after {
    background: #000000;
    mask-image: url(close-icon.svg);
    -webkit-mask-image: url(close-icon.svg);
    width: 20px;
    height: 20px;
    display: flex;
    content: "";
  }
}
@media (min-width: 992px) {
  .my-account--navigation .user-name {
    margin-bottom: 30px;
    display: flex;
  }
}
@media (max-width: 991px) {
  .my-account--navigation .user-name {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .my-account--navigation .woocommerce-MyAccount-navigation {
    height: 100%;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .my-account--navigation .woocommerce-MyAccount-navigation ul {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li {
  font-size: 1rem;
  line-height: 24px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li:before {
  display: flex;
  content: "";
  background: rgb(222, 34, 34);
  mask-image: url(user-icon-small.svg);
  -webkit-mask-image: url(user-icon-small.svg);
  width: 25px;
  height: 19px;
  margin-right: 5px;
  mask-repeat: no-repeat;
}
@media (max-width: 991px) {
  .my-account--navigation .woocommerce-MyAccount-navigation ul li:after {
    content: "";
    background: #000000;
    mask-image: url(chevron-right.svg);
    -webkit-mask-image: url(chevron-right.svg);
    width: 16px;
    height: 16px;
    margin-left: auto;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li.is-active {
  background: #EEEEEE;
  border-radius: 25px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard:before {
  mask-image: url(user-icon-small.svg);
  -webkit-mask-image: url(user-icon-small.svg);
  height: 18px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders:before {
  mask-image: url(order-icon.svg);
  -webkit-mask-image: url(order-icon.svg);
  height: 20px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--ulubione:before {
  mask-image: url(heart.svg);
  -webkit-mask-image: url(heart.svg);
  height: 24px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address:before {
  height: 18px;
  mask-image: url(addresses-icon.svg);
  -webkit-mask-image: url(addresses-icon.svg);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account:before {
  height: 20px;
  mask-image: url(settings-icon.svg);
  -webkit-mask-image: url(settings-icon.svg);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 40px;
  background: #FAFAFA;
  border-radius: 25px;
  justify-content: center;
  height: 48px;
}
@media (max-width: 991px) {
  .my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
    text-align: center;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: none;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout:after {
  content: none;
}
.my-account--dashboard__blocks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.my-account--dashboard__blocks--block {
  width: calc(25% - 15px);
  height: 150px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 1399px) {
  .my-account--dashboard__blocks--block {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .my-account--dashboard__blocks--block {
    width: calc(33% - 11px);
  }
}
@media (max-width: 767px) {
  .my-account--dashboard__blocks--block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .my-account--dashboard__blocks--block {
    width: 100%;
    height: 150px;
  }
}
.my-account--dashboard__blocks .block-title {
  margin-top: 0;
}
.my-account--dashboard__blocks .block-description {
  display: flex;
  align-items: center;
  height: 90px;
}
.my-account--dashboard__blocks .block-description p {
  max-width: calc(100% - 25px);
}
.my-account--dashboard__blocks .block-description:after {
  content: "";
  background: #000000;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: flex;
}
.my-account .last-order {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .my-account .last-order {
    margin-top: 20px;
  }
}
.my-account .last-order__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-account .last-order__header a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-account .last-order__header a:after {
  display: flex;
  content: "";
  background: #000000;
  width: 16px;
  height: 16px;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
}
.my-account .last-order__footer .last-order__view-all {
  height: 48px;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.orders-list .single-order {
  margin-bottom: 25px;
}
.orders-list .single-order--inside {
  display: flex;
  border: 1px solid #FAFAFA;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .orders-list .single-order--inside {
    flex-wrap: wrap;
  }
}
.orders-list .single-order__header {
  width: 50%;
}
@media (max-width: 767px) {
  .orders-list .single-order__header {
    width: 100%;
    margin-bottom: 40px;
  }
}
.orders-list .single-order__status {
  margin-bottom: 20px;
}
.orders-list .single-order__total {
  margin-top: 10px;
}
.orders-list .order-items {
  width: 50%;
}
@media (max-width: 767px) {
  .orders-list .order-items {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.orders-list .product-item {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .orders-list .product-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .orders-list .product-item__thumbnail {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .orders-list .product-item__thumbnail img {
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .orders-list .product-item__details {
    width: calc(70% - 10px);
  }
}
.orders-list .product-item__price span bdi {
  font-size: 1.25rem;
  line-height: 115%;
}
.orders-list .product-item__price del span bdi {
  font-size: 0.875rem;
  line-height: 24px;
  color: #4A4A4A;
}
.my-addresses h1 {
  margin-top: 0;
}
.my-addresses .woocommerce-Addresses {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #EEEEEE;
  padding: 25px;
  border-radius: 8px;
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address-title h2 {
  margin-top: 0;
}
@media (max-width: 575px) {
  .my-addresses .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
  }
}
.my-addresses .woocommerce-Addresses .woocommerce-Address .address-value {
  display: flex;
  margin-bottom: 2px;
  font-style: normal;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address--bottom {
  margin-top: 25px;
}

.edit-address .woocommerce-address-fields .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.edit-address .woocommerce-address-fields .form-row label {
  width: 100%;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 5px;
}
.edit-address .woocommerce-address-fields .form-row span {
  width: 100%;
}
.edit-address .woocommerce-address-fields .form-row .optional {
  display: none;
}
.edit-address .woocommerce-address-fields .form-row input[type=text],
.edit-address .woocommerce-address-fields .form-row input[type=email],
.edit-address .woocommerce-address-fields .form-row input[type=tel],
.edit-address .woocommerce-address-fields .form-row input[type=url],
.edit-address .woocommerce-address-fields .form-row input[type=password],
.edit-address .woocommerce-address-fields .form-row input[type=search] {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 10px;
  height: 48px;
  width: 100%;
}
.edit-address .woocommerce-address-fields button[type=submit] {
  border-radius: 256px;
  max-width: 300px;
  width: 100%;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 24px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .edit-address .woocommerce-address-fields button[type=submit] {
    max-width: 100%;
  }
}

.account-details .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.account-details .form-row label {
  width: 100%;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 5px;
}
.account-details .form-row span {
  width: 100%;
}
.account-details .form-row span.password-input {
  display: flex;
  gap: 10px;
}
.account-details .form-row span.password-input button {
  background: none;
  border: none;
  cursor: pointer;
}
.account-details .form-row span.password-input button:after {
  display: block;
  content: "";
  background: rgb(222, 34, 34);
  mask-image: url(show-password-icon.svg);
  -webkit-mask-image: url(show-password-icon.svg);
  width: 23px;
  height: 17px;
}
.account-details .form-row .optional {
  display: none;
}
.account-details .form-row input[type=text],
.account-details .form-row input[type=email],
.account-details .form-row input[type=tel],
.account-details .form-row input[type=url],
.account-details .form-row input[type=password],
.account-details .form-row input[type=search] {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 10px;
  height: 48px;
  width: 100%;
}
.account-details button[type=submit] {
  border-radius: 256px;
  max-width: 300px;
  width: 100%;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 24px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .account-details button[type=submit] {
    max-width: 100%;
  }
}
