*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 481px) {
  .container {
    max-width: 481px;
  }
}

@media (min-width: 549px) {
  .container {
    max-width: 549px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visually-hidden {
  position: absolute;
  height: 0.25rem;
  width: 0.25rem;
  overflow: hidden;
  border-width: 0px;
  padding: 0px;
}

.overlay-full {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 98;
  width: 100%;
  background-color: rgb(46 39 42 / 0.5);
  opacity: 0;
  transition-duration: .3s;
  height: 100%;
}

.group-tabbed-collection.splide__slide .relative.overlay-full {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-top-\[30px\] {
  top: -30px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-\[-30px\] {
  bottom: -30px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-2 {
  top: 0.5rem;
}

.top-2\/4 {
  top: 50%;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-32 {
  top: 8rem;
}

.top-4 {
  top: 1rem;
}

.top-full {
  top: 100%;
}

.\!z-\[9999\] {
  z-index: 9999 !important;
}
.\!z-\[999\] {
  z-index: 999 !important;
}
.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[101\] {
  z-index: 101;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.\!-m-px {
  margin: -1px !important;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-\[6px\] {
  margin: 6px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-\[1px\] {
  margin-bottom: -1px;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[\.3rem\] {
  margin-bottom: .3rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-8 {
  height: 2rem !important;
}

.\!h-px {
  height: 1px !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[430px\] {
  height: 430px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[calc\(100\%-230px\)\] {
  height: calc(100% - 230px);
}

.h-\[calc\(100\%-69px\)\] {
  height: calc(100% - 69px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[92vh\] {
  max-height: 92vh;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-\[50vh\] {
  min-height: 50vh;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-8 {
  width: 2rem !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.\!w-px {
  width: 1px !important;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[94\%\] {
  width: 94%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-screen {
  width: 100vw;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-\[96\%\] {
  min-width: 96%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[96\%\] {
  max-width: 96%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-top-left {
  transform-origin: top left;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[52\%\] {
  --tw-translate-y: -52%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.6\] {
  --tw-scale-x: 1.6;
  --tw-scale-y: 1.6;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-center {
  align-self: center;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.\!whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#DAC2A6\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 194 166 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(46 39 42 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(63 40 30 / var(--tw-border-opacity, 1));
}

.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(235 229 224 / var(--tw-border-opacity, 1));
}

.border-sixiary {
  --tw-border-opacity: 1;
  border-color: rgb(224 217 210 / var(--tw-border-opacity, 1));
}

.border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(236 226 221 / var(--tw-border-opacity, 1));
}

.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(242 238 234 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-r-transparent {
  border-right-color: transparent;
}

.border-t-slate {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 226 221 / var(--tw-border-opacity, 1));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#EDE2D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 226 216 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAF3ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ebe2d6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 226 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#faf3ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#feece4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 228 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.12\)\] {
  background-color: rgba(255,255,255,0.12);
}

.bg-\[rgba\(var\(--primary-background\)\)\] {
  background-color: rgba(var(--primary-background));
}

.bg-\[rgba\(var\(--primary-button-background\)\)\] {
  background-color: rgba(var(--primary-button-background));
}

.bg-\[rgba\(var\(--sale-background\)\)\] {
  background-color: rgba(var(--sale-background));
}

.bg-\[rgba\(var\(--sold-out-background\)\)\] {
  background-color: rgba(var(--sold-out-background));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(46 39 42 / var(--tw-bg-opacity, 1));
}

.bg-black\/20 {
  background-color: rgb(46 39 42 / 0.2);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-multiply {
  --tw-bg-opacity: 1;
  background-color: rgb(236 226 221 / var(--tw-bg-opacity, 1));
}

.bg-pine {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 76 / var(--tw-bg-opacity, 1));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(209 161 156 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(235 229 224 / var(--tw-bg-opacity, 1));
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(209 161 156 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(201 183 232 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(236 226 221 / var(--tw-bg-opacity, 1));
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(242 238 234 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-var-blush {
  background-color: #D1A19C !important;
}

.bg-var-lilac {
  background-color: #9583D7 !important;
}

.bg-var-pine {
  background-color: #00534C !important;
}

.bg-var-sicily {
  background-color: #3f281e !important;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.stroke-white {
  stroke: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[2px\] {
  padding: 2px;
}

.p-\[6px\] {
  padding: 6px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.indent-\[1px\] {
  text-indent: 1px;
}

.align-\[-0\.125em\] {
  vertical-align: -0.125em;
}

.font-serif {
  font-family: Raleway;
  font-feature-settings: "lnum";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\] {
  line-height: 1;
}

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[rgba\(var\(--primary-button-text\)\)\] {
  color: rgba(var(--primary-button-text));
}

.text-\[rgba\(var\(--sale-text\)\)\] {
  color: rgba(var(--sale-text));
}

.text-\[rgba\(var\(--sold-out-text\)\)\] {
  color: rgba(var(--sold-out-text));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(46 39 42 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(209 161 156 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(176 97 41 / var(--tw-text-opacity, 1));
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(242 238 234 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.line-through {
  text-decoration-line: line-through;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[0\.011\] {
  opacity: 0.011;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-4xl {
  --tw-shadow: 0 25px 35px -20px rgb(168 73 37 / 0.55);
  --tw-shadow-colored: 0 25px 35px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-alt {
  --tw-shadow: 0px 25px 35px -20px #A8492530;
  --tw-shadow-colored: 0px 25px 35px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bsm {
  --tw-shadow: 0 0 0 1px rgb(0,0,0);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-primary {
  --tw-shadow-color: #3f281e;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.text-shadow {
  text-shadow: 1em 0 13px rgba(0, 0, 0, .54);
}

.text-shadow-sm {
  text-shadow: 0 0 1rem rgb(0 0 0/55%);
}

summary::-webkit-details-marker {
  display: none;
}

select {
  margin: 0px;
  box-sizing: border-box;
  display: block;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-size: 20px;
  background-position: calc(100% - 7px) center;
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0.75rem;
  padding-right: 1.75rem;
  font-family: Raleway;
  font-feature-settings: "lnum";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="none" fill-rule="evenodd"><path d="M0 0h16v16H0z"></path><path stroke="%23d05a2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m4 6 3.75 3.75L11.5 6"></path></g></svg>');
}

select:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

select:focus {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="transform: rotate(180deg);" width="16" height="16"><g fill="none" fill-rule="evenodd"><path d="M0 0h16v16H0z"></path><path stroke="%23d05a2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m4 6 3.75 3.75L11.5 6"></path></g></svg>'); */
}

.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
  clip: rect(0,0,0,0) !important;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 975px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

/* @media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1720px) {
  .container {
    max-width: 1640px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1813px;
  }
} */

@media (min-width: 250px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* ================= Web FONT ================= */

@font-face {
  font-family: 'Antonia Variable';

  src: url('./AntoniaVariable-Italic.woff') format('woff'),
        url('./AntoniaVariable-Italic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Formata Condensed';

  src: url('./Formata-Condensed.woff') format('woff'),
        url('./Formata-Condensed.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Formata Medium Condensed';

  src: url('./Formata-MediumCondensed.woff') format('woff'),
        url('./Formata-MediumCondensed.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Spezia Complete Variable';

  src: url('./SpeziaCompleteVariableUpright-Regular.woff') format('woff'),
        url('./SpeziaCompleteVariableUpright-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/*---------------// COLOR CUSTOM PROPERTIES //---------------*/

:root {
  --font-antonia: 'Antonia Variable';
  --font-formata-medium: 'Formata Medium Condensed';
  --font-formata-condensed: 'Formata Condensed';
  --font-spezia: 'Spezia Complete Variable';
}

/*----------- CSS Document -----------*/

* {
  font-family: var(--font-antonia);
  font-family: var(--font-formata-medium);
  font-family: var(--font-formata-condensed);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

b,
strong {
  font-weight: 500;
}

::-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

::placeholder {
  color: var(--color-black);
  opacity: 1;
}

::-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--color-black);
  opacity: 1;
}

::-webkit-input-placeholder {
  color: var(--color-black);
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-antonia);
  font-family: var(--font-formata-medium);
  font-family: var(--font-formata-condensed);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #faf3ed;
  font-kerning: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 20px;
}

p:last-of-type {
  margin-bottom: 0 !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.h-full {
  height: 100%;
}

a {
  text-decoration: none;
}

@supports (position: sticky) {
  .is-sticky {
    position: sticky;
    top: 0;
  }
}

/* // =============== // HEADER TOP START // =============== // */

.header-top {
  background: #3F281E;
  display: flex;
  align-items: center;
}

.header-top .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  height: 46px;
  align-items: center;
}

.header-top .header-top-wrapper .top-bar-text {
  font-family: var(--font-formata-condensed);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 28px;
}

.header-top .header-top-wrapper .top-menu {
  display: flex;
  gap: 35px;
}

.header-top .header-top-wrapper .top-menu li a {
  font-family: var(--font-formata-condensed);
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

/* // =============== // HEADER TOP END // =============== // */

/* // =============== // HEADER START // =============== // */

.main-header {
  background: rgba(235, 226, 214, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

.main-header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.main-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.main-header .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-header .brand-logo img {
  width: 180px;
}

.main-header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 20px;
}

.main-header .header-right a {
  display: block;
}

.main-navigation .menu a.active,
.main-navigation .menu a:hover {
  background: transparent;
}

.main-navigation ul:not(.submenu, .megamenu-wrapper ul) {
  display: flex;
  gap: 25px;
}

.main-navigation ul li {
  /* position: relative; */
}

.main-navigation ul li:first-child a:not(.submenu li a, .btn-wrap a) {
  padding-left: 0;
}

.main-navigation ul li.has-submenu>a::after {
  content: '';
  width: 15px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.416' height='7.979' viewBox='0 0 14.416 7.979'%3E%3Cpath id='Path_411' data-name='Path 411' d='M28.253,16.667l-5.214,5.214a.819.819,0,0,1-1.159,0l-5.214-5.214' transform='translate(-15.252 -15.253)' fill='none' stroke='%233f291f' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}

.main-navigation ul li.has-submenu a {
  padding-right: 24px;
}

.main-navigation ul li a {
  font-family: var(--font-formata-condensed);
  padding: 34px 10px;
  display: block;
  text-transform: uppercase;
  color: #3F281E;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.main-navigation ul ul li a {
  color: #3F281E;
  text-transform: none;
}

/* Main Menu CSS End*/

/* Submenu / Dropdown Menu CSS */

.main-navigation ul li ul:not(.megamenu-wrapper ul) {
  position: absolute;
  width: 250px;
  top: 100%;
  z-index: 2;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  background-color: #EBE2D6;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation ul li:hover>ul:not(.megamenu-wrapper ul) {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul li ul li a {
  padding: 14px 20px;
  line-height: 26px;
}

.main-navigation ul li ul li {
  display: block;
  text-align: left;
  transition: all 0.3s ease;
}

.main-navigation ul li ul ul {
  left: 250px;
  top: 0;
}

.main-navigation ul li ul li {
  border-bottom: 1px solid #e5e5e52b;
}

.main-navigation ul li ul.submenu li:hover {
  background-color: #eee6db;
}

.main-navigation ul li ul li:last-child {
  border-bottom: 0;
}

/* Submenu / Dropdown Menu CSS End */

/* Mobile Menu CSS Start*/

.main-navigation .mobile-menu-trigger {
  cursor: pointer;
  display: none;
  background: transparent;
  border: none;
}

.main-navigation .mobile-menu-trigger span {
  height: 2px;
  display: block;
  width: 35px;
  margin-bottom: 9px;
  background-color: #3F281E;
}

.main-navigation .mobile-menu-trigger span:last-child {
  margin-bottom: 0;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #231d1b;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: .4s;
}

.mobile-menu-container li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: 1s;
  border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
  content: "\f067";
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  bottom: 0;
  color: white;
  z-index: 999;
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 16px;
  line-height: 50px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
  content: "\f068";
}

.mobile-menu-container.menu-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu-container .mobile-menu-close {
  position: absolute;
  right: 20px;
  top: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}

.mobile-menu-container .mobile-menu-close::before {
  left: 15px;
  transform: rotate(45deg);
}

.mobile-menu-container .mobile-menu-close::after {
  right: 13px;
  transform: rotate(-45deg);
}

.mobile-menu-container .mobile-menu-close::before,
.mobile-menu-container .mobile-menu-close::after {
  position: absolute;
  height: 30px;
  width: 2px;
  background: #ffffff;
  content: '';
  top: 0;
}

#mobile-menu-wrap {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  padding: 150px 20px 20px 20px;
}

#mobile-menu-wrap div {
  background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
  display: none;
}

/*Sidebar Start*/

.mobile-menu-container #mobile-menu-wrap .slicknav_nav,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav.slicknav_hidden {
  display: block !important;
  text-align: left;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_btn {
  display: none !important;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_menu {
  padding-left: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav li>a {
  display: block;
  font-weight: 400;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_item.slicknav_row a {
  border-bottom: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_row,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav a {
  padding: 10px 0px;
  margin: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_arrow {
  font-size: 0;
  background: rgb(255 255 255 / 8%);
  height: 100%;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav ul {
  margin: 0 0 0 0px;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .menu-item-has-children ul {
  margin-bottom: 00px;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .menu-item-has-children ul li {
  padding-left: 25px;
}

.mobile-menu-container #mobile-menu-wrap .submenu .menu-item-has-children a i {
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav a:hover,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_row:hover {
  background-color: transparent;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav .slicknav_row:hover,
.mobile-menu-container #mobile-menu-wrap .slicknav_nav a:hover {
  border-radius: 0;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_item.slicknav_row {
  display: inline-block;
  width: 100%;
  position: relative;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_arrow {
  transition: .3s;
  right: 0;
  top: 17px;
  position: absolute;
}

.mobile-menu-container #mobile-menu-wrap .slicknav_nav a,
.mobile-menu-container #mobile-menu-wrap .slicknav_row a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}

/*Sidebar Start*/

/* Mobile Menu CSS End*/

@media only screen and (max-width: 991px) {
  .main-header {
    padding: 21px 0;
  }

  /*Menu*/

  .main-navigation .header-navigation-wrapper {
    display: none;
  }

  .main-navigation .mobile-menu-trigger {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation ul li a {
    font-size: 18px;
  }

  .main-navigation ul:not(.submenu) {
    gap: 10px;
  }
}

/* // ======================================================================================================================= // */

/* // =============================================== // MEGAMENU CSS START // ============================================== // */

/* // ======================================================================================================================= // */

.main-navigation ul li .megamenu-wrapper {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  background-color: #EBE2D6;
  margin: 0;
  padding: 35px 0;
  list-style: none;
}

.main-navigation ul li:hover>.megamenu-wrapper {
  opacity: 1;
  visibility: visible;
}

.megamenu-wrapper .megamenu-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 60px;
}

.megamenu-wrapper .megamenu-container .megamenu-wrap-right {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.megamenu-wrapper .megamenu-container .megamenu-list {
  position: relative;
}

.megamenu-wrapper .megamenu-container .megamenu-wrap-left .megamenu-list {
  border-right: 3px solid #B28563;
}

.megamenu-wrapper .megamenu-container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.megamenu-wrapper .megamenu-container ul li a {
  padding: 0;
  font-family: var(--font-spezia);
  font-size: 18px;
  color: #3F281E;
  line-height: 28px;
}

.megamenu-wrapper .megamenu-container .megamenu-list .menu-heading {
  font-family: var(--font-spezia);
  font-size: 25px;
  color: #3F281E;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.megamenu-wrapper .megamenu-container .btn-wrap {
  margin-top: 40px;
}

.megamenu-wrapper .megamenu-container .btn-wrap a {
  font-family: var(--font-formata-condensed);
  font-size: 20px;
  color: #FFFFFF;
  height: 40px;
  border-radius: 6px;
  text-transform: uppercase;
  background: #995023;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
}

.megamenu-wrapper .megamenu-container .megamenu-list .megamenu-tagline {
  font-family: var(--font-antonia);
  font-size: 25px;
  color: #3F281E;
  line-height: 28px;
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

/* // ======================================================================================================================= // */

/* // ================================================ // MEGAMENU CSS END // =============================================== // */

/* // ======================================================================================================================= // */

/* // =============== // HEADER END // =============== // */

/* // =============== // FOOTER START // =============== // */

footer {
  position: relative;
  background: #faf3ed;
  padding-top: 28px;
  padding-bottom: 0;
}

footer .footer-container {
  position: relative;
  z-index: 9;
  background: #3F291F;
  border-radius: 11px;
  overflow: hidden;
  padding: 80px 30px 50px;
}

footer .footer-container .footer-tagline-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-right: 4px;
}

footer .footer-container .footer-logo-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

footer .footer-container .footer-logo-wrapper a img {
  width: 335px;
}

footer .footer-container .footer-tagline-wrap .footer-tagline {
  font-family: var(--font-formata-condensed);
  font-size: 55px;
  color: #FAF3ED;
  text-transform: uppercase;
  line-height: 0.7;
}

footer .footer-container .footer-tagline-wrap .footer-tagline br {
  display: none;
}

footer .footer-container .footer-tagline-wrap .footer-tagline strong {
  font-family: var(--font-antonia);
  font-size: 60px;
  text-transform: none;
  font-weight: bold;
}

footer .row-wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #B28563;
}

footer .footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 40px;
}

footer .footer-grid .footer-item .newsletter {
  margin-bottom: 20px;
}

footer .footer-grid .footer-item .newsletter .newsletter-heading {
  font-family: var(--font-antonia);
  font-weight: 800;
  font-size: 45px;
  color: #FAF3ED;
  line-height: 55px;
}

footer .footer-grid .footer-item .newsletter .newsletter-form {
  margin-top: 20px;
  max-width: 306px;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form {
  position: relative;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input {
  border: 2px solid #B28563;
  width: 100%;
  height: 50px;
  background: transparent;
  outline: none;
  font-family: var(--font-spezia);
  font-size: 16px;
  padding: 10px;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form .newsletter-submit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-moz-placeholder {
  color: #FAF3ED;
  opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::placeholder {
  color: #FAF3ED;
  opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-moz-placeholder {
  color: #FAF3ED;
  opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-ms-input-placeholder {
  color: #FAF3ED;
  opacity: 1;
}

footer .footer-grid .footer-item .newsletter .newsletter-form form input::-webkit-input-placeholder {
  color: #FAF3ED;
  opacity: 1;
}

footer .footer-grid .footer-item .social-media ul {
  display: flex;
  gap: 18px;
}

footer .footer-grid .footer-item .footer-title {
  display: block;
  font-family: var(--font-spezia);
  font-size: 28px;
  text-transform: uppercase;
  color: #FAF3ED;
  margin-bottom: 15px;
}

footer .footer-grid .footer-item .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .footer-grid .footer-item .footer-menu ul li a {
  display: block;
  font-family: var(--font-spezia);
  font-size: 18px;
  text-transform: none;
  color: #FAF3ED;
  font-weight: 500;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 20px 0;
}

footer .footer-bottom .copyright {
  font-family: var(--font-spezia);
  font-size: 16px;
  color: #3F281E;
  font-weight: 500;
}

footer .footer-bottom .footer-bottom-nvigation ul {
  display: flex;
  align-items: center;
  gap: 35px;
}

footer .footer-bottom .footer-bottom-nvigation ul li a {
  font-family: var(--font-spezia);
  font-size: 16px;
  color: #3F281E;
}

/* // =============== // FOOTER END // =============== // */

/* // ======================================================================================================================= // */

/* // ============================================= // MULTIPLE USE CSS START // ============================================ // */

/* // ======================================================================================================================= // */

.title-wrapper .subtitle {
  font-family: var(--font-formata-condensed);
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #9F532A;
  text-transform: uppercase;
}

.title-wrapper .title {
  font-family: var(--font-formata-condensed);
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
  color: #3F281E;
  text-transform: uppercase;
}

.title-wrapper .description {
  font-family: var(--font-spezia);
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #3F281E;
}

.container-wide {
  padding: 0 28px;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* // ======================================================================================================================= // */

/* // ============================================== // MULTIPLE USE CSS END // ============================================= // */

/* // ======================================================================================================================= // */

/* // =============== // GLOBAL CSS START // =============== // */

.home-banner {
  position: relative;
  width: 100%;
  height: calc(100vh + 80px);
  display: flex;
  flex-direction: row;
  /* Default is row, adjust as needed */
  align-items: stretch;
  /* Ensures children stretch to full height */
  overflow: hidden;
}

.home-banner .home-banner-slider {
  width: 100%;
}

.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-next,
.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-prev {
  width: 36px;
  height: 36px;
  color: var(--color-white);
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}

.home-banner-slider-swiper-button-prev::after {
  content: '';
  width: 36px;
  height: 36px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_3797)'%3E%3Cpath d='M1.5736e-06 18.0001C7.05917e-07 27.9253 8.07474 36 17.9999 36C27.9251 36 36 27.9253 36 18.0001C36 8.07494 27.9253 0.000209102 17.9999 0.000208235C8.07456 0.000207367 2.44128e-06 8.07495 1.5736e-06 18.0001ZM17.9999 1.98578C26.8303 1.98579 34.0144 9.16972 34.0144 18.0001C34.0144 26.8305 26.8303 34.0144 17.9999 34.0144C9.16953 34.0144 1.98557 26.8305 1.98557 18.0001C1.98558 9.16972 9.16953 1.98578 17.9999 1.98578Z' fill='white'/%3E%3Cpath d='M9.95839 17.6204C9.94467 17.6535 9.93671 17.6881 9.92671 17.7223C9.91859 17.7502 9.90777 17.7769 9.90199 17.8057C9.87651 17.9341 9.87651 18.0663 9.90199 18.1947C9.90771 18.2235 9.91855 18.2502 9.92671 18.278C9.93671 18.3122 9.94467 18.3468 9.95839 18.3801C9.97204 18.413 9.99081 18.4428 10.0078 18.4739C10.0218 18.4996 10.0331 18.5262 10.0495 18.5507C10.086 18.6053 10.1273 18.6563 10.1736 18.7025L13.8995 22.4286C14.2871 22.8162 14.9156 22.8164 15.3036 22.4286C15.6913 22.041 15.6913 21.4123 15.3036 21.0247L13.2719 18.993L25.1283 18.993C25.6766 18.993 26.1211 18.5486 26.1211 18.0002C26.1211 17.4518 25.6766 17.0074 25.1283 17.0074L13.2719 17.0074L15.3036 14.9757C15.6913 14.5881 15.6913 13.9594 15.3036 13.5718C15.1097 13.3779 14.8557 13.281 14.6015 13.281C14.3475 13.281 14.0934 13.3779 13.8995 13.5718L10.1736 17.2979C10.1273 17.3441 10.086 17.3951 10.0495 17.4497C10.0331 17.4741 10.0218 17.5008 10.0079 17.5263C9.99085 17.5574 9.97212 17.5874 9.95839 17.6204Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_3797'%3E%3Crect width='36' height='35.9998' fill='white' transform='translate(36 36) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.home-banner-slider-swiper-button-next::after {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_3794)'%3E%3Cpath d='M36 17.9999C36 8.07474 27.9253 0 18.0001 0C8.07493 0 0 8.07474 0 17.9999C0 27.9251 8.07475 35.9998 18.0001 35.9998C27.9254 35.9998 36 27.925 36 17.9999ZM18.0001 34.0142C9.16972 34.0142 1.98557 26.8303 1.98557 17.9999C1.98557 9.16953 9.16972 1.98557 18.0001 1.98557C26.8305 1.98557 34.0144 9.16953 34.0144 17.9999C34.0144 26.8303 26.8305 34.0142 18.0001 34.0142Z' fill='white'/%3E%3Cpath d='M26.0416 18.3796C26.0553 18.3465 26.0633 18.3119 26.0733 18.2777C26.0814 18.2498 26.0922 18.2231 26.098 18.1943C26.1235 18.0659 26.1235 17.9337 26.098 17.8053C26.0923 17.7765 26.0815 17.7498 26.0733 17.722C26.0633 17.6878 26.0553 17.6532 26.0416 17.6199C26.028 17.587 26.0092 17.5572 25.9922 17.5261C25.9782 17.5004 25.9669 17.4738 25.9505 17.4493C25.914 17.3947 25.8727 17.3437 25.8264 17.2975L22.1005 13.5714C21.7129 13.1838 21.0844 13.1836 20.6964 13.5714C20.3087 13.959 20.3087 14.5877 20.6964 14.9753L22.7281 17.007H10.8717C10.3234 17.007 9.87891 17.4514 9.87891 17.9998C9.87891 18.5482 10.3234 18.9926 10.8717 18.9926H22.7281L20.6964 21.0243C20.3087 21.4119 20.3087 22.0406 20.6964 22.4282C20.8903 22.6221 21.1443 22.719 21.3985 22.719C21.6526 22.719 21.9066 22.6221 22.1005 22.4282L25.8264 18.7021C25.8727 18.6559 25.914 18.6049 25.9505 18.5503C25.9669 18.5259 25.9782 18.4992 25.9921 18.4737C26.0091 18.4426 26.0279 18.4126 26.0416 18.3796Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_3794'%3E%3Crect width='36' height='35.9998' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-next {
  right: -50px;
}

.home-banner .home-banner-slider .home-banner-slider-navigation .home-banner-slider-swiper-button-prev {
  left: -50px;
}

.home-banner .home-banner-slider:hover .home-banner-slider-navigation .home-banner-slider-swiper-button-next {
  right: 80px;
}

.home-banner .home-banner-slider:hover .home-banner-slider-navigation .home-banner-slider-swiper-button-prev {
  left: 80px;
}

.home-banner .home-banner-slider-container video {
  width: 100vw;
  height: calc(100vh + 80px);
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner .home-banner-slider-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner .home-banner-slider .banner-content-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.home-banner .banner-content-wrapper .banner-content {
  position: relative;
}

.home-banner .banner-content-wrapper .banner-content svg {
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin-bottom: -1px;
  height: auto;
}

.home-banner .home-banner-slider .banner-content .svg-mask {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: #ebe2d7;
  z-index: 9;
  height: 100%;
  aspect-ratio: auto;
  width: 100vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2213.39 350.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ebe2d7;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1775.69,60.31s206.6,37.29,437.7,112.79V350h-437.7Zm-1338,0S231.1,97.6,0,173.1V350H437.69Z' transform='translate(0 0.01)'/%3E%3Cpath id='Path_421' data-name='Path 421' class='cls-1' d='M1115.85.48c0,2.82.2,6.34,1.79,8.45,2.25,3.05,5.56,2.43,8.91,3,2.73.3,5.89.65,8.86,1a217.17,217.17,0,0,0,34.59,1c4-.12,7.9-.89,11.71-1,1.38,0,4.71,1.27,3.21,3-1.92,1.27-4.07,1-6.63,1.33-9.66.73,7,3.61,7.8,6.53v.08c1.51,3.83-4.22,1.83-5.87.85a60.29,60.29,0,0,0-9.12-3.84c-6.32-2-15.84-2.87-21.86-3.05-2.71.09-.66,1.42.84,2.07,6.28,3.27,13.85,5.75,20.49,8.46,4.57,2.18,11.49,6.3,12.35,11-.9,3-4.8.06-6.26-1.36-8.72-7.81-23.5-9.62-32.88-13.19-4.88-2.14-13.16-4.58-17.89-4.37-4,0,.81,3.51,2.23,4.73,13,10.93,42.18,10.94,46.7,29.05-1.06,3.77-9.34-5.52-11.37-6.67a51.13,51.13,0,0,0-16.72-8.73c-2-.73-2,1.33-1.49,2.81,2.81,8.17,12.7,11.72,16.54,23.39.65,1.78,2.06,6.15-1,5.88-4.47-2-4.89-12.35-12.66-16.06-4.89-2.15-1.3,13.34-.74,15.14.67,2.84,2.71,5.73,2.23,8.7-.7,2.37-3.47,1.13-4.66-.26-7.09-7.29-3.43-21.53-6.12-32-1.7-6.35-7.18-11.61-12.36-15.31-1.08-.72-3.63-2.66-4.29-2.35-.62.57,1,3,1.5,4,7.81,13.24,6.29,23.41,3.81,35.18-1.15,6-1,11.84-1.13,17.94-.17,3.4-1.75.77-2.3-.83-5.16-18,6.36-25.73-5.4-45.15-2.47-5.15-3.18-1.81-4,1.5-2.32,10.08-7.25,16.25-5.3,25.18,1.25,5.06,6.51,18.81,1.85,22.55-4.11.69-4.41-11.35-5.53-14.55-.71-3.19-2-6.4-2.26-9.64-1-7.53,5-17.93,5.75-26.75.19-3.94-.15-10.49-3.46-12.67-.67,0-1.15.93-1.45,1.6-1.79,4.68-5.17,14.35-8.78,20.19-1.46,2.72-1.18,6-.39,8.89A57,57,0,0,1,1097.17,68c1.43,8.36-5.25,27.38-7.16,18-.25-3.12,1.13-6.21,1.48-9.3.3-6-.83-14.08-2.07-19.65-.46-2.65-2.44-1.52-3.84-.22-4.71,4-10.56,9.81-14.26,16.19a30.16,30.16,0,0,1-2.9,4.11c-1,1-2.82,3.18-3.59,1.43-.18-18.43,34.48-33.76,29.31-49.39-1.32-.74-3.35,1-4.55,1.82-7.48,5.43-17.11,10-20.89,11.71a2.57,2.57,0,0,0-1.42,1.54c-1.47,10.67-6.8,18.24-13.42,22.63-1.3,1.28-5.38,2.23-4-.92,1.61-2.31,4.24-3.82,5.64-6.31,2.13-3.35,6.47-10.87,4.14-14.57-3.73-1.66-10,.52-13.81,2.85-1.69,1-3.25,2.39-5,3.13-1.15.52-2.68.3-2.71-.93.07-2.51,2.69-4.47,4.63-5.84,8.89-5.72,22.09-5.42,31.48-10.9A54.84,54.84,0,0,0,1086.44,24c3-2.92-1-2.42-3.16-2.22-17.63,2.25-27.88,2.09-40.53,12.65-2.44,2-5.16,4.27-7.67,5.94-5.19,2.82-2.48-3.63-.49-5.32,5.41-6,14.06-12.46,17.75-15,.36-.32,1-.73.85-1.19-2.72-1.87-11.07.49-14.56,1.15-2.74.62-5.11,1.65-7.62,1.45-3.36-.42-3.37-2.73-.62-3.39,5.07-1.53,13.36-3.4,19.52-3.39,14.25-.79,47.64,8.5,50.55-14.38-392.85-4.93-676.77,62.8-676.77,62.8V350h1366V63.31c.5,0-282.24-67.46-673.84-62.83' transform='translate(0 0.01)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2213.39 350.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ebe2d7;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1775.69,60.31s206.6,37.29,437.7,112.79V350h-437.7Zm-1338,0S231.1,97.6,0,173.1V350H437.69Z' transform='translate(0 0.01)'/%3E%3Cpath id='Path_421' data-name='Path 421' class='cls-1' d='M1115.85.48c0,2.82.2,6.34,1.79,8.45,2.25,3.05,5.56,2.43,8.91,3,2.73.3,5.89.65,8.86,1a217.17,217.17,0,0,0,34.59,1c4-.12,7.9-.89,11.71-1,1.38,0,4.71,1.27,3.21,3-1.92,1.27-4.07,1-6.63,1.33-9.66.73,7,3.61,7.8,6.53v.08c1.51,3.83-4.22,1.83-5.87.85a60.29,60.29,0,0,0-9.12-3.84c-6.32-2-15.84-2.87-21.86-3.05-2.71.09-.66,1.42.84,2.07,6.28,3.27,13.85,5.75,20.49,8.46,4.57,2.18,11.49,6.3,12.35,11-.9,3-4.8.06-6.26-1.36-8.72-7.81-23.5-9.62-32.88-13.19-4.88-2.14-13.16-4.58-17.89-4.37-4,0,.81,3.51,2.23,4.73,13,10.93,42.18,10.94,46.7,29.05-1.06,3.77-9.34-5.52-11.37-6.67a51.13,51.13,0,0,0-16.72-8.73c-2-.73-2,1.33-1.49,2.81,2.81,8.17,12.7,11.72,16.54,23.39.65,1.78,2.06,6.15-1,5.88-4.47-2-4.89-12.35-12.66-16.06-4.89-2.15-1.3,13.34-.74,15.14.67,2.84,2.71,5.73,2.23,8.7-.7,2.37-3.47,1.13-4.66-.26-7.09-7.29-3.43-21.53-6.12-32-1.7-6.35-7.18-11.61-12.36-15.31-1.08-.72-3.63-2.66-4.29-2.35-.62.57,1,3,1.5,4,7.81,13.24,6.29,23.41,3.81,35.18-1.15,6-1,11.84-1.13,17.94-.17,3.4-1.75.77-2.3-.83-5.16-18,6.36-25.73-5.4-45.15-2.47-5.15-3.18-1.81-4,1.5-2.32,10.08-7.25,16.25-5.3,25.18,1.25,5.06,6.51,18.81,1.85,22.55-4.11.69-4.41-11.35-5.53-14.55-.71-3.19-2-6.4-2.26-9.64-1-7.53,5-17.93,5.75-26.75.19-3.94-.15-10.49-3.46-12.67-.67,0-1.15.93-1.45,1.6-1.79,4.68-5.17,14.35-8.78,20.19-1.46,2.72-1.18,6-.39,8.89A57,57,0,0,1,1097.17,68c1.43,8.36-5.25,27.38-7.16,18-.25-3.12,1.13-6.21,1.48-9.3.3-6-.83-14.08-2.07-19.65-.46-2.65-2.44-1.52-3.84-.22-4.71,4-10.56,9.81-14.26,16.19a30.16,30.16,0,0,1-2.9,4.11c-1,1-2.82,3.18-3.59,1.43-.18-18.43,34.48-33.76,29.31-49.39-1.32-.74-3.35,1-4.55,1.82-7.48,5.43-17.11,10-20.89,11.71a2.57,2.57,0,0,0-1.42,1.54c-1.47,10.67-6.8,18.24-13.42,22.63-1.3,1.28-5.38,2.23-4-.92,1.61-2.31,4.24-3.82,5.64-6.31,2.13-3.35,6.47-10.87,4.14-14.57-3.73-1.66-10,.52-13.81,2.85-1.69,1-3.25,2.39-5,3.13-1.15.52-2.68.3-2.71-.93.07-2.51,2.69-4.47,4.63-5.84,8.89-5.72,22.09-5.42,31.48-10.9A54.84,54.84,0,0,0,1086.44,24c3-2.92-1-2.42-3.16-2.22-17.63,2.25-27.88,2.09-40.53,12.65-2.44,2-5.16,4.27-7.67,5.94-5.19,2.82-2.48-3.63-.49-5.32,5.41-6,14.06-12.46,17.75-15,.36-.32,1-.73.85-1.19-2.72-1.87-11.07.49-14.56,1.15-2.74.62-5.11,1.65-7.62,1.45-3.36-.42-3.37-2.73-.62-3.39,5.07-1.53,13.36-3.4,19.52-3.39,14.25-.79,47.64,8.5,50.55-14.38-392.85-4.93-676.77,62.8-676.77,62.8V350h1366V63.31c.5,0-282.24-67.46-673.84-62.83' transform='translate(0 0.01)'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  margin-bottom: -1px;
  transform: scale(1.02);
}

.home-banner .home-banner-slider .banner-content .content-wrap {
  position: relative;
  z-index: 9;
  padding: 120px 0 40px;
  width: 100vw;
  left: -1px;
}

.home-banner .home-banner-slider .banner-content .content-wrap .row {
  justify-content: center;
}

.home-banner .home-banner-slider .banner-content .content-wrap .content-wrap-inner h1 {
  font-family: var(--font-formata-condensed);
  font-size: max(4.143vw, 35px);
  line-height: 1.2;
  text-align: center;
  color: #3F281E;
  margin-bottom: 14px;
}

.home-banner .home-banner-slider .banner-content .content-wrap .content-wrap-inner p {
  font-family: var(--font-spezia);
  font-size: max(1.429vw, 16px);
  line-height: 1.2;
  text-align: center;
  color: #52473F;
}

.featured-products {
  background: #FAF3ED;
  padding: 55px 0 0;
}

.featured-products .title-wrapper {
  margin-bottom: 60px;
}

.tab-wrapper .tab-toggle,
.tab-wrapper .tab-header {
  border-bottom: 2px solid #a15324;
}

.tab-wrapper .tab-header {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.tab-wrapper .tab-header .tab-slider-buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
}

.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-next,
.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-prev {
  position: relative;
  width: 35px;
  height: 26px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-prev::after {
  content: '';
  width: 35px;
  height: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.642a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.211a.828.828,0,0,1,1.176.072L35.005,12.392a.847.847,0,0,1,.012,1.128Z' transform='translate(35.226 25.926) rotate(180)' fill='%23995023'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-wrapper .tab-header .tab-slider-buttons .feature-swiper-button-next::after {
  content: '';
  width: 35px;
  height: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.644a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.213a.828.828,0,0,1,1.176.072L35.005,12.395a.847.847,0,0,1,.012,1.128Z' transform='translate(0 -0.002)' fill='%23995023'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-wrapper .tab-buttons {
  display: flex;
}

.tab-wrapper .tab-buttons .tab-btn {
  font-family: var(--font-formata-condensed);
  font-size: 20px;
  line-height: 1.2;
  color: #3F281E;
  text-transform: uppercase;
  text-align: center;
  background: none;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
}

.tab-wrapper .tab-buttons .tab-btn.active {
  background: #995023;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}

.tab-wrapper .tab-content {
  display: none;
  margin-top: 40px;
}

.tab-wrapper .tab-content.active {
  display: block;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-reviews {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper {
  display: flex;
  overflow: hidden;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper.rectangle {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper.dome {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.tab-wrapper .tab-content .featured-slider .slide-content .img-wrapper.hourglass {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-reviews .stars {
  display: flex;
  align-items: center;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-reviews span {
  font-family: var(--font-spezia);
  font-size: 14px;
  font-weight: 500;
  color: #52473F;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-details .subtitle {
  font-family: var(--font-formata-condensed);
  font-size: 24px;
  letter-spacing: 40;
  color: #995023;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-details .title {
  font-family: var(--font-formata-medium);
  font-size: 40px;
  color: #3F281E;
  text-transform: uppercase;
  line-height: 1;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-details .category {
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #995023;
  margin-top: 5px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-benefit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-benefit .benefit {
  font-family: var(--font-formata-condensed);
  font-size: 24px;
  color: #3F281E;
  line-height: 1;
  text-transform: uppercase;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-details-wrap .product-benefit .seperator {
  display: block;
  width: 100%;
  height: 2px;
  background: #B28563;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-buy {
  margin-top: 15px;
}

.tab-wrapper .tab-content .featured-slider .slide-content .product-buy .add-to-cart {
  background: #FAF3ED;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #3F281E;
  border-radius: 9px;
}

/* Mobile Toggle Style */

.tab-wrapper .tab-toggle {
  display: none;
  position: relative;
}

.tab-wrapper .active-tab-btn {
  width: 100%;
  border: none;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-wrapper .active-tab-btn .label {
  background: #9F532A;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 5px 5px 0 0;
}

.tab-wrapper .active-tab-btn .icon {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_5471' data-name='Group 5471' transform='translate(-318 -9062.3)'%3E%3Crect id='_-' data-name='-' width='20' height='3.027' transform='translate(318 9070.786)' fill='%239f532a'/%3E%3Crect id='_--2' data-name='-' width='20' height='3.027' transform='translate(326.486 9082.3) rotate(-90)' fill='%239f532a'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-wrapper .tab-list-mobile {
  display: none;
  flex-direction: column;
  background: #fff;
  border: 1px solid #a15324;
  border-top: none;
}

.tab-wrapper .tab-list-mobile .tab-btn {
  padding: 10px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

/* Responsive */

@media (max-width: 768px) {
  .tab-wrapper .tab-buttons {
    display: none;
  }

  .tab-wrapper .tab-toggle {
    display: block;
  }
}

.logo-group {
  background: #DAC2A6;
  padding: 46px 0;
}

.logo-group .logo-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-group .logo-slider .swiper-slide .logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-story {
  background: #FAF3ED;
  padding: 75px 0 65px;
}

.quote-story .content-box-wrappper {
  position: relative;
  padding: 0 15px 15px 0;
  height: 100%;
}

.quote-story .content-box-wrappper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(190deg, #AC704F, #DC9F7A);
  border-radius: 0 0 0 8px;
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.quote-story .content-box-wrappper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  border-radius: 0 8px 0 0;
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.quote-story .content-box-wrappper .content-box {
  background: #FAF3ED;
  position: relative;
  border: 2px solid #B28563;
  border-radius: 8px;
  display: flex;
  padding: 30px;
  height: 100%;
  z-index: 2;
}

.quote-story .content-box-wrappper .content-box .seperator {
  height: 100%;
  width: 3px;
  display: block;
  background: #B28563;
}

.quote-story .content-box-wrappper .content-box .left-box,
.quote-story .content-box-wrappper .content-box .right-box {
  width: 50%;
  padding: 45px;
  display: flex;
  align-items: center;
}

.quote-story .content-box-wrappper .content-box .left-box .left-box-content .subtitle {
  font-family: var(--font-formata-condensed);
  font-weight: 200;
  font-size: 30px;
  color: #9F532A;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.quote-story .content-box-wrappper .content-box .left-box .left-box-content .box-quote {
  font-family: var(--font-antonia);
  font-size: 55px;
  color: #3F281E;
  line-height: 65px;
  font-weight: bold;
}

.quote-story .content-box-wrappper .content-box .right-box .right-box-content .subtitle {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  color: #3F281E;
  line-height: 1;
  margin-bottom: 15px;
}

.quote-story .content-box-wrappper .content-box .right-box .right-box-content .description {
  font-family: var(--font-spezia);
  font-size: 20px;
  text-align: center;
  color: #3F281E;
  line-height: 28px;
}

.quote-story .content-box-wrappper .content-box .right-box .right-box-content a {
  background: #995023;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #ffffff;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 82px;
  margin: 0 auto;
  margin-top: 20px;
}

.accordion-with-image-video {
  background: #FAF3ED;
  padding-bottom: 60px;
}

.accordion-with-image-video .title-wrapper {
  display: block;
  margin-bottom: 50px;
}

.accordion-with-image-video .right-content {
  overflow: hidden;
  width: 50vw;
  height: 100%;
}

.accordion-with-image-video .right-content .content-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-with-image-video .right-content .content-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-with-image-video .accordion {
  display: flex;
  flex-direction: column;
  gap: 21.5px;
  height: 100% !important;
}

.accordion-with-image-video .accordion .accordion-item {
  border: 2px solid #B28563;
  border-radius: 23px;
  padding: 20px;
  background: #fffbf8;
}

.accordion-with-image-video .accordion .accordion-item .accordion-header {
  margin: 0;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button {
  position: relative;
  width: 100%;
  padding: 0;
  background: #fffbf8;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-wrap {
  pointer-events: none;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .icon-box {
  width: 52px;
  height: 52px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .icon-box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #DAC2A6;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.955' height='20.543' viewBox='0 0 20.955 20.543'%3E%3Cg id='Group_2415' data-name='Group 2415' transform='translate(1 1)'%3E%3Cline id='Line_88' data-name='Line 88' y2='18.543' transform='translate(9.329)' fill='none' stroke='%233f281e' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_89' data-name='Line 89' x2='18.955' transform='translate(0 9.824)' fill='none' stroke='%233f281e' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button[aria-expanded="true"] .icon-box::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.955' height='2' viewBox='0 0 20.955 2'%3E%3Cline id='Line_89' data-name='Line 89' x2='18.955' transform='translate(1 1)' fill='none' stroke='%233f281e' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-content-box {
  margin-top: 15px;
  text-align: left;
  padding-right: 50px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-content-box .title {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  font-weight: 200;
  color: #3F281E;
  line-height: 1.2;
}

.accordion-with-image-video .accordion .accordion-item .accordion-button .header-content-box .description {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
  line-height: 28px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body {
  position: relative;
  padding-right: 50px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list {
  padding: 20px 0;
  display: flex;
  gap: 15px;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list:not(:last-child) {
  border-bottom: 2px solid #B28563;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list .number-counter {
  width: 90px;
  max-width: 90px;
  font-family: var(--font-antonia);
  font-size: 40px;
  color: #9F532A;
  font-weight: bold;
}

.accordion-with-image-video .accordion .accordion-item .accordion-body .content-grid .content-list .description {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
  line-height: 28px;
}

.personalised-ingredients {
  background: #faf3ed;
  padding: 40px 0;
}

.personalised-ingredients .title-wrapper {
  margin-bottom: 35px;
}

.personalised-ingredients .ingredients-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.personalised-ingredients .ingredients-grid .grid-item {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  padding: 0 30px;
}

.personalised-ingredients .ingredients-grid .grid-item video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.personalised-ingredients .ingredients-grid .grid-item>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.personalised-ingredients .ingredients-grid .grid-item .grid-container {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  gap: 65px;
  max-width: 1065px;
  margin: 0 auto;
}

.personalised-ingredients .ingredients-grid .grid-item:nth-child(even) .grid-container {
  flex-direction: row-reverse;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper {
  width: 45%;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper .img-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.personalised-ingredients .ingredients-grid .grid-item .left-content-wrapper .img-wrapper.hourglass {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 427.272 595.38'%3E%3Cg id='Group_2440' data-name='Group 2440' transform='translate(-793.775 -3783.57)'%3E%3Cpath id='visualelectric-1747235628100_EDIT' d='M378.759,292.279l48.513-31.7V0H0V260.58l48.511,31.7a5.473,5.473,0,0,1,0,9.2L0,333.178v262.2H427.272v-262.2l-48.513-31.7a5.473,5.473,0,0,1,0-9.2' transform='translate(793.775 3783.571)' fill='%23b4b4b4'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 427.272 595.38'%3E%3Cg id='Group_2440' data-name='Group 2440' transform='translate(-793.775 -3783.57)'%3E%3Cpath id='visualelectric-1747235628100_EDIT' d='M378.759,292.279l48.513-31.7V0H0V260.58l48.511,31.7a5.473,5.473,0,0,1,0,9.2L0,333.178v262.2H427.272v-262.2l-48.513-31.7a5.473,5.473,0,0,1,0-9.2' transform='translate(793.775 3783.571)' fill='%23b4b4b4'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper {
  width: 55%;
  position: relative;
  padding: 0 15px 15px 0;
  height: 100%;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(235deg, #AC704F, #DC9F7A);
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content {
  position: relative;
  background: #fffbf8;
  height: 100%;
  padding: 40px;
  padding-bottom: 28px;
  z-index: 9;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .title {
  font-family: var(--font-antonia);
  font-size: 28px;
  color: #3F2920;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #B28563;
  margin-bottom: 20px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .subtitle {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #995023;
  text-transform: uppercase;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .description {
  font-family: var(--font-formata-condensed);
  font-size: 24px;
  color: #3F281E;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 32px;
  display: block;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item .icon {
  min-width: 58px;
  height: 58px;
  background: #efe6db;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item .icon img {
  width: 35px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .icon-box .icon-item .content {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.personalised-ingredients .ingredients-grid .grid-item .right-content-wrapper .right-content .btn-wrapper a {
  background: #3F2920;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #ffffff;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 65px;
  margin-top: 20px;
  text-transform: uppercase;
}

.marquee-slider {
  position: relative;
  background: #DAC2A6;
  display: flex;
  align-items: center;
}

.marquee-slider .marquee-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.marquee-slider .marquee-container {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  overflow: hidden;
}

.marquee-slider .marquee-container .marquee-text {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 10px 5px;
  animation: slide-left 10s linear infinite;
  font-family: var(--font-formata-condensed);
  font-size: 47px;
  color: #3F2920;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }

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

.split-block {
  background: #faf3ed;
  padding: 65px 0;
}

.split-block .title-wrapper {
  margin-bottom: 35px;
}

.split-block .slider-container-wrap .slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.split-block .slider-container .split-slider .swiper-slide {
  height: auto;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .left-content,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .right-content {
  overflow: hidden;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .left-content img,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .right-content img,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .left-content video,
.split-block .slider-container .split-slider .swiper-slide .content-wrapper .video-grid .right-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content-wrapper {
  padding: 105px 0 85px;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content {
  position: relative;
  padding: 0 15px 15px 0;
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fffbf8;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(235deg, #AC704F, #DC9F7A);
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner {
  background: #fffbf8;
  padding: 35px;
  position: relative;
  z-index: 9;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner .title {
  font-family: var(--font-antonia);
  font-size: 55px;
  line-height: 65px;
  color: #3F281E;
  text-align: center;
  font-weight: bold;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner .description {
  margin-top: 20px;
}

.split-block .slider-container .split-slider .swiper-slide .content-wrapper .slide-content .slide-content-inner .description p {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #52473F;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
}

.split-block .slider-container .split-slider-navigation {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  width: 100%;
}

.split-block .slider-container .split-slider-navigation .split-navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
}

.split-block .slider-container .split-slider-navigation .split-navigation .btn-separator {
  width: 560px;
  max-width: 560px;
}

.split-block .slider-container .split-slider-navigation .split-navigation-prev .slider-title-prev,
.split-block .slider-container .split-slider-navigation .split-navigation-next .slider-title-next {
  font-family: var(--font-antonia);
  font-size: 40px;
  color: #FAF3ED;
  line-height: 49px;
  margin-bottom: 22px;
}

.split-block .slider-container .split-slider-navigation .split-navigation-prev .slider-title-prev {
  text-align: right;
}

.split-block .slider-container .split-slider-navigation .split-navigation-next .slider-title-next {
  text-align: left;
}

.split-block .slider-container .split-slider-navigation .split-swiper-button-next,
.split-block .slider-container .split-slider-navigation .split-swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  width: 186px;
  height: 32px;
  color: var(--color-white);
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}

.split-block .slider-container .split-slider-navigation .split-swiper-button-prev::after {
  content: '';
  width: 186px;
  height: 32px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='186.046' height='34.185' viewBox='0 0 186.046 34.185'%3E%3Cg id='Group_2332' data-name='Group 2332' transform='translate(186.046 33.11) rotate(180)'%3E%3Cline id='Line_20' data-name='Line 20' x2='186' transform='translate(0 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_21' data-name='Line 21' x2='17' y2='16.543' transform='translate(168)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_22' data-name='Line 22' y1='15.457' x2='17' transform='translate(168 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.split-block .slider-container .split-slider-navigation .split-swiper-button-next::after {
  content: '';
  width: 186px;
  height: 32px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='186.046' height='34.185' viewBox='0 0 186.046 34.185'%3E%3Cg id='Group_2331' data-name='Group 2331' transform='translate(0 1.075)'%3E%3Cline id='Line_20' data-name='Line 20' x2='186' transform='translate(0 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_21' data-name='Line 21' x2='17' y2='16.543' transform='translate(168)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3Cline id='Line_22' data-name='Line 22' y1='15.457' x2='17' transform='translate(168 16.543)' fill='none' stroke='%23f8f1e9' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.social-reviews {
  background: #faf3ed;
  padding: 35px 0 60px;
}

.social-reviews .title-wrapper {
  margin-bottom: 55px;
}

.social-reviews .reviews-container .reviews-slider .swiper-slide {
  height: auto;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap .review-name,
.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .review-name {
  font-family: var(--font-formata-condensed);
  font-size: 25px;
  line-height: 28px;
  color: #3F281E;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap .reviews-item-video {
  border-radius: 23px;
  overflow: hidden;
  height: inherit;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-wrap .reviews-item-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap {
  background: #EBE2D6;
  border-radius: 23px;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .reviews-content .review-stars {
  display: flex;
  margin-bottom: 30px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .reviews-content .title {
  font-family: var(--font-formata-condensed);
  font-size: 30px;
  line-height: 35px;
  color: #3F281E;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .reviews-content .description {
  font-family: var(--font-spezia);
  font-size: 16px;
  color: #3F2920;
  line-height: 24px;
}

.social-reviews .reviews-container .reviews-slider .reviews-grid .reviews-item-content .reviews-content-wrap .btn-wrap a {
  font-family: var(--font-spezia);
  font-size: 16px;
  color: #9F532A;
  text-decoration: underline;
  line-height: 24px;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-next,
.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-prev {
  position: relative;
  width: 35px;
  height: 26px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-pagination .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #EBE2D6;
  opacity: 1;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-pagination .swiper-pagination-bullet-active {
  background: #B28563;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-prev::after {
  content: '';
  width: 35px;
  height: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.642a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.211a.828.828,0,0,1,1.176.072L35.005,12.392a.847.847,0,0,1,.012,1.128Z' transform='translate(35.226 25.926) rotate(180)' fill='%23995023'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.social-reviews .reviews-container .reviews-container-wrap .reviews-navigation .reviews-swiper-button-next::after {
  content: '';
  width: 35px;
  height: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.644a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.213a.828.828,0,0,1,1.176.072L35.005,12.395a.847.847,0,0,1,.012,1.128Z' transform='translate(0 -0.002)' fill='%23995023'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.social-feed {
  background: #E8DFD2;
  background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
  padding: 45px 0;
  overflow: hidden;
}

.social-feed .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.social-feed .title-wrapper .subtitle {
  font-family: var(--font-antonia);
  text-transform: none;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-feed .feed-container .feed-container-wrap .feed-slider {
  overflow: visible;
}

.social-feed .feed-container .feed-container-wrap .feed-slider .swiper-slide {
  overflow: hidden;
  border-radius: 13px;
}

.social-feed .feed-container .feed-container-wrap .feed-slider .swiper-slide .img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-next,
.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-prev {
  position: relative;
  width: 35px;
  height: 26px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-prev::after {
  content: '';
  width: 35px;
  height: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.642a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.211a.828.828,0,0,1,1.176.072L35.005,12.392a.847.847,0,0,1,.012,1.128Z' transform='translate(35.226 25.926) rotate(180)' fill='%23995023'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.social-feed .feed-container .feed-container-wrap .feed-navigation .feed-swiper-button-next::after {
  content: '';
  width: 35px;
  height: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.226' height='25.926' viewBox='0 0 35.226 25.926'%3E%3Cpath id='arrow-thin-right-icon' d='M24.433,25.644a.827.827,0,0,1-1.176.073.847.847,0,0,1-.072-1.187l9.36-10.721H.836a.845.845,0,0,1,0-1.689h31.71L23.185,1.4A.847.847,0,0,1,23.257.213a.828.828,0,0,1,1.176.072L35.005,12.395a.847.847,0,0,1,.012,1.128Z' transform='translate(0 -0.002)' fill='%23995023'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.single-product-wrapper {
  padding: 60px 0;
  margin-top: 90px;
  background: #E8DFD2;
  background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
}

.single-product-wrapper .single-product-wrap {
  display: flex;
  flex: 1;
  gap: 90px;
}

.single-product-wrapper .single-product-wrap .gallery-container,
.single-product-wrapper .single-product-wrap .single-product-details {
  width: 50%;
}

.single-product-wrapper .single-product-details .product-details-wrap .product-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-product-wrapper .single-product-details .product-details-wrap .product-reviews .product-stars {
  display: flex;
}

.frequently-bought-products {
  background: #FAF3ED;
  padding: 80px 28px;
}

.frequently-bought-products .title-wrapper {
  margin-bottom: 50px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-details-wrap {
  margin-top: 10px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-details-wrap .product-title {
  font-family: var(--font-formata-condensed);
  font-size: 30px;
  text-transform: uppercase;
  line-height: 36px;
  color: #3F281E;
  text-align: center;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-buy {
  margin-top: 20px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .product-buy .add-to-cart {
  background: #FAF3ED;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #3F281E;
  border-radius: 9px;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .img-wrapper.rectangle {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .img-wrapper.dome {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.frequently-bought-products .content-box-wrappper .FBTProductsSlider .slide-content .img-wrapper.hourglass {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-benefits {
  background: #E8DFD2;
  background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
  padding: 70px 0;
}

.product-benefits .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-benefits .content-wrapper .content-wrapper-inner .section-title {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #3F281E;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  margin-top: 40px;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon {
  min-width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon img {
  width: 35px;
}

.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .content {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .content>p,
.product-benefits .content-wrapper .content-wrapper-inner .icon-box .icon-item .content>p {
  font-weight: bold;
}

.ingredient-highlight {
  background: #FAF3ED;
  padding: 30px 0 65px;
}

.ingredient-highlight .title-wrapper {
  margin-bottom: 40px;
}

.ingredient-highlight .content-box-wrappper {
  position: relative;
  padding: 0 15px 15px 0;
  height: 100%;
}

.ingredient-highlight .content-box-wrappper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(190deg, #AC704F, #DC9F7A);
  border-radius: 0 0 0 8px;
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.ingredient-highlight .content-box-wrappper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  border-radius: 0 8px 0 0;
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.ingredient-highlight .content-box-wrappper .content-box {
  background: #FAF3ED;
  position: relative;
  border: 2px solid #B28563;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  z-index: 9;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .section-title {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #3F281E;
  margin-bottom: 40px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon {
  min-width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .icon img {
  width: 35px;
}

.ingredient-highlight .content-box-wrappper .content-box .content-wrapper .content-wrapper-inner .icon-box .icon-item .content {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.rooted-results {
  background: #FAF3ED;
  padding: 30px 0 65px;
}

.rooted-results .title-wrapper {
  margin-bottom: 40px;
}

.rooted-results .content-wraper {
  padding-top: 66px;
}

.rooted-results .content-wraper .content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #B28563;
  border-radius: 8px;
}

.rooted-results .content-wraper .content-grid.two-columns {
  grid-template-columns: 0.5fr repeat(1, 1fr);
}

.rooted-results .content-wraper .content-grid.two-columns .grid-item:nth-child(2) {
  border-right: none;
}

.rooted-results .content-wraper .content-grid.two-columns .grid-item:nth-child(2) .block-title-wrap {
  width: 100.5%;
}

.rooted-results .content-wraper .content-grid .grid-item.two-columns {
  display: none;
}

.rooted-results .content-wraper .content-grid .grid-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.rooted-results .content-wraper .content-grid .grid-item:not(:last-child) {
  border-right: 2px solid #B28563;
}

.rooted-results .content-wraper .content-grid .grid-item .block-title-wrap {
  padding: 20px 15px;
  border: 2px solid #B28563;
  border-bottom: none;
  position: absolute;
  left: -2px;
  top: -68px;
  width: 101%;
}

.rooted-results .content-wraper .content-grid .grid-item .block-title-wrap .block-title {
  font-family: var(--font-formata-condensed);
  font-size: 28px;
  color: #9F532A;
  position: relative;
  top: -4px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .item-content .title {
  font-family: var(--font-antonia);
  font-size: 55px;
  color: #3F281E;
  line-height: 65px;
  display: block;
  margin-bottom: 15px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description p {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 35px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(-50%, -50%);
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .description ul li {
  font-family: var(--font-spezia);
  font-size: 16px;
  color: #3F2920;
  line-height: 1.2;
  padding-left: 15px;
  position: relative;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .benefits-btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.rooted-results .content-wraper .content-grid .grid-item .grid-item-inner .content-body .content-inner .benefits-btn-group .benefits-btn {
  border: 2px solid #A06336;
  border-radius: 50px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-family: var(--font-spezia);
  font-size: 16px;
  color: #3F281E;
  line-height: 1;
  text-transform: uppercase;
}

.ingredient-facts {
  background: #FAF3ED;
  padding: 50px 0;
}

.ingredient-facts .content-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .section-title {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #3F281E;
  text-align: center;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box .content-item .number {
  font-family: var(--font-antonia);
  font-size: 40px;
  color: #9F532A;
  text-align: center;
  margin-bottom: 10px;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-box .content-item .content {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  text-align: center;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-seperator {
  position: relative;
  border: 2px solid #B28563;
}

.ingredient-facts .content-wrapper .content-wrapper-inner .content-seperator::after {
  content: '';
  width: 20px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M9.5,0,19,16H0Z' transform='translate(19 16) rotate(180)' fill='%23a16337'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.ingredient-facts .img-wrapper-main {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.ingredient-facts .img-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.ingredient-facts .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ingredient-facts .img-wrapper.hourglass {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='475.032' height='586.738' viewBox='0 0 475.032 586.738'%3E%3Cg id='Group_2343' data-name='Group 2343' transform='translate(-154.334 -4669.708)'%3E%3Cpath id='af52835c6f8ff531ed75995508b5bfd0' d='M421.1,288.037,475.032,256.8V0H0V256.8l53.934,31.239a5.08,5.08,0,0,1,0,9.064L0,328.342V586.737H475.032V328.342L421.1,297.1a5.08,5.08,0,0,1,0-9.064' transform='translate(154.334 4669.709)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='475.032' height='586.738' viewBox='0 0 475.032 586.738'%3E%3Cg id='Group_2343' data-name='Group 2343' transform='translate(-154.334 -4669.708)'%3E%3Cpath id='af52835c6f8ff531ed75995508b5bfd0' d='M421.1,288.037,475.032,256.8V0H0V256.8l53.934,31.239a5.08,5.08,0,0,1,0,9.064L0,328.342V586.737H475.032V328.342L421.1,297.1a5.08,5.08,0,0,1,0-9.064' transform='translate(154.334 4669.709)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.customer-reviews {
  background: #FAF3ED;
  padding: 50px 0;
}

.customer-reviews .title-wrapper {
  margin-bottom: 40px;
}

.customer-reviews .content-box-wrappper {
  position: relative;
  padding: 0 15px 15px 0;
  height: 100%;
}

.customer-reviews .content-box-wrappper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(190deg, #AC704F, #DC9F7A);
  border-radius: 0 0 8px 8px;
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.customer-reviews .content-box-wrappper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  border-radius: 0 8px 8px 0;
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.customer-reviews .content-box-wrappper .content-box {
  background: #FAF3ED;
  position: relative;
  border: 2px solid #B28563;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  z-index: 9;
}

.customer-reviews .reviews-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.customer-reviews .reviews-container .reviews-item {
  padding-bottom: 40px;
}

.customer-reviews .reviews-container .reviews-item:not(:last-child) {
  border-bottom: 2px solid #B28563;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .reviews-header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .reviews-header-inner .review-title {
  font-family: var(--font-spezia);
  font-size: 25px;
  color: #3F281E;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .reviews-header-inner .review-stars {
  display: flex;
}

.customer-reviews .reviews-container .reviews-item .reviews-header .customer-name {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
}

.customer-reviews .reviews-container .reviews-item .review-description {
  margin-top: 35px;
}

.customer-reviews .reviews-container .reviews-item .review-description p {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
}

.customer-reviews .more-reviews {
  display: flex;
  justify-content: center;
}

.customer-reviews .more-reviews a {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
  text-decoration: underline;
}

.page-breadcrumb {
  padding-top: 35px;
  margin-top: 90px;
  background: #E8DFD2;
  background: linear-gradient(180deg, rgba(232, 223, 210, 1) 0%, rgba(250, 243, 237, 1) 100%);
}

.page-breadcrumb.style-1 .breadcrumb-wrapper {
  position: relative;
  background: #D9D9D9;
  height: 282px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}

.page-breadcrumb.style-1 .breadcrumb-wrapper img,
.page-breadcrumb.style-1 .breadcrumb-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-breadcrumb .breadcrumb-wrapper .title-wrapper {
  z-index: 1;
}

.page-breadcrumb.style-2 .breadcrumb-wrapper .title-wrapper .title {
  text-transform: none;
}

.heading-block {
  background: #FAF3ED;
  padding: 80px 0 0;
}

.heading-block .heading-wrapper .heading {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #3F281E;
}

.split-content-with-image {
  background: #FAF3ED;
  padding: 50px 0;
}

.split-content-with-image .content-box-wrappper {
  padding: 70px;
  border: 2px solid #B28563;
  border-radius: 8px;
}

.split-content-with-image .content-box-wrappper:not(:last-child) {
  margin-bottom: 48px;
}

.split-content-with-image .content-box-wrappper .content-item {
  display: flex;
  flex-direction: row;
  gap: 88px;
}

.split-content-with-image .content-box-wrappper:nth-child(odd) .content-item {
  flex-direction: row-reverse;
}

.split-content-with-image .content-box-wrappper .content-item .content-left,
.split-content-with-image .content-box-wrappper .content-item .content-right {
  width: 50%;
}

.split-content-with-image .content-box-wrappper .content-item .content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-content-with-image .content-box-wrappper .content-item .content-left .img-container {
  overflow: hidden;
  border-radius: 15px;
}

.split-content-with-image .content-box-wrappper .content-item .content-right .title {
  font-family: var(--font-formata-condensed);
  display: block;
  font-size: 40px;
  line-height: 47px;
  color: #3F281E;
  margin-bottom: 10px;
}

.split-content-with-image .content-box-wrappper .content-item .content-right .description p {
  font-family: var(--font-spezia);
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #3F281E;
}

.awards-products {
  background: #FAF3ED;
  padding: 50px 0;
}

.awards-products .title-wrapper {
  margin-bottom: 40px;
}

.awards-products .ap-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px;
}

.awards-products .ap-grid .img-wrapper {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
}

.split-card-stacks {
  background: #faf3ed;
  padding: 40px 0;
}

.split-card-stacks .title-wrapper {
  margin-bottom: 35px;
}

.split-card-stacks .card-stacks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

.split-card-stacks .card-stacks-grid .grid-item {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  padding: 0 30px;
}

.split-card-stacks .card-stacks-grid .grid-item video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.split-card-stacks .card-stacks-grid .grid-item>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.split-card-stacks .card-stacks-grid .grid-item .grid-container {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  gap: 65px;
  max-width: 1065px;
  margin: 0 auto;
}

.split-card-stacks .card-stacks-grid .grid-item:nth-child(even) .grid-container {
  flex-direction: row-reverse;
}

.split-card-stacks .card-stacks-grid .grid-item .left-content-wrapper {
  width: 50%;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper {
  width: 50%;
  position: relative;
  padding: 0 15px 15px 0;
  height: 100%;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(235deg, #AC704F, #DC9F7A);
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper .right-content {
  position: relative;
  background: #fffbf8;
  height: 100%;
  padding: 40px;
  padding-bottom: 28px;
  z-index: 2;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper .right-content .title {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #3F281E;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.split-card-stacks .card-stacks-grid .grid-item .right-content-wrapper .right-content .description p {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.left-right-text-image {
  background: #faf3ed;
  padding: 50px 0;
}

.left-right-text-image .content-wrapper .section-title {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #3F281E;
}

.left-right-text-image .content-wrapper .icon-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  margin-top: 40px;
}

.left-right-text-image .content-wrapper .icon-box .icon-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.left-right-text-image .content-wrapper .icon-box .icon-item .icon {
  min-width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-right-text-image .content-wrapper .icon-box .icon-item .icon img {
  width: 35px;
}

.left-right-text-image .content-wrapper .icon-box .icon-item .content {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.EO-Team {
  background: #faf3ed;
  padding: 20px 0 50px;
}

.EO-Team .title-wrapper {
  margin-bottom: 50px;
}

.EO-Team .team-wrappper .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 2px; */
}

.EO-Team .team-wrappper .team-grid .team-item {
  position: relative;
  padding: 40px;
  background: #FFFDFC;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 2px solid #B28563;
  margin: -1px;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .img-container {
  overflow: hidden;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  display: flex;
  margin-bottom: 20px;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .content-wrap .team-name {
  font-family: var(--font-formata-condensed);
  font-size: 40px;
  color: #3F281E;
  line-height: 47px;
  display: block;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .content-wrap .team-title {
  font-family: var(--font-formata-condensed);
  font-size: 26px;
  color: #3F281E;
  line-height: 47px;
  display: block;
}

.EO-Team .team-wrappper .team-grid .team-item .team-content .content-wrap .team-desc {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 32px;
  display: block;
}

.page-nav {
  background: rgba(250, 243, 237, 0.8);
  padding: 45px 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 8;
}

.page-nav.is-sticky {
  top: 90px;
}

.page-nav .nav-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-nav .nav-wrapper ul li a {
  padding: 0 40px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #995023;
  border-radius: 50px;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  text-transform: uppercase;
  color: #3F281E;
}

[id] {
  scroll-margin-top: 120px;
}

.ingredients {
  background: #faf3ed;
  padding: 0 0 80px;
}

.ingredients .title-wrapper {
  margin-bottom: 50px;
}

.ingredients .ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.image-box-card {
  padding: 30px;
  border: 2px solid #B28563;
  border-radius: 12px;
}

.image-box-card .box-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-box-card .img-container {
  display: flex;
}

.image-box-card .title {
  font-family: var(--font-formata-condensed);
  font-size: 35px;
  color: #9A5024;
  line-height: 40px;
  text-transform: uppercase;
}

.image-box-card .desc {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.image-box-card .icon-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.image-box-card .icon-box .icon-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.image-box-card .icon-box .icon-item .icon {
  min-width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box-card .icon-box .icon-item .icon img {
  width: 35px;
}

.image-box-card .icon-box .icon-item .content {
  font-family: var(--font-formata-condensed);
  font-size: 25px;
  color: #3F2920;
  line-height: 28px;
  text-transform: uppercase;
}

.image-box-card .more-details .link-label,
.image-box-card .more-details a {
  font-family: var(--font-spezia);
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.image-box-card .more-details .link-label {
  color: #3F2920;
}

.image-box-card .more-details a {
  color: #B28563;
  text-decoration: underline;
}

.gallery-video {
  position: relative;
  background: #faf3ed;
  overflow: hidden;
  padding: 40px 0;
}

.gallery-video .gallery-container {
  height: 570px;
  overflow: hidden;
  border-radius: 22px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.gallery-video .gallery-container video,
.gallery-video .gallery-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faqs {
  position: relative;
  background: #faf3ed;
  padding: 50px 0;
}

.faqs .title-wrapper {
  margin-bottom: 50px;
}

.faqs .faqs-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100% !important;
}

.faqs .faqs-accordion .accordion .accordion-item {
  position: relative;
  border: 2px solid #B28563;
  border-radius: 12px;
  padding: 32px;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-header {
  margin: 0;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: var(--font-spezia);
  font-size: 18px;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button::after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2391' data-name='Group 2391' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.686' height='14' viewBox='0 0 27.686 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_329' data-name='Rectangle 329' width='27.686' height='14' fill='none' stroke='%23b18562' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1998' data-name='Group 1998' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_160' data-name='Path 160' d='M42.524,16.667,30.888,28.3a1.829,1.829,0,0,1-2.586,0L16.666,16.667' transform='translate(-15.752 -15.753)' fill='none' stroke='%23b18562' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-button {
  text-align: left;
  padding-right: 50px;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-body {
  position: relative;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-body .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.faqs .faqs-accordion .accordion .accordion-item .accordion-body .description {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
  line-height: 28px;
  margin-top: 20px;
}

.faqs .more-btn {
  margin-top: 35px;
}

.faqs .more-btn a {
  background: #995023;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #ffffff;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 82px;
  margin: 0 auto;
}

.retailer-block {
  position: relative;
  background: #faf3ed;
  padding: 50px 0;
}

.retailer-block .retailer-wrapper .retailer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.retailer-block .retailer-wrapper .retailer-grid .grid-tem img {
  width: 100%;
}

.store-locator {
  position: relative;
  background: #faf3ed;
  padding: 0 0 50px;
}

.store-locator .store-wrapper {
  border: 2px solid #B28563;
  border-radius: 8px;
}

.contact-us {
  position: relative;
  background: #faf3ed;
  padding: 50px 0;
}

.contact-us .contact-details .contact-title {
  font-family: var(--font-formata-medium);
  text-transform: uppercase;
  font-size: 30px;
  color: #3F281E;
  line-height: 1.2;
  margin-bottom: 10px;
}

.contact-us .contact-details .contact-text {
  font-family: var(--font-spezia);
  font-size: 18px;
  color: #3F281E;
  line-height: 28px;
}

.contact-us .contact-details .icon-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}

.contact-us .contact-details .icon-box .icon-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-us .contact-details .icon-box .icon-item .icon {
  min-width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us .contact-details .icon-box .icon-item .icon svg {
  width: 35px;
}

.contact-us .contact-details .icon-box .icon-item .content .content-heading {
  font-weight: bold;
}

.contact-us .contact-details .icon-box .icon-item .content .content-heading,
.contact-us .contact-details .icon-box .icon-item .content .content-data {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F2920;
  line-height: 28px;
}

.contact-us .store-wrapper {
  border: 2px solid #B28563;
  border-radius: 8px;
}

.contact-us .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contact-us .form-grid .form-item:nth-child(3),
.contact-us .form-grid .form-item:nth-child(4),
.contact-us .form-grid .form-item:nth-child(5),
.contact-us .form-grid .form-item:nth-child(6) {
  grid-column: 1 / span 2;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper .select-selected,
.form-wrapper textarea {
  position: relative;
  background: transparent;
  font-family: var(--font-spezia);
  font-size: 15px;
  font-weight: 300;
  padding: 10px 15px;
  border: 2px solid #B28563;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  color: var(--color-gray);
  box-shadow: none;
  outline: none;
}

.form-wrapper input::-moz-placeholder {
  color: #3F281E;
  opacity: 1;
}

.form-wrapper input::placeholder {
  color: #3F281E;
  opacity: 1;
}

.form-wrapper input::-moz-placeholder {
  color: #3F281E;
  opacity: 1;
}

.form-wrapper input::-ms-input-placeholder {
  color: #3F281E;
  opacity: 1;
}

.form-wrapper input::-webkit-input-placeholder {
  color: #3F281E;
  opacity: 1;
}

.contact-us .form-grid .form-item button.submit-button {
  background: #995023;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 40px;
  width: 100%;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select,
.custom-select-wrapper .select-hide {
  display: none !important;
}

.custom-select-wrapper .select-selected:after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2391' data-name='Group 2391' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.686' height='14' viewBox='0 0 27.686 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_329' data-name='Rectangle 329' width='27.686' height='14' fill='none' stroke='%23b18562' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1998' data-name='Group 1998' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_160' data-name='Path 160' d='M42.524,16.667,30.888,28.3a1.829,1.829,0,0,1-2.586,0L16.666,16.667' transform='translate(-15.752 -15.753)' fill='none' stroke='%23b18562' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translate(0, -50%);
  transition: all 0.25s ease;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
  transform: translate(0, -50%) rotate(180deg);
}

.custom-select-wrapper .select-items {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  position: absolute;
  background-color: var(--color-white);
  box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items .same-as-selected {
  color: #3F281E !important;
  border-bottom: none;
}

.custom-select-wrapper .select-items .same-as-selected:after {
  color: #fff;
  background: #faf3ed;
}

.custom-select-wrapper .select-items div {
  color: #3F281E;
  outline: none;
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}

.custom-select-wrapper .select-items div:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 576px) {
  .custom-select-wrapper .select-items div {
    font-size: 14px;
  }
}

.custom-select-wrapper .select-items div:focus {
  outline: none;
  border: none;
  box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items div:last-child {
  border-bottom: 0;
}

.custom-select-wrapper .select-items div:hover {
  background-color: #faf3ed;
  border-bottom-color: #faf3ed;
  color: #3F281E;
}

.custom-select-wrapper .select-items div:hover:after {
  color: #fff;
  background: #faf3ed;
}

.contact-faqs {
  position: relative;
  background: #faf3ed;
  padding: 50px 0;
}

.contact-faqs .content-box-wrappper {
  position: relative;
  padding: 0 15px 15px 0;
  height: 100%;
}

.contact-faqs .content-box-wrappper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(190deg, #AC704F, #DC9F7A);
  border-radius: 0 0 0 8px;
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
}

.contact-faqs .content-box-wrappper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #AC704F, #DC9F7A);
  border-radius: 0 8px 0 0;
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
}

.contact-faqs .content-box-wrappper .content-box {
  background: #FAF3ED;
  position: relative;
  border: 2px solid #B28563;
  border-radius: 8px;
  display: flex;
  padding: 30px;
  height: 100%;
  z-index: 9;
}

.contact-faqs .faqs-accordion .accordion {
  display: flex;
  flex-direction: column;
  height: 100% !important;
}

.contact-faqs .faqs-accordion .accordion .accordion-item {
  position: relative;
  padding: 15px 25px 15px 5px;
  border-bottom: 2px solid #B28563;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-header {
  margin: 0;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: var(--font-spezia);
  font-size: 28px;
  text-transform: uppercase;
  color: #3F281E;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button::after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2391' data-name='Group 2391' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.686' height='14' viewBox='0 0 27.686 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_329' data-name='Rectangle 329' width='27.686' height='14' fill='none' stroke='%23b18562' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1998' data-name='Group 1998' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_160' data-name='Path 160' d='M42.524,16.667,30.888,28.3a1.829,1.829,0,0,1-2.586,0L16.666,16.667' transform='translate(-15.752 -15.753)' fill='none' stroke='%23b18562' stroke-linecap='round' stroke-miterlimit='133.333' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-button {
  text-align: left;
  padding-right: 50px;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-body {
  position: relative;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-body .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.contact-faqs .faqs-accordion .accordion .accordion-item .accordion-body .description {
  font-family: var(--font-spezia);
  font-size: 20px;
  color: #3F281E;
  line-height: 28px;
  margin-top: 20px;
}

.page-404 {
  padding: 80px 0;
  margin-top: 90px;
}

.page-404 .title-wrapper .title {
  text-transform: none;
}

.page-404 .btn-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  -moz-column-gap: 26px;
       column-gap: 26px;
  margin-top: 50px;
}

.page-404 .btn-group a:first-child {
  grid-column: 1/ span 3;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 70px;
  background: #995023;
  color: #ffffff;
}

.page-404 .btn-group a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #3F281E;
  border-radius: 6px;
  width: 100%;
  padding: 0 20px;
  text-transform: uppercase;
}

/* // ================================================================ // */

/* // SINGLE PRODUCT CSS // */

/* // ================================================================ // */

.single-product-wrapper {
  margin-top: 90px;
}

.single-product {
  display: block;
}

.single-product .single-product-media {
  margin-bottom: 20px;
}

.single-product-media .splide__slide img {
  width: 100%;
  height: 100%;
}

.single-product-wrapper .product-information {
  padding-left: 60px;
}

.single-product-wrapper .product-information .product-title h1 {
  font-family: var(--font-formata-medium);
  text-transform: uppercase;
  font-size: 30px;
  color: #3F281E;
  line-height: 1.2;
}

.single-product-wrapper .product-information .product-subname-wrap {
  font-family: var(--font-formata-condensed);
  text-transform: uppercase;
  font-size: 20px;
  color: #9F532A;
}

.single-product-wrapper .product-information .product-price {
  margin-bottom: 20px;
}

.single-product-wrapper .product-information .product-price .product-price-wrap {
  font-size: 35px;
}

.single-product-wrapper .product-information .short-description {
  font-family: var(--font-spezia);
  font-size: 18px;
  color: #3F281E;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 2px solid #9F532A;
  margin-bottom: 10px;
}

.single-product-wrapper .product-information .full-description {
  font-family: var(--font-spezia);
  font-size: 18px;
  color: #3F281E;
  line-height: 28px;
}

.single-product-wrapper .product-information .buy-now-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 15px 0;
  padding: 30px;
  border: 2px solid #B28563;
  border-radius: 12px;
}

.single-product-wrapper .product-information .buy-now-group .product-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 57px;
  border-radius: 50px;
  width: 100%;
  background: #FFFFFF;
}

.single-product-wrapper .product-information .accordion-item {
  border-bottom: 2px solid #B28563;
}

.single-product-wrapper .product-information .accordion-item .accordion-title::marker {
  content: none;
}

.single-product-wrapper .product-information .accordion-item .accordion-title .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-family: var(--font-spezia);
  font-size: 20px;
  text-transform: uppercase;
  color: #3F281E;
}

.single-product-wrapper .product-information .accordion-item .accordion-content {
  padding-bottom: 15px;
  font-family: var(--font-spezia);
  font-size: 18px;
  color: #3F281E;
}

.cart-loader {
  font-family: var(--font-formata-condensed);
  font-size: 22px;
  text-transform: uppercase;
}

.line-item-img,
.main-drawer .cart-upsell .dome {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Group_5593' data-name='Group 5593' xmlns='http://www.w3.org/2000/svg' width='91.369' height='92.532' viewBox='0 0 91.369 92.532'%3E%3Cg id='Group_2448' data-name='Group 2448' transform='translate(0 0)'%3E%3Cpath id='Elevate_Womens_WheyProtein' d='M91.368,36.56C91.368,16.369,70.915,0,45.684,0S0,16.369,0,36.56c0,1.015.155,55.81.155,55.81l91.214.162s0-55.831,0-55.972' transform='translate(0 0)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg id='Group_5593' data-name='Group 5593' xmlns='http://www.w3.org/2000/svg' width='91.369' height='92.532' viewBox='0 0 91.369 92.532'%3E%3Cg id='Group_2448' data-name='Group 2448' transform='translate(0 0)'%3E%3Cpath id='Elevate_Womens_WheyProtein' d='M91.368,36.56C91.368,16.369,70.915,0,45.684,0S0,16.369,0,36.56c0,1.015.155,55.81.155,55.81l91.214.162s0-55.831,0-55.972' transform='translate(0 0)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.checkout-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-spezia);
  font-size: 18px;
  color: #52473F;
  margin-bottom: 15px;
}

.collection-products {
  background: #FAF3ED;
  padding: 160px 0 60px;
}

.collection-products .title-wrapper {
  margin-bottom: 60px;
}

.collection-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.product-card .product-details-wrap .product-reviews {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.product-card .img-wrapper {
  display: flex;
  overflow: hidden;
  background-color: #ebe2d7;
}

.product-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card .img-wrapper.rectangle {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='auto' viewBox='0 0 342 358'%3E%3Crect id='Rectangle_669' data-name='Rectangle 669' width='342' height='358' fill='%23d9d9d9'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-card .img-wrapper.dome {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699.657' height='788.336' viewBox='0 0 699.657 788.336'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_177' data-name='Rectangle 177' width='699.657' height='788.336' fill='%23d9d9d9'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_98' data-name='Group 98' clip-path='url(%23clip-path)'%3E%3Cpath id='Shatavari_Gummies' d='M699.653,311.477C699.653,139.454,543.031,0,349.826,0S0,139.454,0,311.477c0,8.646,1.189,475.474,1.189,475.474l698.468,1.382s0-475.659,0-476.856' transform='translate(0 50.257)' fill='%23d9d9d9'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-card .img-wrapper.hourglass {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.935' height='358.503' viewBox='0 0 342.935 358.503'%3E%3Cg id='ElevateOrganic_Gummies_Ashwsgandha' transform='translate(0.5 0.5)'%3E%3Cpath id='NEW_ASHWAGANGHA_Gummies' d='M303.112,233.481l38.824-24.864V71.281H0V208.617l38.822,24.864a4.247,4.247,0,0,1,0,7.214L0,265.56V428.784H341.935V265.56L303.112,240.7a4.247,4.247,0,0,1,0-7.214' transform='translate(0 -71.281)' fill='%23d9d9d9' stroke='%23d9d9d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-card .product-details-wrap .product-reviews .stars {
  display: flex;
  align-items: center;
}

.product-card .product-details-wrap .product-reviews span {
  font-family: var(--font-spezia);
  font-size: 14px;
  font-weight: 500;
  color: #52473F;
}

.product-card .product-details-wrap .product-details .subtitle {
  font-family: var(--font-formata-condensed);
  font-size: 24px;
  letter-spacing: 40;
  color: #995023;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.product-card .product-details-wrap .product-details .title {
  font-family: var(--font-formata-medium);
  font-size: 30px;
  color: #3F281E;
  text-transform: uppercase;
  line-height: 1;
}

.product-card .product-details-wrap .product-details .category {
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #995023;
  margin-top: 5px;
}

.product-card .product-details-wrap .product-details .product-price {
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #995023;
  margin-top: 5px;
}

.product-card .product-details-wrap .product-benefit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.product-card .product-details-wrap .product-benefit .benefit {
  font-family: var(--font-formata-condensed);
  font-size: 24px;
  color: #3F281E;
  line-height: 1;
  text-transform: uppercase;
}

.product-card .product-details-wrap .product-benefit .seperator {
  display: block;
  width: 100%;
  height: 2px;
  background: #B28563;
}

.product-card .product-details-wrap .product-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card .product-buy {
  margin-top: 15px;
}

.product-card .product-buy .add-to-cart {
  background: #FAF3ED;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #3F281E;
  border-radius: 9px;
  cursor: pointer;
  text-transform: uppercase;
}

.product-buy-popup .add-to-cart {
  background: #995023;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #995023;
  font-family: var(--font-formata-medium);
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 9px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-product-details {
  text-decoration: underline;
  color: #3F281E;
  font-size: 18px;
}

.product-card .product-buy-v2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-card .product-buy .add-to-cart-v2 {
  font-size: 28px;
  width: 43px;
  height: 43px;
  background: #9F532A;
  border-radius: 50px;
  color: #FFF;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

/* // ======================================================================================================================= // */

/* // ===================================================== // CSS END // =================================================== // */

/* // ======================================================================================================================= // */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

img {
  color: transparent;
}

strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  animation: fadeIn 0.5s ease-in;
}

@supports (position: sticky) {
  .is-sticky {
    position: sticky;
  }
}

.animate-out {
  transition: opacity 0.5s;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Reveal animation */

.reveal {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: opacity 0.7s, transform 0.7s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.link {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  letter-spacing: 0.1em;
}

button:disabled,
.btn-global[disabled] {
  pointer-events: none;
  opacity: 0.8;
}

[type="checkbox"],
[type="radio"] {
  display: inline-grid;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  appearance: none;
  align-items: center;
  justify-items: center;
  border-width: 0px;
  border-style: none;
  background-origin: border-box;
  padding: 0px;
  vertical-align: middle;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-user-select: none;
  -moz-user-select: none;
}

[type="radio"] {
  min-height: 1.2rem;
  min-width: 1.2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
}

[type="radio"]::after {
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: " ";
  content: var(--tw-content);
}

[type="radio"]:checked::after {
  height: 35%;
  width: 35%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: " ";
  content: var(--tw-content);
}

[type="checkbox"] {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23d05a2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.6rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-position: center;
}

/* Add this to your CSS styles */

header.header_main .animate-logo-up {
  margin-top: -150px;
  transition: margin-top 0.8s ease;
}

.animate-logo-up:not(header.header_main .animate-logo-up) {
  margin-top: -150px !important;
  transition: margin-top 0.8s ease;
  /* Adjust the transition duration and timing function as needed */
}

.header_main svg .icon-svg,
header.header-alt svg .icon-svg {
  stroke: rgb(208 90 46);
}

header.header-alt .navMenu.menu-open svg .icon-svg {
  stroke: rgb(255 255 255);
}

header.header-main .navMenu.menu-open svg .icon-svg {
  stroke: rgb(255 255 255);
}

header.header-alt .nav_icon span,
header.header-alt .nav_icon small {
  --tw-bg-opacity: 1;
  background-color: rgb(208 90 46 / var(--tw-bg-opacity));
}

header.header-alt .navMenu.menu-open .nav_icon span,
header.header-alt .navMenu.menu-open .nav_icon small {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.header-main .navMenu.menu-open .nav_icon span,
header.header-main .navMenu.menu-open .nav_icon small {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.header-main .navMenu.menu-open .langSwitcher {
  color: #fff;
}

.gradient {
  background: #ebe5e0;
  background: linear-gradient(0deg, #ebe5e0 45%, #f2eeea);
}

.text-shadow-none {
  text-shadow: none !important;
}

.review-shadow {
  position: absolute;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, #f2eeea 20%, transparent);
  bottom: 0;
  left: 0;
}

#scroll-scaled-image {
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

/* the slides */

.product-slider .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}

.product-slider .slick-track {
  display: flex !important;
}

/* the slides */

.product-slider .slick-slide>div {
  height: 100%;
}

/* the parent */

.product-slider .slick-list {
  margin: 0 -15px;
}

.product-thumb-slider .slick-list {
  padding: 0 !important;
}

.product-gallery-thumb .slick-list {
  padding: 0 !important;
}

.border-sixiary {
  --tw-border-opacity: 1;
  border-color: rgba(224, 217, 210, var(--tw-border-opacity));
}

.ingredients-thumb[aria-current="true"] * {
  text-decoration: underline;
}

.video-slider {
  margin: 0 -10px;
}

.video-slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.blog-social-share a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease 0.2s;
}

.blog-social-share a svg {
  color: #fff;
}

.blog-social-share a.facebook {
  background-color: #4267B2;
}

.blog-social-share a.linkedin {
  background-color: #0A66C2;
}

.blog-social-share a.twitter-x {
  background-color: #14171A;
}

.blog-social-share a:hover {
  background-color: #3f281e;
}

[data-scroll-scale-out] img {
  mix-blend-mode: multiply;
}

[data-description] a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(208, 90, 46, var(--tw-text-opacity));
  text-decoration: underline;
}

.c-scrolldown {
  width: 1px;
  height: 60px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown-line 2.2s cubic-bezier(.76, 0, .3, 1) infinite forwards;
}

@keyframes scrolldown-line {
  0% {
    background-position: 0 -60px
  }

  75% {
    background-position: 0 0
  }

  to {
    background-position: 0 60px
  }
}

.accordion.active img {
  transform: rotate(180deg);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.shopify-payment-button__button {
  background-color: rgba(var(--secondary-button-background));
  color: rgba(var(--secondary-button-text));
}

.en-grid-gap {
  row-gap: var(--grid-gap-horizontal);
  -moz-column-gap: var(--grid-gap-horizontal);
       column-gap: var(--grid-gap-horizontal);
}

/*---- Collapsible content start -----*/

collapsible-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

collapsible-content.en-active {
  grid-template-rows: 1fr;
  min-height: 100%;
}

collapsible-content::-webkit-scrollbar {
  width: 0.1em;
}

collapsible-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

collapsible-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

collapsible-content .collapsible-inner {
  overflow: hidden;
}

collapsible-button {
  cursor: pointer;
}

.en-collapsible-caret {
  transition: all ease 0.3s;
}

.en-collapsible-caret svg {
  height: 1rem;
  width: 1rem;
}

.en-opened .en-collapsible-caret {
  transform: rotate(180deg);
}

/*  Model Viewer */

.en-model-viewer model-viewer {
  height: 100%;
  width: 100%;
}

/*  Menu drawer- */

en-drawer[expanded] .main-drawer {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.main-drawer {
  transition: all 0.3s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translateX(-100%);
  z-index: 999;
}

.overlay-full.visible {
  visibility: visible;
  opacity: 1;
}

.main-drawer--left {
  transform: translateX(-100%);
}

.main-drawer--right {
  transform: translateX(100%);
  position: absolute;
  right: 0;
}

ajax-cart-product-form[processing] button[type="submit"],
.sticky-btn[processing] a {
  opacity: .5;
  cursor: wait;
  pointer-events: none;
}

ajax-cart-product-form[processing] .spinner--overlay,
.js-ajax-cart-processing .sticky-btn[processing] .spinner--overlay {
  display: block;
}

.js-ajax-cart-processing .cart-loader::after {
  content: '';
  position: absolute;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  border: 2px solid #3f281e;
  border-bottom-color: transparent !important;
  animation: .5s linear infinite spin;
  right: -25px;
  top: 7px;
  opacity: 1;
  transition: all .3s;
}

.cart-expand-notes .ajax-cart-footer-content {
  max-height: 350px;
}

.cart-expand-notes .notes-btn .icon-caret {
  transform: rotate(0deg) scale(1.4);
  transform: rotate(180deg) scale(1.4);
}

.cart-expand-notes .notes-btn {
  border-color: #3f281e;
}

.cart-expand-notes .cart-upsell .splide__arrows {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

.cart-upsell .icon-caret {
  transform: rotate(180deg) scale(1.4);
}

.cart-collapse-upsell .cart-upsell {
  max-height: 0;
}

.cart-collapse-upsell .cart-upsell .icon-caret {
  transform: rotate(0deg) scale(1.4);
}

.cart-collapse-upsell .cart-upsell splide-component {
  opacity: 0;
  pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.tracking-link {
  letter-spacing: 0.1em;
}

.grecaptcha-badge,
#shop-hcaptcha-badge-container {
  display: none !important;
}

[open] .icon-caret {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-global {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  letter-spacing: 0.1em;
}

.group-tabbed-collection.splide__slide .btn-global.w-full {
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-tabbed-collection.splide__slide .relative.btn-global {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-global *:not(a) {
  pointer-events: none;
}

.btn-global small,
.btn-global span {
  transition: all .5s
}

.btn-global *>small {
  box-shadow: 0 25px 35px -20px rgba(168, 73, 37, .55)
}

.btn-global:hover>small {
  box-shadow: 0 35px 35px -15px rgba(168, 73, 37, .95);
  transform: translate3d(0, .2rem, 0) scale(.97);
  text-shadow: 0 0 30px rgba(0, 0, 0, .85)
}

.recommendation-modal__container {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

[data-description] strong {
  font-weight: 700;
}

[data-description] a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

[data-description] ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-description] li {
  position: relative;
  padding-left: 1rem;
}

.group-tabbed-collection.splide__slide [data-description] li.w-full {
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-description] li::before {
  position: absolute;
  left: 0px;
  top: 0.5rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

[data-description] h1 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

[data-description] p {
  margin-bottom: 0px;
}

[data-description] h2 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

[data-description] h3 {
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

[data-description].external-content h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

[data-description].external-content div {
  margin-bottom: 4rem;
  margin-top: 2rem;
  max-width: 100%;
}

[data-description].external-content h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

[data-description].external-content h3,
[data-description].external-content h4,
[data-description].external-content h5,
[data-description].external-content h6 {
  font-weight: 700;
}

[data-description].external-content ol,
[data-description].external-content p,
[data-description].external-content ul {
  margin-bottom: 1rem;
}

.shopify-challenge__container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
  margin-bottom: 3rem;
  display: flex;
  min-height: 50vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .shopify-challenge__container {
    border-radius: 1rem;
  }
}

.shopify-challenge__container .btn {
  margin-top: 1.25rem;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shopify-challenge__container .btn:hover {
  opacity: 0.9;
}

html.js-ajax-cart-processing .line-item input[type="radio"] {
  pointer-events: none;
  opacity: 0.8;
}

#store-list li.selected-store::after {
  content: '';
  width: 320px;
  height: 145px;
  opacity: 0.25;
  display: block;
  position: absolute;
  right: -7rem;
  bottom: -2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='225' viewBox='0 0 62 28'%3E%3Cpath fill='%23F2EEEA' fill-rule='evenodd' d='m26.6367881.3467605.014489.0015062c2.7995967 1.1193333 4.1647782 3.5926666 3.0442674 6.3786666l-5.4304782 13.528c.0013443.0026667.0013443.0053334.0026886.008.1418284.5206667 1.253601-.4046666 1.734204-.8026666.9349914-.7753334 1.3530824-1.3006667 1.9015748-2.7073334.120991-.3593333.2480315-.706.3764164-1.0346666.3952371-1.0166667.797196-1.8646667 1.0674092-2.4066667 1.0512772-2.11 3.890532-7.37 9.706837-7.37 7.1082197 0 6.9300941 5.698 6.0582869 7.8686667-.976666 2.4333333-1.5399462 3.876-1.6004417 4.0306666-.0033609.0086667-.0100826.0146667-.019493.0173334-.2641636.064-4.0531976.964-6.4837719.08-1.6038025-.5833334-1.3550989-1.5426667-1.3550989-1.5426667-.8563472 1.7226667-1.1756289 2.758-1.078164 3.9486667.140484 1.7233333 1.3974458 2.47 3.2230651 2.4946666 1.9876129.0266667 4.8120799-.9826666 6.3647974-2.6726666.6103323-.664 1.7758786-2.596 2.07029-3.3193334l4.3738237-10.7386666C52.0432495 6.6756 53.1025927 7.7776 53.6483964 9.0909333c.0127713.0173334.0241982.0386667.0329364.064.1230075.458.5894949.4493334.7293067.134.1956021-.4393333.8321491-1.476 1.8565393-2.2173333.644613-.4666667 1.4485308-.59 2.1018821-.4113333l.0658728.018c.0268869.0066666.0524295.0146666.077972.0233333 2.8688304.9786667 4.0417707 4.254 2.9232764 7.036l-1.7389092 4.7586667-1.5049933-.5953334c-1.9855963-.7853333-3.2922988-2.546-2.5011523-4.516l1.6743807-4.2026666c.3246591-.9733334.1223353-1.2553334-.2513924-1.3413334-.2204724-.05-.4826195.0233334-.6567121.158-1.031112.7973334-1.5406184 2.3426667-2.2396774 3.882-.1552717.3433334-.2984444.6753334-.4268292.9826667-.0356252.1073333-.073939.2146667-.116958.3213333L48.0565969 26.9596c-.0100826.0233333-.0369695.0346667-.0598233.0253333l-1.4633186-.5786666c-1.4552526-.5753334-2.3620127-1.9293334-2.4325908-3.386-.0262147-.3233334-.1801421-.7253334-.6170539-.2173334-.0168043.0266667-.0329365.054-.050413.0806667-.2218167.3273333-.4678317.634-.7340119.9226667C39.4622047 27.3096 33.4496255 28.0036 29.6868062 26.1636c-2.0857499-1.02-2.7209525-2.954-2.6631457-5.0473333-.0006722-.0026667-.0026887-.0053334-.0033609-.0086667.0410025-.622-.9114653-.2926667-1.218648-.1013333-1.2408296.774-2.8943729 2.7846666-3.7769349 4.8446666l-.004033-.0046666-.3703668.9226666c-.0295756.0733334-.1129249.1086667-.1868639.08l-1.371231-.5426666c-1.9862685-.786-2.7559055-2.9153334-1.9640868-4.8853334L26.6149798.3636c.0053774-.014.0221817-.0206667.0362973-.0153333ZM16.3677838.4064c.5807049 0 .9948942.0467771 1.1085925.0611701l.0314113.0041632c.558575.042 1.4794507.2433334 1.4794507.2433334.7071251.174 1.3429998.4606666 1.8948531.9306666 1.6690033 1.424 2.1637219 3.7 1.3618206 5.692l-1.9546764 4.7593334-.9544843-.366c-1.9869407-.786-2.9347033-2.1246667-2.1422124-4.0946667l1.7651239-4.6786667c.0591511-.14.3643172-1.07-.597561-1.4613333-.1707317-.0686667-.32802-.0906667-.4678318-.0973333-.4853082-.0266667-.7709814.2286666-.9302861.472L12.3092088 13.5864c-.1041867.2853333.1714038.3213333.3999423.3213333l2.917899-.0186666s-.3656616 1.4486666-1.433743 1.6333333c-.4879969.0846667-1.9150183.0833333-2.2376609.088l-.0492392-.0004922c-.1327198-.0027161-.3777581-.0070911-.4730385.1824922l-.023526.0586667-2.9602458 7.456C7.6490398 25.3204 6.1084214 26.8924 3.7020453 26.8924c-.3280199 0-.6701555-.0293333-1.0304398-.0906667-.4396005-.074-.9040714-.1966666-1.3940849-.3733333-.2554253-.0906667-.5175725-.1966667-.7877856-.318.0591511-.0566667.1176301-.1146667.1747647-.1726667.3065105-.3113333.6425965-.7786666.9538122-1.2633333.6331861-.9846667 1.1594968-2.0333333 1.5903591-3.1206667l2.402343-6.012c-.066545-.0024-.2500211-.00384-.500994-.004608l-.3304022-.0006174c-.1782366-.0001659-.3736534-.0001314-.5755729.0000414l-.614588.0008709c-.4765757.0009032-.9304194.0022203-1.2258836.0031611l-.2113045.0006958a717.48713396 717.48713396 0 0 0-.0706301.0002443l-.0593514.0002119c.2964279-.676 1.2240254-1.382 1.9667755-1.4113333 0 0 1.1568081-.0386667 1.7160553-.048.429518-.0066667.582101-.2993333.582101-.2993333L10.353188 3.5224l.0478174-.0963633c.0472425-.0943555.1191334-.2355534.1666055-.3176367 1.3591319-2.348 4.2077972-2.702 5.8001729-2.702Zm24.6565488 6.7118667c-.8865949-.3533334-1.4243326.452-1.6663145 1.0126666l-3.034857 7.052c-.2419819.562-.4396005 1.5173334.3495295 1.9006667.7918187.3853333 1.4653351-.4673333 1.7079893-1.0293333l3.035529-7.052c.2413098-.56.4947187-1.5293334-.3918763-1.884Z'/%3E%3C/svg%3E");
  background-size: contain;
}

.order-date time {
  font-style: normal;
}

.loop-one-time-purchase-option,
.loop-subscription-group {
  opacity: 0.6;
}

.loop-one-time-purchase-option.loop-selected-selling-plan-group,
.loop-subscription-group.loop-selected-selling-plan-group {
  opacity: 1;
}

.loop-one-time-purchase-option [type="radio"],
.loop-subscription-group [type="radio"] {
  background: transparent;
  border: 1px solid rgb(208 90 46 / var(--tw-bg-opacity));
}

.loop-one-time-purchase-option.loop-selected-selling-plan-group [type="radio"],
.loop-subscription-group.loop-selected-selling-plan-group [type="radio"] {
  background: rgb(208 90 46 / var(--tw-bg-opacity));
  border: 1px solid rgb(208 90 46 / var(--tw-bg-opacity));
}

.frequency-plan .frequency-plan-select:hover h3 {
  color: #FFFFFF;
}

.frequency-plan input[type="radio"]:checked+label h3 {
  color: #FFF;
}

.group-tabbed-collection.splide__slide .relative.w-full {
  display: flex;
  justify-content: center;
  align-items: center;
}

.starburst {
  border-radius: 0.125rem;
  text-align: center;
}

.starburst::after {
  content: var(--tw-content);
  --tw-rotate: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.starburst,
.starburst>span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starburst>span {
  width: 100%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.125rem;
  height: 100%;
}

.group-tabbed-collection.splide__slide .relative.starburst>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.starburst>span::before {
  content: var(--tw-content);
  --tw-rotate: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.starburst>span::after {
  content: var(--tw-content);
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.starburst>span {
  background: inherit;
}

.starburst:before,
.starburst:after,
.starburst>span:before,
.starburst>span:after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  --tw-rotate: 20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.125rem;
  --tw-content: "";
  content: var(--tw-content);
  height: 100%;
}

.group-tabbed-collection.splide__slide .relative.starburst:before,.group-tabbed-collection.splide__slide .relative
.starburst:after,.group-tabbed-collection.splide__slide .relative
.starburst>span:before,.group-tabbed-collection.splide__slide .relative
.starburst>span:after {
  display: flex;
  justify-content: center;
  align-items: center;
}

.starburst:before,
.starburst:after,
.starburst>span:before,
.starburst>span:after {
  background: inherit;
}

.shopify-policy__title {
  display: none;
}

#looxReviews {
  padding: 0 1rem;
}

@media (min-width: 640px) {
  #looxReviews {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.trustpilot-widget iframe:nth-child(2) {
  z-index: 999 !important;
}

@media only screen and (max-width: 768px) {
}

@media screen and (min-width: 1401px) {
}

@media (min-width: 1200px) and (max-width: 1400px) {
}

@media (min-width: 1025px) and (max-width: 1199px) {
}

@media (min-width: 992px) and (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 632px) and (max-width: 767px) {
}

@media (min-width: 481px) and (max-width: 631px) {
}

@media (min-width: 300px) and (max-width: 480px) {
}

@media (min-width: 768px) {
  .loop-header #titleContent {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .loop-subscription-group-radio:checked~.loop-subscription-group-selling-plans-container {
    height: auto !important;
    display: block;
  }

  .loop-subscription-group-radio~.loop-subscription-group-selling-plans-container {
    height: 0;
  }

  .loop-selling-plan-selector {
    margin-bottom: 8px;
  }
}

.progress::after {
  content: '';
  left: -100%;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
  opacity: .35;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* =================================================================== */

/* =========================== Flip Box START ========================= */

/* =================================================================== */

.flip-box {
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%);
}

.flip-card {
  transform-style: preserve-3d;
  -webkit-transition: all 600ms;
}

.flip-box-front,
.flip-box-back {
  backface-visibility: hidden;
}

.flip-box-back {
  transform: rotateY(180deg);
}

.flip-box input {
  display: none;
}

.flip-box input:checked+.flip-card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-box .flip-box-content ul {
  list-style: disc;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 14px;
}

.flip-box .flip-box-content ul li {
  position: relative;
  padding-left: 5px;
}

.flip-box .flip-box-content ul li b {
  font-weight: 500;
}

/* =================================================================== */

/* =========================== Flip Box END ========================= */

/* =================================================================== */

.features-desc ol {
  list-style: decimal;
  text-align: left;
  margin-left: 16px;
}

.features-desc ol li {
  position: relative;
  padding-left: 5px;
}

.splide__pagination.splide-pagination li button {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: rgba(78, 78, 78, 0.6);
  transform: none;
}

.splide__pagination.splide-pagination li button.is-active {
  background: rgba(78, 78, 78, 1);
}

.tp-widget-wrapper .wrapper-right .tp-widget-reviews-filter-label {
  display: none !important;
}

.splide__arrows.activities-carousel {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.splide__arrows.rotating-cards {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rotating-card .splide__slide.is-active .h-\[180px\] {
  height: 164px;
}

@media (min-width: 1024px) {
  .rotating-card .splide__slide.is-active .lg\:h-\[300px\] {
    height: 270px;
  }
}

@media (max-width: 1800px) {
  /* .rotating-card .splide__slide.is-prev {
		left: 320px;
	}

	.rotating-card .splide__slide.is-next {
		right: 320px;
	} */
}

.activities-carousel button:disabled,
.activities-carousel .btn-global[disabled],
.rotating-slider button:disabled,
.rotating-slider .btn-global[disabled] {
  opacity: 0;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .sm\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 481px) {
    .sm\:container {
      max-width: 481px;
    }
  }

  @media (min-width: 549px) {
    .sm\:container {
      max-width: 549px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 360px) {
    .xl\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 481px) {
    .xl\:container {
      max-width: 481px;
    }
  }

  @media (min-width: 549px) {
    .xl\:container {
      max-width: 549px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }
}

.placeholder\:text-gray-600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.placeholder\:text-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder\:text-transparent::placeholder {
  color: transparent;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[8px\]::before {
  content: var(--tw-content);
  height: 8px;
}

.before\:w-12::before {
  content: var(--tw-content);
  width: 3rem;
}

.before\:w-16::before {
  content: var(--tw-content);
  width: 4rem;
}

.before\:w-8::before {
  content: var(--tw-content);
  width: 2rem;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-x-\[64\%\]::before {
  content: var(--tw-content);
  --tw-translate-x: -64%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-x-\[78\%\]::before {
  content: var(--tw-content);
  --tw-translate-x: -78%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-\[60\%\]::before {
  content: var(--tw-content);
  --tw-translate-y: -60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-lg::before {
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:pt-\[100\%\]::before {
  content: var(--tw-content);
  padding-top: 100%;
}

.before\:pt-\[6\%\]::before {
  content: var(--tw-content);
  padding-top: 6%;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:-left-6::after {
  content: var(--tw-content);
  left: -1.5rem;
}

.after\:right-\[unset\]::after {
  content: var(--tw-content);
  right: unset;
}

.target\:min-h-full:target {
  min-height: 100%;
}

.target\:grid-rows-\[1fr\]:target {
  grid-template-rows: 1fr;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 40 30 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-hsm:hover {
  --tw-shadow: 0 0 0 2px rgb(0,0,0);
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:text-shadow:hover {
  text-shadow: 1em 0 13px rgba(0, 0, 0, .54);
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 39 42 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 40 30 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:top-2 {
  top: 0.5rem;
}

.group:hover .group-hover\:my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.group:hover .group-hover\:h-0 {
  height: 0px;
}

.group:hover .group-hover\:w-0 {
  width: 0px;
}

.group:hover .group-hover\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(63 40 30 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(209 161 156 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-var-blush {
  background-color: #D1A19C !important;
}

.group:hover .group-hover\:bg-var-lilac {
  background-color: #9583D7 !important;
}

.group:hover .group-hover\:bg-var-pine {
  background-color: #00534C !important;
}

.group:hover .group-hover\:bg-var-sicily {
  background-color: #3f281e !important;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 40 30 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-var-blush {
  background-color: #D1A19C !important;
}

.peer:checked ~ .peer-checked\:bg-var-lilac {
  background-color: #9583D7 !important;
}

.peer:checked ~ .peer-checked\:bg-var-pine {
  background-color: #00534C !important;
}

.peer:checked ~ .peer-checked\:bg-var-sicily {
  background-color: #3f281e !important;
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.peer:-moz-placeholder ~ .peer-placeholder-shown\:top-3 {
  top: 0.75rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-3 {
  top: 0.75rem;
}

.peer:hover ~ .peer-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(63 40 30 / var(--tw-border-opacity, 1));
}

.peer:hover ~ .peer-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:-top-2\.5 {
  top: -0.625rem;
}

.peer:focus ~ .peer-focus\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

.group[data-added] .group-data-\[added\]\:hidden {
  display: none;
}

.group[data-plan] .group-data-\[plan\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 40 30 / var(--tw-text-opacity, 1));
}

@media (prefers-reduced-motion: reduce) {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .motion-reduce\:animate-\[spin_0\.5s_linear_infinite\] {
    animation: spin 0.5s linear infinite;
  }
}

@media (min-width: 360px) {
  .xssm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 481px) {
  .xsm\:mb-0 {
    margin-bottom: 0px;
  }

  .xsm\:ml-8 {
    margin-left: 2rem;
  }

  .xsm\:flex {
    display: flex;
  }

  .xsm\:h-12 {
    height: 3rem;
  }

  .xsm\:w-full {
    width: 100%;
  }

  .xsm\:min-w-\[90\%\] {
    min-width: 90%;
  }

  .xsm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xsm\:flex-row {
    flex-direction: row;
  }

  .xsm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 549px) {
  .smx\:-top-\[15px\] {
    top: -15px;
  }

  .smx\:mt-0 {
    margin-top: 0px;
  }

  .smx\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:h-\[400px\] {
    height: 400px;
  }

  .sm\:h-\[600px\] {
    height: 600px;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-\[49\%\] {
    width: 49%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-\[600px\] {
    min-width: 600px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:leading-\[50px\] {
    line-height: 50px;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[49\%\] {
    width: 49%;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:max-w-\[25rem\] {
    max-width: 25rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:-mt-\[19rem\] {
    margin-top: -19rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[70vh\] {
    min-height: 70vh;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-\[12\%\] {
    width: 12%;
  }

  .lg\:w-\[15\%\] {
    width: 15%;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[63\%\] {
    width: 63%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 1280px) {
  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[70\%\] {
    width: 70%;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}
