/** Shopify CDN: Minification failed

Line 40:0 All "@import" rules must come first
Line 627:0 "@charset" must be the first rule in the file

**/
@charset "UTF-8";
/* ============== ABSTRACTS ============== */
[xo-pfs] {
  --pfs-min: 10; /* default */
  --pfs-max: 60; /* default */
  --min-viewport: 40; /* default */
  --max-viewport: 120; /* default */
  /* calculator */
  --m: (var(--pfs-max) - var(--pfs-min)) /
    (var(--max-viewport) - var(--min-viewport));
  --size: clamp(
    calc(var(--pfs-min) * 1rem),
    calc(
      var(--m) * 100vw + var(--pfs-min) * 1rem - var(--m) * var(--min-viewport) *
        1rem
    ),
    calc(var(--pfs-max) * 1rem)
  );
}

/* ============== BASE ============== */
/* color-1 là 1 color scheme */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
   margin:0;
  margin: 0; font-family: "Inter", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-selection {
  background: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.2 * 100%), transparent);
}

::selection {
  background: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.2 * 100%), transparent);
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight-bold);
  font-size: var(--font-body-size, var(--font-body-mobile-size, 1.5rem));
  line-height: var(--font-body-mobile-line-height, var(--font-body-line-height));
  letter-spacing: 0;
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(var(--font-body-color-opacity, 0.75) * 100%), transparent);
}
@media (min-width: 768px) {
  body {
    font-size: var(--font-body-size, var(--font-body-desktop-size, 1.6rem));
    line-height: var(--font-body-line-height);
  }
}

html, body {
  height: auto !important;
}

.link, a {
  text-decoration: none;
}

a:not([href]) {
  cursor: default;
}

.xo-fix-mt-collapse:before {
  content: "";
  display: block;
  overflow: auto;
}

.xo-reset {
  all: revert;
  box-sizing: border-box;
  font-family: var(--font-body-family);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.75 * 100%), transparent);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.xo-link {
  color: inherit;
  text-decoration: none;
}

:root {
  --in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --out-soft: cubic-bezier(0, 0, 0.3, 1);
  --spring: cubic-bezier(.27,.79,.45,1.24);
}

#xo-root {
  overflow: hidden;
  overflow: clip;
  display: flow-root;
  padding-left: var(--page-side-margin-mobile, var(--page-side-margin, 0));
  padding-right: var(--page-side-margin-mobile, var(--page-side-margin, 0));
}
@media (min-width: 768px) {
  #xo-root {
    padding-left: var(--page-side-margin, 0);
    padding-right: var(--page-side-margin, 0);
  }
}

xo-container {
  display: block;
  max-width: var(--xo-container-width, 1400px);
  margin: auto;
  padding-left: var(--xo-container-gap, 20px);
  padding-right: var(--xo-container-gap, 20px);
}
xo-container[xo-fluid]:not([xo-fluid=false]) {
  max-width: 100%;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
@media (min-width: 768px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.shopify-section > div,
.shopify-section > section {
  margin-bottom: var(--spacing-sections);
}

.xo-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.xo-visually-hidden--inline {
  margin: 0;
  height: 1em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

img:not([src]) {
  display: block;
  opacity: 0;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
:where(p) {
  margin: 0;
}

.xo-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.xo-skip-to-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 1.5rem;
  background: color-mix(in srgb, rgba(var(--color-accent-1)) calc(1 * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.75 * 100%), transparent);
  font-size: 1.6rem;
}
.xo-skip-to-content:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.xo-scrollbar {
  --width: 10px;
  --scrollbar-track-color: transparent;
  --scrollbar-thumb-color: color(foreground, 0.2) ;
  --scrollbar-thumb-color-hover: color(foreground, 0.4);
  --scrollbar-thumb-padding: 2px;
  --scrollbar-radius: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

@-moz-document url-prefix() {
  .xo-scrollbar {
    scrollbar-color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.4 * 100%), transparent) color-mix(in srgb, rgba(var(--color-foreground)) calc(0.4 * 100%), transparent);
    scrollbar-width: thin;
  }
}
/* width */
.xo-scrollbar::-webkit-scrollbar {
  width: var(--width);
}

/* Track */
.xo-scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: var(--scrollbar-radius);
}

/* Handle */
.xo-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: var(--scrollbar-thumb-padding) solid transparent;
  border-radius: var(--scrollbar-radius);
  background-clip: padding-box;
  background-color: var(--scrollbar-thumb-color);
}

/* Handle on hover */
.xo-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color-hover);
}

.xo-embed-responsive {
  --aspect-ratio: 16 / 9;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.xo-embed-responsive:before {
  content: "";
  display: block;
  padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
}
.xo-embed-responsive iframe,
.xo-embed-responsive video,
.xo-embed-responsive .xo-embed-responsive__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xo-pfs {
  --min-size: 10; /* default */
  --max-size: 60; /* default */
  --min-viewport: 100; /* default */
  --max-viewport: 1200; /* default */
  /* calculator */
  --m: (var(--max-size) - var(--min-size)) /
    (var(--max-viewport) - var(--min-viewport));
  --b: var(--min-size) - var(--m);
  --size: clamp(
    calc(var(--min-size) * 1px),
    calc(
      var(--m) * 100vw + var(--min-size) * 1px - var(--m) * var(--min-viewport) *
        1px
    ),
    calc(var(--max-size) * 1px)
  );
}

[xo-hide]:not([xo-hide=false]), .xo-hidden {
  display: none !important;
}

[xo-show]:not([xo-show=false]), .xo-visible {
  display: block !important;
}

/* ============== LAYOUT ============== */
:root {
  --xo-grid-col-gap: var(--grid-mobile-horizontal-spacing, 30px);
  --xo-grid-row-gap: var(--grid-mobile-vertical-spacing, 30px);
}
@media (min-width: 576px) {
  :root {
    --xo-grid-col-gap: var(--grid-desktop-horizontal-spacing, 15px);
    --xo-grid-row-gap: var(--grid-desktop-vertical-spacing, 15px);
  }
}

/* ============== HELPERS ============== */
@charset "UTF-8";
/* ============== CORE ============== */
/* ============== ABSTRACTS ============== */
[xo-pfs] {
  --pfs-min: 10; /* default */
  --pfs-max: 60; /* default */
  --min-viewport: 40; /* default */
  --max-viewport: 120; /* default */
  /* calculator */
  --m: (var(--pfs-max) - var(--pfs-min)) /
    (var(--max-viewport) - var(--min-viewport));
  --size: clamp(
    calc(var(--pfs-min) * 1rem),
    calc(
      var(--m) * 100vw + var(--pfs-min) * 1rem - var(--m) * var(--min-viewport) *
        1rem
    ),
    calc(var(--pfs-max) * 1rem)
  );
}

/* ============== BASE ============== */
/* color-1 là 1 color scheme */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-selection {
  background: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.2 * 100%), transparent);
}

::selection {
  background: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.2 * 100%), transparent);
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight-bold);
  font-size: var(--font-body-size, var(--font-body-mobile-size, 1.5rem));
  line-height: var(--font-body-mobile-line-height, var(--font-body-line-height));
  letter-spacing: 0;
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(var(--font-body-color-opacity, 0.75) * 100%), transparent);
}
@media (min-width: 768px) {
  body {
    font-size: var(--font-body-size, var(--font-body-desktop-size, 1.6rem));
    line-height: var(--font-body-line-height);
  }
}

html, body {
  height: auto !important;
}

.link, a {
  text-decoration: none;
}

a:not([href]) {
  cursor: default;
}

.xo-fix-mt-collapse:before {
  content: "";
  display: block;
  overflow: auto;
}

.xo-reset {
  all: revert;
  box-sizing: border-box;
  font-family: var(--font-body-family);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.75 * 100%), transparent);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.xo-link {
  color: inherit;
  text-decoration: none;
}

:root {
  --in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --out-soft: cubic-bezier(0, 0, 0.3, 1);
  --spring: cubic-bezier(.27,.79,.45,1.24);
}

#xo-root {
  overflow: hidden;
  overflow: clip;
  display: flow-root;
  padding-left: var(--page-side-margin-mobile, var(--page-side-margin, 0));
  padding-right: var(--page-side-margin-mobile, var(--page-side-margin, 0));
}
@media (min-width: 768px) {
  #xo-root {
    padding-left: var(--page-side-margin, 0);
    padding-right: var(--page-side-margin, 0);
  }
}

xo-container {
  display: block;
  max-width: var(--xo-container-width, 1400px);
  margin: auto;
  padding-left: var(--xo-container-gap, 20px);
  padding-right: var(--xo-container-gap, 20px);
}
xo-container[xo-fluid]:not([xo-fluid=false]) {
  max-width: 100%;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
@media (min-width: 768px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.shopify-section > div,
.shopify-section > section {
  margin-bottom: var(--spacing-sections);
}

.xo-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.xo-visually-hidden--inline {
  margin: 0;
  height: 1em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

img:not([src]) {
  display: block;
  opacity: 0;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
:where(p) {
  margin: 0;
}

.xo-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.xo-skip-to-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 1.5rem;
  background: color-mix(in srgb, rgba(var(--color-accent-1)) calc(1 * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.75 * 100%), transparent);
  font-size: 1.6rem;
}
.xo-skip-to-content:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.xo-scrollbar {
  --width: 10px;
  --scrollbar-track-color: transparent;
  --scrollbar-thumb-color: color(foreground, 0.2) ;
  --scrollbar-thumb-color-hover: color(foreground, 0.4);
  --scrollbar-thumb-padding: 2px;
  --scrollbar-radius: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

@-moz-document url-prefix() {
  .xo-scrollbar {
    scrollbar-color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.4 * 100%), transparent) color-mix(in srgb, rgba(var(--color-foreground)) calc(0.4 * 100%), transparent);
    scrollbar-width: thin;
  }
}
/* width */
.xo-scrollbar::-webkit-scrollbar {
  width: var(--width);
}

/* Track */
.xo-scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: var(--scrollbar-radius);
}

/* Handle */
.xo-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: var(--scrollbar-thumb-padding) solid transparent;
  border-radius: var(--scrollbar-radius);
  background-clip: padding-box;
  background-color: var(--scrollbar-thumb-color);
}

/* Handle on hover */
.xo-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color-hover);
}

.xo-embed-responsive {
  --aspect-ratio: 16 / 9;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.xo-embed-responsive:before {
  content: "";
  display: block;
  padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
}
.xo-embed-responsive iframe,
.xo-embed-responsive video,
.xo-embed-responsive .xo-embed-responsive__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xo-pfs {
  --min-size: 10; /* default */
  --max-size: 60; /* default */
  --min-viewport: 100; /* default */
  --max-viewport: 1200; /* default */
  /* calculator */
  --m: (var(--max-size) - var(--min-size)) /
    (var(--max-viewport) - var(--min-viewport));
  --b: var(--min-size) - var(--m);
  --size: clamp(
    calc(var(--min-size) * 1px),
    calc(
      var(--m) * 100vw + var(--min-size) * 1px - var(--m) * var(--min-viewport) *
        1px
    ),
    calc(var(--max-size) * 1px)
  );
}

[xo-hide]:not([xo-hide=false]), .xo-hidden {
  display: none !important;
}

[xo-show]:not([xo-show=false]), .xo-visible {
  display: block !important;
}

/* ============== LAYOUT ============== */
:root {
  --xo-grid-col-gap: var(--grid-mobile-horizontal-spacing, 30px);
  --xo-grid-row-gap: var(--grid-mobile-vertical-spacing, 30px);
}
@media (min-width: 576px) {
  :root {
    --xo-grid-col-gap: var(--grid-desktop-horizontal-spacing, 15px);
    --xo-grid-row-gap: var(--grid-desktop-vertical-spacing, 15px);
  }
}

/* ============== HELPERS ============== */
/* ============== BASE ============== */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3rem);
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4rem);
  }
}

h2, .h2 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
  }
}

h3, .h3 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  }
}

h4, .h4 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5rem);
}

h5, .h5 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.2rem);
}
@media (min-width: 576px) {
  h5, .h5 {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.3rem);
  }
}

h6, .h6 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.1rem);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  margin: 0;
  margin-bottom: 1rem;
  text-transform: none;
}

.xo-table {
  width: 100%;
  border-collapse: collapse;
}
.xo-table tr {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.xo-table th,
.xo-table td {
  text-align: left;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.xo-table th:last-child,
.xo-table td:last-child {
  text-align: right;
  padding-inline-end: 2rem;
}
.xo-table td {
  color: rgba(var(--color-foreground), 0.7);
}
.xo-table td:last-child {
  color: rgba(var(--color-foreground));
}

.xo-table__head-row {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.3);
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-table__body-row {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

@media (max-width: 600px) {
  .xo-table {
    display: block;
  }
  .xo-table tbody,
  .xo-table tfoot,
  .xo-table tr,
  .xo-table th,
  .xo-table td {
    display: block;
  }
  .xo-table thead {
    display: none;
  }
  .xo-table td {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  .xo-table td:before {
    content: attr(data-th) ": ";
    float: left;
    text-transform: uppercase;
    color: rgba(var(--color-foreground));
  }
}
.flex {
  display: flex;
}

.flex-h {
  display: flex;
  flex-direction: row;
}

.flex-v {
  display: flex;
  flex-direction: column;
}

.flwrap {
  flex-wrap: wrap;
}

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

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

.gap-5 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-20 {
  gap: 2rem;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.full-width {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.t-0 {
  top: 0;
}

.b-0 {
  bottom: 0;
}

.l-0 {
  left: 0;
}

.r-0 {
  right: 0;
}

.xo-hover {
  transition: 0.8s;
}

.xo-hover__child {
  height: auto;
  width: 100%;
}

.xo-hover__child--style1 {
  scale: 1, 2;
}

.xo-hover__child--style2 {
  transform: rotate(360deg);
}

.xo-hover__child--x {
  transform: translateX(50%);
}

/* ============== SNIPPETS ============== */
.xo-artical-card-style18 {
  position: relative;
}

.xo-article-card18__date {
  color: rgba(var(--color-foreground), 0.6);
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-artical-card-style18__title {
  font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}
.xo-artical-card-style18__title a {
  color: rgba(var(--color-foreground));
  transition: 0.3s;
}

.xo-artical-card-style18__title:hover a {
  color: rgba(var(--color-foreground), 0.5);
  cursor: pointer;
}

.xo-artical-card-style18__description {
  font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.5);
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.xo-artical-card-style18__number::after {
  content: "";
  background-color: rgba(var(--color-foreground));
  width: 2.7rem;
  height: 0.1rem;
  display: block;
  margin: 0.4rem auto 0;
}

.xo-artical-card-style18__blog {
  margin-bottom: 1.5rem;
}

.xo-article-card18__date-com {
  display: flex;
  gap: 0.2rem;
}

.xo-artical-card-style18__comment-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-foreground), 0.6);
  display: inline-block;
}
.xo-artical-card-style18__comment-content::before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: rgba(var(--color-foreground), 0.6);
}

.xo-artical-card-style18__image {
  display: block;
  height: 100%;
  max-width: 12.5rem;
}
.xo-artical-card-style18__image .xo-image {
  height: 100%;
}
.xo-artical-card-style18__image .xo-image img {
  height: 100%;
}

.new19 {
  position: relative;
}

.xo-article-card__image19 {
  flex-shrink: 0;
  max-width: 8rem;
}
.xo-article-card__image19 .xo-image {
  height: 100%;
  border-radius: var(--modal-corner-radius);
}
.xo-article-card__image19 .xo-image img {
  height: 100%;
  border-radius: var(--modal-corner-radius);
  transition: 0.3s;
}

.xo-article-card__image19:hover img {
  transform: scale(1.05);
}

.xo-article-card19__date {
  color: rgba(var(--color-foreground), 0.6);
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-article-card__title19 {
  font-size: clamp(1.4rem, calc(0vw + 1.4rem), 1.4rem);
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  transition: 0.3s;
  margin-bottom: 0;
  cursor: pointer;
}

.xo-article-card__title19:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.xo-article-card__description19 {
  font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.5);
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new19__number::after {
  content: "";
  background-color: rgba(var(--color-foreground));
  width: 2.7rem;
  height: 0.1rem;
  display: block;
  margin: 0.4rem auto 0;
}

.xo-artical-card__blog19 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.blog-v19__comment-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-foreground), 0.6);
  display: inline-block;
}

.new20 {
  position: relative;
  border-bottom: solid 1px rgba(var(--color-foreground), 0.1);
  padding-bottom: 1.5rem;
}

.xo-article-card__image20:hover img {
  transform: scale(1.05);
}

.xo-article-card20__date {
  color: rgba(var(--color-foreground), 0.6);
  font-size: calc(var(--font-body-scale) * 1.1rem);
  text-transform: uppercase;
}

.xo-article-card__title20 {
  font-size: clamp(2.4rem, calc(-0.5vw + 2.6rem), 2rem);
  line-height: calc(1 + 1 / var(--font-body-scale));
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.3s;
}

.xo-article-card__title20:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.xo-article-card__description20 {
  font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.5);
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.new20__number::after {
  content: "";
  background-color: rgba(var(--color-foreground));
  width: 2.7rem;
  height: 0.1rem;
  display: block;
  margin: 0.4rem auto 0;
}

.xo-artical-card__blog20 {
  margin-bottom: 1.5rem;
}

.xo-article-card20__date-com {
  display: flex;
  gap: 0.2rem;
}

.blog-v20__comment-content {
  font-size: calc(var(--font-body-scale) * 1.1rem);
  color: rgba(var(--color-foreground), 0.6);
  display: inline-block;
  text-transform: uppercase;
}
.blog-v20__comment-content::before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: rgba(var(--color-foreground), 0.6);
}

.xo-article-card20__link {
  margin-bottom: 0.5rem;
}
.xo-article-card20__link .xo-btn__content {
  padding: 0 0 1rem !important;
  text-underline-offset: 1rem;
}
.xo-article-card20__link .xo-btn__text[data-text] {
  font-size: calc(var(--font-body-scale) * 1rem);
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
}

.xo-article-card__image20 {
  display: block;
}
.xo-article-card__image20 .xo-image {
  height: 100%;
  border-radius: var(--modal-corner-radius);
}
.xo-article-card__image20 .xo-image img {
  height: 100%;
  border-radius: var(--modal-corner-radius);
  transition: 0.3s;
}

.xo-article-card23 {
  position: relative;
}

.xo-article-card_author23,
.xo-article-card__date23 {
  color: rgba(var(--color-foreground), 0.6);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  transition: all 0.3s ease;
}

.xo-article-card__date-com23 {
  font-size: calc(var(--font-body-scale) * 1.1rem);
  line-height: calc(1 + 0.61 / var(--font-body-scale));
}

.xo-article-card_author23 {
  text-transform: uppercase;
  font-size: calc(var(--font-body-scale) * 1.1rem);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  font-weight: 500;
}

.xo-article-card__date23 time {
  font-size: calc(var(--font-body-scale) * 1.1rem);
  line-height: calc(1 + 0.163 / var(--font-body-scale));
  font-weight: 500;
}

.xo-article-card__title23 {
  margin-bottom: 1rem;
  margin-top: 0.3rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
  font-weight: 400;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}
.xo-article-card__title23 a {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  color: rgba(var(--color-foreground));
  transition: all 0.3s ease;
  display: block;
}

.xo-article-card__description23 {
  font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.5);
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xo-article-card23__number::after {
  content: "";
  background-color: rgba(var(--color-foreground));
  width: 2.7rem;
  height: 0.1rem;
  display: block;
  margin: 0.4rem auto 0;
}

.xo-article-card__blog23 {
  position: relative;
  z-index: 1;
}

.blog-v23__comment-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-foreground), 0.6);
  display: inline-block;
}
.blog-v23__comment-content::before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: rgba(var(--color-foreground), 0.6);
}

.xo-article-card__image23 {
  display: block;
  height: 100%;
  width: 100%;
}
.xo-article-card__image23 .xo-image {
  height: 100%;
}
.xo-article-card__image23 .xo-image::before {
  content: "";
  width: 0;
  height: 0;
  display: block !important;
  min-height: 45rem;
}
.xo-article-card__image23 .xo-image img {
  display: block;
  max-width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.xo-article-card__blog-img23 {
  position: relative;
}

.xo-article-card__information23 {
  padding-top: 2rem;
}

.xo-article-card__all-tag23 {
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  z-index: 10;
}

.xo-article-card__tag23 {
  display: inline-block;
  font-size: calc(var(--font-body-scale) * 1.2rem);
  line-height: calc(1 + 1 / var(--font-body-scale));
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 1.6rem;
  color: rgba(var(--color-foreground));
  border-radius: 0.3rem;
  background-color: rgb(var(--color-background));
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--color-foreground), 0.15);
  margin-inline-start: 0;
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  position: relative;
}

.xo-article-card__link23 a {
  color: rgba(var(--color-foreground));
  text-transform: capitalize;
  transition: all 0.3s ease !important;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(var(--font-body-scale) * 0.5421rem);
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.xo-article-card__link23 a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.5rem;
  right: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground));
  transition: 0.25s ease-in-out;
}
.xo-article-card__link23 a:hover {
  color: rgba(var(--color-accent));
}
.xo-article-card__link23 a:hover::after {
  background-color: rgba(var(--color-accent));
}

.new4 {
  position: relative;
}

.xo-article-card__image4 img {
  transition: 0.3s;
}

.xo-article-card__image4:hover img {
  transform: scale(1.05);
}

.xo-article-card4__date {
  color: rgba(var(--color-foreground), 0.6);
  font-size: calc(var(--font-body-scale) * 1.1rem);
  text-transform: uppercase;
}

.xo-article-card__title4 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 1 / var(--font-body-scale));
  cursor: pointer;
  transition: 0.3s;
}

.xo-article-card__title4:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.xo-article-card__description4 {
  font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.new4__number::after {
  content: "";
  background-color: rgba(var(--color-foreground));
  width: 2.7rem;
  height: 0.1rem;
  display: block;
  margin: 0.4rem auto 0;
}

.xo-artical-card__blog4 {
  margin-bottom: 1.5rem;
}

.xo-article-card4__date-com {
  display: flex;
  gap: 0.2rem;
}

.blog-v4__comment-content {
  font-size: calc(var(--font-body-scale) * 1.1rem);
  color: rgba(var(--color-foreground), 0.6);
  display: inline-block;
  text-transform: uppercase;
}
.blog-v4__comment-content::before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: rgba(var(--color-foreground), 0.6);
}

.xo-article-card4__link {
  margin-bottom: 0.5rem;
}
.xo-article-card4__link .xo-btn__content {
  padding: 0 0 1rem !important;
  text-underline-offset: 1rem;
}
.xo-article-card4__link .xo-btn__text[data-text] {
  font-size: calc(var(--font-body-scale) * 1rem);
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
}

.xo-article-card__image4 {
  display: block;
  margin-bottom: 1rem;
}
.xo-article-card__image4 .xo-image {
  height: 100%;
  border-radius: var(--modal-corner-radius);
}
.xo-article-card__image4 .xo-image img {
  height: 100%;
  border-radius: var(--modal-corner-radius);
  transition: 0.3s;
}

.xo-article-card {
  overflow: hidden;
  background-color: rgb(var(--color-background));
  border: var(--article-card-border-width) solid rgba(var(--color-border), var(--article-card-border-opacity));
  border-radius: var(--article-card-corner-radius);
  box-shadow: var(--article-card-shadow-horizontal-offset) var(--article-card-shadow-vertical-offset) var(--article-card-shadow-blur-radius) rgba(var(--color-shadow), var(--article-card-shadow-opacity));
}
.xo-article-card .placeholder-svg {
  width: 100%;
  height: auto;
}

.xo-article-card__image {
  display: block;
  padding: var(--article-card-image-padding);
}
.xo-article-card__image img {
  width: 100%;
}

.xo-article-card__information {
  padding: var(--article-card-content-padding);
  padding-top: max(var(--article-card-content-padding), 1rem);
  text-align: var(--article-card-text-alignment);
}

.xo-article-card__author {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  padding-bottom: 0.3rem;
}

.xo-article-card__title {
  padding-bottom: 0.5rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
  color: rgb(var(--color-foreground));
}
.xo-article-card__title a {
  color: inherit;
}

.xo-article-card__description {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: rgba(var(--color-foreground), 0.8);
}

.xo-article-card--boxed .xo-article-card__information {
  padding: var(--article-card-content-padding, 1.5rem);
}

.xo-badge-discount {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.xo-badge-new {
  padding: 0.2rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.21;
  color: #fff;
  background-color: #3ad370;
}

.xo-badge-sale {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.21;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e12c43;
}

.xo-badge-sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  background-color: rgb(var(--color-background));
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.xo-badge-sold-out__title {
  text-transform: uppercase;
  font-size: calc(var(--font-body-scale) * 1rem);
  color: rgb(var(--color-foreground), 0.5);
  font-weight: 600;
  text-align: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
}

.xo-blog-tags {
  color: rgba(var(--color-foreground));
  align-items: center;
}

.xo-blog-tags__item {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: rgba(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.1);
  padding: 0.2rem 0.8rem;
  margin-inline-start: 0.5rem;
  border-radius: 1rem;
}

.xo-blog-tags__title {
  color: rgba(var(--color-foreground), 0.5);
}

@media (max-width: 767px) {
  .breadcrumb {
    display: var(--display-mobile);
  }
}

.breadcrumb--border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify);
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: 0.3s;
}
.breadcrumb__item .breadcrumb--current {
  color: rgba(var(--color-foreground), 0.5);
  font-size: calc(var(--font-body-scale) * 1.3rem);
  font-weight: 500;
  pointer-events: none;
}
.breadcrumb__item .breadcrumb--normal {
  font-weight: 400;
}
.breadcrumb__item a {
  transition: 0.3s;
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.breadcrumb__item:last-child a {
  color: rgba(var(--color-foreground), 0.5);
  pointer-events: none;
}
.breadcrumb__item:last-child .breadcrumb__separator {
  display: none;
}

.breadcrumb__item:hover a {
  color: rgba(var(--color-foreground), 0.5);
}

.breadcrumb__item--current {
  display: var(--display);
}

.breadcrumb__link {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.breadcrumb__separator {
  line-height: 0;
}
.breadcrumb__separator svg {
  color: rgba(var(--color-foreground));
}

.xo-btn {
  --width: initial;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.4rem);
  font-weight: 500;
  background-color: color-mix(in srgb, rgba(var(--color-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: rgba(var(--color-button-text));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: var(--buttons-radius);
  box-shadow: var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) color-mix(in srgb, rgba(var(--color-shadow)) calc(var(--buttons-shadow-opacity) * 100%), transparent);
  border: var(--buttons-border-width) solid color-mix(in srgb, rgba(var(--color-secondary-button)) calc(var(--buttons-border-opacity) * 100%), transparent);
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
}
.xo-btn[style*="--width"] .xo-btn__content {
  padding: 0;
}

.xo-btn--circle {
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  transition: 0.3s;
}

.xo-btn--square {
  width: 5rem;
  height: 5rem;
  transition: 0.3s;
}

.xo-btn--square:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.xo-btn--square:hover .xo-btn__icon {
  color: rgba(var(--color-background));
}

.xo-btn--circle:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.xo-btn--circle:hover .xo-btn__icon {
  color: rgba(var(--color-background));
}

.xo-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xo-btn__icon svg {
  line-height: 0;
}

.xo-btn__content,
.xo-btn__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s;
}

.xo-btn__content {
  padding: 0 calc(var(--buttons-scale) * 2rem);
  min-height: calc(var(--buttons-scale) * 4.1rem);
  overflow: hidden;
  gap: 0.5rem;
  width: var(--width, auto);
}

.xo-btn--xs {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.2rem);
}
.xo-btn--xs .xo-btn__content {
  padding-inline-start: calc(var(--buttons-scale) * 1rem);
  padding-inline-end: calc(var(--buttons-scale) * 1rem);
  min-height: calc(var(--buttons-scale) * 3rem);
}

.xo-btn--xs.xo-btn--link .xo-btn__text {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.2rem);
}

.xo-btn--sm {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.4rem);
}
.xo-btn--sm .xo-btn__content {
  padding-inline-start: calc(var(--buttons-scale) * 2rem);
  padding-inline-end: calc(var(--buttons-scale) * 2rem);
  min-height: calc(var(--buttons-scale) * 4.1rem);
}

.xo-btn--sm.xo-btn--link .xo-btn__text {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.4rem);
}

.xo-btn--md {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.6rem);
}
.xo-btn--md .xo-btn__content {
  padding-inline-start: calc(var(--buttons-scale) * 2.6rem);
  padding-inline-end: calc(var(--buttons-scale) * 2.6rem);
  min-height: calc(var(--buttons-scale) * 4.5rem);
}

.xo-btn--md.xo-btn--link .xo-btn__text {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.8rem);
}

.xo-btn--lg {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.7rem);
}
.xo-btn--lg .xo-btn__content {
  padding-inline-start: calc(var(--buttons-scale) * 3.2rem);
  padding-inline-end: calc(var(--buttons-scale) * 3.2rem);
  min-height: calc(var(--buttons-scale) * 6.2rem);
}

.xo-btn--lg.xo-btn--link .xo-btn__text {
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 2rem);
}

.xo-btn--block {
  display: flex;
  width: 100%;
}

.xo-btn--primary {
  background-color: color-mix(in srgb, rgba(var(--color-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-button-text)) calc(1 * 100%), transparent);
  transition: 0.3s;
}
.xo-btn--primary .xo-btn__text[data-text] {
  line-height: 1.5;
}
.xo-btn--primary .xo-btn__text[data-text]:before, .xo-btn--primary .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-button-text)) calc(1 * 100%), transparent);
}

.xo-btn--primary:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.xo-btn--primary:hover .xo-btn__text[data-text] {
  line-height: 1.5;
}
.xo-btn--primary:hover .xo-btn__text[data-text]:before, .xo-btn--primary:hover .xo-btn__text[data-text]:after {
  color: rgb(var(--color-background));
}

.xo-btn--secondary {
  background-color: color-mix(in srgb, rgba(var(--color-secondary-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-secondary-button-text)) calc(1 * 100%), transparent);
}
.xo-btn--secondary .xo-btn__text[data-text] {
  line-height: 1.5;
}
.xo-btn--secondary .xo-btn__text[data-text]:before, .xo-btn--secondary .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-secondary-button-text)) calc(1 * 100%), transparent);
}

.xo-btn--tertiary {
  background-color: color-mix(in srgb, rgba(var(--color-tertiary-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-tertiary-button-text)) calc(1 * 100%), transparent);
}
.xo-btn--tertiary .xo-btn__text[data-text]:before, .xo-btn--tertiary .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-tertiary-button-text)) calc(1 * 100%), transparent);
}

.xo-btn--gray {
  background-color: color-mix(in srgb, rgba(var(--color-gray-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-gray-button-text)) calc(1 * 100%), transparent);
}
.xo-btn--gray .xo-btn__text[data-text]:before, .xo-btn--gray .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-gray-button-text)) calc(1 * 100%), transparent);
}

.xo-btn--dark {
  background-color: color-mix(in srgb, rgba(var(--color-dark-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-dark-button-text)) calc(1 * 100%), transparent);
}
.xo-btn--dark .xo-btn__text[data-text]:before, .xo-btn--dark .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-dark-button-text)) calc(1 * 100%), transparent);
}

.xo-btn--accent {
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-background));
}
.xo-btn--accent .xo-btn__text[data-text]:before, .xo-btn--accent .xo-btn__text[data-text]:after {
  color: rgb(var(--color-background));
}
.xo-btn--accent:hover {
  background-color: rgb(var(--color-foreground));
}

.xo-btn--light {
  background-color: color-mix(in srgb, rgba(var(--color-light-button)) calc(var(--buttons-background-opacity) * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-light-button-text)) calc(1 * 100%), transparent);
  border: var(--buttons-border-width) solid color-mix(in srgb, rgba(var(--color-button)) calc(var(--buttons-border-opacity) * 100%), transparent);
}
.xo-btn--light .xo-btn__text[data-text]:before, .xo-btn--light .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-light-button-text)) calc(1 * 100%), transparent);
}

.xo-btn--disabled,
.xo-btn[disabled]:not([disabled=false]) {
  opacity: 0.8;
  cursor: not-allowed;
}

.xo-btn__loading {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
  transition: 0.3s;
}

.xo-btn--loading .xo-btn__loading,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-btn__loading,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-btn__loading,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-btn__loading,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-btn__loading {
  transform: translateY(0);
}
.xo-btn--loading .xo-btn__content,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-btn__content,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-btn__content,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-btn__content,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-btn__content {
  transform: translateY(-100%);
}

.xo-btn--fade:hover {
  opacity: 0.6;
}

.xo-btn__text[data-text] {
  color: transparent;
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.16rem);
}
.xo-btn__text[data-text]:before, .xo-btn__text[data-text]:after {
  content: attr(data-text);
  color: color-mix(in srgb, rgba(var(--color-button-text)) calc(1 * 100%), transparent);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.xo-btn__text[data-text]:after {
  transform: translateY(100%);
}

.xo-btn--slide-up:hover .xo-btn__text:before {
  transform: translateY(-100%);
}
.xo-btn--slide-up:hover .xo-btn__text:after {
  transform: translateY(0);
}

.xo-btn--link {
  background: none;
  box-shadow: none;
  border: none;
}
.xo-btn--link .xo-btn__content {
  padding: 0 0.2rem;
  min-height: 0;
  color: rgba(var(--color-foreground));
  text-decoration: underline;
}
.xo-btn--link .xo-btn__text[data-text]:before, .xo-btn--link .xo-btn__text[data-text]:after {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
}

.xo-btn--noborder {
  border: none;
  background: none;
  box-shadow: none;
  width: 100%;
}
.xo-btn--noborder .xo-btn__content {
  padding: 0;
}

.xo-btn--noborder:hover .xo-btn__icon {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-btn--style5 .xo-btn__content {
  text-underline-offset: 1rem;
  padding-bottom: 1rem;
}
.xo-btn--style5 .xo-btn__text {
  font-size: calc(var(--font-body-scale) * 1.2rem) !important;
}
.xo-btn--style5 .xo-btn__text[data-text]:before {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-btn--style8 {
  background-color: rgba(var(--color-foreground), 0.5);
  color: rgba(var(--color-background));
  transition: 0.3s;
  border: none;
  border-radius: var(--buttons-radius);
}
.xo-btn--style8 .xo-btn__text[data-text]:before, .xo-btn--style8 .xo-btn__text[data-text]:after {
  color: rgba(var(--color-background));
}

.xo-btn--style8:hover {
  background-color: rgba(var(--color-foreground));
}

.xo-btn--advertise {
  border: none;
}
.xo-btn--advertise .xo-btn__text {
  line-height: calc(1 + 2.6 / var(--font-body-scale));
  font-weight: 700;
  text-transform: uppercase;
}

.xo-btn__text {
  text-transform: uppercase;
}

.xo-btn__number {
  line-height: 0;
}

.carousel-navigation-style1__arrow {
  display: var(--display-mobile);
  position: absolute;
  top: 100%;
  z-index: 9;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .carousel-navigation-style1__arrow {
    display: var(--display-desktop);
    top: 50%;
    transform: translateY(-50%);
  }
}
.carousel-navigation-style1__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
@media (min-width: 768px) {
  .carousel-navigation-style1__arrow button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.carousel-navigation-style1__arrow svg {
  color: rgba(var(--color-foreground));
}

.carousel-navigation-style1__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.carousel-navigation-style1__arrow:hover svg {
  color: rgba(var(--color-background));
}

.carousel-navigation-style1__arrow--left {
  left: 0;
}
@media (min-width: 768px) {
  .carousel-navigation-style1__arrow--left {
    left: -9.7rem;
  }
}

.carousel-navigation-style1__arrow--right {
  right: 0;
}
@media (min-width: 768px) {
  .carousel-navigation-style1__arrow--right {
    right: -9.7rem;
  }
}

.carousel-pagination-style1__pagination {
  display: var(--display-mobile);
  padding-top: 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .carousel-pagination-style1__pagination {
    display: var(--display-desktop);
    gap: 1rem;
  }
}
.carousel-pagination-style1__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .carousel-pagination-style1__bullet {
  background-color: rgba(var(--color-foreground));
}

.carousel-pagination-style1__bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .carousel-pagination-style1__bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.xo-cart-discount .xo-collapse:first-child {
  border-top: none;
}
.xo-cart-discount label {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  font-weight: 500;
}
.xo-cart-discount .xo-field-input__input {
  padding: 1.2rem;
}

.xo-cart-discount__btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  padding: 1rem 0;
}

.xo-cart-discount__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.1rem solid #e9e9e9;
  transition: 0.3s;
}
.xo-cart-discount__trigger svg {
  transition: 0.3s;
}
.xo-cart-discount__trigger:hover {
  color: #000;
}
.xo-cart-discount__trigger:hover svg {
  color: #000;
}

.xo-cart-discount__icon {
  margin-right: 0.4rem;
}
.xo-cart-discount__icon svg {
  display: block;
}

.xo-cart-discount__text {
  font-size: 1.4rem;
}

.xo-cart-discount__content {
  z-index: 9999;
  overflow-x: unset;
  overflow-y: unset;
}

.xo-cart-discount__inner {
  background-color: rgb(var(--color-background));
}
.xo-cart-discount__inner .xo-cart-discount__btn-add {
  width: 50%;
}
.xo-cart-discount__inner .xo-cart-discount__btn-add .xo-btn {
  width: 100%;
}
.xo-cart-discount__inner .xo-cart-discount__btn-add .xo-btn:hover {
  background-color: rgb(var(--color-background));
}
.xo-cart-discount__inner .xo-cart-discount__btn-add .xo-btn--primary:hover .xo-btn__text[data-text]:after {
  color: rgb(var(--color-foreground));
}
.xo-cart-discount__inner .cart-discount__btn-cancel {
  width: 50%;
}
.xo-cart-discount__inner .cart-discount__btn-cancel .cart-discount__btn-trigger {
  width: 100%;
  height: 100%;
}
.xo-cart-discount__inner .cart-discount__btn-cancel .cart-discount__btn-trigger .xo-btn {
  width: 100%;
  height: 100%;
}

.xo-cart-discount__inner--padding {
  padding: 2rem;
}

.xo-cart-discount__inner--effect {
  width: 40rem;
  box-shadow: 0 0.2rem 1rem rgba(var(--color-shadow), 0.2);
}

xo-modal .xo-cart-discount__inner {
  width: 50rem;
}

.cart-discount-field .xo-field-input__input {
  padding: 1.2rem;
}

.xo-cart-empty a {
  color: rgb(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.8rem);
}

.xo-cart-drawer__login-title {
  padding: 1rem 0;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  color: rgb(var(--color-foreground));
}

.xo-cart-free-shipping__checking {
  padding-bottom: 1.5rem;
  font-size: 0;
  display: none;
}
.xo-cart-free-shipping__checking:empty {
  display: none;
}
.xo-cart-free-shipping__checking:empty ~ * {
  display: none;
}

.xo-cart-free-shipping__progress {
  position: relative;
  height: 0.6rem;
  display: flex;
  height: 0.5rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0;
  border-radius: 1rem;
}
[dir=ltr] .xo-cart-free-shipping__progress {
  margin-inline-end: 0.2rem;
}
[dir=rtl] .xo-cart-free-shipping__progress {
  margin-inline-end: 0.2rem;
}
@media (max-width: 991px) {
  [dir=ltr] .xo-cart-free-shipping__progress {
    margin-inline-end: 0;
  }
  [dir=rtl] .xo-cart-free-shipping__progress {
    margin-inline-end: 0;
  }
}

.xo-cart-free-shipping__progress::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: var(--progress);
  background-color: rgba(var(--color-foreground));
  transition: all 0.35s ease-in-out, transform 0.2s ease;
  transition-delay: 0.5s;
  animation: progress-bar 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}
[dir=ltr] .xo-cart-free-shipping__progress::after {
  left: 0;
}
[dir=rtl] .xo-cart-free-shipping__progress::after {
  right: 0;
}

.xo-cart-free-shipping__progress::before {
  position: absolute;
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='14px' height='14px' fill='white'><path d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/></svg>");
  top: -1rem;
  transition: all 0.35s ease-in-out, transform 0.2s ease;
  transition-delay: 0.5s;
  background: rgba(var(--color-foreground));
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=ltr] .xo-cart-free-shipping__progress::before {
  left: var(--progress, 0);
  transform: translateX(-100%);
}
[dir=rtl] .xo-cart-free-shipping__progress::before {
  right: var(--progress, 0);
  transform: translateX(100%);
}

.xo-cart-free-shipping__content {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.5rem);
  margin: 0 0 1.6rem;
  display: block;
}

@keyframes progress-bar {
  0% {
    background-position: 2rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
.xo-cart-free-shipping__free-ship {
  color: var(--foxkit-heading-text-color, #000);
  font-size: calc(var(--font-body-scale) * 1.5rem);
  display: block;
  margin-top: 0.5rem;
}

@keyframes shakeY {
  0%, 100% {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -1rem, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 1rem, 0);
  }
}
xo-modal[xo-active] .shakey {
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: shakeY;
}

.xo-cart-free-shipping__position {
  position: relative;
}

.xo-cart-mini-footer {
  padding-top: 1rem;
  padding-bottom: 2.4rem;
}

.xo-cart-mini-footer__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.xo-cart-mini-footer__taxes {
  font-size: calc(var(--font-body-scale) * 1.28rem);
  color: rgba(var(--color-foreground), 0.7);
  margin: 0.8rem 0;
}

.xo-cart-item__option span:last-child {
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

.cart-mini-item__btn-flex {
  display: flex;
  margin-top: 1.5rem;
  gap: 1.5rem;
}
.cart-mini-item__btn-flex .xo-btn__text {
  text-transform: none;
  font-size: calc(var(--font-body-scale) * 1.5rem) !important;
}

.cart-mini-item__checkout {
  width: 50%;
}

.cart-mini-item__viewcart {
  width: 50%;
}

.cart-mini-item__btn-flex .xo-btn__text[data-text] {
  letter-spacing: 0;
}

.xo-cart-mini-item + .xo-cart-mini-item .xo-cart-mini-item__inner {
  border-top: 0.1rem solid #e9e9e9;
}
.xo-cart-mini-item + .xo-cart-mini-item:first-child .xo-cart-mini-item__inner {
  padding-top: 0;
}
.xo-cart-mini-item + .xo-cart-mini-item:last-child .xo-cart-mini-item__inner {
  padding-bottom: 0;
}

.xo-cart-mini-item__inner {
  position: relative;
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
}

.xo-cart-mini-item__image {
  display: block;
}
.xo-cart-mini-item__image .xo-image {
  width: 9rem;
  aspect-ratio: var(--aspect-ratio);
}
@media (min-width: 768px) {
  .xo-cart-mini-item__image .xo-image {
    width: 11rem;
  }
}
.xo-cart-mini-item__image .xo-image img {
  height: 100%;
}

.xo-cart-mini-item__title {
  display: block;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  line-height: calc(1 + 0.22 / var(--font-body-scale));
  letter-spacing: calc(var(--font-body-scale) * 0.018rem);
  color: rgb(var(--color-foreground));
  width: 90%;
}
[dir=ltr] .xo-cart-mini-item__title {
  margin-inline-end: 1rem;
}
[dir=rtl] .xo-cart-mini-item__title {
  margin-inline-end: 1rem;
}

.xo-cart-mini-item__remove {
  bottom: 2.6rem;
}
[dir=ltr] .xo-cart-mini-item__remove {
  right: 1.5rem;
}
[dir=rtl] .xo-cart-mini-item__remove {
  left: 1.5rem;
}

.xo-cart-mini-item__remove-action {
  cursor: pointer;
  font-size: calc(var(--font-body-scale) * 1.2rem);
  display: block;
}
.xo-cart-mini-item__remove-action span {
  color: rgba(var(--color-foreground), 0.4);
  transition: 0.3s all;
  position: relative;
}
.xo-cart-mini-item__remove-action span::after {
  position: absolute;
  content: "";
  transform: translateY(-0.2rem);
  height: 0.1rem;
  width: 100%;
  background-color: rgba(var(--color-foreground), 0.4);
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.xo-cart-mini-item__remove-action:hover span {
  color: rgba(var(--color-foreground));
}
.xo-cart-mini-item__remove-action:hover span::after {
  background-color: rgba(var(--color-foreground));
}

.xo-cart-mini-item__loading[xo-visible]:not([xo-visible=false]) + .xo-cart-mini-item__remove-action {
  display: none;
}

.xo-cart-mini-item__content-name {
  font-weight: 500;
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-cart-mini-item__content-value {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-cart-mini-item__option {
  line-height: calc(1 + 0.25 / var(--font-heading-scale));
}

.xo-cart-mini-item__content {
  flex: 1;
}

.xo-cart-mini-item__discounts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xo-cart-mini-item__discount {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.xo-notify-cart {
  display: none;
  transition: 0.3s ease all;
}

.cart-drawer-hidden {
  opacity: 0;
  animation-duration: 0.5s;
  animation: fadeInOut 2s forwards;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #eaf7e6;
  gap: 1.5rem;
  border-radius: 1rem;
}

.cart-drawer-hd {
  display: none;
}

.xo-notify--show {
  display: block;
}

.xo-cart-mini-item__quatity-remove {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cartlength {
  display: none;
}

.xo-cart-mini-item__original-price {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground));
}

.xo-cart-mini-item__original-price--old {
  font-size: calc(var(--font-body-scale) * 1.3rem);
  color: rgba(var(--color-foreground), 0.5);
}

.xo-cart-mini-item__final-price {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-accent));
}

.xo-cart-note .xo-collapse:first-child {
  border-top: none;
}

.xo-cart-note__btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  padding: 1rem 0;
}

.xo-cart-note__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.1rem solid #e9e9e9;
  transition: 0.3s;
}
.xo-cart-note__trigger svg {
  transition: 0.3s;
}
.xo-cart-note__trigger:hover {
  color: #000;
}
.xo-cart-note__trigger:hover svg {
  color: #000;
}

.xo-cart-note__icon {
  transform: translateY(-0.1rem);
}
[dir=ltr] .xo-cart-note__icon {
  margin-inline-end: 0.4rem;
}
[dir=rtl] .xo-cart-note__icon {
  margin-inline-end: 0.4rem;
}
.xo-cart-note__icon svg {
  display: block;
}

.xo-cart-note__text {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-cart-note__content {
  z-index: 9999;
  overflow-x: unset;
  overflow-y: unset;
}

.xo-cart-note__inner {
  background-color: rgb(var(--color-background));
}
.xo-cart-note__inner .cart-note__btn-add {
  width: 50%;
}
.xo-cart-note__inner .cart-note__btn-add .xo-btn {
  width: 100%;
}
.xo-cart-note__inner .cart-note__btn-add .xo-btn:hover {
  background-color: rgb(var(--color-background));
}
.xo-cart-note__inner .cart-note__btn-add .xo-btn--primary:hover .xo-btn__text[data-text]:after {
  color: rgb(var(--color-foreground));
}
.xo-cart-note__inner .cart-note__btn-cancel {
  width: 50%;
}
.xo-cart-note__inner .cart-note__btn-cancel .cart-note__btn-trigger {
  width: 100%;
  height: 100%;
}
.xo-cart-note__inner .cart-note__btn-cancel .cart-note__btn-trigger .xo-btn {
  width: 100%;
  height: 100%;
}

.xo-cart-note__inner--padding {
  padding: 2rem;
}

.xo-cart-note__inner--effect {
  width: 40rem;
  box-shadow: 0 0.2rem 1rem rgba(var(--color-shadow), 0.2);
}

xo-modal .xo-cart-note__inner {
  width: 50rem;
}

.xo-cart-mini-drawer-footer__border {
  border-top: 0.1rem solid #e9e9e9;
  border-bottom: 0.1rem solid #e9e9e9;
  margin-top: 2rem;
}

.cart-note-textarea .xo-field-textarea__textarea {
  padding: 1.2rem;
  width: 100%;
  font-size: 1.4rem;
}
.cart-note-textarea .xo-field-textarea__textarea:focus-visible {
  outline: unset;
}
.cart-note-textarea .xo-field-textarea__placeholder {
  display: none;
}
.cart-note-textarea label {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  font-weight: 500;
}

.xo-cart-shipping-rates .xo-collapse:first-child {
  border-top: none;
}

.xo-cart-shipping-rates__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  margin-bottom: 0;
}

.xo-cart-shipping-rates__btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  padding: 1rem 0;
}

.xo-cart-shipping-rates__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.xo-cart-shipping-rates__trigger svg {
  transition: 0.3s;
}
.xo-cart-shipping-rates__trigger:hover {
  color: #000;
}
.xo-cart-shipping-rates__trigger:hover svg {
  color: #000;
}

.xo-cart-shipping-rates__icon {
  margin-right: 0.4rem;
}
.xo-cart-shipping-rates__icon svg {
  display: block;
}

.xo-cart-shipping-rates__text {
  font-size: 1.4rem;
}

.xo-cart-shipping-rates__content {
  z-index: 9999;
  overflow-x: unset;
  overflow-y: unset;
}

.xo-cart-shipping-rates__inner {
  background-color: rgba(var(--color-background));
}
.xo-cart-shipping-rates__inner .cart-shipping-rates__btn-add {
  width: 100%;
}
.xo-cart-shipping-rates__inner .cart-shipping-rates__btn-add button {
  width: 100%;
}
.xo-cart-shipping-rates__inner .cart-shipping-rates__btn-cancel {
  width: 50%;
  flex-shrink: 0;
}
.xo-cart-shipping-rates__inner .cart-shipping-rates__btn-cancel .cart-shipping-rates__btn-trigger {
  width: 100%;
  height: 100%;
}
.xo-cart-shipping-rates__inner .cart-shipping-rates__btn-cancel .cart-shipping-rates__btn-trigger .xo-btn {
  width: 100%;
  height: 100%;
}

.xo-cart-shipping-rates__inner--padding {
  padding: 2rem;
}

.xo-cart-shipping-rates__inner--effect {
  padding: 2rem;
  width: 40rem;
  box-shadow: 0 0.2rem 1rem rgba(var(--color-shadow), 0.2);
}

xo-modal .xo-cart-shipping-rates__inner {
  width: 50rem;
}

.xo-cart-shipping-rates__error {
  display: block;
}

.cart-shipping-rates__country .xo-field-select__select:focus-visible {
  outline: unset;
}
.cart-shipping-rates__country .xo-field-input__input {
  padding: 1.2rem;
}
.cart-shipping-rates__country .xo-field-input__placeholder {
  display: none;
}

.xo-collection-card {
  position: relative;
  background-color: rgb(var(--color-background));
  border: var(--collection-card-border-width) solid rgba(var(--color-border), var(--collection-card-border-opacity));
  border-radius: var(--collection-card-corner-radius);
  box-shadow: var(--collection-card-shadow-horizontal-offset) var(--collection-card-shadow-vertical-offset) var(--collection-card-shadow-blur-radius) rgba(var(--color-shadow), var(--collection-card-shadow-opacity));
  overflow: hidden;
}
.xo-collection-card:hover .xo-collection-card__image img {
  transform: scale(1.1);
}
.xo-collection-card .placeholder-svg {
  width: 100%;
  height: auto;
}

.xo-collection-card__link {
  display: block;
  min-height: 100%;
}

.xo-collection-card__image {
  padding: var(--collection-card-image-padding);
  overflow: hidden;
}
.xo-collection-card__image img {
  transition: 0.8s;
}

.xo-collection-card__content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  background-color: rgba(var(--color-background));
  border-radius: var(--text-boxes-radius);
  display: flex;
  flex-direction: column;
  padding: var(--collection-card-content-padding);
  padding-top: max(var(--collection-card-content-padding), 1rem);
  padding-bottom: max(var(--collection-card-content-padding), 1rem);
  text-align: var(--collection-card-text-alignment);
  z-index: 9;
}
@media (min-width: 768px) {
  .xo-collection-card__content {
    padding-top: max(var(--collection-card-content-padding), 1.5rem);
    padding-bottom: max(var(--collection-card-content-padding), 1.5rem);
  }
}

.xo-collection-card__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  color: rgb(var(--color-foreground));
  margin: 0;
  transition: 0.3s;
}

.xo-collection-card__title:hover {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-collection-card__description {
  margin-top: 0.5rem;
  font-size: clamp(1rem, calc(0.25vw + 0.9rem), 1.2rem);
  font-weight: 500;
  color: rgba(var(--color-foreground), 0.7);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xo-collection-card__count {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: rgba(var(--color-foreground), 0.5);
}

.xo-collection-card--boxed .xo-collection-card__content {
  padding: var(--collection-card-content-padding, 1.5rem);
}

.countdown-style1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .countdown-style1 {
    justify-content: unset;
  }
}

.countdown-style1__time {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}
@media (min-width: 576px) {
  .countdown-style1__time {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: unset;
  }
}

.countdown-style1__circle {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  color: rgba(var(--color-foreground));
  background-color: white;
  font-size: clamp(2rem, calc(0.375vw + 1.85rem), 2.3rem);
  font-weight: 500;
  line-height: 1.4;
  border-radius: 50%;
}
.countdown-style1__circle span {
  font-size: clamp(1.5rem, calc(0.125vw + 1.45rem), 1.6rem);
  letter-spacing: calc(var(--font-body-scale) * 0.01rem);
  font-weight: 400;
}
@media (min-width: 576px) {
  .countdown-style1__circle {
    width: 8rem;
    height: 8rem;
  }
}

.countdown-style1__block {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}
@media (min-width: 576px) {
  .countdown-style1__block {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: unset;
  }
}

.countdown-style1__expired {
  display: none;
}

xo-countdown[xo-expired]:not([xo-expired=false]) .countdown-style1__time {
  display: none;
}
xo-countdown[xo-expired]:not([xo-expired=false]) .countdown-style1__expired {
  display: block;
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border-left: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 2rem;
}

.countdown__text {
  padding-top: 0.3rem;
}
.countdown__text h3 {
  margin: 0;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.4rem);
  font-weight: 600;
  text-transform: uppercase;
}
.countdown__text label {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-foreground), 0.5);
}

.countdown__time {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.countdown__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(var(--color-accent));
}

.countdown__expired {
  display: none;
}

xo-countdown[xo-expired]:not([xo-expired=false]) .countdown__time {
  display: none;
}
xo-countdown[xo-expired]:not([xo-expired=false]) .countdown__expired {
  display: block;
}

.xo-currency-select__label {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  padding-bottom: 1rem;
}

.xo-currency-select__trigger {
  display: flex;
  line-height: 0;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 500;
}
.xo-currency-select__trigger span {
  color: rgb(var(--color-foreground));
  margin-top: 0.15rem;
}

.xo-currency-select__trigger[xo-active] svg {
  transform: rotateX(180deg);
}

.xo-currency-select__content {
  display: flex;
  flex-direction: column;
  background-color: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1215686275);
  border-radius: 0.5rem;
  z-index: 100;
}

.xo-currency-select__item {
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  transition: 0.3s;
  font-weight: 500;
  cursor: pointer;
  opacity: 0;
}
.xo-currency-select__item:hover .xo-currency-select__name {
  opacity: 1;
  color: rgb(var(--color-foreground));
}
.xo-currency-select__item:first-child {
  padding: 1rem 2rem;
}

.xo-currency-select__content[xo-active] {
  transition: 0.3s ease;
  visibility: visible;
}
.xo-currency-select__content[xo-active] .xo-currency-select__item {
  opacity: 1;
}

.xo-currency-select__input {
  display: none;
}
.xo-currency-select__input:checked ~ .xo-currency-select__name {
  opacity: 1;
  color: rgb(var(--color-foreground));
}

.xo-currency-select__name {
  opacity: 0.5;
  transition: 0.3s;
}

.xo-empty {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: var(--align);
  padding: 5rem 1rem 0;
}
@media (max-width: 767px) {
  .xo-empty {
    padding: 5rem 0 0;
  }
}

.xo-empty__icon svg {
  color: rgba(var(--color-foreground), 0.1);
}

.xo-empty__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
}

.field-checkbox-block {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.field-checkbox-block__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--inputs-radius);
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
}

.field-checkbox-block__item:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.field-checkbox-block__item:hover .field-checkbox-block__content {
  color: rgba(var(--color-background));
}

.field-checkbox-block__content {
  color: rgba(var(--color-foreground));
  transition: 0.3s;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 400;
  line-height: 0;
}

.field-checkbox-block__item--size {
  width: 4.2rem;
  height: 4.2rem;
}

.field-checkbox-block__item--tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.2rem;
  height: 4rem;
}

.field-checkbox-block__input {
  display: none;
}
.field-checkbox-block__input:checked ~ .field-checkbox-block__item {
  background-color: rgba(var(--color-foreground));
  border: none;
}
.field-checkbox-block__input:checked ~ .field-checkbox-block__item .field-checkbox-block__content {
  color: rgba(var(--color-background));
}

.field-checkbox-color {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.field-checkbox-color__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: 0.3s;
}

.field-checkbox-color__content {
  background-color: var(--color);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
  position: relative;
}

.field-checkbox-color__item:hover {
  box-shadow: 0 0 0 0.1rem #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
}
.field-checkbox-color__item:hover .field-checkbox-color__content {
  transform: scale(0.8);
}

.field-checkbox-color__input {
  display: none;
}
.field-checkbox-color__input:checked ~ .field-checkbox-color__item {
  box-shadow: 0 0 0 0.1rem #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
}
.field-checkbox-color__input:checked ~ .field-checkbox-color__item .field-checkbox-color__content {
  transform: scale(0.8);
}

.field-checkbox-text {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.field-checkbox-text__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
  transform: translateX(-1.8rem);
}

.field-checkbox-text__item:hover {
  transform: translateX(0);
}
.field-checkbox-text__item:hover .field-checkbox-text__content {
  color: rgba(var(--color-foreground));
}

.field-checkbox-text__icon {
  display: flex;
  align-items: center;
}

.field-checkbox-text__content {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
}

.field-checkbox-text__input {
  display: none;
}
.field-checkbox-text__input:checked ~ .field-checkbox-text__item {
  transform: translateX(0);
}
.field-checkbox-text__input:checked ~ .field-checkbox-text__item .field-checkbox-text__content {
  color: rgba(var(--color-foreground));
}

.xo-field-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.xo-field-checkbox__item {
  display: flex;
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  border: 0.1rem solid rgba(var(--color-foreground), 0.4);
  border-radius: 0.3rem;
  overflow: hidden;
}

.xo-field-checkbox__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  opacity: 0;
  transition: 0.3s;
}

.xo-field-checkbox__input {
  display: none;
}
.xo-field-checkbox__input:checked ~ .xo-field-checkbox__item .xo-field-checkbox__icon {
  opacity: 1;
}

.xo-field-checkbox__label {
  margin-inline-start: 0.8rem;
  display: flex;
  align-items: center;
}
.xo-field-checkbox__label span {
  line-height: 1;
}

.xo-field-color {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
}

.xo-field-color:hover {
  transform: scale(1.2);
}

.xo-field-color__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--color);
  background-image: var(--image-src);
  background-size: cover;
  background-position: center;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  flex-shrink: 0;
  overflow: hidden;
}
.xo-field-color__item .xo-image {
  width: 100px;
}

.xo-field-color__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.xo-field-color__input {
  display: none;
}
.xo-field-color__input:checked ~ .xo-field-color__image {
  border: 0.15rem solid rgba(var(--color-foreground));
}

.xo-field-color__label {
  margin-inline-start: 0.8rem;
}

.xo-field-color__image {
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
}
.xo-field-color__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.xo-field-input {
  position: relative;
  width: 100%;
  display: block;
}

.xo-field-input__input {
  padding: 1.5rem 2rem;
  width: 100%;
  outline: none;
  background-color: transparent;
  border-radius: var(--inputs-radius);
  border: 0.1rem solid rgba(var(--color-border), 0.1);
}

.xo-field-input__placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  transform-origin: 0 0;
  color: rgba(var(--color-foreground), 0.4);
}
.xo-field-input__placeholder span {
  color: rgba(var(--color-accent));
}
[dir=ltr] .xo-field-input__placeholder {
  left: 2rem;
}
[dir=rtl] .xo-field-input__placeholder {
  right: 2rem;
}

.xo-field-input__input:not(:-moz-placeholder-shown) + .xo-field-input__placeholder {
  transform: translateY(-4.3rem) scale(0.7);
}

.xo-field-input__input:focus + .xo-field-input__placeholder, .xo-field-input__input:not(:placeholder-shown) + .xo-field-input__placeholder {
  transform: translateY(-4.3rem) scale(0.7);
}

.xo-field-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.xo-field-radio__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  flex-shrink: 0;
}

.xo-field-radio__item--image {
  padding: 0.1rem;
}
.xo-field-radio__item--image img {
  border-radius: 50%;
}

.xo-field-radio__icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgb(var(--color-foreground));
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}

.xo-field-radio__input {
  display: none;
}
.xo-field-radio__input:checked ~ .xo-field-radio__item .xo-field-radio__icon {
  transform: scale(0.7);
  opacity: 1;
}

.xo-field-radio__input:checked ~ .xo-field-radio__item--image {
  border: 0.2rem solid rgba(var(--color-accent));
}

.xo-field-radio__label {
  margin-inline-start: 0.8rem;
  line-height: 0;
}
.xo-field-radio__label span {
  line-height: 0;
  font-size: 1.8rem;
}

.xo-field-radio--boxed .xo-field-radio__label {
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  border-radius: var(--inputs-radius);
  transition: 0.3s;
}
.xo-field-radio--boxed .xo-field-radio__label span {
  font-size: 1.6rem;
}
.xo-field-radio--boxed .xo-field-radio__input:checked ~ .xo-field-radio__label {
  background-color: rgba(var(--color-foreground));
  color: rgb(var(--color-background));
}

.xo-field-radio--boxed:hover .xo-field-radio__label {
  background-color: rgba(var(--color-foreground));
  color: rgb(var(--color-background));
}

.xo-field-radio--boxed2 .xo-field-radio__label {
  padding: 0 1rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  border-radius: var(--inputs-radius);
  transition: 0.3s;
}
.xo-field-radio--boxed2 .xo-field-radio__label span {
  font-size: 1.6rem;
}
.xo-field-radio--boxed2 .xo-field-radio__input:checked ~ .xo-field-radio__label {
  background-color: rgba(var(--color-foreground));
  color: rgb(var(--color-background));
}

.xo-field-radio--boxed2:hover .xo-field-radio__label {
  background-color: rgba(var(--color-foreground));
  color: rgb(var(--color-background));
}

.xo-field-select-custom-filter__trigger {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.xo-field-select-custom-filter__trigger svg {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
}

.xo-field-select-custom-filter__trigger:hover .xo-field-select-custom-filter__name {
  color: rgba(var(--color-foreground));
}
.xo-field-select-custom-filter__trigger:hover svg {
  color: rgba(var(--color-foreground));
}

.xo-field-select-custom-filter__trigger[xo-active]:not([xo-active=false]) .xo-field-select-custom-filter__name {
  color: rgba(var(--color-foreground));
}
.xo-field-select-custom-filter__trigger[xo-active]:not([xo-active=false]) svg {
  color: rgba(var(--color-foreground));
  rotate: 180deg;
}

.xo-field-select-custom-filter__name {
  font-weight: 500;
  letter-spacing: -0.032rem;
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
}

.xo-field-select-custom-filter__popover {
  min-width: 16rem;
  padding: 1rem 2rem;
  background-color: rgb(var(--color-background));
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1215686275);
  border-radius: 0.8rem;
  max-height: max(50vh, 40rem);
}

.xo-field-select-custom-filter__check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.xo-field-select-custom-filter__input {
  display: none;
}
.xo-field-select-custom-filter__input:checked ~ .xo-field-select-custom-filter__label {
  color: rgba(var(--color-foreground));
}

.xo-field-select-custom-filter__label {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.xo-field-select-custom-filter__label:hover {
  color: rgba(var(--color-foreground));
}

.xo-field-select-custom-variant__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  cursor: pointer;
  padding: 0 1.5rem;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  border-radius: var(--inputs-radius);
  background-color: rgba(var(--color-background));
  width: var(--width);
  height: var(--height);
  transition: 0.3s;
}
.xo-field-select-custom-variant__trigger svg {
  color: rgba(var(--color-foreground));
}

.xo-field-select-custom-variant__trigger:hover {
  background-color: rgba(var(--color-foreground));
}
.xo-field-select-custom-variant__trigger:hover .xo-field-select-custom-variant__name {
  color: rgba(var(--color-background));
}
.xo-field-select-custom-variant__trigger:hover svg {
  color: rgba(var(--color-background));
}

@media (min-width: 576px) {
  .xo-field-select-custom-variant__trigger--sticky {
    width: calc((100vw - 20rem) / 2);
  }
}

.xo-field-select-custom-variant__name {
  letter-spacing: -0.032rem;
  color: rgba(var(--color-foreground));
  line-height: 1;
}

.xo-field-select-custom-variant__popover {
  min-width: 10rem;
  background-color: rgb(var(--color-background));
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1215686275);
  border-radius: var(--inputs-radius);
  max-height: max(50vh, 40rem);
}

.xo-field-select-custom-variant__check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.xo-field-select-custom-variant__input {
  display: none;
}
.xo-field-select-custom-variant__input:checked ~ .xo-field-select-custom-variant__label {
  color: rgba(var(--color-background));
  background-color: rgba(var(--color-foreground));
}

.xo-field-select-custom-variant__label {
  color: rgba(var(--color-foreground));
  transition: 0.3s;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  padding: 1rem 2rem;
  width: 100%;
}

.xo-field-select-custom-variant__label:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.xo-field-select-custom-variant__label:first-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.xo-field-select-custom-variant__label:hover {
  color: rgba(var(--color-background));
  background-color: rgba(var(--color-foreground));
}

.xo-field-select {
  position: relative;
  min-width: 20rem;
  width: 100%;
}

.xo-field-select__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  padding: 1rem;
  width: 100%;
  background-color: transparent;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  border-radius: var(--inputs-radius);
}

.xo-field-select__option {
  font-size: 1.6rem;
}

.xo-field-select__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=ltr] .xo-field-select__icon {
  right: 1rem;
}
[dir=rtl] .xo-field-select__icon {
  left: 1rem;
}

.xo-field-textarea {
  position: relative;
  width: 100%;
  display: block;
}

.xo-field-textarea__textarea {
  padding: 1.5rem 2rem;
  margin-bottom: -1rem;
  min-height: 6.8rem;
  width: 100%;
  outline: none;
  background-color: transparent;
  resize: vertical;
  border-radius: var(--inputs-radius);
  border: solid 0.1rem rgba(var(--color-border), 0.1);
}

.xo-field-textarea__placeholder {
  position: absolute;
  top: 0.5rem;
  transition: 0.2s;
  transform-origin: 0 0;
  color: rgba(var(--color-foreground), 0.4);
}
[dir=ltr] .xo-field-textarea__placeholder {
  left: 2rem;
}
[dir=rtl] .xo-field-textarea__placeholder {
  right: 2rem;
}

.xo-field-textarea__textarea:not(:-moz-placeholder-shown) + .xo-field-textarea__placeholder {
  transform: translateY(-2.3rem) scale(0.7);
}

.xo-field-textarea__textarea:focus + .xo-field-textarea__placeholder, .xo-field-textarea__textarea:not(:placeholder-shown) + .xo-field-textarea__placeholder {
  transform: translateY(-2.3rem) scale(0.7);
}

.filters-content__page {
  border: dashed 0.1rem rgba(var(--color-border));
  border-radius: var(--text-boxes-radius);
  aspect-ratio: var(--aspect-ratio);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}
.filters-content__page span {
  color: rgba(var(--color-foreground));
  text-transform: uppercase;
  font-size: clamp(2rem, calc(0.5vw + 1.8rem), 2.4rem);
  transition: 0.3s;
}
.filters-content__page span:first-child {
  color: rgba(var(--color-foreground), 0.5);
  font-size: clamp(1rem, calc(0.75vw + 0.7rem), 1.6rem);
}

.filters-content__page:hover span:last-child {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-form-error {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #ffdbdf;
  border: 0.1rem solid #eb001b;
  color: #eb001b;
}

.xo-form-error__message {
  color: #eb001b;
  margin-inline-start: 0.5rem;
}
.xo-form-error__message ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xo-form-success {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #e4ffe5;
  border: 0.1rem solid #428445;
  color: #428445;
}

.xo-form-success__message {
  color: #428445;
  margin-inline-start: 0.5rem;
}

.heading-jewery__title {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-size: clamp(2rem, calc(1.25vw + 1.5rem), 3rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.032rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  position: relative;
  display: inline-block;
  padding-bottom: 2rem;
}
.heading-jewery__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5rem;
  height: 0.1rem;
  background: rgba(var(--color-foreground));
}
[dir=ltr] .heading-jewery__title::before {
  left: 0;
  transform: translateX(0%);
}
[dir=rtl] .heading-jewery__title::before {
  right: 0;
  transform: translateX(0%);
}

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

.heading-jewery--center .heading-jewery__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5rem;
  height: 0.1rem;
  background: rgba(var(--color-foreground));
}
[dir=ltr] .heading-jewery--center .heading-jewery__title::before {
  left: 50%;
  transform: translateX(-50%);
}
[dir=rtl] .heading-jewery--center .heading-jewery__title::before {
  right: 50%;
  transform: translateX(50%);
}

.xo-sub-title-desc__tag {
  font-weight: 600;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.2rem);
  line-height: calc(1 + 1.166666667 / var(--font-heading-scale));
  text-transform: uppercase;
  letter-spacing: calc(var(--font-heading-scale) * 0.26rem);
}

.xo-sub-title-desc__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(2.8rem, calc(1vw + 2.4rem), 3.6rem);
  line-height: calc(1 + 0.4 / var(--font-heading-scale));
}

.xo-sub-title-desc__desc {
  font-weight: 400;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.xo-sub-title-desc__tag,
.xo-sub-title-desc__title,
.xo-sub-title-desc__desc {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
}

.hover-style--hover1 img {
  width: 100%;
  height: auto;
  transition: transform 0.8s;
}

.hover-style__link {
  transition: all 0.8s;
}

.hover-style:hover .hover-style__link {
  color: rgb(var(--color-accent));
}

.hover-style--hover1:hover img {
  transform: scale(1.1);
}

.hover-style--hover2 img {
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}

.hover-style--hover2:hover img {
  transform: scale(1.4) rotate(10deg);
}

.hover-style--hover3 img {
  width: 100%;
  height: auto;
  transition: transform 1s;
}

.hover-style--hover3:hover img {
  transform: translateY(-15px);
}

.hover-style--hover4 img {
  width: 100%;
  height: auto;
  transition: transform 1s;
}

.hover-style--hover5 {
  overflow: hidden;
}
.hover-style--hover5 img {
  transition: filter 0.5s, color 0.5s;
}
.hover-style--hover5:hover {
  filter: blur(0.3rem);
  filter: grayscale(100%);
}

.hover-style {
  overflow: hidden;
  height: 100%;
}
.hover-style a {
  cursor: pointer;
}
.hover-style a img {
  height: 100%;
  transition: transform 0.8s;
}

.hover-style__link {
  height: 100%;
}
@media (max-width: 992px) {
  .hover-style__link {
    display: unset;
  }
}

.hover-style--hover4 .xo-image {
  position: relative;
}
.hover-style--hover4 .xo-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  transition: width 0.6s, height 0.6s, opacity 0.6s 0.6s;
  pointer-events: none;
}

.hover-style--hover4 .img {
  transform: scale(1.2);
}

.hover-style--hover4:hover .xo-image::after {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.hover-style--hover6:hover img {
  animation-name: horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  transform: scale(1);
}

@keyframes horizontal {
  16.65% {
    transform: translate(8px);
  }
  33.3% {
    transform: translate(-6px);
  }
  49.95% {
    transform: translate(4px);
  }
  66.6% {
    transform: translate(-2px);
  }
  83.25% {
    transform: translate(1px);
  }
  100% {
    transform: translate(0);
  }
}
.ig-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 1rem;
  border-radius: var(--text-boxes-radius);
  z-index: 10;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .ig-title {
    padding: 0 2rem;
  }
}

.ig-title__instagram {
  opacity: 0.7;
  margin: 0;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 1.6 / var(--font-heading-scale));
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ig-title__instagram {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
    line-height: calc(1 + 2.25 / var(--font-heading-scale));
  }
}

.ig-title__img {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ig-title__img svg {
    width: 2rem;
    height: 2rem;
  }
}

.xo-image {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-foreground), var(--media-shadow-opacity));
  overflow: hidden;
}
.xo-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--xo-ratio-percent);
}

.xo-image__overlay {
  background-color: #fff;
}

.xo-image__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-foreground), 0.1);
}

.placeholder-svg {
  width: 100%;
  height: 100%;
}

.xo-language-select__label {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  padding-bottom: 1rem;
}

.xo-language-select__trigger {
  display: flex;
  line-height: 0;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 0;
  font-weight: 500;
}
.xo-language-select__trigger span {
  color: rgb(var(--color-foreground));
}

.xo-language-select__trigger[xo-active] svg {
  transform: rotateX(180deg);
}

.xo-language-select__content {
  display: flex;
  flex-direction: column;
  min-width: 10rem;
  background-color: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
  border-radius: 0.5rem;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1215686275);
  z-index: 100;
}

.xo-language-select__item {
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-weight: 500;
  padding-right: 2rem;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
}
.xo-language-select__item:hover .xo-language-select__name {
  opacity: 1;
  color: var(--color-foreground);
}
.xo-language-select__item:first-child {
  padding: 1rem 2rem;
}

.xo-language-select__content[xo-active] {
  transition: 0.3s ease;
  visibility: visible;
}
.xo-language-select__content[xo-active] .xo-language-select__item {
  opacity: 1;
}

.xo-language-select__name {
  opacity: 0.5;
  transition: 0.3s;
}

.xo-language-select__input {
  display: none;
}
.xo-language-select__input:checked ~ .xo-language-select__name {
  opacity: 1;
  color: var(--color-foreground);
}

.xo-loader-1 {
  --size: 40;
  --color: #000;
  --duration: 1600;
  position: relative;
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
}
.xo-loader-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: calc(var(--size) / 10 * 1px);
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  border: none;
  border-radius: 50%;
  background: 0 0;
  animation: xo-loader-1 calc(var(--duration) * 1ms) infinite ease;
  transform: translateZ(0);
}

.xo-btn .xo-loader-1:before {
  animation: none;
}

.xo-btn--loading .xo-loader-1:before,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-loader-1:before,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-loader-1:before,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-loader-1:before,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-loader-1:before {
  animation: xo-loader-1 calc(var(--duration) * 1ms) infinite ease;
}

@keyframes xo-loader-1 {
  0% {
    transform: rotate(0);
    box-shadow: 0 -4.15em 0 0 var(--color), 0 -4.15em 0 -0.1em var(--color), 0 -4.15em 0 -0.2em var(--color), 0 -4.15em 0 -0.3em var(--color), 0 -4.15em 0 -0.315em var(--color);
  }
  5%, 95% {
    box-shadow: 0 -4.15em 0 0 var(--color), 0 -4.15em 0 -0.1em var(--color), 0 -4.15em 0 -0.2em var(--color), 0 -4.15em 0 -0.3em var(--color), 0 -4.15em 0 -0.315em var(--color);
  }
  10%, 59% {
    box-shadow: 0 -4.15em 0 0 var(--color), -0.435em -4.125em 0 -0.1em var(--color), -0.865em -4.06em 0 -0.2em var(--color), -1.28em -3.945em 0 -0.3em var(--color), -1.485em -3.875em 0 -0.315em var(--color);
  }
  20% {
    box-shadow: 0 -4.15em 0 0 var(--color), -1.69em -3.79em 0 -0.1em var(--color), -2.775em -3.085em 0 -0.2em var(--color), -3.335em -2.44em 0 -0.3em var(--color), -3.745em -1.7em 0 -0.315em var(--color);
  }
  38% {
    box-shadow: 0 -4.15em 0 0 var(--color), -1.885em -3.7em 0 -0.1em var(--color), -3.225em -2.61em 0 -0.2em var(--color), -3.875em -1.485em 0 -0.3em var(--color), -4.1em -0.45em 0 -0.315em var(--color);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 -4.15em 0 0 var(--color), 0 -4.15em 0 -0.1em var(--color), 0 -4.15em 0 -0.2em var(--color), 0 -4.15em 0 -0.3em var(--color), 0 -4.15em 0 -0.315em var(--color);
  }
}
.xo-loader-2 {
  --size: 26;
  --color: #000;
  --duration: 1000;
  --stroke-width: 2;
  position: relative;
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
}
.xo-loader-2 > * {
  width: 100%;
  height: 100%;
  position: absolute;
  border: calc(var(--stroke-width) * 1px) solid transparent;
  border-top-color: currentColor;
  animation: xo-loader-2 calc(var(--duration) * 1ms) linear infinite;
  transform: translateZ(0);
  border-radius: 50%;
  color: var(--color);
}

.xo-btn .xo-loader-2 > * {
  animation: none;
}

.xo-btn--loading .xo-loader-2 > *,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-loader-2 > *,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-loader-2 > *,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-loader-2 > *,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-loader-2 > * {
  animation: xo-loader-2 calc(var(--duration) * 1ms) linear infinite;
}

@keyframes xo-loader-2 {
  0% {
    visibility: hidden;
    display: none;
    transform: rotate(0);
  }
  100% {
    visibility: visible;
    display: block;
    transform: rotate(360deg);
  }
}
.xo-loader-3 {
  --size: 10;
  --color: #000;
  --duration: 1000;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(var(--size) * 1px);
}
.xo-loader-3 > *, .xo-loader-3:before, .xo-loader-3:after {
  height: calc(var(--size) * 1px);
  width: calc(var(--size) * 1px);
  border-radius: 50%;
  background-color: var(--color);
}
.xo-loader-3 > * {
  margin: 0 calc(var(--size) / 2 * 1px);
  animation: calc(var(--duration) * 1ms) xo-loader-3 ease-in-out infinite 0.15555s;
}
.xo-loader-3:before {
  content: "";
  animation: calc(var(--duration) * 1ms) xo-loader-3 ease-in-out infinite 0s;
}
.xo-loader-3:after {
  content: "";
  animation: calc(var(--duration) * 1ms) xo-loader-3 ease-in-out infinite 0.3s;
}

.xo-btn .xo-loader-3 > *, .xo-btn .xo-loader-3:before, .xo-btn .xo-loader-3:after {
  animation: none;
}

.xo-btn--loading .xo-loader-3 > *,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-loader-3 > *,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-loader-3 > *,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-loader-3 > *,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-loader-3 > * {
  animation: calc(var(--duration) * 1ms) xo-loader-3 ease-in-out infinite 0.15555s;
}
.xo-btn--loading .xo-loader-3:before,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-loader-3:before,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-loader-3:before,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-loader-3:before,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-loader-3:before {
  animation: calc(var(--duration) * 1ms) xo-loader-3 ease-in-out infinite 0s;
}
.xo-btn--loading .xo-loader-3:after,
xo-cart-shipping-rates-submit[xo-loading]:not([xo-loading=false]) .xo-loader-3:after,
xo-cart-note-submit[xo-loading]:not([xo-loading=false]) .xo-loader-3:after,
xo-cart-add[xo-loading]:not([xo-loading=false]) .xo-loader-3:after,
xo-product-quick-view-trigger[xo-loading]:not([xo-loading=false]) .xo-loader-3:after {
  animation: calc(var(--duration) * 1ms) xo-loader-3 ease-in-out infinite 0.3s;
}

@keyframes xo-loader-3 {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.main-search-mobile__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 0.2rem solid rgba(var(--color-foreground), 0.5);
  border-radius: var(--buttons-radius);
  padding: 1rem 2rem;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .main-search-mobile__trigger {
    display: none;
  }
}

.main-search-mobile__trigger:hover {
  background-color: rgba(var(--color-foreground));
  border: 0.2rem solid rgba(var(--color-foreground));
}
.main-search-mobile__trigger:hover .main-search-mobile__trigger-text {
  color: rgba(var(--color-background));
}
.main-search-mobile__trigger:hover svg {
  color: rgba(var(--color-background));
}

.main-search-mobile__trigger-text {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.main-search-mobile__modal-wrap {
  width: 100%;
  padding: 4.8rem;
  background-color: rgba(var(--color-background));
  position: relative;
}
@media (min-width: 576px) {
  .main-search-mobile__modal-wrap {
    width: 41.5rem;
  }
}
@media (min-width: 768px) {
  .main-search-mobile__modal-wrap {
    display: none;
  }
}

.main-search-mobile__modal {
  overflow-x: hidden;
}

.main-search-mobile__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .main-search-mobile__modal-close {
  right: 1rem;
}
[dir=rtl] .main-search-mobile__modal-close {
  left: 1rem;
}
.main-search-mobile__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.main-search-mobile__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.main-search-mobile__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.main-search-mobile__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.main-search-style1__header {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .main-search-style1__header {
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .main-search-style1__sidebar {
    display: none;
  }
}

.main-search-style2__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .main-search-style2__header {
    padding-bottom: 3rem;
  }
}

.main-search-style2__header--end {
  justify-content: flex-end;
}

.main-search-style2__trigger {
  display: none;
}
@media (min-width: 768px) {
  .main-search-style2__trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0.2rem solid rgba(var(--color-foreground), 0.5);
    border-radius: var(--buttons-radius);
    padding: 1rem 2rem;
    cursor: pointer;
    transition: 0.3s;
  }
}
.main-search-style2__trigger svg {
  font-weight: bold;
}

.main-search-style2__trigger.xo-active {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.main-search-style2__trigger.xo-active .main-search-style2__trigger-text {
  color: rgba(var(--color-background));
}
.main-search-style2__trigger.xo-active svg {
  color: rgba(var(--color-background));
}

.main-search-style2__trigger[xo-active]:not([xo-active=false]) {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.main-search-style2__trigger[xo-active]:not([xo-active=false]) .main-search-style2__trigger-text {
  color: rgba(var(--color-background));
}
.main-search-style2__trigger[xo-active]:not([xo-active=false]) svg {
  color: rgba(var(--color-background));
}

.main-search-style2__trigger:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.main-search-style2__trigger:hover .main-search-style2__trigger-text {
  color: rgba(var(--color-background));
}
.main-search-style2__trigger:hover svg {
  color: rgba(var(--color-background));
}

.main-search-style2__trigger-text {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.main-search-style2__modal-wrap {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .main-search-style2__modal-wrap {
    display: block;
    width: 41.5rem;
    padding: 4.8rem;
    background-color: rgba(var(--color-background));
  }
}

.main-search-style2__modal {
  overflow-x: hidden;
}

.main-search-style2__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .main-search-style2__modal-close {
  right: 1rem;
}
[dir=rtl] .main-search-style2__modal-close {
  left: 1rem;
}
.main-search-style2__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.main-search-style2__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.main-search-style2__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.main-search-style2__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.main-search-style2__grid {
  display: flex;
  justify-content: space-between;
}

.main-search-style2__grid.xo-active {
  display: flex;
}
.main-search-style2__grid.xo-active .main-search-style2__sidebar {
  visibility: visible;
  opacity: 1;
  width: 32rem;
  margin-right: 3rem;
}
.main-search-style2__grid.xo-active .main-search-style2__content-wrap {
  width: calc(100% - 35rem);
}

.main-search-style2__sidebar {
  width: 0;
  opacity: 0;
  transition: 0.3s;
  overflow-x: hidden;
  visibility: hidden;
}

.main-search-style2__content-wrap {
  width: 100%;
  transition: 0.3s;
}

.main-search-style2__collapse-wrap {
  display: none;
}
@media (min-width: 768px) {
  .main-search-style2__collapse-wrap {
    display: grid;
    padding: 3rem 6rem;
    margin-bottom: 2rem;
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  }
}

.main-search-style2__collapse {
  overflow-x: hidden;
}
.main-search-style2__collapse .search-sidebar__menu {
  max-height: 22rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-search-style2__collapse .search-sidebar__menu::-webkit-scrollbar {
  width: 0.3rem;
  background-color: rgba(var(--color-foreground), 0.08);
}
.main-search-style2__collapse .search-sidebar__menu::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.12);
}
.main-search-style2__collapse .search-sidebar__menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground));
}

.xo-media {
  width: 100%;
}

.xo-menu-hamburger-style1__modal {
  z-index: 1000;
}

.xo-menu-hamburger-style1 {
  display: flex;
  align-items: center;
}

.xo-menu-hamburger-style1__trigger {
  cursor: pointer;
  width: 2.3rem;
  height: 1.8rem;
}
.xo-menu-hamburger-style1__trigger svg {
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .xo-menu-hamburger-style1__trigger {
    color: #000;
  }
  .xo-menu-hamburger-style1__trigger .icon-hamburger-menu {
    background-color: #000;
  }
  .xo-menu-hamburger-style1__trigger .icon-hamburger-menu::before {
    background-color: #000;
  }
  .xo-menu-hamburger-style1__trigger .icon-hamburger-menu::after {
    background-color: #000;
  }
}

.xo-menu-hamburger-style1__content {
  display: flex;
  flex-direction: column;
  width: 30rem;
  min-height: 100vh;
  background-color: #fff;
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.xo-menu-hamburger-style1__content-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.768627451);
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
@media (max-width: 1199px) {
  .xo-menu-hamburger-style1__content-horizontal .menu-hamburger-style1-top__account {
    display: none;
  }
}

.xo-menu-hamburger-style1__content-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.768627451);
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
@media (max-width: 1199px) {
  .xo-menu-hamburger-style1__content-vertical .menu-hamburger-style1-top__account {
    display: none;
  }
}

.xo-menu-hamburger-style1__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: #000;
  opacity: 0.8;
  border-bottom: 0.1rem solid #ededed;
  cursor: pointer;
  transition: 0.3s;
}
[dir=ltr] .xo-menu-hamburger-style1__link {
  padding-inline-start: 2rem;
}
[dir=rtl] .xo-menu-hamburger-style1__link {
  padding-inline-start: 2rem;
}

.xo-menu-hamburger-style1__link-horizontal {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 0px) {
  .xo-menu-hamburger-style1__link-horizontal {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .xo-menu-hamburger-style1__link-horizontal {
    padding: 2rem 4rem;
  }
}
.xo-menu-hamburger-style1__link-horizontal:hover .xo-menu-hamburger-style1__label-horizontal {
  color: rgb(var(--color-accent));
}

.xo-menu-hamburger-style1__label-horizontal {
  font-weight: 500;
  transition: 0.5s;
  color: #fff;
  position: relative;
}
@media (min-width: 0px) {
  .xo-menu-hamburger-style1__label-horizontal {
    font-size: calc(var(--font-body-scale) * 1.8rem);
  }
}
@media (min-width: 768px) {
  .xo-menu-hamburger-style1__label-horizontal {
    font-size: calc(var(--font-body-scale) * 2.4rem);
  }
}
.xo-menu-hamburger-style1__label-horizontal::after {
  content: "";
  position: absolute;
  border-bottom: 0.1rem solid rgb(var(--color-accent));
  bottom: 0;
  right: 0;
  width: 0;
  transition: 0.4s linear 0s;
}
.xo-menu-hamburger-style1__label-horizontal:hover::after {
  left: 0;
  width: 100%;
}

.xo-menu-hamburger-style1__arrow {
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
  pointer-events: none;
}
.xo-menu-hamburger-style1__arrow svg {
  vertical-align: middle;
}

.xo-menu-hamburger-style1__arrow .icon-close {
  transition: all 0.5s ease;
}
.xo-menu-hamburger-style1__arrow .icon-close:hover {
  transform-origin: center;
  transform: rotate(180deg);
}

.xo-menu-hamburger-style1__arrow--mega-menu {
  padding: 2rem 2rem;
  border-left: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.xo-menu-hamburger-style1__mega-menu:empty {
  display: none;
}
.xo-menu-hamburger-style1__mega-menu:not(:empty) ~ * {
  display: none;
}

.icon-hamburger-menu::before {
  content: "";
  top: -0.8rem;
  position: absolute;
  width: 2.3rem;
  height: 0.2rem;
  background-color: rgb(var(--color-foreground));
  transform-origin: left center;
  transition: opacity 200ms ease-in-out, width 200ms ease-in-out, rotate 200ms ease-in-out, translate 200ms ease-in-out, background-color 200ms ease-in-out;
}

.icon-hamburger-menu {
  position: relative;
  width: 1.2rem;
  height: 0.2rem;
  background-color: rgb(var(--color-foreground));
  transform-origin: left center;
  top: 0.8rem;
  transition: opacity 200ms ease-in-out, width 200ms ease-in-out, rotate 200ms ease-in-out, translate 200ms ease-in-out, background-color 200ms ease-in-out;
}

.icon-hamburger-menu::after {
  content: "";
  bottom: -0.8rem;
  position: absolute;
  width: 1.7rem;
  height: 0.2rem;
  background-color: rgb(var(--color-foreground));
  transform-origin: left center;
  transition: opacity 200ms ease-in-out, width 200ms ease-in-out, rotate 200ms ease-in-out, translate 200ms ease-in-out, background-color 200ms ease-in-out;
}

.xo-menu-hamburger-style1__trigger[xo-active] .icon-hamburger-menu::before {
  rotate: 45deg;
  width: 2.3rem;
  translate: 0 0.5rem;
}

.xo-menu-hamburger-style1__trigger[xo-active] .icon-hamburger-menu::after {
  rotate: -45deg;
  width: 2.3rem;
  translate: 0 0.5rem;
}

.xo-menu-hamburger-style1__trigger:hover .icon-hamburger-menu {
  width: 2.3rem;
}
.xo-menu-hamburger-style1__trigger:hover .icon-hamburger-menu::after {
  width: 2.3rem;
}

.xo-menu-hamburger-style1__back {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.xo-menu-hamburger-style1__label {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  transition: 0.5s;
  padding: 1.6rem 0;
}

.xo-menu-hamburger-style1__tablist {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
}

.xo-menu-hamburger-style1__back--flex {
  justify-content: unset !important;
}

.xo-menu-hamburger-style1__link--color {
  background-color: #111;
}
@media (min-width: 0px) {
  .xo-menu-hamburger-style1__link--color {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .xo-menu-hamburger-style1__link--color {
    width: 100%;
  }
}

[dir=ltr] .xo-menu-hamburger-style1__tablist-item {
  margin-inline-start: 1rem;
}
[dir=rtl] .xo-menu-hamburger-style1__tablist-item {
  margin-inline-start: 1rem;
}

.xo-menu-hamburger-style1__trigger[xo-active] .icon-hamburger-menu {
  width: 0;
}

.xo-menu-hamburger-style1__link--ab {
  position: absolute;
  top: 3rem;
  right: 4rem;
  padding: 0;
}

.xo-menu-hamburger-style1__link--pd {
  padding: 2rem 4rem;
}
[dir=ltr] .xo-menu-hamburger-style1__link--pd {
  padding-inline-start: 4rem;
}
[dir=rtl] .xo-menu-hamburger-style1__link--pd {
  padding-inline-start: 4rem;
}

.menu-hamburger-style1-top {
  display: flex;
  border-bottom: 0.1rem solid #ededed;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 0px) {
  .menu-hamburger-style1-top__account {
    display: block;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .menu-hamburger-style1-top__account {
    display: none;
  }
}

.menu-hamburger-style1-top__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.xo-menu-horizontal-v1 {
  display: flex;
  align-items: center;
}

.xo-menu-horizontal-v1__item--open > .xo-menu-horizontal-v1__link:hover {
  color: rgb(var(--color-accent));
}

.xo-menu-horizontal-v1__item--hover:hover > .xo-menu-horizontal-v1__sub-menu,
.xo-menu-horizontal-v1__item--hover:hover > .xo-menu-horizontal-v1__mega-menu,
.xo-menu-horizontal-v1__item--open > .xo-menu-horizontal-v1__sub-menu,
.xo-menu-horizontal-v1__item--open > .xo-menu-horizontal-v1__mega-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 0px) {
  [dir=ltr] .xo-menu-horizontal-v1 .xo-menu-horizontal-v1__item:first-child .xo-menu-horizontal-v1__link {
    padding-inline-start: 0;
    padding-inline-end: 2.5rem;
  }
  [dir=rtl] .xo-menu-horizontal-v1 .xo-menu-horizontal-v1__item:first-child .xo-menu-horizontal-v1__link {
    padding-inline-start: 0;
    padding-inline-end: 2.5rem;
  }
}
@media (max-width: 1600px) {
  [dir=ltr] .xo-menu-horizontal-v1 .xo-menu-horizontal-v1__item:first-child .xo-menu-horizontal-v1__link {
    padding-inline-start: 0;
    padding-inline-end: 2rem;
  }
  [dir=rtl] .xo-menu-horizontal-v1 .xo-menu-horizontal-v1__item:first-child .xo-menu-horizontal-v1__link {
    padding-inline-start: 0;
    padding-inline-end: 2rem;
  }
}

.xo-menu-horizontal-v1__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  padding: 0 2.5rem;
  transition: 0.3s;
  position: relative;
  margin-bottom: 0;
  color: rgb(var(--color-foreground));
  font-weight: 500;
}
@media (min-width: 1400px) {
  .xo-menu-horizontal-v1__link {
    padding: 0 2.5rem;
  }
}
@media (max-width: 1600px) {
  .xo-menu-horizontal-v1__link {
    padding: 0 2rem;
  }
}
@media (max-width: 1500px) {
  .xo-menu-horizontal-v1__link {
    padding: 0 1.5rem;
  }
}

.xo-menu-horizontal-v1__border {
  border-right: 0.1rem solid hsla(0, 0%, 100%, 0.2);
}

[dir=ltr] .xo-header-v9__desktop .xo-menu-horizontal-v1__item:nth-child(1) .xo-menu-horizontal-v1__link {
  padding-inline-start: unset;
}
[dir=rtl] .xo-header-v9__desktop .xo-menu-horizontal-v1__item:nth-child(1) .xo-menu-horizontal-v1__link {
  padding-inline-start: unset;
}

.xo-menu-horizontal-v1__sub-menu {
  position: absolute;
  top: 100%;
  background-color: rgb(var(--color-background));
  width: 20rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.0705882353);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 1rem, 0);
  transition: 0.3s;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
}
[dir=ltr] .xo-menu-horizontal-v1__sub-menu {
  left: 0;
}
[dir=rtl] .xo-menu-horizontal-v1__sub-menu {
  right: 0;
}
.xo-menu-horizontal-v1__sub-menu .xo-menu-horizontal-v1__sub-menu {
  top: -0.1rem;
}
[dir=ltr] .xo-menu-horizontal-v1__sub-menu .xo-menu-horizontal-v1__sub-menu {
  left: 100%;
}
[dir=rtl] .xo-menu-horizontal-v1__sub-menu .xo-menu-horizontal-v1__sub-menu {
  right: 100%;
}

.xo-menu-horizontal-v1__mega-menu {
  position: absolute;
  top: calc(100% - 3rem);
  box-shadow: 0.7rem 0.6rem 4rem rgba(204, 204, 223, 0.1607843137);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 1rem, 0);
  transition: 0.3s;
}
[dir=ltr] .xo-menu-horizontal-v1__mega-menu {
  left: 0;
}
[dir=rtl] .xo-menu-horizontal-v1__mega-menu {
  right: 0;
}
.xo-menu-horizontal-v1__mega-menu:empty {
  display: none;
}
.xo-menu-horizontal-v1__mega-menu:not(:empty) ~ .xo-menu-horizontal-v1__sub-menu {
  display: none;
}
.xo-menu-horizontal-v1__mega-menu:not(:empty) ~ .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__arrow--mega-menu {
  display: flex;
  align-items: center;
}

.xo-menu-horizontal-v1__arrow--mega-menu {
  display: none;
}

[dir=ltr] .xo-menu-horizontal-v1__sub-menu .xo-menu-horizontal-v1__item:first-child .xo-menu-horizontal-v1__link--sub {
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
[dir=rtl] .xo-menu-horizontal-v1__sub-menu .xo-menu-horizontal-v1__item:first-child .xo-menu-horizontal-v1__link--sub {
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}

.xo-menu-horizontal-v1__link--sub {
  font-weight: 500;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
[dir=ltr] .xo-menu-horizontal-v1__link--sub {
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
[dir=rtl] .xo-menu-horizontal-v1__link--sub {
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
.xo-menu-horizontal-v1__link--sub .xo-menu-horizontal-v1__label {
  padding: 0.5rem 0;
}

.xo-menu-horizontal-v1__item {
  position: relative;
}
.xo-menu-horizontal-v1__item:hover > .xo-menu-horizontal-v1__link, .xo-menu-horizontal-v1__item.xo-menu-horizontal-v1__item--current > .xo-menu-horizontal-v1__link {
  transition: 0.3s ease;
}
.xo-menu-horizontal-v1__item:hover > .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label, .xo-menu-horizontal-v1__item.xo-menu-horizontal-v1__item--current > .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label {
  transition: 0.3s ease;
}

.xo-menu-horizontal-v1__item {
  position: relative;
}
.xo-menu-horizontal-v1__item:hover > .xo-menu-horizontal-v1__link:hover, .xo-menu-horizontal-v1__item.xo-menu-horizontal-v1__item--current > .xo-menu-horizontal-v1__link:hover {
  color: rgba(var(--color-foreground), 0.5);
}
.xo-menu-horizontal-v1__item:hover > .xo-menu-horizontal-v1__link:hover .xo-menu-horizontal-v1__label, .xo-menu-horizontal-v1__item.xo-menu-horizontal-v1__item--current > .xo-menu-horizontal-v1__link:hover .xo-menu-horizontal-v1__label {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-menu-horizontal-v1__label {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.3rem);
  margin-bottom: 0;
  color: rgb(var(--color-foreground));
  font-weight: 500;
  text-transform: uppercase;
}

.xo-menu-horizontal-v1__item .xo-menu-horizontal-v1__item .xo-menu-horizontal-v1__label {
  text-transform: unset;
}

.xo-menu-horizontal-v1__item:last-child .xo-menu-horizontal-v1__link {
  border-right: unset;
}

.xo-menu-horizontal-v1__mega-menu {
  background-color: rgb(var(--color-background));
}

.xo-menu-horizontal-v1__logo-image {
  z-index: 1;
  margin: 0 5rem;
}
@media (max-width: 1700px) {
  .xo-menu-horizontal-v1__logo-image {
    margin: 0 2.5rem;
  }
}

.xo-menu-horizontal-v1__arrow {
  line-height: normal;
  line-height: 0;
}
.xo-menu-horizontal-v1__arrow svg {
  vertical-align: middle;
}

.xo-menu-horizontal-v1__arrow--hide {
  display: none !important;
}

.xo-menu-horizontal-v1__label-filter {
  top: 1.7rem;
  left: 50%;
  font-size: calc(var(--font-body-scale) * 0.8rem);
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0.5rem;
  font-weight: 600;
  line-height: calc(1 + 1 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  color: #fff;
  position: absolute;
}
.xo-menu-horizontal-v1__label-filter::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 1rem;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid var(--border-label);
}

.xo-menu-horizontal-v1__item--sub .xo-menu-horizontal-v1__label {
  transition: 0.3s ease;
  opacity: 0.5;
}
.xo-menu-horizontal-v1__item--sub .xo-menu-horizontal-v1__arrow {
  color: var(--color);
  opacity: 0.5;
}

.xo-menu-horizontal-v1__link--sub:hover .xo-menu-horizontal-v1__label {
  padding-left: 0.5rem;
  opacity: 1;
}
.xo-menu-horizontal-v1__link--sub:hover .xo-menu-horizontal-v1__arrow {
  opacity: 1;
}

.xo-menu-horizontal-v1__link--sub .xo-menu-horizontal-v1__label {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.xo-menu-scroll__list {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.xo-menu-scroll__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@-moz-document url-prefix() {
  .xo-menu-scroll__list {
    scrollbar-width: 0;
    scrollbar-height: 0;
  }
}

.xo-menu-scroll__item {
  display: inline-block;
}

.xo-menu-scroll__link {
  display: block;
  padding: 0.5rem 2rem;
}

.xo-menu-scroll__link--current {
  color: red;
}

.xo-modal-content-style1 {
  --gap: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.xo-modal-content-style1__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--width);
  max-width: calc(100vw - var(--gap) * 2);
  max-height: var(--height);
  background-color: rgba(var(--color-background));
  pointer-events: auto;
}

.xo-modal-content-style1__inner--full-height {
  height: 100dvh;
  max-height: 100dvh;
}

.xo-modal-content-style1__inner--full-width {
  width: 100vw;
  max-width: 100vw;
}

.xo-modal-content-style1__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  min-height: 5rem;
}

.xo-modal-content-style1__title {
  font-size: clamp(2rem, calc(0.5vw + 1.8rem), 2.4rem);
  line-height: 1.3;
  margin: 0;
}

.xo-modal-content-style1__close {
  cursor: pointer;
  transition: 0.3s;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
}
.xo-modal-content-style1__close:hover {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.xo-modal-content-style1__close:hover svg {
  color: rgba(var(--color-background));
}

.xo-modal-content-style1__close--abs {
  position: absolute;
  top: 1.5rem;
  transition: all 0.5s ease;
  line-height: calc(1 + 0 / var(--font-heading-scale));
  display: inline-block;
}
[dir=ltr] .xo-modal-content-style1__close--abs {
  right: 1.5rem;
}
[dir=rtl] .xo-modal-content-style1__close--abs {
  left: 1.5rem;
}
.xo-modal-content-style1__close--abs:hover {
  transform-origin: center;
  transform: rotate(180deg);
}

.xo-modal-content-style1__body {
  width: 100%;
  height: 100%;
}

.xo-modal-content-style1__footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: var(--footer-height);
}
.xo-modal-content-style1__footer > * {
  width: 100%;
}

.xo-modal-content-style1__separator {
  width: 100%;
  height: 0.1rem;
  transition: 0.3s ease calc(var(--xo-duration) * 1ms);
}

xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) {
  --xo-backdrop-color: rgba(var(--color-foreground), var(--modal-backdrop-opacity));
  --xo-backdrop-blur: var(--modal-backdrop-blur);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1 {
  padding: var(--modal-margin);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1__header {
  padding: 0 2.4rem;
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1__inner {
  border: var(--modal-border-width) solid rgba(var(--color-foreground), var(--modal-border-opacity));
  border-radius: var(--modal-corner-radius);
  box-shadow: var(--modal-shadow-horizontal-offset) var(--modal-shadow-vertical-offset) var(--modal-shadow-blur-radius) rgba(var(--color-foreground), var(--modal-shadow-opacity));
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1__inner--full-height {
  height: calc(100dvh - var(--modal-margin) * 2);
  max-height: calc(100dvh - var(--modal-margin) * 2);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1__inner--full-width {
  width: calc(100vw - var(--modal-margin) * 2);
  max-width: calc(100vw - var(--modal-margin) * 2);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1__content {
  padding: 0rem 2.4rem 1.6rem 2.4rem;
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content-style1__footer {
  padding: 2.4rem;
}
xo-modal[xo-placement*=-left], xo-modal[xo-placement*=-right] {
  --xo-backdrop-color: rgba(var(--color-foreground), var(--drawer-backdrop-opacity));
  --xo-backdrop-blur: var(--drawer-backdrop-blur);
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1, xo-modal[xo-placement*=-right] .xo-modal-content-style1 {
  padding: var(--drawer-margin);
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1__header, xo-modal[xo-placement*=-right] .xo-modal-content-style1__header {
  padding: 0 2.4rem;
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1__inner, xo-modal[xo-placement*=-right] .xo-modal-content-style1__inner {
  border: var(--drawer-border-width) solid rgba(var(--color-foreground), var(--drawer-border-opacity));
  border-radius: var(--drawer-corner-radius);
  box-shadow: var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-foreground), var(--drawer-shadow-opacity));
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1__inner--full-height, xo-modal[xo-placement*=-right] .xo-modal-content-style1__inner--full-height {
  height: calc(100dvh - var(--drawer-margin) * 2);
  max-height: calc(100dvh - var(--drawer-margin) * 2);
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1__inner--full-width, xo-modal[xo-placement*=-right] .xo-modal-content-style1__inner--full-width {
  width: calc(100vw - var(--drawer-margin) * 2);
  max-width: calc(100vw - var(--drawer-margin) * 2);
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1__content, xo-modal[xo-placement*=-right] .xo-modal-content-style1__content {
  padding: 0rem 2.4rem 1.6rem 2.4rem;
}
xo-modal[xo-placement*=-left] .xo-modal-content-style1__footer, xo-modal[xo-placement*=-right] .xo-modal-content-style1__footer {
  padding: 2.4rem;
}

.xo-modal-content-style1__header--scroll {
  box-shadow: 0 0 0.4rem #e9e9e9;
}

.collection-product-footer {
  display: flex;
  gap: 2rem;
}

.collection-product-footer__name-product {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  margin-bottom: 0.5rem;
}
.collection-product-footer__name-product a {
  color: rgba(var(--color-foreground));
}

.collection-product-footer__price .xo-price__sale .xo-price__item {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.collection-product-footer__price .xo-price__sale .xo-price__item--del {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}

.xo-product-card__add {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.xo-product-card__add:hover span {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgba(var(--color-foreground));
}
.xo-product-card__add span {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-color: rgba(var(--color-foreground), 0.6);
  color: rgba(var(--color-foreground), 0.6);
  transition: 0.3s ease-in;
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.collection-product-footer__img .xo-image {
  width: 7rem;
  aspect-ratio: var(--aspect-ratio);
}
@media (min-width: 768px) {
  .collection-product-footer__img .xo-image {
    width: 8rem;
  }
}
.collection-product-footer__img .xo-image img {
  height: 100%;
}

.button-prev {
  position: absolute;
  z-index: 9999;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  bottom: unset;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-next svg {
  color: #292d32;
}

.button-prev svg {
  color: #292d32;
}

.button-next {
  position: absolute;
  z-index: 9999;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-trans {
  background-color: rgba(var(--color-background));
  top: -4.7rem;
  cursor: pointer;
  right: 0;
  border: 0.1rem solid rgba(var(--color-foreground));
  transition: all 0.3s ease;
}
.button-trans:hover {
  scale: 1.1;
  background-color: rgba(var(--color-foreground));
}
.button-trans:hover svg {
  color: rgba(var(--color-background));
}

.button-trans--left {
  background-color: #fff;
}
[dir=ltr] .button-trans--left {
  right: 8%;
}
[dir=rtl] .button-trans--left {
  left: 8%;
}

.button-trans--right {
  background-color: #fff;
}

.title-collection-cart {
  position: relative;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  margin-bottom: 2rem;
  padding-top: 0.8rem;
}

.cart-carousel-btn {
  display: block;
}

.cart-carousel-btn[xo-disabled] {
  opacity: 0.35;
}

.xo-modal-content {
  --gap: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.xo-modal-content__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--width);
  max-width: calc(100vw - var(--gap) * 2);
  max-height: var(--height);
  background-color: rgba(var(--color-background));
  pointer-events: auto;
}

.xo-modal-content__inner--full-height {
  height: 100dvh;
  max-height: 100dvh;
}

.xo-modal-content__inner--full-width {
  width: 100vw;
  max-width: 100vw;
}

.xo-modal-content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  min-height: var(--header-height);
}

.xo-modal-content__header.recover {
  margin-top: 2rem;
  justify-content: center;
  min-height: 4rem;
}
.xo-modal-content__header.recover .xo-modal-content__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.xo-modal-content__title {
  font-size: clamp(2rem, calc(0.5vw + 1.8rem), 2.4rem);
  line-height: 1.3;
  margin: 0;
}

.xo-modal-content__close {
  cursor: pointer;
  transition: 0.3s;
  width: 3.2rem;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
}
.xo-modal-content__close:hover {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.xo-modal-content__close:hover svg {
  color: rgba(var(--color-background));
}

.xo-modal-content__close--abs {
  position: absolute;
  top: 1.5rem;
  transition: all 0.5s ease;
  line-height: calc(1 + 0 / var(--font-heading-scale));
  display: flex;
}
[dir=ltr] .xo-modal-content__close--abs {
  right: 1.5rem;
}
[dir=rtl] .xo-modal-content__close--abs {
  left: 1.5rem;
}
.xo-modal-content__close--abs:hover {
  transform-origin: center;
  transform: rotate(180deg);
}

.xo-modal-content__body {
  width: 100%;
  height: 100%;
}

.xo-modal-content__footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: var(--footer-height);
}
.xo-modal-content__footer > * {
  width: 100%;
}

.xo-modal-content__separator {
  width: 100%;
  height: 0.1rem;
  transition: 0.3s ease calc(var(--xo-duration) * 1ms);
}

xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) {
  --xo-backdrop-color: rgba(var(--color-foreground), var(--modal-backdrop-opacity));
  --xo-backdrop-blur: var(--modal-backdrop-blur);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content {
  padding: var(--modal-margin);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content__header {
  padding: 0 var(--modal-padding);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content__inner {
  border: var(--modal-border-width) solid rgba(var(--color-foreground), var(--modal-border-opacity));
  border-radius: var(--modal-corner-radius);
  box-shadow: var(--modal-shadow-horizontal-offset) var(--modal-shadow-vertical-offset) var(--modal-shadow-blur-radius) rgba(var(--color-foreground), var(--modal-shadow-opacity));
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content__inner--full-height {
  height: calc(100dvh - var(--modal-margin) * 2);
  max-height: calc(100dvh - var(--modal-margin) * 2);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content__inner--full-width {
  width: calc(100vw - var(--modal-margin) * 2);
  max-width: calc(100vw - var(--modal-margin) * 2);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-content__footer {
  padding: 0 var(--modal-padding);
}
xo-modal[xo-placement*=-left], xo-modal[xo-placement*=-right] {
  --xo-backdrop-color: rgba(var(--color-foreground), var(--drawer-backdrop-opacity));
  --xo-backdrop-blur: var(--drawer-backdrop-blur);
}
xo-modal[xo-placement*=-left] .xo-modal-content, xo-modal[xo-placement*=-right] .xo-modal-content {
  padding: var(--drawer-margin);
}
xo-modal[xo-placement*=-left] .xo-modal-content__header, xo-modal[xo-placement*=-right] .xo-modal-content__header {
  padding: 0 var(--drawer-padding);
}
xo-modal[xo-placement*=-left] .xo-modal-content__inner, xo-modal[xo-placement*=-right] .xo-modal-content__inner {
  border: var(--drawer-border-width) solid rgba(var(--color-foreground), var(--drawer-border-opacity));
  border-radius: var(--drawer-corner-radius);
  box-shadow: var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-foreground), var(--drawer-shadow-opacity));
}
xo-modal[xo-placement*=-left] .xo-modal-content__inner--full-height, xo-modal[xo-placement*=-right] .xo-modal-content__inner--full-height {
  height: calc(100dvh - var(--drawer-margin) * 2);
  max-height: calc(100dvh - var(--drawer-margin) * 2);
}
xo-modal[xo-placement*=-left] .xo-modal-content__inner--full-width, xo-modal[xo-placement*=-right] .xo-modal-content__inner--full-width {
  width: calc(100vw - var(--drawer-margin) * 2);
  max-width: calc(100vw - var(--drawer-margin) * 2);
}
xo-modal[xo-placement*=-left] .xo-modal-content__content, xo-modal[xo-placement*=-right] .xo-modal-content__content {
  padding: var(--drawer-padding);
}
xo-modal[xo-placement*=-left] .xo-modal-content__footer, xo-modal[xo-placement*=-right] .xo-modal-content__footer {
  padding: 0 var(--drawer-padding);
}

.xo-page-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.xo-page-heading--center {
  justify-content: center;
  text-align: center;
}

.xo-page-heading--right {
  justify-content: flex-end;
  text-align: right;
}

.xo-page-heading__title {
  margin: 0;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4.5rem);
}

.xo-page-heading__description {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding-top: 2rem;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.3);
  list-style: none;
}
@media (min-width: 768px) {
  .xo-pagination__list {
    padding-top: 4rem;
  }
}

.xo-pagination__text {
  cursor: pointer;
  color: rgba(var(--color-foreground), 0.3);
}

.xo-pagination__arrow {
  cursor: pointer;
}

.xo-pagination__page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: rgba(var(--color-foreground));
  cursor: pointer;
  transition: 0.3s;
  line-height: 0;
}

.xo-pagination__page:hover {
  background-color: rgba(var(--color-foreground), 0.05);
}

.xo-pagination__page--current {
  background-color: rgba(var(--color-foreground), 0.05);
  width: 4.4rem;
  height: 4.4rem;
}

.popup-newsletter-v1 {
  position: relative;
  background: rgba(var(--color-background));
  line-height: 1.5;
  max-height: 60rem;
  overflow: hidden;
  border-radius: var(--modal-corner-radius);
}

.popup-newsletter-v1__close {
  position: absolute;
  top: 1rem;
  z-index: 2;
  right: 1rem;
}
.popup-newsletter-v1__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  background: transparent;
}
.popup-newsletter-v1__close .xo-modal-content-style1__close:hover {
  background: #000;
  border-color: #000;
}
.popup-newsletter-v1__close svg {
  width: 1.2rem;
}

.popup-newsletter-v1__left {
  position: relative;
  text-align: center;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(var(--color-background));
}

.popup-newsletter-v1__content {
  width: 100%;
}

.popup-newsletter-v1__heading {
  position: relative;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: 400;
  line-height: calc(1 + 0.125 / var(--font-heading-scale));
  color: #333;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.popup-newsletter-v1__heading::before {
  content: "";
  position: absolute;
  width: 6.8rem;
  height: 0.2rem;
  background: #000;
  bottom: 0;
  left: calc(50% - 3.4rem);
}
@media (min-width: 992px) {
  .popup-newsletter-v1__heading {
    font-size: calc(var(--font-body-scale) * 1.6rem);
  }
}

.popup-newsletter-v1__sub {
  font-size: calc(var(--font-body-scale) * 2.5rem);
  font-weight: 400;
  max-width: 34rem;
  padding-bottom: 1rem;
  margin: auto auto 2rem;
  position: relative;
  text-transform: unset;
}
@media (min-width: 992px) {
  .popup-newsletter-v1__sub {
    font-size: calc(var(--font-body-scale) * 3rem);
  }
}

.popup-newsletter-v1__desc {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  max-width: 33rem;
  line-height: calc(1 + 0.33 / var(--font-heading-scale));
  margin: auto auto 3rem;
  color: #969696;
}
.popup-newsletter-v1__desc strong {
  font-weight: 400;
  color: #000;
}
@media (min-width: 992px) {
  .popup-newsletter-v1__desc {
    margin: auto auto 3.5rem;
  }
}
@media (min-width: 576px) {
  .popup-newsletter-v1__desc {
    max-width: 44rem;
  }
}

.popup-newsletter-v1__signup {
  display: block;
  margin-bottom: 3rem;
}

.popup-newsletter-v1__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 80%;
}
.popup-newsletter-v1__form button {
  margin-top: 2.5rem;
}
.popup-newsletter-v1__form .xo-field-input__input {
  text-align: center;
}
@media (max-width: 575px) {
  .popup-newsletter-v1__form .xo-btn__text[data-text] {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
  .popup-newsletter-v1__form button {
    padding: 0 !important;
    max-height: 3.5rem;
  }
}

.popup-newsletter-v1__no {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  text-transform: capitalize;
  color: #111;
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 0;
  color: #111;
  font-weight: 500;
  text-decoration: underline;
}
.popup-newsletter-v1__no:hover {
  color: #6c6c6c;
}

@media (max-width: 767px) {
  .popup-newsletter-v1-right {
    display: none;
  }
}

.popup-newsletter-v1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v1__img img {
  width: 100%;
  max-height: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v1__img .xo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v1__img .xo-image img {
  width: 100%;
  height: 100%;
  max-height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-newsletter-v1__close--mb {
  display: none;
}
@media (max-width: 767px) {
  .popup-newsletter-v1__close--mb {
    display: block;
  }
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
  width: 100%;
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.popup-newsletter-v2 {
  position: relative;
  background: #fff;
  line-height: 1.5;
  max-height: 60rem;
  overflow: hidden;
  border-radius: var(--modal-corner-radius);
}
.popup-newsletter-v2 li {
  list-style: none;
}

.popup-newsletter-v2__content {
  width: 100%;
}

.popup-newsletter-v2__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.popup-newsletter-v2__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid #cecece;
}
.popup-newsletter-v2__close .xo-modal-content-style1__close:hover {
  border-color: #000;
}
.popup-newsletter-v2__close svg {
  width: 1.2rem;
}

@media (max-width: 991px) {
  .popup-newsletter-v2__left {
    display: none !important;
  }
}

.popup-newsletter-v2__sub {
  font-size: calc(var(--font-body-scale) * 3rem);
  font-weight: 500;
  max-width: 45rem;
  padding-bottom: 1rem;
  margin: auto auto 2rem;
  position: relative;
  text-transform: unset;
}
@media (min-width: 992px) {
  .popup-newsletter-v2__sub {
    max-width: 50rem;
    font-size: calc(var(--font-body-scale) * 3.4rem);
  }
}

.popup-newsletter-v2__desc {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  max-width: 32rem;
  line-height: calc(1 + 0.33 / var(--font-heading-scale));
  margin: auto auto 3.5rem;
  color: #969696;
}
.popup-newsletter-v2__desc strong {
  font-weight: 400;
  color: #000;
}
@media (min-width: 992px) {
  .popup-newsletter-v2__desc {
    font-size: calc(var(--font-body-scale) * 1.8rem);
  }
}

.popup-newsletter-v2-social__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 2.2rem;
  padding-bottom: 2.2rem;
}

.popup-newsletter-v2-social__link {
  line-height: calc(1 + 2 / var(--font-heading-scale));
  position: relative;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-newsletter-v2-social__link svg {
  width: 1.7rem;
  height: 1.7rem;
}

.popup-newsletter-v2__signup {
  display: block;
  margin-bottom: 3rem;
}

.popup-newsletter-v2__form {
  display: flex;
  justify-content: center;
  max-width: 54rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--inputs-radius);
}
.popup-newsletter-v2__form .xo-field-input__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.popup-newsletter-v2__form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 575px) {
  .popup-newsletter-v2__form button {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .popup-newsletter-v2__form {
    max-height: 4rem;
    max-width: 45rem;
  }
  .popup-newsletter-v2__form .popup-newsletter-v2__input {
    height: auto;
  }
  .popup-newsletter-v2__form .popup-newsletter-v2__form {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
  .popup-newsletter-v2__form .xo-btn__text[data-text] {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
}

.popup-newsletter-v2-right {
  position: relative;
  text-align: center;
  padding: 5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

.popup-newsletter-v2__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v2__img img {
  width: 100%;
  max-height: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v2__img .xo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v2__img .xo-image img {
  width: 100%;
  max-height: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

xo-tooltip-content {
  z-index: 1000000000000000;
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
  width: 100%;
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.popup-newsletter-v3 {
  position: relative;
  display: flex;
  background: #fff;
  line-height: 1.5;
  max-height: 60rem;
  border-radius: var(--modal-corner-radius);
}
.popup-newsletter-v3 li {
  list-style: none;
}

.popup-newsletter-v3__container {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5rem 3rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background: #fff;
  display: flex;
  margin: 1.5rem;
  border: 0.2rem solid #e7e7e7;
  border-radius: var(--modal-corner-radius);
}
@media (max-width: 575px) {
  .popup-newsletter-v3__container {
    padding: 5rem 1rem;
  }
}

.popup-newsletter-v3__content {
  margin: 0 auto;
}

.popup-newsletter-v3__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.popup-newsletter-v3__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid #cecece;
}
.popup-newsletter-v3__close .xo-modal-content-style1__close:hover {
  border-color: #000;
}
.popup-newsletter-v3__close svg {
  width: 1.2rem;
}

.popup-newsletter-v3__sub {
  font-size: calc(var(--font-body-scale) * 2.5rem);
  font-weight: 500;
  padding-bottom: 10px;
  margin: auto auto 2rem;
  position: relative;
  text-transform: uppercase;
  max-width: 40rem;
}
@media (min-width: 768px) {
  .popup-newsletter-v3__sub {
    max-width: 45rem;
    font-size: calc(var(--font-body-scale) * 3rem);
  }
}
@media (min-width: 992px) {
  .popup-newsletter-v3__sub {
    font-size: calc(var(--font-body-scale) * 3.2rem);
  }
}
@media (min-width: 1200px) {
  .popup-newsletter-v3__sub {
    max-width: 52rem;
    font-size: calc(var(--font-body-scale) * 3.5rem);
  }
}

.popup-newsletter-v3__desc {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.625 / var(--font-heading-scale));
  margin: auto auto 3.5rem;
  max-width: 33rem;
}
.popup-newsletter-v3__desc strong {
  font-weight: 400;
  color: #000;
}
@media (min-width: 992px) {
  .popup-newsletter-v3__desc {
    margin: auto auto 3.5rem;
  }
}
@media (min-width: 576px) {
  .popup-newsletter-v3__desc {
    max-width: 40rem;
  }
}

.popup-newsletter-v3__signup {
  margin-bottom: 3rem;
}

.popup-newsletter-v3__form {
  display: flex;
  justify-content: center;
  max-width: 54rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--inputs-radius);
}
.popup-newsletter-v3__form .xo-field-input__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
@media (max-width: 575px) {
  .popup-newsletter-v3__form .xo-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .popup-newsletter-v3__form {
    max-height: 4rem;
    max-width: 45rem;
  }
  .popup-newsletter-v3__form .popup-newsletter-v2__input {
    height: auto;
  }
  .popup-newsletter-v3__form .popup-newsletter-v2__form {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
  .popup-newsletter-v3__form .xo-btn__text[data-text] {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
}

.popup-newsletter-v3__heading {
  position: relative;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  line-height: calc(1 + 0.09 / var(--font-heading-scale));
  color: #333;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
.popup-newsletter-v3__heading::before {
  content: "";
  width: 6.8rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3.4rem);
}
@media (min-width: 992px) {
  .popup-newsletter-v3__heading {
    font-size: calc(var(--font-body-scale) * 2.2rem);
  }
}

.popup-newsletter-v3__no {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  text-transform: capitalize;
  color: #111;
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 0;
  color: #111;
  font-weight: 500;
  text-decoration: underline;
}
.popup-newsletter-v3__no:hover {
  color: #6c6c6c;
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
  width: 100%;
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.popup-newsletter-v4 {
  position: relative;
  background: #fff;
  line-height: 1.5;
  max-height: 60rem;
  overflow: hidden;
  border-radius: var(--modal-corner-radius);
}
.popup-newsletter-v4 li {
  list-style: none;
}

.popup-newsletter-v4__content {
  width: 100%;
}

.popup-newsletter-v4__heading {
  color: #7e7e84;
  font-size: calc(var(--font-body-scale) * 1rem);
  font-weight: 700;
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  line-height: calc(1 + 1.1666666667 / var(--font-heading-scale));
  margin: 0px 0px 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .popup-newsletter-v4__heading {
    font-size: calc(var(--font-body-scale) * 1.2rem);
  }
}

.popup-newsletter-v4__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.popup-newsletter-v4__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid transparent;
}
.popup-newsletter-v4__close .xo-modal-content-style1__close:hover {
  border-color: #000;
}
.popup-newsletter-v4__close svg {
  width: 1.2rem;
}

@media (max-width: 767.9px) {
  .popup-newsletter-v4__left {
    display: none !important;
  }
}

.popup-newsletter-v4__content {
  text-align: left;
}

.popup-newsletter-v4__sub {
  font-size: calc(var(--font-body-scale) * 2.2rem);
  font-weight: 600;
  line-height: 31.2px;
  margin: 0px 0px 0.8rem;
  letter-spacing: 0em;
  text-transform: none;
}
@media (min-width: 576px) {
  .popup-newsletter-v4__sub {
    font-size: calc(var(--font-body-scale) * 2.6rem);
  }
}

.popup-newsletter-v4__desc {
  padding-bottom: 3.2rem;
  color: #000;
  font-size: calc(var(--font-body-scale) * 1.3rem);
}
@media (min-width: 576px) {
  .popup-newsletter-v4__desc {
    font-size: calc(var(--font-body-scale) * 1.6rem);
  }
}

.popup-newsletter-v4__signup {
  display: block;
}

.popup-newsletter-v4__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-newsletter-v4__form button {
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 575px) {
  .popup-newsletter-v4__form .xo-btn__text[data-text] {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
  .popup-newsletter-v4__form button {
    padding: 0 !important;
    max-height: 3.5rem;
  }
}

.popup-newsletter-v4__footer {
  font-size: calc(var(--font-body-scale) * 1.1rem);
  line-height: calc(1 + 1 / var(--font-heading-scale));
  padding: 2.4rem 0 0;
}
@media (min-width: 576px) {
  .popup-newsletter-v4__footer {
    font-size: calc(var(--font-body-scale) * 1.28rem);
  }
}

.popup-newsletter-v4-right {
  position: relative;
  text-align: center;
  padding: 4.5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

.popup-newsletter-v4__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v4__img img {
  width: 100%;
  max-height: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v4__img .xo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-newsletter-v4__img .xo-image img {
  width: 100%;
  max-height: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

xo-tooltip-content {
  z-index: 1000000000000000;
}

.popup-newsletter-v5__wrap {
  display: flex;
  flex-direction: column;
  background-color: #f5f1eb;
  margin: auto;
  border-radius: var(--modal-corner-radius);
  overflow: hidden;
  max-height: 90dvh;
}

.popup-newsletter-v5__box1,
.popup-newsletter-v5__box2 {
  flex: 1;
  overflow: hidden;
}

.popup-newsletter-v5__img {
  max-height: 28rem;
}
.popup-newsletter-v5__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-newsletter-v5__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
.popup-newsletter-v5__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid transparent;
  background-color: transparent;
}
.popup-newsletter-v5__close .xo-modal-content-style1__close:hover {
  border-color: #000;
  background-color: rgba(var(--color-foreground)) !important;
}
.popup-newsletter-v5__close svg {
  width: 1.2rem;
}

.popup-newsletter-v5__sub {
  color: #ff7143;
  font-weight: 600;
  grid-area: auto;
  line-height: calc(1 + 0.19 / var(--font-heading-scale));
  margin: 0 0 0.8rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  font-size: calc(var(--font-body-scale) * 2rem);
}
@media (min-width: 768px) {
  .popup-newsletter-v5__sub {
    font-size: calc(var(--font-body-scale) * 2.5rem);
  }
}
@media (min-width: 1200px) {
  .popup-newsletter-v5__sub {
    font-size: calc(var(--font-body-scale) * 3rem);
  }
}

.popup-newsletter-v5__desc {
  color: #36382d;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  grid-area: auto;
  line-height: calc(1 + 0.66 / var(--font-heading-scale));
  text-align: center;
  padding-bottom: 1.8rem;
}
@media (min-width: 576px) {
  .popup-newsletter-v5__desc {
    padding-bottom: 3.8rem;
  }
}
@media (min-width: 768px) {
  .popup-newsletter-v5__desc {
    padding-bottom: 4.8rem;
  }
}

.popup-newsletter-v5__box2 {
  text-align: center;
  padding: 2.4rem 4.8rem 4.8rem;
}

.popup-newsletter-v5__signup {
  display: block;
  margin-bottom: 3rem;
}

.popup-newsletter-v5__form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--inputs-radius);
}
.popup-newsletter-v5__form button {
  border-radius: var(--buttons-radius);
}
@media (max-width: 767px) {
  .popup-newsletter-v5__form button {
    width: 10rem;
    margin: auto;
    max-height: 4rem;
  }
}
@media (max-width: 767px) {
  .popup-newsletter-v5__form {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 45rem;
  }
  .popup-newsletter-v5__form .popup-newsletter-v5__input {
    height: 5rem;
  }
  .popup-newsletter-v5__form .popup-newsletter-v5__form {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
  .popup-newsletter-v5__form .xo-btn__text[data-text] {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
  width: 100%;
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.popup-newsletter-v6 {
  position: relative;
  display: flex;
  background: #fff;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  max-height: 60rem;
  border-radius: var(--modal-corner-radius);
}

.popup-newsletter-v6__overlay {
  max-height: 50rem;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-newsletter-v6__overlay .xo-image {
  height: 100%;
}
.popup-newsletter-v6__overlay img {
  height: 100%;
}

.popup-newsletter-v6__close {
  z-index: 3;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.popup-newsletter-v6__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  border-color: transparent;
}

.popup-newsletter-v6__container {
  width: 100%;
  height: 100%;
  padding: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup-newsletter-v6__align {
  max-width: 100%;
  width: 100%;
}

.popup-newsletter-v6__heading {
  color: #030303;
  font-weight: 600;
  line-height: calc(1 + 0.5 / var(--font-heading-scale));
  margin: 0px 0px 1.6rem;
  text-align: center;
  text-transform: capitalize;
  font-size: calc(var(--font-body-scale) * 2.3rem);
}
@media (min-width: 576px) {
  .popup-newsletter-v6__heading {
    font-size: calc(var(--font-body-scale) * 2.8rem);
  }
}

.popup-newsletter-v6__sub {
  color: #666666;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  grid-area: auto;
  line-height: calc(1 + 1.14 / var(--font-heading-scale));
  text-align: center;
  padding-bottom: 1.8rem;
}
@media (min-width: 576px) {
  .popup-newsletter-v6__sub {
    padding-bottom: 4.8rem;
  }
}

.popup-newsletter-v6__signup {
  display: block;
  max-width: 100%;
}

.popup-newsletter-v6__form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 3rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--inputs-radius);
}
.popup-newsletter-v6__form button {
  border-radius: var(--buttons-radius);
}
@media (max-width: 575px) {
  .popup-newsletter-v6__form button {
    width: 10rem;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .popup-newsletter-v6__form {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 45rem;
  }
  .popup-newsletter-v6__form .popup-newsletter-v6__input {
    height: 5rem;
  }
  .popup-newsletter-v6__form .popup-newsletter-v6__form {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
  .popup-newsletter-v6__form .xo-btn__text[data-text] {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
  width: 100%;
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.popup-promotion-v1 {
  position: relative;
  background: rgba(var(--color-background));
  line-height: 1.5;
  max-height: 60rem;
  overflow: hidden;
  border-radius: var(--modal-corner-radius);
  color: #fff;
  overflow: hidden;
}
.popup-promotion-v1 a {
  color: #000;
}
@media (max-width: 767px) {
  .popup-promotion-v1 {
    overflow-y: auto;
  }
}

.popup-promotion-v1__left {
  color: #000;
  padding: 1.5rem 2rem;
  border-right: 0.1rem solid rgb(235, 235, 235);
}

.popup-promotion-v1__recommend {
  font-size: calc(var(--font-body-scale) * 2.2rem);
  font-weight: 500;
  word-break: break-word;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgb(235, 235, 235);
}

.popup-promotion-v1-box {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.popup-promotion-v1-box .popup-promotion-v1-box__img {
  border-radius: var(--text-boxes-radius);
  width: 10rem;
  overflow: hidden;
  transition: all 0.5s ease;
}

.popup-promotion-v1-box__product {
  flex: 1;
}

.popup-promotion-v1-box-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 1.3rem;
}
.popup-promotion-v1-box-text .xo-field-radio__label span {
  font-size: calc(var(--font-body-scale) * 1.5rem);
}
.popup-promotion-v1-box-text .xo-price__item {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: 500;
}

.popup-promotion-v1-box-text__name {
  transition: all 0.25s ease;
  line-height: 1.2;
  vertical-align: top;
  font-weight: 400;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.09rem);
}

.popup-promotion-v1__grid {
  min-height: 50rem;
}

.popup-promotion-v1__right {
  overflow: hidden;
  position: relative;
  max-height: 52.4rem;
}

.popup-promotion-v1__close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
}
.popup-promotion-v1__close .xo-modal-content-style1__close {
  width: 3.5rem;
  height: 3.5rem;
  background: transparent;
  border: 0.1rem solid transparent;
}
.popup-promotion-v1__close .xo-modal-content-style1__close:hover {
  border-color: #fff;
  background: #fff;
}
.popup-promotion-v1__close .xo-modal-content-style1__close:hover svg {
  fill: #000;
}
.popup-promotion-v1__close svg {
  width: 1.2rem;
}
@media (max-width: 767px) {
  .popup-promotion-v1__close {
    display: none;
  }
}

.popup-promotion-v1__background {
  height: 100%;
  width: 100%;
}
.popup-promotion-v1__background img {
  height: 100%;
}
.popup-promotion-v1__background .xo-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-promotion-v1__content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: min(5vw, 5rem);
  justify-content: center;
  align-items: center;
}

.popup-promotion-v1__heading {
  font-weight: 400;
  font-size: calc(var(--font-body-scale) * 2.8rem);
  padding-bottom: 3rem;
}

.popup-promotion-v1__sub_heading {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  padding-bottom: 2.6rem;
}

.popup-promotion-v1_desc {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  padding-bottom: 2rem;
}

.popup-promotion-v1__copy .xo-share-style2__social-title,
.popup-promotion-v1__copy .xo-share-style2__title,
.popup-promotion-v1__copy .xo-share-style2__social {
  display: none;
}
.popup-promotion-v1__copy .xo-share-style2__input {
  max-width: 14rem;
  background: #fff;
  border-radius: var(--inputs-radius);
  outline: none;
  border: none;
  font-weight: 500;
}

.popup-promotion-v1__variants .xo-field-color__item {
  width: 2.1rem;
  height: 2.1rem;
}

.xo-predictive-search__icon {
  all: unset;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.xo-predictive-search__icon svg {
  transition: 0.3s;
}

.xo-predictive-search__icon:hover svg {
  color: rgba(var(--color-foreground), 0.5);
}

.xo-predictive-search {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.xo-predictive-search .xo-field-input {
  font-size: 1.8rem;
  font-family: var(--font-heading-family);
  margin-bottom: unset;
}
.xo-predictive-search .xo-field-input .xo-field-input__placeholder {
  display: none;
}
.xo-predictive-search .xo-field-input__input {
  padding: 0.6rem 1.2rem;
  line-height: calc(1 + 1 / var(--font-heading-scale));
}
.xo-predictive-search .xo-field-input__input:not(:-moz-placeholder-shown) + .xo-field-input__placeholder {
  transform: translateY(-4rem) scale(0.7);
}
.xo-predictive-search .xo-field-input__input:focus + .xo-field-input__placeholder, .xo-predictive-search .xo-field-input__input:not(:placeholder-shown) + .xo-field-input__placeholder {
  transform: translateY(-4rem) scale(0.7);
}

.xo-predictive-search__input {
  position: relative;
}

.xo-predictive-search__clear {
  position: absolute;
  bottom: 1rem;
  cursor: pointer;
  display: none;
}
[dir=ltr] .xo-predictive-search__clear {
  right: 1rem;
}
[dir=rtl] .xo-predictive-search__clear {
  left: 1rem;
}
.xo-predictive-search__clear:hover {
  opacity: 0.5;
}

.predictive-search__clear-button--visible {
  display: block;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.xo-predictive-search__result {
  position: absolute;
  top: 100%;
  z-index: 99999;
  border: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
  background-color: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateY(2rem);
  transition: 0.3s;
}
[dir=ltr] .xo-predictive-search__result {
  left: 0;
}
[dir=rtl] .xo-predictive-search__result {
  right: 0;
}
.xo-predictive-search__result.predictive-search-wrapper--visible:not(:empty) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.xo-predictive-search__inner {
  padding: 1.5rem 0;
}

.xo-predictive-search__item-list {
  padding-top: 1rem;
  border-top: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
}

.xo-predictive-search__item-list--article {
  padding-bottom: 3rem;
}

.xo-predictive-search__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  transition: 0.3s;
  color: rgb(var(--color-foreground));
}
.xo-predictive-search__item:hover {
  background-color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.05 * 100%), transparent);
}

.xo-predictive-search__item-image {
  aspect-ratio: 1/1;
}

.xo-predictive-search__box {
  align-items: center;
}

@media (min-width: 0px) {
  .xo-predictive-search__right {
    display: none;
  }
}
@media (min-width: 992px) {
  .xo-predictive-search__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.xo-predictive-search__search-item {
  font-size: 2.5rem;
  padding: 0rem 1rem;
  position: relative;
  cursor: pointer;
  display: flex;
}
.xo-predictive-search__search-item svg path {
  fill: rgb(var(--color-foreground));
}

.xo-predictive-search__search-item-number {
  position: absolute;
  top: 1.4rem;
  left: 2.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: rgb(var(--color-accent));
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 0px) {
  .xo-predictive-search__search-item--heart {
    display: none;
  }
}
@media (min-width: 768px) {
  .xo-predictive-search__search-item--heart {
    display: flex;
  }
}

.xo-predictive-search__right-item {
  display: flex;
}

.xo-predictive-search__center {
  position: relative;
}

.xo-predictive-search__product-title {
  text-align: center;
}

.xo-predictive-search__product-vendor {
  text-align: center;
  color: rgba(var(--color-foreground), 0.5);
}

.xo-predictive-search__product-price {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.xo-predictive-search__article-title {
  text-align: center;
}

@media (min-width: 0px) {
  .xo-predictive-search__left {
    display: none;
  }
}
@media (min-width: 992px) {
  .xo-predictive-search__left {
    display: block;
  }
}

.xo-price {
  position: relative;
  display: flex;
  align-items: center;
}

.xo-price--larger .xo-price__item {
  font-size: 2.5rem;
}
.xo-price--larger .xo-price__sale {
  gap: 0.8rem;
}
.xo-price--larger .xo-price__item--del {
  font-size: 1.4rem;
}

.xo-price--small .xo-price__item {
  font-size: 1.4rem;
}
.xo-price--small .xo-price__item--del {
  font-size: 1.2rem;
}

.xo-price--small1 .xo-price__item {
  font-size: 1.5rem;
}
.xo-price--small1 .xo-price__item--del {
  font-size: 1.5rem;
}

.xo-price__item {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  font-weight: 400;
  color: rgba(var(--color-foreground));
}

.xo-price__item--accent {
  color: rgba(var(--color-accent));
}

.xo-price__sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

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

@media (max-width: 767px) {
  .xo-price__sale--column {
    flex-direction: column;
  }
}

.xo-price__item--del {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: line-through;
}

.xo-unit-price--hidden {
  display: none;
}

[dir=ltr] .xo-product-card:hover .xo-product-card__actions--style1 {
  transform: translateX(0) translateY(-50%);
}
[dir=rtl] .xo-product-card:hover .xo-product-card__actions--style1 {
  transform: translateX(0) translateY(-50%);
}

.xo-product-card__actions--style1 {
  top: 50%;
  flex-direction: column;
  gap: 1.3rem;
}
[dir=ltr] .xo-product-card__actions--style1 {
  right: 1rem;
  transform: translateX(1.5rem) translateY(-50%);
}
[dir=rtl] .xo-product-card__actions--style1 {
  left: 1rem;
  transform: translateX(-1.5rem) translateY(-50%);
}

.xo-product-card__variants--style1 {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0.5rem;
}

.xo-product-card-style10 {
  background-color: rgb(var(--color-background));
  box-shadow: var(--product-card-shadow-horizontal-offset) var(--product-card-shadow-vertical-offset) var(--product-card-shadow-blur-radius) rgba(var(--color-shadow), var(--product-card-shadow-opacity));
  overflow: hidden;
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.xo-product-card-style10 .placeholder-svg {
  width: 100%;
  height: auto;
}

.xo-product-card-style10__header {
  position: relative;
  overflow: hidden;
}

.xo-product-card-style10__header:hover .xo-product-card-style10__variants {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.xo-product-card-style10__variants {
  position: absolute;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) translateY(1.5rem);
}

.xo-product-card-style10__title {
  margin-bottom: 0.6rem;
}
.xo-product-card-style10__title a {
  transition: 0.3s;
  font-size: calc(var(--font-body-scale) * 2.2rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
}
.xo-product-card-style10__title a:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.xo-product-card-style10__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1rem;
}

.xo-product-card-style10__description {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .xo-product-card-style10__description {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1400px) {
  .xo-product-card-style10__description {
    -webkit-line-clamp: 5;
  }
}

.xo-product-card-style10__description--fullwidth {
  -webkit-line-clamp: 5;
}
@media (min-width: 1400px) {
  .xo-product-card-style10__description--fullwidth {
    -webkit-line-clamp: 10;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .xo-product-card:hover .xo-product-card__actions--style2 {
    transform: translateX(0) translateY(-50%);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__actions--style2 {
    transform: translateX(0) translateY(-50%);
  }
  [dir=ltr] .xo-product-card:hover .xo-product-card__variants--style2 {
    transform: translate(0, -50%);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__variants--style2 {
    transform: translate(0, -50%);
  }
}

.xo-product-card__actions--style2 {
  top: 50%;
  flex-direction: column;
  gap: 1.3rem;
}
[dir=ltr] .xo-product-card__actions--style2 {
  left: 1.8rem;
  transform: translateX(-1.5rem) translateY(-50%);
}
[dir=rtl] .xo-product-card__actions--style2 {
  right: 1.8rem;
  transform: translateX(1.5rem) translateY(-50%);
}

.xo-product-card__information--style2 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .xo-product-card__information--style2 {
    position: static;
  }
}

.xo-product-card__variants--style2 {
  top: 50%;
}
[dir=ltr] .xo-product-card__variants--style2 {
  right: 1.8rem;
  transform: translate(1.5rem, -50%);
}
[dir=rtl] .xo-product-card__variants--style2 {
  left: 1.8rem;
  transform: translate(-1.5rem, -50%);
}

@media (min-width: 768px) {
  [dir=ltr] .xo-product-card:hover .xo-product-card__actions--style3 {
    transform: translateX(0) translateY(-50%);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__actions--style3 {
    transform: translateX(0) translateY(-50%);
  }
  .xo-product-card:hover .xo-product-card__information--style3 {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  [dir=ltr] .xo-product-card:hover .xo-product-card__variants--style3 {
    transform: translateY(-50%);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__variants--style3 {
    transform: translateY(-50%);
  }
}

.xo-product-card__actions--style3 {
  top: 50%;
  flex-direction: column;
  gap: 0;
  padding: 0 1.2rem;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
[dir=ltr] .xo-product-card__actions--style3 {
  right: 1.8rem;
  transform: translateX(0) translateY(-40%);
}
[dir=rtl] .xo-product-card__actions--style3 {
  left: 1.8rem;
  transform: translateX(0) translateY(-40%);
}

.xo-product-card__icon--style3 {
  width: 2rem;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid rgb(var(--color-foreground), 0.4);
}

.xo-product-card__icon--style3:last-child {
  border: none;
}

.xo-product-card__information--style3 {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(1.5rem);
}
@media (max-width: 767px) {
  .xo-product-card__information--style3 {
    position: static;
    transform: unset;
    opacity: 1;
  }
}

.xo-product-card__variants--style3 {
  top: 50%;
}
[dir=ltr] .xo-product-card__variants--style3 {
  left: 1.8rem;
  transform: translateY(calc(-50% + 1.5rem));
}
[dir=rtl] .xo-product-card__variants--style3 {
  right: 1.8rem;
  transform: translateY(calc(50% - 1.5rem));
}

@media (min-width: 768px) {
  [dir=ltr] .xo-product-card:hover .xo-product-card__actions--style4 {
    transform: translateX(0) translateY(-50%);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__actions--style4 {
    transform: translateX(0) translateY(-50%);
  }
  .xo-product-card:hover .xo-product-card__information--style4 {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  [dir=ltr] .xo-product-card:hover .xo-product-card__variants--style4 {
    transform: translate(0, -50%);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__variants--style4 {
    transform: translate(0, -50%);
  }
}

.xo-product-card__actions--style4 {
  top: 50%;
  flex-direction: column;
  gap: 1.3rem;
}
[dir=ltr] .xo-product-card__actions--style4 {
  left: 1.8rem;
  transform: translateX(-1.5rem) translateY(-50%);
}
[dir=rtl] .xo-product-card__actions--style4 {
  right: 1.8rem;
  transform: translateX(1.5rem) translateY(-50%);
}

.xo-product-card__information--style4 {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(1.5rem);
}

.xo-product-card__variants--style4 {
  top: 50%;
}
[dir=ltr] .xo-product-card__variants--style4 {
  right: 1.8rem;
  transform: translate(1.5rem, -50%);
}
[dir=rtl] .xo-product-card__variants--style4 {
  left: 1.8rem;
  transform: translate(-1.5rem, -50%);
}

.xo-product-card:hover .xo-product-card__add-style5 {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.xo-product-card:hover .xo-product-card__actions--style5 {
  transform: translateX(-50%) translateY(0);
}
.xo-product-card:hover .xo-product-card__variants--style5 {
  transform: translate(0, -50%);
}
.xo-product-card:hover .xo-product-card__price--style5 {
  visibility: hidden;
}

.xo-product-card__actions--style5 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(1.5rem);
  background-color: #fff;
  width: 100%;
  padding: 1rem 0;
}

.xo-product-card__icon--style5 {
  width: 50%;
  height: 2.5rem;
  border-right: 0.1rem solid rgb(var(--color-foreground), 0.4);
}

.xo-product-card__icon--style5:first-child {
  padding-top: 0.6rem;
}

.xo-product-card__icon--style5:last-child {
  border: none;
}

.xo-product-card__add-style5 {
  width: 100%;
  display: flex;
  justify-content: var(--justify_button);
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%) translateY(1.5rem);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 0 2rem;
}

.xo-product-card__variants--style5 {
  right: 10%;
  top: 50%;
  transform: translate(1.5rem, -50%);
}

@media (min-width: 768px) {
  .xo-product-card:hover .xo-product-card__actions--style6 {
    transform: translateX(-50%) translateY(-50%);
  }
  .xo-product-card:hover .xo-product-card__header--style6:after {
    opacity: 1;
  }
  .xo-product-card:hover .xo-product-card__variants--style6 {
    transition-delay: 0.5s;
    transform: translateX(-50%) translateY(0);
  }
}

.xo-product-card__header--style6:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(35, 37, 41, 0.6);
  z-index: 10;
}

.xo-product-card__actions--style6 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(1.5rem);
  gap: 1.5rem;
}

.xo-product-card__variants--style6 {
  left: 50%;
  top: 65%;
  transform: translateX(-50%) translateY(3rem);
}

@media (min-width: 768px) {
  [dir=ltr] .xo-product-card:hover .xo-product-card__icon--style7 {
    transform: translateX(0);
  }
  [dir=rtl] .xo-product-card:hover .xo-product-card__icon--style7 {
    transform: translateX(0);
  }
}
[dir=ltr] .xo-product-card:hover .xo-product-card__variants--style7 {
  transform: translate(0, -50%);
}
[dir=rtl] .xo-product-card:hover .xo-product-card__variants--style7 {
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .xo-product-card--style7:hover {
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
  }
}

.xo-product-card__actions--style7 {
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 1.3rem;
}
[dir=ltr] .xo-product-card__actions--style7 {
  left: 1.8rem;
}
[dir=rtl] .xo-product-card__actions--style7 {
  right: 1.8rem;
}

.xo-product-card__icon--style7 {
  transition: 0.3s;
}
[dir=ltr] .xo-product-card__icon--style7 {
  transform: translateX(-1.5rem);
}
[dir=rtl] .xo-product-card__icon--style7 {
  transform: translateX(1.5rem);
}

.xo-product-card__icon--style7:nth-child(1) {
  transition-delay: 0.1s;
}

.xo-product-card__icon--style7:nth-child(2) {
  transition-delay: 0.05s;
}

.xo-product-card__variants--style7 {
  top: 50%;
}
[dir=ltr] .xo-product-card__variants--style7 {
  right: 1.8rem;
  transform: translate(1.5rem, -50%);
}
[dir=rtl] .xo-product-card__variants--style7 {
  left: 1.8rem;
  transform: translate(-1.5rem, -50%);
}

@media (min-width: 768px) {
  .xo-product-card:hover .xo-product-card__collapse {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .xo-product-card:hover .xo-product-card__variants--style8 {
    transition-delay: 0.5s;
    transform: translateX(-50%) translateY(0);
  }
}

.xo-product-card__description--style8 {
  margin: 1.2rem 0;
  padding: 0 2.5rem;
  border-top: 0.1rem solid rgb(var(--color-foreground), 0.1);
}

@media (min-width: 768px) {
  .xo-product-card--style8:hover {
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
    z-index: 999;
    overflow: visible;
  }
}

.xo-product-card__actions--style8 {
  position: static;
  padding: 1.2rem 2.5rem;
  border-top: 0.1rem solid rgb(var(--color-foreground), 0.1);
  justify-content: space-between !important;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
}
.xo-product-card__actions--style8 xo-product-quick-view-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
}

.xo-product-card__collapse {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-3rem);
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
}

.xo-product-card__variants--style8 {
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) translateY(1.5rem);
}

@media (min-width: 768px) {
  .xo-product-card:hover .xo-product-card__actions--style9 {
    transform: translateX(-50%) translateY(0);
  }
  .xo-product-card:hover .xo-product-card__variants--style9 {
    transition-delay: 0.5s;
    transform: translateX(-50%) translateY(0);
  }
}

.xo-product-card__actions--style9 {
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%) translateY(1.5rem);
  gap: 1.5rem;
}

.xo-product-card__variants--style9 {
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) translateY(1.5rem);
}

.xo-product-card {
  background-color: rgb(var(--color-background));
  border: var(--product-card-border-width) solid rgba(var(--color-border), var(--product-card-border-opacity));
  border-radius: var(--product-card-corner-radius);
  box-shadow: var(--product-card-shadow-horizontal-offset) var(--product-card-shadow-vertical-offset) var(--product-card-shadow-blur-radius) rgba(var(--color-shadow), var(--product-card-shadow-opacity));
  overflow: hidden;
  position: relative;
}
.xo-product-card .placeholder-svg {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .xo-product-card:hover .xo-product-card__actions {
    opacity: 1;
    pointer-events: auto;
  }
  .xo-product-card:hover .xo-product-card__variants {
    opacity: 1;
    visibility: visible;
  }
}

.xo-product-card__header {
  position: relative;
  overflow: hidden;
  padding: var(--product-card-image-padding);
  transform: translateZ(0);
}

.xo-product-card__badge {
  position: absolute;
  top: 1rem;
  z-index: 10;
  pointer-events: none;
  width: 11rem;
  height: 2.8rem;
  transform: rotate(45deg);
}
[dir=ltr] .xo-product-card__badge {
  right: -3rem;
}
[dir=rtl] .xo-product-card__badge {
  left: -3rem;
}

.xo-product-card__actions {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  will-change: transform, opacity;
}
.xo-product-card__actions .xo-product-card__quick-view-btn {
  padding: 0;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
}

.xo-product-card__variants {
  position: absolute;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.xo-product-card__variant-dot:hover {
  transform: scale(1.1);
}

.xo-product-card__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xo-product-card__information {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: var(--product-card-text-alignment);
  width: 100%;
  z-index: 10;
  transition: 0.5s;
}

.xo-product-card__title {
  display: block;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground));
  letter-spacing: 0.02em;
  padding-top: 1rem;
  margin-bottom: 0.3rem;
}
.xo-product-card__title a {
  transition: 0.3s;
  color: inherit;
  text-transform: capitalize;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
}
.xo-product-card__title a:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.xo-product-card__vendor {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.3rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgb(var(--color-foreground), 0.7);
  padding-top: 1rem;
}

.xo-product-card__description {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.xo-product-card__price {
  display: inline-block;
  padding-bottom: 0.5rem;
}

.xo-product-card__price-inner {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  font-weight: 500;
}

.xo-product-image {
  position: relative;
}
.xo-product-image:hover .xo-product-image__secondary {
  opacity: 1;
  visibility: visible;
}

.xo-product-image__secondary {
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background-color: #fff;
}

.xo-product-variant, .xo-product-variant__inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.xo-product-variant__inner--style7,
.xo-product-variant__inner--style5,
.xo-product-variant__inner--style4,
.xo-product-variant__inner--style3,
.xo-product-variant__inner--style2 {
  flex-direction: column;
}

.xo-product-variant__inner--style1 {
  justify-content: var(--justify_variant);
  width: 100%;
}

.xo-quantity-style2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  border-radius: 0.8rem;
  background-color: rgba(var(--color-background));
  width: var(--width);
  height: var(--height);
  padding: 0 1.2rem;
}
.xo-quantity-style2 svg {
  color: rgba(var(--color-foreground));
}

.xo-quantity-style2__number {
  width: 70%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.xo-quantity-style2__button {
  transition: 0.4s all ease-in-out;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.xo-quantity-style2__button svg {
  line-height: 0;
  color: rgba(var(--color-foreground), 0.75);
}

.xo-quantity-style2__button:hover svg {
  color: rgba(var(--color-foreground));
}

.scroll-top {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  z-index: 998;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5rem);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  overflow: hidden;
}
.scroll-top svg {
  color: rgba(var(--color-background));
}
@media (min-width: 768px) {
  .scroll-top {
    bottom: 9rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
  }
}

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

.scroll-top__icon-before {
  transition: 0.3s;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-top__icon-after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 5rem);
  transition: 0.3s;
  line-height: 0;
}

.scroll-top:hover .scroll-top__icon-before {
  transform: translate(-50%, -5rem);
}
.scroll-top:hover .scroll-top__icon-after {
  transform: translate(-50%, -50%);
}

.xo-section {
  --pt: 50;
  --pb: 50;
  position: relative;
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-color, rgb(var(--color-background)));
  background-image: var(--bg-gradient);
  padding-top: var(--pt-mobile, calc(var(--pt) * 0.75 * 1px));
  padding-bottom: var(--pb-mobile, calc(var(--pb) * 0.75 * 1px));
}
@media (min-width: 768px) {
  .xo-section {
    padding-top: calc(var(--pt) * 1px);
    padding-bottom: calc(var(--pb) * 1px);
  }
}
.xo-section:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--bg-overlay);
}

.xo-section-bg-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.xo-section-bg-image__item {
  position: absolute;
  inset: 0;
}
@supports (-webkit-touch-callout: none) {
  .xo-section-bg-image__item {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}

.xo-section-bg-image__url {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: var(--img-mobile, var(--img-desktop));
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .xo-section-bg-image__url {
    background-image: var(--img-desktop);
  }
}

.xo-section-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.xo-section-heading--center {
  justify-content: center;
  text-align: center;
}

.xo-section-heading--right {
  justify-content: flex-end;
  text-align: right;
}

.xo-section-heading__title {
  margin: 0;
  font-size: clamp(2rem, calc(1.75vw + 1.3rem), 3.4rem);
}

@media (max-width: 1399px) {
  .xo-container--box {
    width: 100%;
  }
}

.xo-container--wide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .xo-container--wide {
    max-width: unset;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.xo-container--fullwidth {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.xo-share-style2__title {
  font-size: calc(var(--font-body-scale) * 1.8rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
  padding-bottom: 0.7rem;
}

.xo-share-style2__copy {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.xo-share-style2__copy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  border: solid 0.1rem rgba(var(--color-foreground), 0.15);
  background-color: rgba(var(--color-background));
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.3s;
}
.xo-share-style2__copy-button svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.xo-share-style2__copy-button:hover {
  background-color: rgba(var(--color-foreground));
}
.xo-share-style2__copy-button:hover svg {
  color: rgba(var(--color-background));
}

.xo-share-style2__social-title {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: 500;
  padding-bottom: 0.7rem;
  color: rgba(var(--color-foreground));
}

.xo-share-style2__social {
  display: flex;
  gap: 0.5rem;
}

.xo-share-style2__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  background-color: rgba(var(--color-background));
  color: rgba(var(--color-foreground));
  cursor: pointer;
  transition: 0.3s;
}
.xo-share-style2__link svg {
  color: rgba(var(--color-foreground));
}

.xo-share-style2__link:hover {
  background-color: rgba(var(--color-foreground));
}
.xo-share-style2__link:hover svg {
  color: rgba(var(--color-background));
}

.xo-share-style2__label {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-share-style2__input {
  padding: 1.5rem 2rem;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}

.xo-share {
  display: flex;
  gap: 1rem;
}

.xo-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: var(--buttons-radius);
  cursor: pointer;
  transition: 0.3s;
}
.xo-share__link svg {
  color: rgba(var(--color-foreground));
  transition: 0.3s;
}

.xo-share__link:hover {
  background-color: rgba(var(--color-foreground));
}
.xo-share__link:hover svg {
  color: rgba(var(--color-background));
}

.xo-socials {
  display: flex;
  gap: 1rem;
}

.xo-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-border), 0.2);
  background-color: rgba(var(--color-background));
  color: rgba(var(--color-foreground));
  transition: 0.3s;
}
@media (min-width: 576px) {
  .xo-socials__link {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.xo-socials__link:hover {
  color: rgba(var(--color-background));
  background-color: rgba(var(--color-foreground));
}

.xo-space--vertical {
  height: var(--space, 0);
}

.xo-space--horizontal {
  width: var(--space, 0);
}

.xo-toast {
  font-size: 1.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #000;
}
[dir=ltr] .xo-toast {
  padding-right: 0.5rem;
  padding-left: 1rem;
}
[dir=rtl] .xo-toast {
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.xo-toast__close {
  color: #fff;
  opacity: 0.8;
}

.xo-toast__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.xo-toast__message {
  color: #fff;
}

.xo-toast--success {
  background-color: #3f8843;
}

.xo-toast--warning {
  background-color: #fba11a;
}

.xo-toast--error {
  background-color: #ce2c2c;
}

.xo-video {
  position: relative;
  display: block;
}

.xo-video__poster {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xo-video__poster .xo-image {
  width: 100%;
  height: 100%;
}

.xo-video .xo-media iframe {
  width: 100%;
  height: 100%;
}
.xo-video .xo-media video {
  width: 100%;
  height: 100%;
}

.xo-container--box:has(.footer-v12__content-top) {
  border-top: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
}

.footer-v12__content-top {
  border-top: 0.1rem solid rgb(var(--color-foreground), 0.15);
  border-bottom: 0.1rem solid rgb(var(--color-foreground), 0.15);
}
@media (max-width: 991px) {
  .footer-v12__content-top {
    border-top: unset;
  }
}

@media (max-width: 1199px) {
  .footer-v12__content-top .footer-v12__grid:first-child .footer-v12__block-text {
    text-align: center;
    width: 100%;
  }
  .footer-v12__content-top .footer-v12__grid:first-child .footer-v12__social {
    justify-content: center;
  }
  .footer-v12__content-top .footer-v12__grid:first-child .footer-v12__block-logo-phone {
    display: inline-flex;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-v12__content-top .footer-v12__grid .footer-v12__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 2rem 0;
  }
  .footer-v12__content-top .footer-v12__grid .footer-v12__block .footer-v12__block-heading::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer-v12__block-heading {
  font-size: calc(var(--font-body-scale) * 1.8rem);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  position: relative;
}
.footer-v12__block-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 3.5rem;
  background-color: rgba(var(--color-foreground), 0.15);
}
@media (min-width: 992px) {
  .footer-v12__block-heading {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}

.footer-v12__block-list {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.footer-v12__block-list a {
  color: rgb(var(--color-foreground));
  transition: 0.3s;
}

.footer-v12__block-list-item {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 1.28 / var(--font-body-scale));
  transition: all 0.5s;
  font-weight: 500;
}
.footer-v12__block-list-item:hover a {
  color: rgb(var(--color-foreground));
  padding-left: 1rem;
}
.footer-v12__block-list-item a {
  transition: all 0.3s ease;
  color: rgba(var(--color-foreground), 0.5);
}

.footer-v12__field-input {
  display: flex;
  align-items: center;
  background-color: rgb(var(--color-foreground), 0.05);
  max-width: 25rem;
  border-radius: var(--inputs-radius);
}
.footer-v12__field-input .xo-field-input {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0.6rem 0;
}
.footer-v12__field-input .xo-field-input__input {
  padding: 0;
  border: 0;
  border-radius: unset;
}

.footer-v12__field-button {
  padding: unset;
  line-height: calc(1 + 1.25 / var(--font-heading-scale));
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  border: none;
}

.footer-v12__content-bottom {
  padding: 2.6rem 0;
}

.footer-v12__copyright {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.57 / var(--font-body-scale));
}
@media (max-width: 767px) {
  .footer-v12__copyright {
    text-align: center;
  }
}

.footer-v12__social-link svg {
  width: 1.6rem;
  height: auto;
}
.footer-v12__social-link svg path {
  transition: fill 0.3s;
  fill: rgba(var(--color-foreground));
}

.footer-v12__social-link:hover svg path {
  fill: rgba(var(--color-foreground), 0.5);
}

.footer-v12__social {
  list-style: none;
  margin-top: 3rem;
  max-height: 2.4rem;
  margin-bottom: unset;
  display: flex;
  gap: 2rem;
}
[dir=ltr] .footer-v12__social {
  padding-inline-start: 0;
}
[dir=rtl] .footer-v12__social {
  padding-inline-start: 0;
}
.footer-v12__social li {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
}

.footer-v12__social-link {
  color: rgb(var(--color-foreground));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: calc(1 + 1.7 / var(--font-heading-scale));
  position: relative;
  text-align: center;
  transition: all 0.3s;
}

.footer-v12__button-email {
  height: 100%;
  padding: 0.3rem 2rem;
  color: #fff;
  background: #111;
  border-radius: 0;
  overflow: hidden;
  transition: 0.3s;
  width: auto;
  position: relative;
  border-radius: 0 var(--inputs-radius) var(--inputs-radius) 0;
}
.footer-v12__button-email svg {
  vertical-align: middle;
  padding-bottom: 0.4rem;
}

.footer-v12__field-input .xo-field-input {
  margin: 0 1.2rem;
}

.footer-v12__field-input .xo-field-input__placeholder {
  display: none;
}

.footer-v12__block-text {
  margin-bottom: 2rem;
  margin-top: 2.3rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.5 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.5);
  width: 70%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-v12__copyright-payment {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer-v12__copyright-payment {
    text-align: center;
  }
}

.footer-v12__copyright-payment img {
  width: revert-layer;
}

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

.footer-v12__copyright-payment .xo-image {
  max-height: 2.5rem;
}
@media (min-width: 992px) {
  .footer-v12__copyright-payment .xo-image {
    display: flex;
    justify-content: right;
  }
}

.footer-v12__grid {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.15);
  padding: 5rem 1.5rem 4rem 0;
}
.footer-v12__grid:nth-last-child(1) {
  border-right: unset;
}
.footer-v12__grid:nth-child(1) {
  padding-left: unset;
}
@media (max-width: 991px) {
  .footer-v12__grid:nth-child(1) {
    border-right: unset;
    border-bottom: 0.1rem solid rgb(var(--color-foreground), 0.15);
  }
}
@media (max-width: 767px) {
  .footer-v12__grid {
    border-right: unset;
    padding: unset;
  }
  .footer-v12__grid:nth-child(1) {
    padding-top: 2rem;
  }
}

@media (max-width: 991px) {
  .footer-v12__block-input {
    display: flex;
    justify-content: center;
  }
}

.footer-v12__copyright-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.footer-v12__copyright-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v12__copyright-content a {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v12__copyright-content a::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v12__copyright-content a:hover {
  color: rgb(var(--color-foreground));
}
.footer-v12__copyright-content a:hover::after {
  width: 100%;
}

.footer-v12__copyright-content--black a:hover {
  color: rgba(var(--color-foreground), 0.3);
}

.footer-v12__copyright-content .footer-v12__copyright-shopilaunch {
  color: rgba(var(--color-foreground), 0.6);
}

.footer-v12__theme-name,
.footer-v12__powered-shopify {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v12__theme-name::after,
.footer-v12__powered-shopify::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.footer-v12__theme-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v12__theme-name:hover::after {
  width: 100%;
}

.footer-v12__powered-shopify:hover {
  color: rgba(var(--color-foreground), 0.3);
}
.footer-v12__powered-shopify:hover::after {
  width: 100%;
}

.footer-v12__shop-name {
  color: rgba(var(--color-foreground), 0.6);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v12__shop-name::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v12__shop-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v12__shop-name:hover::after {
  width: 100%;
}

.footer-v12__icon-before {
  transition: 0.3s all;
}

.footer-v12__field-button:hover .footer-v12__icon-after {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.footer-v12__field-button:hover .footer-v12__icon-before {
  transform: translateY(-4rem);
}

.footer-v12__icon-after {
  transform: translate(-50%, 50%);
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 50%;
  transition: 0.3s;
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.footer-v2__top {
  padding: 5rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.footer-v2__heading {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  padding-bottom: 1.7rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  position: relative;
}
.footer-v2__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 3.5rem;
  background-color: rgba(var(--color-foreground), 0.15);
}

.footer-v2__list {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.footer-v2__list a {
  color: rgb(var(--color-foreground), 0.5);
  transition: 0.3s;
  font-weight: 500;
}

.footer-v2__list-item {
  padding: 0.4rem 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  transition: all 0.5s;
  font-weight: 400;
}
.footer-v2__list-item:hover a {
  color: rgb(var(--color-foreground));
  padding-left: 10px;
}

.footer-v2__field-input {
  display: flex;
  align-items: center;
  border-radius: var(--inputs-radius);
  overflow: hidden;
}
.footer-v2__field-input .xo-field-input {
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-right: none;
  border-top-left-radius: var(--inputs-radius);
  border-bottom-left-radius: var(--inputs-radius);
}
.footer-v2__field-input .xo-field-input__input {
  padding: 1.3rem 1.5rem;
  line-height: calc(1 + 0.5 / var(--font-heading-scale));
  border: none;
}

.footer-v2__field-button {
  padding: unset;
  line-height: calc(1 + 2.25 / var(--font-heading-scale));
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  border: none;
}

.footer-v2__social {
  display: flex;
  align-items: flex-end;
}

.footer-v2__content-bottom {
  padding: 1.5rem 0;
}

.footer-v2__payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-v2__logo-phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  gap: 2rem;
}

.footer-v2__address ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: rgb(var(--color-foreground), 0.5);
}

.footer-v2__subtext {
  font-weight: 500;
  color: rgb(var(--color-foreground), 0.5);
}

.footer-v2__address ul li {
  margin-bottom: 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

.footer-v2__phone-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: calc(1 + 0.12 / var(--font-heading-scale));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.2rem);
}

.footer-v2__phone-num {
  font-size: calc(var(--font-body-scale) * 3.4rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + -0.3 / var(--font-heading-scale));
}

.footer-v2__social-link svg path {
  transition: fill 0.1s;
  fill: rgba(var(--color-foreground));
}

.footer-v2__social-link:hover svg path {
  fill: rgba(var(--color-background));
}

.footer-v2__social {
  list-style: none;
  margin-top: 3rem;
  margin-bottom: unset;
  display: flex;
}
[dir=ltr] .footer-v2__social {
  padding-inline-start: 0;
}
[dir=rtl] .footer-v2__social {
  padding-inline-start: 0;
}
.footer-v2__social li {
  margin: 0 0.5rem;
}

.footer-v2__social-link {
  color: rgb(var(--color-foreground));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  line-height: calc(1 + 1.7 / var(--font-heading-scale));
  position: relative;
  width: 4rem;
  height: 4rem;
  text-align: center;
  transition: all 0.3s;
}
.footer-v2__social-link svg {
  width: 1.2rem;
}
.footer-v2__social-link:hover {
  background-color: rgb(var(--color-foreground));
  border: 0.1rem solid rgb(var(--color-foreground));
}

.footer-v2__input-box {
  line-height: calc(1 + 1.25 / var(--font-heading-scale));
  margin: 0 1.2rem;
}

.footer-v2__field-input .xo-field-input__placeholder {
  display: none;
}

.footer-v2__block {
  margin-top: 2rem;
}

.footer-v2__copyright-payment img {
  width: revert-layer;
}

@media (min-width: 992px) {
  .footer-v2__copyright-payment .xo-image {
    display: flex;
    justify-content: right;
  }
}

.footer-v2__copyright {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.footer-v2__copyright-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v2__copyright-content a {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v2__copyright-content a::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v2__copyright-content a:hover {
  color: rgb(var(--color-foreground));
}
.footer-v2__copyright-content a:hover::after {
  width: 100%;
}

.footer-v2__copyright-content--black a:hover {
  color: rgba(var(--color-foreground), 0.3);
}

.footer-v2__copyright-content .footer-v2__copyright-shopilaunch {
  color: rgba(var(--color-foreground), 0.6);
}

.footer-v2__theme-name,
.footer-v2__powered-shopify {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v2__theme-name::after,
.footer-v2__powered-shopify::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.footer-v2__theme-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v2__theme-name:hover::after {
  width: 100%;
}

.footer-v2__powered-shopify:hover {
  color: rgba(var(--color-foreground), 0.3);
}
.footer-v2__powered-shopify:hover::after {
  width: 100%;
}

.footer-v2__shop-name {
  color: rgba(var(--color-foreground), 0.6);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v2__shop-name::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v2__shop-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v2__shop-name:hover::after {
  width: 100%;
}

.footer-v2__field-button {
  padding: unset;
  line-height: calc(1 + 2.25 / var(--font-heading-scale));
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  border: none;
}

.footer-v2__field-button:hover .footer-v2__icon-after {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.footer-v2__field-button:hover .footer-v2__icon-before {
  transform: translateY(-4rem);
}

.footer-v2__button-email {
  height: 100%;
  padding: 0 2rem;
  color: rgb(var(--color-background));
  background: rgb(var(--color-foreground));
  border-radius: 0;
  transition: 0.3s;
  width: auto;
  position: relative;
  overflow: hidden;
}
.footer-v2__button-email svg {
  vertical-align: middle;
  padding-bottom: 0.2rem;
}
.footer-v2__button-email svg path {
  fill: rgb(var(--color-background));
}

.footer-v2__icon-before {
  transition: 0.3s all;
}

.footer-v2__field-button:hover .footer-v2__icon-after {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.footer-v2__field-button:hover .footer-v2__icon-before {
  transform: translateY(-4rem);
}

.footer-v2__icon-after {
  transform: translate(-50%, 50%);
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 50%;
  transition: 0.3s;
}

.footer-v2__field-button:hover .footer-v2__icon-after {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.footer-v2__field-button:hover .footer-v2__icon-before {
  transform: translateY(-4rem);
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.footer-v21__content-top {
  padding: 3rem 0 3rem;
  border-bottom: 0.1rem solid rgb(var(--color-foreground), 0.15);
}

.footer-v21__block-heading {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 1 / var(--font-heading-scale));
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  font-weight: 500;
  padding-bottom: 1.7rem;
  margin-bottom: 1.6rem;
  text-transform: capitalize;
  position: relative;
}
.footer-v21__block-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 3.5rem;
  background-color: rgb(var(--color-foreground), 0.15);
}

.footer-v21__block-list {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.footer-v21__block-list a {
  color: rgb(var(--color-foreground), 0.5);
  transition: 0.3s;
  font-weight: 500;
}

.footer-v21__block-list-item {
  padding: 0.4rem 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  transition: all 0.5s;
  font-weight: 400;
}
.footer-v21__block-list-item:hover a {
  color: rgb(var(--color-foreground));
  padding-left: 10px;
}

.footer-v21__content-bottom {
  padding: 2.4rem 0;
}

.footer-v21__social-link:hover svg path {
  fill: rgb(var(--color-accent));
}

.footer-v21__social-link {
  color: rgb(var(--color-foreground));
  display: inline-block;
  line-height: calc(1 + 1.7 / var(--font-heading-scale));
  position: relative;
  text-align: center;
  transition: all 0.3s;
}

.footer-v21__block-text {
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground), 0.4);
  line-height: calc(1 + 0.9 / var(--font-body-scale));
  width: 80%;
  font-weight: 400;
}

.footer-v21__block-info {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground), 0.4);
  font-weight: 400;
  line-height: calc(1 + 0.9 / var(--font-body-scale));
  margin-bottom: 0.8rem;
}
.footer-v21__block-info span {
  color: rgb(var(--color-foreground));
}

@media (min-width: 768px) {
  .footer-v21__copyright-payment {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer-v21__copyright-payment {
    text-align: center;
  }
}

.footer-v21__copyright-payment img {
  width: revert-layer;
}

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

@media (min-width: 992px) {
  .footer-v21__copyright-payment .xo-image {
    display: flex;
    justify-content: right;
  }
}

.footer-v21__social-link svg path {
  transition: fill 0.1s;
  fill: rgba(var(--color-foreground));
}

.footer-v21__social {
  list-style: none;
  margin-top: 2rem;
  margin-bottom: unset;
  display: flex;
  gap: 2rem;
}
[dir=ltr] .footer-v21__social {
  padding-inline-start: 0;
}
[dir=rtl] .footer-v21__social {
  padding-inline-start: 0;
}
.footer-v21__social li {
  margin: 0 0.5rem;
}

.footer-v21__social-link {
  color: rgb(var(--color-foreground));
  display: inline-block;
  line-height: calc(1 + 1.7 / var(--font-heading-scale));
  position: relative;
  text-align: center;
  transition: all 0.3s;
}

.footer-v21__block-instagram-image:hover {
  opacity: 0.6;
}

.footer-v21__copyright {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
@media (max-width: 767px) {
  .footer-v21__copyright {
    text-align: center;
  }
}

.footer-v21__copyright-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v21__copyright-content a {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v21__copyright-content a::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v21__copyright-content a:hover {
  color: rgb(var(--color-foreground));
}
.footer-v21__copyright-content a:hover::after {
  width: 100%;
}

.footer-v21__copyright-content--black a:hover {
  color: rgba(var(--color-foreground), 0.3);
}

.footer-v21__copyright-content .footer-v21__copyright-shopilaunch {
  color: rgba(var(--color-foreground), 0.6);
}

.footer-v21__theme-name,
.footer-v21__powered-shopify {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v21__theme-name::after,
.footer-v21__powered-shopify::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.footer-v21__theme-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v21__theme-name:hover::after {
  width: 100%;
}

.footer-v21__powered-shopify:hover {
  color: rgba(var(--color-foreground), 0.3);
}
.footer-v21__powered-shopify:hover::after {
  width: 100%;
}

.footer-v21__shop-name {
  color: rgba(var(--color-foreground), 0.6);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v21__shop-name::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v21__shop-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v21__shop-name:hover::after {
  width: 100%;
}

.footer-v24 {
  border-top: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
  border-bottom: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
}

.footer-v24__content-top {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.footer-v24-block__heading {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  padding-bottom: 1.7rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: calc(var(--font-heading-scale) * 0.32rem);
  position: relative;
}
.footer-v24-block__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 3.5rem;
  background-color: rgb(var(--color-accent));
}

.footer-v24-block__list {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.footer-v24-block__list a {
  color: rgb(var(--color-foreground), 0.75);
  transition: 0.3s;
}

.footer-v24-block__list-item {
  padding: 0.4rem 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  transition: all 0.5s;
  font-weight: 400;
}
.footer-v24-block__list-item:hover a {
  color: rgb(var(--color-accent));
}

.footer-v24__field-input {
  display: flex;
  align-items: center;
  background-color: rgb(var(--color-foreground), 0.05);
}
.footer-v24__field-input .xo-field-input {
  border-bottom: 0;
  margin-bottom: 0;
}
.footer-v24__field-input .xo-field-input__input {
  padding: 0;
}

.footer-v24__field-button {
  padding: unset;
  line-height: calc(1 + 2.25 / var(--font-heading-scale));
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  border: none;
}

.footer-v24__social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-v24__content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

.footer-v24__payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.xo-list-payment {
  display: flex;
  list-style: none;
}

.xo-list-payment__item {
  padding: 0.5rem;
}

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

.address ul li {
  margin-bottom: 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

.footer-v24-block__phone-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: calc(1 + 0.12 / var(--font-heading-scale));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.2rem);
}

.footer-v24-block__phone-num {
  font-size: calc(var(--font-body-scale) * 3.4rem);
  color: rgb(var(--color-accent));
  line-height: calc(1 + -0.3 / var(--font-heading-scale));
}

.social-footer-v24__link svg path {
  transition: fill 0.1s;
  fill: rgba(var(--color-foreground), 0.3);
}

.social-footer-v24__link:hover svg path {
  fill: #fff;
}

.social-footer-v24 {
  list-style: none;
  margin-top: 3rem;
  margin-bottom: unset;
  display: flex;
}
[dir=ltr] .social-footer-v24 {
  padding-inline-start: 0;
}
[dir=rtl] .social-footer-v24 {
  padding-inline-start: 0;
}
.social-footer-v24 li {
  margin: 0 0.5rem;
}

.social-footer-v24__link {
  color: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
  display: inline-block;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  line-height: calc(1 + 1.7 / var(--font-heading-scale));
  position: relative;
  width: 4rem;
  height: 4rem;
  text-align: center;
  transition: all 0.3s;
}
.social-footer-v24__link:hover {
  background-color: rgb(var(--color-accent));
  border: 0.1rem solid rgb(var(--color-accent));
}

.footer-v24__button-email {
  height: 100%;
  padding: 0 2rem;
  color: #fff;
  background: #111;
  border-radius: 0;
  transition: 0.3s;
  width: auto;
}
.footer-v24__button-email svg {
  vertical-align: middle;
  padding-bottom: 0.4rem;
}
.footer-v24__button-email:hover {
  background-color: rgb(var(--color-accent));
}

.footer-v24__input-box {
  line-height: calc(1 + 1.25 / var(--font-heading-scale));
  margin: 0 1.2rem;
}

.footer-v24__field-input .xo-field-input {
  margin: 0 1.2rem;
}

.footer-v24__field-input .xo-field-input__placeholder {
  display: none;
}

.footer-v24-block {
  margin-top: 2rem;
}

.footer-v24-block__text {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

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

.footer-v24__copyright-payment img {
  width: revert-layer;
}

.footer__bottom--left {
  display: block;
}
@media (min-width: 1200px) {
  .footer__bottom--left {
    display: grid;
  }
}

.footer__bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-v24__copyright-payment .xo-image {
  display: flex;
  justify-content: center;
}

.footer-v24-block__img {
  display: flex;
  gap: 1rem;
}

.footer-v24__copyright-payment {
  display: flex;
  justify-content: end;
}

.footer-v24__copyright-payment img svg {
  fill: rgb(var(--color-foreground));
}

.footer-v24-bar {
  padding: 3.3rem 0;
  gap: 2rem;
}

.footer-v24-bar__logo img {
  max-width: 12.5rem;
}

.footer-v24-bar__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-v24-bar__left {
    justify-content: start;
  }
}

.footer-v24-bar__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-v24-bar__center a {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  letter-spacing: 0.2em;
  font-weight: 700;
  color: rgb(var(--color-foreground), 0.6);
  padding: 0 2rem;
  transition: 0.2s;
}
.footer-v24-bar__center a:last-child {
  padding-right: 0;
  border: none;
}
@media (max-width: 575px) {
  .footer-v24-bar__center a:last-child {
    padding-right: 2rem;
  }
}
.footer-v24-bar__center a:hover {
  color: rgb(var(--color-foreground));
}

.footer-v24-bar__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-v24-bar__right {
    justify-content: end;
  }
}

.footer-v24-bar__list-icon {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-v24-bar__list-icon {
    justify-content: end;
  }
}
.footer-v24-bar__list-icon a {
  display: flex;
  align-items: center;
}
.footer-v24-bar__list-icon a svg {
  width: 1.6rem;
  height: auto;
}

.footer-v24-bar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  font-size: 1.4rem;
}
.footer-v24-bar__item:hover {
  border-color: rgb(var(--color-foreground));
}
.footer-v24-bar__item:hover svg path {
  fill: rgb(var(--color-foreground));
}
.footer-v24-bar__item svg path {
  fill: rgb(var(--color-foreground), 0.6);
}

.footer-v24__copyright {
  text-align: center;
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v24__copyright svg path {
  fill: #fff;
}
@media (min-width: 992px) {
  .footer-v24__copyright {
    justify-content: start;
  }
}

.footer-v24__copyright-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v24__copyright-content a {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v24__copyright-content a::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v24__copyright-content a:hover {
  color: rgb(var(--color-foreground));
}
.footer-v24__copyright-content a:hover::after {
  width: 100%;
}

.footer-v24__copyright-content--black a:hover {
  color: rgba(var(--color-foreground), 0.3);
}

.footer-v24__copyright-content .footer-v24__copyright-shopilaunch {
  color: rgba(var(--color-foreground), 0.6);
}

.footer-v24__theme-name,
.footer-v24__powered-shopify {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v24__theme-name::after,
.footer-v24__powered-shopify::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.footer-v24__theme-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v24__theme-name:hover::after {
  width: 100%;
}

.footer-v24__powered-shopify:hover {
  color: rgba(var(--color-foreground), 0.3);
}
.footer-v24__powered-shopify:hover::after {
  width: 100%;
}

.footer-v24__shop-name {
  color: rgba(var(--color-foreground), 0.6);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v24__shop-name::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v24__shop-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v24__shop-name:hover::after {
  width: 100%;
}

.footer-v26 {
  border-top: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
}
.footer-v26 img {
  cursor: pointer;
}

.footer-v26__content-top {
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
  padding-top: 5rem;
  border-top: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
}

.footer-v26-block__heading {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  padding-bottom: 1.7rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: calc(var(--font-heading-scale) * 0.32rem);
  position: relative;
}
.footer-v26-block__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 3.5rem;
  background-color: rgb(var(--color-accent));
}

.footer-v26-block__list {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.footer-v26-block__list a {
  color: rgb(var(--color-foreground), 0.75);
  transition: 0.3s;
}

.footer-v26-block__list-item {
  padding: 0.4rem 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  transition: all 0.5s;
  font-weight: 400;
}
.footer-v26-block__list-item:hover a {
  color: rgb(var(--color-accent));
}

.footer-v26__field-input {
  display: flex;
  align-items: center;
  background-color: rgb(var(--color-foreground), 0.05);
}
.footer-v26__field-input .xo-field-input {
  border-bottom: 0;
  margin-bottom: 0;
}
.footer-v26__field-input .xo-field-input__input {
  padding: 0;
}

.footer-v26__field-button {
  padding: unset;
  line-height: calc(1 + 2.25 / var(--font-heading-scale));
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  border: none;
}

.footer-v26__social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-v26__content-bottom {
  padding: 2.4rem 0;
}

.footer-v26__payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.xo-list-payment {
  display: flex;
  list-style: none;
}

.xo-list-payment__item {
  padding: 0.5rem;
}

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

.address ul li {
  margin-bottom: 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

.footer-v26-block__phone-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: calc(1 + 0.12 / var(--font-heading-scale));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.2rem);
}

.footer-v26-block__phone-num {
  font-size: calc(var(--font-body-scale) * 3.4rem);
  color: rgb(var(--color-accent));
  line-height: calc(1 + -0.3 / var(--font-heading-scale));
}

.social-footer-v26 {
  list-style: none;
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
[dir=ltr] .social-footer-v26 {
  padding-inline-start: 0;
}
[dir=rtl] .social-footer-v26 {
  padding-inline-start: 0;
}
.social-footer-v26 li {
  margin: 0 0.7rem;
}

.social-footer-v26__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  line-height: calc(1 + 2 / var(--font-heading-scale));
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  background-color: rgb(var(--color-foreground), 0.6);
  transition: all 0.3s;
}
.social-footer-v26__link:hover {
  background-color: rgb(var(--color-foreground));
  border: 0.1rem solid rgb(var(--color-foreground));
}

.social-footer-v26__link svg {
  width: 1.6rem;
  height: auto;
}
.social-footer-v26__link svg path {
  transition: fill 0.1s;
  fill: rgba(var(--color-background));
}

.social-footer-v26__link:hover svg path {
  fill: #fff;
}

.footer-v26__button-email {
  height: 100%;
  padding: 0 2rem;
  color: #fff;
  background: #111;
  border-radius: 0;
  transition: 0.3s;
  width: auto;
}
.footer-v26__button-email svg {
  vertical-align: middle;
  padding-bottom: 0.4rem;
}
.footer-v26__button-email:hover {
  background-color: rgb(var(--color-accent));
}

.footer-v26__input-box {
  line-height: calc(1 + 1.25 / var(--font-heading-scale));
  margin: 0 1.2rem;
}

.footer-v26__field-input .xo-field-input {
  margin: 0 1.2rem;
}

.footer-v26__field-input .xo-field-input__placeholder {
  display: none;
}

.footer-v26-block {
  margin-top: 2rem;
}

.footer-v26-block__text {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

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

.footer-v26__copyright-payment img {
  width: revert-layer;
}

.footer-v26__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.footer-v26__copyright-payment .xo-image {
  display: flex;
  justify-content: center;
}

.footer-v26-block__img {
  display: flex;
  gap: 1rem;
}

.footer-v26__copyright-payment {
  display: flex;
  justify-content: end;
}

.footer-v26__copyright-payment img svg {
  fill: rgb(var(--color-foreground));
}

.footer-v26-bar {
  padding: 2.2rem 0;
}

.hr {
  width: 100%;
  height: 0.1rem;
  background-color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.15 * 100%), transparent);
  margin: 0;
  padding: 0;
}

.footer-v26-bar__logo img {
  max-width: 14rem;
}

.footer-v26-bar__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-v26-bar__left {
    justify-content: start;
  }
}

.footer-v26-bar__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-v26-bar__right {
    justify-content: end;
  }
}

.footer-v26-bar__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-v26-bar__center a {
  letter-spacing: 0.1rem;
  font-size: calc(var(--font-body-scale) * 1.2rem);
  padding: 0 1.5rem;
  font-weight: 600 !important;
  color: rgb(var(--color-foreground), 0.6);
  transition: 0.2s;
}
.footer-v26-bar__center a:hover {
  color: rgb(var(--color-foreground));
}
.footer-v26-bar__center a:last-child {
  border: none;
}
@media (max-width: 575px) {
  .footer-v26-bar__center a {
    padding: 0.4rem 1.5rem;
  }
}

.footer-v26-bar__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .footer-v26-bar__list-icon {
    justify-content: end;
  }
}
.footer-v26-bar__list-icon a {
  display: flex;
  align-items: center;
}
.footer-v26-bar__list-icon svg {
  width: 70%;
}

.footer-v26-bar__item {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgb(var(--color-foreground));
  margin: 0 0.8rem;
  transition: 0.2s ease;
  font-size: 1.4rem;
}
.footer-v26-bar__item:hover {
  background-color: color-mix(in srgb, rgba(var(--color-accent)) calc(1 * 100%), transparent);
  border-color: rgb(var(--color-accent));
}
.footer-v26-bar__item:hover svg path {
  fill: #fff !important;
}
.footer-v26-bar__item svg path {
  fill: rgb(var(--color-foreground));
}

.footer-v26__copyright {
  text-align: center;
  padding-bottom: 1.5rem;
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v26__copyright svg path {
  fill: #fff;
}

.footer-v26__copyright-content {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer-v26__copyright-content a {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v26__copyright-content a::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v26__copyright-content a:hover {
  color: rgb(var(--color-foreground));
}
.footer-v26__copyright-content a:hover::after {
  width: 100%;
}

.footer-v26__copyright-content--black a:hover {
  color: rgba(var(--color-foreground), 0.3);
}

.footer-v26__copyright-content .footer-v26__copyright-shopilaunch {
  color: rgba(var(--color-foreground), 0.6);
}

.footer-v26__theme-name,
.footer-v26__powered-shopify {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v26__theme-name::after,
.footer-v26__powered-shopify::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.footer-v26__theme-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v26__theme-name:hover::after {
  width: 100%;
}

.footer-v26__powered-shopify:hover {
  color: rgba(var(--color-foreground), 0.3);
}
.footer-v26__powered-shopify:hover::after {
  width: 100%;
}

.footer-v26__shop-name {
  color: rgba(var(--color-foreground), 0.6);
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.footer-v26__shop-name::after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.footer-v26__shop-name:hover {
  color: rgb(var(--color-foreground));
}
.footer-v26__shop-name:hover::after {
  width: 100%;
}

@keyframes translate {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.xo-header-v9 {
  position: relative;
  z-index: 100;
}
.xo-header-v9 xo-sticky[xo-is-sticky] {
  transition: 1s ease all;
}
.xo-header-v9 xo-sticky[xo-is-sticky] .xo-header-v9__sticky {
  animation-name: translate;
  animation: translate 1s ease !important;
  transition: 0.5s ease all;
}

.xo-header-v9--trans {
  position: relative;
  transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .xo-header-v9--trans {
    position: absolute;
    
  }
}

.xo-header-v9__sticky {
  background-color: rgb(var(--color-background));
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.06);
  z-index: 10;
}
@media (max-width: 1199px) {
  .xo-header-v9__sticky {
    background-color: #fff;
  }
}

.xo-header-v9__sticky--trans {
  background-color: unset;
}

@media (max-width: 1199px) {
  .xo-header-v9__desktop:not(.xo-header-v9__desktop--only) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v9__mobile {
    display: none;
  }
}

.xo-header-v9__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xo-header-v9__center img {
  display: block;
}

.xo-header-v9__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.xo-header-v9__right-item {
  position: relative;
  cursor: pointer;
  display: flex;
  margin: 0 0.7rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v9__right-item svg path {
    fill: #000;
  }
}

.xo-header-v9__left-item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
[dir=ltr] .xo-header-v9__left-item {
  margin-inline-end: 1.3rem;
}
[dir=rtl] .xo-header-v9__left-item {
  margin-inline-end: 1.3rem;
}
.xo-header-v9__left-item:last-child {
  padding-right: unset;
}
@media (max-width: 1199px) {
  .xo-header-v9__left-item {
    display: none;
  }
}

.xo-header-v9__right-search {
  position: relative;
  cursor: pointer;
  display: none;
  align-items: center;
}
[dir=ltr] .xo-header-v9__right-search {
  margin-inline-end: 1.3rem;
}
[dir=rtl] .xo-header-v9__right-search {
  margin-inline-end: 1.3rem;
}
.xo-header-v9__right-search:last-child {
  padding-right: unset;
}
@media (max-width: 1199px) {
  .xo-header-v9__right-search {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .xo-header-v9__right-search svg path {
    fill: #000;
  }
}

.xo-header-v9__right-item-number {
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: rgb(var(--color-accent));
  display: flex;
  justify-content: center;
  align-items: center;
}

.xo-header-v9__right .xo-field-select {
  min-width: 10rem;
}
.xo-header-v9__right .xo-currency-select,
.xo-header-v9__right .xo-language-select {
  margin-inline-end: 1rem;
}
.xo-header-v9__right .xo-language-select__label,
.xo-header-v9__right .xo-currency-select__label {
  display: none;
}

.xo-header-v9__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-v9-top {
  display: none;
  background-color: var(--background-menu);
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .header-v9-top {
    display: block;
  }
}

.xo-header-v9__center .xo-image {
  justify-content: center;
  display: flex;
  align-items: center;
}
.xo-header-v9__center .xo-image img {
  display: block;
}

.xo-container-width {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.xo-header-v9__desktop {
  display: flex;
  align-items: center;
}
.xo-header-v9__desktop .xo-menu-hamburger-style1 {
  display: flex;
}

.xo-header-v9__transparent {
  background: transparent;
  padding-top: calc(var(--pt) * 0.1rem);
  padding-bottom: calc(var(--pb) * 0.1rem);
}

.xo-header-v9--trans xo-sticky[xo-is-sticky] .xo-header-v9__sticky--trans {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .xo-header-v9--trans xo-sticky[xo-is-sticky] .xo-header-v9__sticky--trans {
    background-color: rgb(var(--color-background));
  }
}

@media (max-width: 1199px) {
  .xo-header-v9__right-item--account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v9__right-item--account {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .xo-header-v9__center {
    order: -1 !important;
    justify-content: flex-start;
  }
  .xo-header-v9__center .xo-menu-hamburger-style9 {
    display: flex;
  }
}

.menu-header-v17 h4 {
  padding-bottom: 1rem;
}

.header-v9-top__notification {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: calc(1 + 1.1 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.032rem);
  color: var(--text-menu);
}
.header-v9-top__notification span {
  font-weight: 800;
}

.xo-header-v9__left {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v9__left {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .xo-header-v9__center-logo {
    display: none;
  }
}
@media (max-width: 1199px) {
  .xo-header-v9__center-logo {
    display: block;
  }
}

.xo-header-v9__right-item--heart {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v9__right-item--heart {
    display: none;
  }
}

.xo-header-v9__right-item--heart-none {
  display: none;
}

.xo-header-v9__center--order {
  order: -1 !important;
  justify-content: flex-start;
}
.xo-header-v9__center--order .xo-menu-hamburger-style9 {
  align-items: center;
  display: flex;
}

.xo-header-v9__left--order {
  justify-content: center;
}
.xo-header-v9__left--order .xo-header-v9__center-logo {
  display: block;
}
.xo-header-v9__left--order .xo-header-v9__left-item {
  display: none;
}

.xo-header-v9__right-search--block {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v9__right-search--block svg path {
    fill: #000;
  }
}

.xo-header-v9__desktop .xo-menu-horizontal-v1__mega-menu:has(div > .container-header-v4) {
  left: 50%;
  transform: translate(-50%) !important;
}

@media (min-width: 1200px) {
  .xo-header-v9__logo-mobile {
    display: none;
  }
}

.xo-header-v9__logo {
  display: none;
}

@media (max-width: 1199px) {
  .xo-header-v9__logo-none {
    display: none;
  }
}

.xo-header-v9__desktop .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.xo-header-v9__desktop .xo-menu-horizontal-v1__mega-menu {
  top: calc(100% - 0rem);
  border-top: unset;
}

.xo-header-v9__mobile .xo-menu-hamburger-style1, .xo-header-v9__desktop .xo-menu-hamburger-style1 {
  padding: 4rem 0;
}

.xo-header-v9__logo-heading-logo {
  display: none;
}
@media (min-width: 992px) {
  .xo-header-v9__logo-heading-logo {
    display: block;
  }
}

[dir=ltr] .xo-header-v9__desktop .xo-menu-horizontal-v1__item .xo-menu-horizontal-v1__item:nth-child(1) .xo-menu-horizontal-v1__link {
  padding-inline-start: 1.5rem;
}
[dir=rtl] .xo-header-v9__desktop .xo-menu-horizontal-v1__item .xo-menu-horizontal-v1__item:nth-child(1) .xo-menu-horizontal-v1__link {
  padding-inline-start: 1.5rem;
}

@keyframes translate {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.xo-header-v6 {
  position: relative;
  z-index: 100;
}
.xo-header-v6 xo-sticky[xo-is-sticky] {
  transition: 1s ease all;
}
.xo-header-v6 xo-sticky[xo-is-sticky] .xo-header-v6__sticky {
  animation-name: translate;
  animation: translate 1s ease !important;
  transition: 0.5s ease all;
}

.xo-header-v6--trans {
  position: relative;
  transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
@media (min-width: 1200px) {
  .xo-header-v6--trans {
    position: absolute;
  }
}

.xo-header-v6__sticky {
  background-color: rgb(var(--color-background));
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.06);
  z-index: 10;
}

.xo-header-v6__sticky--trans {
  background-color: unset;
}

@media (max-width: 1199px) {
  .xo-header-v6__desktop:not(.xo-header-v6__desktop--only) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v6__mobile {
    display: none;
  }
}

.xo-header-v6__center {
  display: flex;
  align-items: center;
}
.xo-header-v6__center img {
  display: block;
}
@media (max-width: 1199px) {
  .xo-header-v6__center {
    justify-content: center;
  }
}

.xo-header-v6__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.xo-header-v6__right-item {
  position: relative;
  cursor: pointer;
  display: flex;
  margin: 0 0.7rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v6__right-item svg path {
    fill: #000;
  }
}

.xo-header-v6__right-item-number {
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: rgb(var(--color-accent));
  display: flex;
  justify-content: center;
  align-items: center;
}

.xo-header-v6__right .xo-field-select {
  min-width: 10rem;
}
.xo-header-v6__right .xo-currency-select,
.xo-header-v6__right .xo-language-select {
  margin-inline-end: 1rem;
}
.xo-header-v6__right .xo-language-select__label,
.xo-header-v6__right .xo-currency-select__label {
  display: none;
}

.xo-header-v6__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .xo-header-v6__left {
    order: -1 !important;
    justify-content: flex-start;
  }
}

.header-v6-top__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-v6-top__email a {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s ease all;
}
.header-v6-top__email a:hover {
  color: rgb(var(--color-foreground));
}

.header-v6-top__icon-email {
  display: flex;
  align-items: center;
}

.header-v6-top {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  display: none;
}
@media (min-width: 1200px) {
  .header-v6-top {
    display: block;
  }
}

.header-v6-top__right .xo-language-select__label {
  display: none;
}

.header-v6-top__right .xo-currency-select__label {
  display: none;
}

.header-v6-top__currency {
  gap: 0.5rem;
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.2);
  display: flex;
  align-items: center;
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
[dir=ltr] .header-v6-top__currency {
  margin-right: 1rem;
  padding-right: 0.5rem;
}
[dir=rtl] .header-v6-top__currency {
  margin-left: 1rem;
  padding-left: 0.5rem;
}
.header-v6-top__currency .xo-currency-select__trigger span {
  margin-top: unset;
}

.header-v6-top__language {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.xo-header-v6__center .xo-image {
  justify-content: center;
  display: flex;
  align-items: center;
}

.xo-container-width {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.xo-header-v6__desktop .xo-section-bg-image {
  background-color: rgb(var(--color-background));
}

.xo-header-v6__desktop {
  display: flex;
  align-items: center;
}
.xo-header-v6__desktop .xo-menu-hamburger-style1 {
  display: flex;
}

.xo-header-v6__transparent {
  background: transparent;
  padding-top: calc(var(--pt) * 0.1rem);
  padding-bottom: calc(var(--pb) * 0.1rem);
}

.xo-header-v6--trans xo-sticky[xo-is-sticky] .xo-header-v6__sticky--trans {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .xo-header-v6--trans xo-sticky[xo-is-sticky] .xo-header-v6__sticky--trans {
    background-color: rgb(var(--color-background));
  }
}

@media (max-width: 1199px) {
  .xo-header-v6__right-item--heart {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v6__right-item--heart {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .xo-header-v6__right-item--account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v6__right-item--account {
    display: flex;
  }
}

.header-v6-top__context-phone {
  color: rgba(var(--color-foreground), 0.5);
  font-weight: 500;
  text-transform: uppercase;
}
[dir=ltr] .header-v6-top__context-phone {
  margin-inline-end: 0.3rem;
}
[dir=rtl] .header-v6-top__context-phone {
  margin-inline-end: 0.3rem;
}

.header-v6-top__left {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  line-height: calc(1 + 0.4 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.02rem);
  display: flex;
  align-items: center;
  font-weight: 500;
}

.header-v6-top__left-phone {
  display: flex;
  align-items: center;
  font-weight: 500;
  border-right: 0.05rem solid rgba(100, 102, 105, 0.75);
}
[dir=ltr] .header-v6-top__left-phone {
  padding-inline-end: 1.2rem;
  margin-inline-end: 1.2rem;
}
[dir=rtl] .header-v6-top__left-phone {
  padding-inline-end: 1.2rem;
  margin-inline-end: 1.2rem;
}

.header-v6-top__list-icon {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.header-v6-top__icon {
  color: rgb(var(--color-foreground));
  margin-right: 1.6rem;
  opacity: 0.5;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
.header-v6-top__icon:hover {
  opacity: 1;
}
.header-v6-top__icon svg {
  color: rgb(var(--color-foreground));
  height: 1.4rem;
  width: 1.4rem;
}
.header-v6-top__icon svg path {
  fill: rgb(var(--color-foreground));
}

.header-v6-top__grid {
  padding: 1rem 0;
}

.xo-header-v6__left--order {
  order: -1 !important;
  justify-content: flex-start;
}

.xo-header-v6__center--order {
  justify-content: center;
}

.xo-header-v6__desktop .xo-menu-horizontal-v1__mega-menu:has(div > .container-header-v4) {
  max-width: 70rem;
  transform: translate(50%) !important;
}

.xo-header-v6__desktop .xo-menu-horizontal-v1__mega-menu:has(div > .container-header-v7) {
  left: unset;
  transform: translate(0%) !important;
}

@media (max-width: 1199px) {
  .xo-header-v6__logo {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v6__logo-mobile {
    display: none;
  }
}

.xo-header-v6__desktop .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.xo-header-v6__desktop .xo-menu-horizontal-v1__mega-menu {
  top: calc(100% - 0rem);
  border-top: unset;
}

.xo-header-v6__mobile .xo-menu-hamburger-style1,
.xo-header-v6__desktop .xo-menu-hamburger-style1 {
  padding: 4rem 0;
}

.xo-header-v6__logo-heading-logo {
  display: none;
}
@media (min-width: 992px) {
  .xo-header-v6__logo-heading-logo {
    display: block;
  }
}

@keyframes translate {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.xo-header-v7 {
  position: relative;
  z-index: 100;
}
.xo-header-v7 xo-sticky[xo-is-sticky] {
  transition: 1s ease all;
}
.xo-header-v7 xo-sticky[xo-is-sticky] .xo-header-v7__sticky {
  animation-name: translate;
  animation: translate 1s ease !important;
  transition: 0.5s ease all;
}

.xo-header-v7--trans {
  position: relative;
  transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
@media (min-width: 1200px) {
  .xo-header-v7--trans {
    position: absolute;
  }
}

.xo-header-v7__sticky {
  background-color: rgb(var(--color-background));
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.06);
  z-index: 10;
}

.xo-header-v7__sticky--trans {
  background-color: unset;
}

@media (max-width: 1199px) {
  .xo-header-v7__desktop:not(.xo-header-v7__desktop--only) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v7__mobile {
    display: none;
  }
}

.xo-header-v7__center {
  display: flex;
  align-items: center;
}
.xo-header-v7__center img {
  display: block;
}
@media (max-width: 1199px) {
  .xo-header-v7__center {
    justify-content: center;
  }
}

.xo-header-v7__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.xo-header-v7__right-item {
  position: relative;
  cursor: pointer;
  display: flex;
  margin: 0 0.7rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v7__right-item svg path {
    fill: #000;
  }
}

.xo-header-v7__right-item-number {
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: rgb(var(--color-accent));
  display: flex;
  justify-content: center;
  align-items: center;
}

.xo-header-v7__right .xo-field-select {
  min-width: 10rem;
}
.xo-header-v7__right .xo-currency-select,
.xo-header-v7__right .xo-language-select {
  margin-inline-end: 1rem;
}
.xo-header-v7__right .xo-language-select__label,
.xo-header-v7__right .xo-currency-select__label {
  display: none;
}

.xo-header-v7__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .xo-header-v7__left {
    order: -1 !important;
    justify-content: flex-start;
  }
}

.header-v7-top__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-v7-top {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  display: none;
}
@media (min-width: 1200px) {
  .header-v7-top {
    display: block;
  }
}

.header-v7-top__right .xo-language-select__label {
  display: none;
}

.header-v7-top__right .xo-currency-select__label {
  display: none;
}

.header-v7-top__currency {
  gap: 0.5rem;
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.2);
  display: flex;
  align-items: center;
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
[dir=ltr] .header-v7-top__currency {
  margin-right: 1rem;
  padding-right: 0.5rem;
}
[dir=rtl] .header-v7-top__currency {
  margin-left: 1rem;
  padding-left: 0.5rem;
}

.header-v7-top__language {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  display: flex;
  align-items: center;
}

.xo-header-v7__center .xo-image {
  justify-content: center;
  display: flex;
  align-items: center;
}

.xo-container-width {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.xo-header-v7__desktop .xo-section-bg-image {
  background-color: rgb(var(--color-background));
}

.xo-header-v7__desktop {
  display: flex;
  align-items: center;
}
.xo-header-v7__desktop .xo-menu-hamburger-style1 {
  display: flex;
}

.xo-header-v7__transparent {
  background: transparent;
  padding-top: calc(var(--pt) * 0.1rem);
  padding-bottom: calc(var(--pb) * 0.1rem);
}

.xo-header-v7--trans xo-sticky[xo-is-sticky] .xo-header-v7__sticky--trans {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .xo-header-v7--trans xo-sticky[xo-is-sticky] .xo-header-v7__sticky--trans {
    background-color: rgb(var(--color-background));
  }
}

@media (max-width: 1199px) {
  .xo-header-v7__right-item--heart {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v7__right-item--heart {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .xo-header-v7__right-item--account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v7__right-item--account {
    display: flex;
  }
}

.header-v7-top__left {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  line-height: calc(1 + 0.4 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.02rem);
  display: flex;
  align-items: center;
  font-weight: 500;
}

.header-v7-top__list-icon {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.header-v7-top__icon {
  margin-right: 1.6rem;
  opacity: 0.5;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
.header-v7-top__icon:hover {
  opacity: 1;
}
.header-v7-top__icon svg path {
  fill: rgb(var(--color-foreground));
}
.header-v7-top__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.header-v7-top__grid {
  padding: 1rem 0;
}

.xo-header-v7__left--order {
  order: -1 !important;
  justify-content: flex-start;
}

.xo-header-v7__center--order {
  justify-content: center;
}

.menu-header-v17 h4 {
  padding-bottom: 1rem;
}

.xo-header-v7__desktop .xo-menu-horizontal-v1__mega-menu:has(div > .container-header-v4) {
  max-width: 70rem;
  transform: translate(50%) !important;
}

@media (max-width: 1199px) {
  .xo-header-v7__logo {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v7__logo-mobile {
    display: none;
  }
}

.xo-header-v7__desktop .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.xo-header-v7__desktop .xo-menu-horizontal-v1__mega-menu {
  top: calc(100% - 0rem);
  border-top: unset;
}

.xo-header-v7__mobile .xo-menu-hamburger-style1, .xo-header-v7__desktop .xo-menu-hamburger-style1 {
  padding: 4rem 0;
}

.xo-header-v7__logo-heading-logo {
  display: none;
}
@media (min-width: 992px) {
  .xo-header-v7__logo-heading-logo {
    display: block;
  }
}

@keyframes translate {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.xo-header {
  position: relative;
  z-index: 100;
}
.xo-header xo-sticky[xo-is-sticky] {
  transition: 1s ease all;
}
.xo-header xo-sticky[xo-is-sticky] .xo-header__sticky {
  animation-name: translate;
  animation: translate 1s ease !important;
  transition: 0.5s ease all;
}

.xo-header--trans {
  position: absolute;
  transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
@media (max-width: 1199px) {
  .xo-header--trans {
    position: relative;
    background: #fff;
  }
  .xo-header--trans .xo-header__left svg {
    color: #000;
  }
}

@media (min-width: 1200px) {
  .xo-header__logo-black {
    display: none;
  }
}

@media (max-width: 1199px) {
  .xo-header__logo-white {
    display: none;
  }
}

.xo-header__sticky {
  background-color: rgb(var(--color-background));
  z-index: 10;
  border-bottom: 0.1rem solid rgb(var(--color-foreground), 0.06);
}
@media (max-width: 1199px) {
  .xo-header__sticky {
    background-color: #fff;
  }
}

.xo-header__sticky--trans {
  border-bottom: none;
  background-color: unset;
}

@media (max-width: 1199px) {
  .xo-header__desktop:not(.xo-header__desktop--only) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header__mobile {
    display: none;
  }
}

.xo-header__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xo-header__center img {
  display: block;
}

.xo-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header__right svg {
    color: #000;
    fill: #000;
  }
  .xo-header__right svg path {
    fill: #000;
  }
}

.xo-header__right-item {
  position: relative;
  cursor: pointer;
  display: flex;
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  align-items: center;
}
.xo-header__right-item:last-child {
  padding-right: unset;
}

.xo-header__right-item-number {
  position: absolute;
  top: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 0;
  border-radius: 50%;
  font-size: calc(var(--font-body-scale) * 1.1rem);
  color: #fff;
  background-color: rgb(var(--color-accent));
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=ltr] .xo-header__right-item-number {
  left: 1.1rem;
}
[dir=rtl] .xo-header__right-item-number {
  right: 1.1rem;
}

.xo-header__right .xo-field-select {
  min-width: 10rem;
}
.xo-header__right .xo-language-select__label,
.xo-header__right .xo-currency-select__label {
  display: none;
}

.xo-header__left {
  display: flex;
  align-items: center;
}

.header-v14-top {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  display: none;
  background-color: #272727;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .header-v14-top {
    display: block;
  }
}

.xo-header__center .xo-image {
  justify-content: center;
  display: flex;
  align-items: center;
}
.xo-header__center .xo-image img {
  display: block;
}

.xo-container-width {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.xo-header__desktop {
  display: flex;
  align-items: center;
}
.xo-header__desktop .xo-menu-hamburger-style1 {
  display: flex;
  padding: 3.6rem 0;
}

.xo-header__mobile .xo-menu-hamburger-style1 {
  padding: 3.6rem 0;
}

.xo-header__transparent {
  background: transparent;
  padding-top: calc(var(--pt) * 0.1rem);
  padding-bottom: calc(var(--pb) * 0.1rem);
}

.xo-header--trans xo-sticky[xo-is-sticky] .xo-header__sticky--trans {
  box-shadow: rgba(99, 99, 99, 0.2) 0 0 0.4rem;
  background-color: rgb(var(--color-background));
}
@media (max-width: 1199px) {
  .xo-header--trans xo-sticky[xo-is-sticky] .xo-header__sticky--trans {
    background-color: #fff;
  }
}

@media (min-width: 0px) {
  .xo-header__right-item--heart {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header__right-item--heart {
    display: flex;
  }
}

@media (min-width: 0px) {
  .xo-header__right-item--account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header__right-item--account {
    display: flex;
  }
}

.xo-header__left--order {
  order: -1 !important;
  justify-content: flex-start;
}

.xo-header__center--order {
  justify-content: center;
}

.xo-header__language,
.xo-header__currency {
  display: flex;
  height: 3.5rem;
  margin-right: 1.2rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--font-body-scale) * 1.3rem);
}
@media (max-width: 1199px) {
  .xo-header__language,
  .xo-header__currency {
    display: none;
  }
}
.xo-header__language .xo-language-select,
.xo-header__language .xo-currency-select,
.xo-header__currency .xo-language-select,
.xo-header__currency .xo-currency-select {
  padding: 0 1.6rem 0 1.9rem;
}

.xo-header__desktop .xo-menu-horizontal-v1__mega-menu {
  top: calc(100% - 4rem);
}

.xo-header__desktop .xo-menu-horizontal-v1__link {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.xo-header__desktop .xo-menu-horizontal-v1__mega-menu {
  top: calc(100% - 0rem);
}

@media (max-width: 767px) {
  .xo-header__logo-heading-logo {
    display: none;
  }
}

.xo-header__language--tranform,
.xo-header__currency--tranform {
  position: relative;
}
.xo-header__language--tranform .xo-language-select__content,
.xo-header__language--tranform .xo-currency-select__content,
.xo-header__currency--tranform .xo-language-select__content,
.xo-header__currency--tranform .xo-currency-select__content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}

@keyframes translate {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.xo-header-v8 {
  position: relative;
  z-index: 100;
}
.xo-header-v8 xo-sticky[xo-is-sticky] {
  transition: 1s ease all;
}
.xo-header-v8 xo-sticky[xo-is-sticky] .xo-header-v8__sticky {
  animation-name: translate;
  animation: translate 1s ease !important;
  transition: 0.5s ease all;
}

.xo-header-v8--trans {
  position: relative;
  transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
@media (min-width: 1200px) {
  .xo-header-v8--trans {
    position: absolute;
  }
}

.xo-header-v8__sticky {
  background-color: rgb(var(--color-background));
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.06);
  z-index: 10;
}

.xo-header-v8__sticky--trans {
  background-color: unset;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .xo-header-v8__desktop:not(.xo-header-v8__desktop--only) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v8__mobile {
    display: none;
  }
}

.xo-header-v8__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xo-header-v8__center img {
  display: block;
}

.xo-header-v8__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.xo-header-v8__right-item {
  position: relative;
  cursor: pointer;
  display: flex;
  margin: 0 0.7rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .xo-header-v8__right-item svg path {
    fill: #000;
  }
}

.xo-header-v8__right-item-number {
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: rgb(var(--color-accent));
  display: flex;
  justify-content: center;
  align-items: center;
}

.xo-header-v8__right .xo-field-select {
  min-width: 10rem;
}
.xo-header-v8__right .xo-currency-select,
.xo-header-v8__right .xo-language-select {
  margin-inline-end: 1rem;
}
.xo-header-v8__right .xo-language-select__label,
.xo-header-v8__right .xo-currency-select__label {
  display: none;
}

.xo-header-v8__left {
  display: flex;
  align-items: center;
}

.header-v8-top {
  display: none;
  background-color: var(--background-menu);
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .header-v8-top {
    display: block;
  }
}

.xo-header-v8__center .xo-image {
  justify-content: center;
  display: flex;
  align-items: center;
}
.xo-header-v8__center .xo-image img {
  display: block;
}

.xo-container-width {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.xo-header-v8__desktop {
  display: flex;
  align-items: center;
}
.xo-header-v8__desktop .xo-menu-hamburger-style1 {
  display: flex;
}

.xo-header-v8__transparent {
  background: transparent;
  padding-top: calc(var(--pt) * 0.1rem);
  padding-bottom: calc(var(--pb) * 0.1rem);
}

.xo-header-v8--trans xo-sticky[xo-is-sticky] .xo-header-v8__sticky--trans {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .xo-header-v8--trans xo-sticky[xo-is-sticky] .xo-header-v8__sticky--trans {
    background-color: rgb(var(--color-background));
  }
}

@media (max-width: 1199px) {
  .xo-header-v8__right-item--heart {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v8__right-item--heart {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .xo-header-v8__right-item--account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xo-header-v8__right-item--account {
    display: flex;
  }
}

.xo-header-v8__left--order {
  order: -1 !important;
  justify-content: flex-start;
}

.xo-header-v8__center--order {
  justify-content: center;
}

.menu-header-v17 h4 {
  padding-bottom: 1rem;
}

.header-v8-top__notification {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: calc(1 + 1.1 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.032rem);
  color: var(--text-menu);
}
.header-v8-top__notification span {
  font-weight: 800;
}

.xo-header-v8__desktop .xo-menu-horizontal-v1__mega-menu:has(div > .container-header-v7) {
  left: unset;
  transform: translate(0%) !important;
}

@media (max-width: 1199px) {
  .xo-header-v8__logo {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xo-header-v8__logo-mobile {
    display: none;
  }
}

.xo-header-v8__desktop .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.xo-header-v8__desktop .xo-menu-horizontal-v1__mega-menu {
  top: calc(100% - 0rem);
  border-top: unset;
}

.xo-header-v8__mobile .xo-menu-hamburger-style1,
.xo-header-v8__desktop .xo-menu-hamburger-style1 {
  padding: 4rem 0;
}

.xo-header-v8__logo-heading-logo {
  display: none;
}
@media (min-width: 992px) {
  .xo-header-v8__logo-heading-logo {
    display: block;
  }
}

.main-search__search {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.main-search__title {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3.6rem);
}

.main-search__status {
  margin-bottom: 2rem;
}

.menu-header-v2__link {
  display: inline-block;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground));
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  margin-top: 1.5rem;
  position: relative;
  transition: 0.3s ease;
}
.menu-header-v2__link::after {
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid rgb(var(--color-foreground), 0.15);
}
.menu-header-v2__link:hover {
  color: rgb(var(--color-foreground), 0.6);
}

.menu-header-v2__img {
  transition: box-shadow 0.2s ease-out;
  box-shadow: 0.3rem 0.4rem 1.8rem rgba(var(--color-foreground), 0.05);
  transition-duration: 0.3s;
  transition-property: transform;
  display: block;
  margin: 0.5rem !important;
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
  height: 21.5rem;
  overflow: hidden;
  position: relative;
}
.menu-header-v2__img:hover img {
  -o-object-position: bottom;
     object-position: bottom;
}
.menu-header-v2__img img {
  transition: object-position 2s ease-in-out;
  transition: object-position 2s ease-in-out, -o-object-position 2s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
.menu-header-v2__img .xo-image {
  height: 100%;
}

.xo-header-v2__desktop .xo-section-bg-image {
  background-color: rgb(var(--color-background));
}

@media (max-width: 1399px) {
  .menu-header-v2-grid {
    --col-width: 20rem !important;
  }
}

.menu-header-v3__link {
  display: block;
  text-align: center;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground));
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  margin-top: 1.5rem;
}

.menu-header-v3__heading {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5rem);
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
}
.menu-header-v3__heading::after {
  position: absolute;
  background-color: rgba(var(--color-foreground), 0.15);
  bottom: 0.1rem;
  width: 4rem;
  height: 0.1rem;
  content: "";
  left: 0;
}

.menu-header-v3__item {
  list-style: none;
  padding: 0.25rem 0;
}
.menu-header-v3__item a {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s ease;
  font-weight: 500;
}
.menu-header-v3__item a:hover {
  color: rgba(var(--color-foreground));
  padding-left: 0.5rem;
}

.menu-header-v3__list-item {
  padding: 0;
}

.xo-header-v3__desktop .xo-section-bg-image {
  background-color: rgb(var(--color-background));
}

.header-v3-links {
  position: relative;
}

.header-v3-links__label {
  top: 0.3rem;
  left: 100%;
  border-radius: 3rem;
  transform: translate(25%);
  font-size: calc(var(--font-body-scale) * 0.8rem);
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0.6rem;
  font-weight: 500;
  line-height: calc(1 + 1 / var(--font-heading-scale));
  color: #fff;
  position: absolute;
}
.header-v3-links__label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 1rem;
}

@media (max-width: 1300px) {
  .container-header-v3 {
    height: 80dvh;
    --width: 6px;
    --scrollbar-thumb-color: rgba(var(--color-foreground), .08);
    --scrollbar-thumb-color-hover: rgba(var(--color-foreground), .1);
  }
}
@media (max-width: 1300px) {
  .container-header-v3 xo-grid[style*="--col-width"] {
    grid-template-columns: repeat(auto-fill, minmax(min(var(--col-width-mobile, 0), 100%), 1fr));
  }
}
@media (max-width: 1199px) {
  .container-header-v3 {
    --width: 0;
  }
}

.menu-header-v5__link {
  display: block;
  text-align: center;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground));
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  margin-top: 1.5rem;
}

.container-header-v5 {
  max-width: 117rem;
  margin: 0 auto;
}

.menu-header-v5__heading {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5rem);
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.menu-header-v5__heading::after {
  position: absolute;
  background-color: rgba(var(--color-foreground), 0.15);
  bottom: 0.1rem;
  width: 4rem;
  height: 0.1rem;
  content: "";
  left: 0;
}

.menu-header-v5__item {
  list-style: none;
  padding: 0.25rem 0;
}
.menu-header-v5__item a {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s ease;
  font-weight: 500;
}
.menu-header-v5__item a:hover {
  color: rgb(var(--color-foreground));
}
[dir=ltr] .menu-header-v5__item a:hover {
  padding-inline-start: 0.5rem;
}
[dir=rtl] .menu-header-v5__item a:hover {
  padding-inline-start: 0.5rem;
}

.menu-header-v5__list-item {
  padding: 0;
}

.xo-menu-hamburger-style1__mega-menu .menu-header-v5__blog {
  display: none;
}

.menu-header-v5__list-item {
  margin-bottom: 3rem;
}

.menu-header-v8__link {
  display: block;
  text-align: center;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgb(var(--color-foreground));
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  margin-top: 1.5rem;
}

.menu-header-v8__heading {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5rem);
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
}
.menu-header-v8__heading::after {
  position: absolute;
  background-color: rgba(var(--color-foreground), 0.15);
  bottom: 0.1rem;
  width: 4rem;
  height: 0.1rem;
  content: "";
  left: 0;
}

.menu-header-v8__item {
  list-style: none;
  padding: 0.25rem 0;
}
.menu-header-v8__item a {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s ease;
  font-weight: 500;
}
.menu-header-v8__item a:hover {
  color: rgba(var(--color-foreground));
  padding-left: 0.5rem;
}

.menu-header-v8__list-item {
  padding: 0;
}

.xo-header-v8__desktop .xo-section-bg-image {
  background-color: rgb(var(--color-background));
}

.header-v8-links {
  position: relative;
}

.header-v8-links__label {
  top: 0.3rem;
  left: 100%;
  border-radius: 3rem;
  transform: translate(25%);
  font-size: calc(var(--font-body-scale) * 0.8rem);
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0.6rem;
  font-weight: 500;
  line-height: calc(1 + 1 / var(--font-heading-scale));
  color: #fff;
  position: absolute;
}
.header-v8-links__label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 1rem;
}

.menu-v8-image {
  overflow: hidden;
  border-radius: 1.8rem;
  height: -moz-fit-content;
  height: fit-content;
}
.menu-v8-image .xo-image {
  border-radius: 1.8rem;
}
.menu-v8-image img {
  transition: 0.5s ease;
  max-height: 40rem;
  border-radius: 1.8rem;
}
.menu-v8-image a {
  display: block;
}
.menu-v8-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 1199px) {
  .menu-v8-image {
    display: none;
  }
}

.menu-v8-image-none {
  display: none;
}

.xo-menu-hamburger-style1__mega-menu .menu-v8-image {
  display: none;
}

.search-v1 {
  z-index: 99999;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  background-image: var(--bg-gradient);
}
.search-v1 .xo-predictive-search__result {
  display: none;
}
.search-v1[xo-active]:not([xo-active=false]) .xo-predictive-search__result {
  display: block;
}
.search-v1:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--bg-overlay);
}

.search {
  z-index: 101;
}

.search-v1__caption {
  padding-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
}

.search-v1__tag-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 1rem;
}
.search-v1__tag-group .xo-btn__content {
  width: auto;
}

#popup-newsletter__modal .popup-newsletter__container {
  max-width: 90dvw !important;
  max-height: 90dvh !important;
}

#popup-promotion__modal .popup-promotion__container {
  max-width: 90dvw !important;
  max-height: 90dvh !important;
}

xo-product-quick-view {
  --xo-container-gap: 0;
}
xo-product-quick-view .sticky-addcart-desktop {
  display: none;
}

.banner-countdown-v1__sub-title {
  font-size: calc(var(--font-body-scale) * 2.4rem);
  margin-bottom: 1.5rem;
  color: rgba(var(--color-accent));
  text-align: center;
}
@media (min-width: 576px) {
  .banner-countdown-v1__sub-title {
    text-align: unset;
  }
}

.banner-countdown-v1__title {
  font-family: "Roboto", sans-serif;
  color: rgba(var(--color-foreground));
  font-weight: 600;
  font-size: clamp(3.5rem, calc(1.25vw + 3rem), 4.5rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  text-align: center;
}
@media (min-width: 576px) {
  .banner-countdown-v1__title {
    text-align: unset;
  }
}

.banner-countdown-v1__countdown {
  padding-top: 2rem;
}

.banner-countdown-v1__btn {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .banner-countdown-v1__btn {
    text-align: unset;
  }
}
.banner-countdown-v1__btn .xo-btn {
  border: 0;
}

.xo-container-width {
  padding: 0 1.5rem;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding: 0 14rem !important;
  }
}

.banner-v256 {
  position: relative;
}

.banner-v256__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--percent-height);
  height: var(--percent-width);
  background-color: var(--bg);
}
@media (min-width: 768px) {
  .banner-v256__bg::before {
    width: var(--percent-width);
    height: var(--percent-height);
  }
}

.banner-v256__grid {
  max-height: 70rem;
  position: relative;
  background-color: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .banner-v256__grid {
    border-radius: 0.8rem;
    overflow: hidden;
  }
}

.banner-v256__item {
  position: relative;
}

.banner-v256__item:first-child,  .banner-v256__grid--row2 .banner-v256__item:last-child{
  max-height: 70rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-v256__content {
  padding-left: 2rem;
  text-align: left;
  max-width: 43rem;
  padding-top: var(--pt);
  padding-bottom: var(--pb);
}
.banner-v256__content h3.banner-v256__title{
  font-size: 36px;
}

.banner-v256 .xo-sub-title-desc__tag {
  font-weight: 600;
}

.banner-v256 .xo-sub-title-desc__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.banner-v256 .xo-sub-title-desc__desc {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.banner-v256__btn {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .banner-v256__btn {
    margin-top: 4.8rem;
  }
}

.banner-v256__img {
  display: grid;
  height: 100%;
}
.banner-v256__img img {
  height: 100%;
}
.banner-v256__item .hover-style{
  width: 100%;
}


.banner-v264__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-v264__video xo-video-cover {
  min-height: 60rem;
}
.banner-v264__video video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 40rem;
  max-height: 70rem;
  width: 100%;
}

.banner-v264__overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2784313725);
}

.banner-v264__content {
  width: 100%;
  position: absolute;
  top: 4rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .banner-v264__content {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .banner-v264__content {
    max-width: 60%;
  }
}

.banner-v264__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(3rem, calc(2.5vw + 2rem), 5rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  padding-bottom: 2rem;
  color: rgba(var(--color-foreground));
}

.banner-v264__description {
  font-weight: 400;
  font-size: clamp(1.5rem, calc(0.375vw + 1.35rem), 1.8rem);
  color: rgba(var(--color-foreground), 0.7);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

.banner-v264__button {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
}

.banner-v073 {
  position: relative;
}
.banner-v073 xo-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .banner-v073 xo-container {
    position: absolute;
    display: flex;
    text-align: unset;
    flex-direction: row;
    align-items: center;
    width: 100%;
    left: 0;
    justify-content: space-between;
    bottom: 9rem;
    z-index: 1;
  }
}
.banner-v073 img {
  min-height: 40rem;
}

.banner-v073__main-title xo-container {
  bottom: 19rem;
}
@media (max-width: 991px) {
  .banner-v073__main-title xo-container {
    bottom: 50%;
  }
}

.banner-v073__img {
  width: 100%;
}
.banner-v073__img img {
  max-height: 100dvh;
}
@media (min-width: 1400px) {
  .banner-v073__img img {
    height: 100dvh;
  }
}

.banner-v073__right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .banner-v073__right {
    text-align: center;
    gap: 2rem;
    flex-direction: column;
  }
}

.banner-v073__content {
  max-width: 60%;
}
@media (min-width: 1200px) {
  .banner-v073__content {
    max-width: 70rem;
  }
}

.banner-v073__title {
  max-width: 51rem;
  font-family: "Roboto", sans-serif;
  color: rgba(var(--color-foreground));
  font-size: clamp(3rem, calc(2.875vw - 0.45rem), 5.3rem);
  text-transform: capitalize;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 500;
}

.banner-v073__subtitle,
.banner-v073__subtitle2 {
  position: relative;
  max-width: 59rem;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.7);
}

.banner-v073__subtitle2 {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .banner-v073__subtitle2 {
    max-width: 57%;
  }
  .banner-v073__subtitle2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 70%;
    background-color: rgba(var(--color-foreground), 0.6);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .banner-v073__button {
    padding-right: 2rem;
  }
}

@media (max-width: 575px) {
  .banner-v073__wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-v073__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.banner-v073__quiz a {
  text-decoration: underline;
  text-transform: uppercase;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.7);
  transition: 0.3s linear;
}
.banner-v073__quiz a:hover {
  color: rgba(var(--color-foreground));
}

.banner-v074 {
  position: relative;
}
.banner-v074 xo-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .banner-v074 xo-container {
    position: absolute;
    display: flex;
    text-align: unset;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: space-between;
    bottom: 4rem;
    z-index: 1;
  }
}
.banner-v074 img {
  min-height: 40rem;
}

@media (max-width: 991px) {
  .banner-v074__main-title xo-container {
    bottom: 50%;
  }
}

.banner-v074__img {
  width: 100%;
}
.banner-v074__img img {
  max-height: 100dvh;
}
@media (min-width: 1400px) {
  .banner-v074__img img {
    height: 100dvh;
  }
}

.banner-v074__right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .banner-v074__right {
    text-align: center;
    gap: 2rem;
    flex-direction: column;
  }
}

.banner-v074__content {
  max-width: 60%;
}
@media (min-width: 1200px) {
  .banner-v074__content {
    max-width: 70rem;
  }
}

.banner-v074__title {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  max-width: 51rem;
  font-size: clamp(2rem, calc(1.25vw + 1.5rem), 3rem);
  text-transform: capitalize;
  color: rgba(var(--color-foreground), 0.7);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 400;
}

.banner-v074__subtitle {
  position: relative;
  max-width: 59rem;
  text-align: center;
  font-weight: 400;
  font-size: clamp(3rem, calc(2.5vw + 0rem), 5rem);
  color: rgba(var(--color-foreground));
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

@media (min-width: 992px) {
  .banner-v074__button {
    padding-right: 2rem;
  }
}

.banner-v074__wrap {
  width: 100%;
}
@media (max-width: 991px) {
  .banner-v074__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.banner-v075__img {
  position: relative;
  width: 100%;
  max-height: 70rem;
}
.banner-v075__img img {
  min-height: 35rem;
}

.banner-v075__title {
  max-width: clamp(25rem, calc(10.775862069vw + 14.3103448276rem), 35rem);
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.8rem, calc(2.125vw + 0.95rem), 3.5rem);
  text-transform: capitalize;
  color: rgba(var(--color-foreground), 0.7);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 600;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .banner-v075__title {
    text-align: center;
  }
}

.banner-v075 {
  position: relative;
}
.banner-v075 .banner-v075__content {
  background: rgba(255, 255, 255, 0.7019607843);
  width: 100%;
  height: 197rem;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: -60%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
}
@media (max-width: 767px) {
  .banner-v075 .banner-v075__content {
    width: 50%;
    height: 70%;
    border-radius: 0.8rem;
    right: -60%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

.banner-v075__float {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(2rem, calc(8.6206896552vw - 6.5517241379rem), 10rem);
}
@media (max-width: 767px) {
  .banner-v075__float {
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

.banner125__title {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: clamp(3rem, calc(2.25vw + 2.1rem), 4.8rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 500;
  letter-spacing: calc(var(--font-heading-scale) * 0.1rem);
  color: rgba(var(--color-foreground));
}

.banner125__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.6rem, calc(0vw + 1.6rem), 1.6rem);
  color: rgba(var(--color-foreground));
  margin-bottom: 5rem;
}
@media (max-width: 575px) {
  .banner125__subtitle {
    margin-bottom: 3rem;
  }
}

.banner125__text {
  margin: auto;
}
@media (min-width: 576px) {
  .banner125__text {
    max-width: 60%;
  }
}

.banner125__item {
  position: relative;
}

.banner125__item-quantity {
  color: #fff;
  position: absolute;
  top: 8%;
  z-index: 1;
}
[dir=ltr] .banner125__item-quantity {
  left: 8%;
}
[dir=rtl] .banner125__item-quantity {
  right: 8%;
}

.banner125__item-title {
  font-size: clamp(2rem, calc(0.5vw + 1.8rem), 2.4rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .banner-v159 xo-grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.banner-v159__image1 {
  align-items: end;
}
@media (max-width: 575px) {
  .banner-v159__image1 {
    padding-bottom: 1.5rem;
  }
}
.banner-v159__image1 img {
  max-height: 70dvh;
}

.banner-v159__relative {
  position: relative;
}

.banner-v159__image1,
.banner-v159__image2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-v159__image2 {
  align-items: start;
}
.banner-v159__image2 img {
  max-height: 55dvh;
}
@media (max-width: 575px) {
  .banner-v159__image2 img {
    width: 100dvw;
    max-height: 70dvh;
  }
}

.banner-v159__tag {
  white-space: nowrap;
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: #fff;
  color: #000;
  font-size: clamp(1.2rem, calc(0.375vw + 1.05rem), 1.5rem);
  text-transform: uppercase;
  z-index: 1;
  border-radius: 0.8rem;
  padding: 0.8rem 1.8rem;
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.banner-v159__title {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 2rem;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 500;
  letter-spacing: calc(var(--font-heading-scale) * 0.1rem);
  color: rgba(var(--color-foreground));
  margin: 0 auto;
  padding-top: 1rem;
  display: inline-flex;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding-right: 3.8rem;
  transition: 0.25s;
}
.banner-v159__title::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 2rem;
  height: 1.2rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 12" fill="none" stroke="rgba(0,0,0,0.8)" stroke-width="2"%3E%3Cpath d="M0 6 L20 6 M14 0 L20 6 L14 12" /%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-v187__text {
  display: inline;
}
@media (max-width: 991px) {
  .banner-v187__text {
    padding: 0;
  }
}

.banner-v187__img {
  overflow: hidden;
  height: 100%;
}
.banner-v187__img a img {
  height: 100%;
  transition: transform 0.5s;
}

.banner-v187__img-link {
  height: 100%;
}
.banner-v187__img-link .xo-image {
  border-radius: 0.4rem;
  overflow: hidden;
  height: 100%;
}
.banner-v187__img-link .xo-image img {
  border-radius: 0.4rem;
}

.banner-v187__item {
  position: relative;
}
.banner-v187__item .hover-style {
  display: flex;
  flex-direction: column;
}

.banner-v187__heading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-v187__subtitle {
  font-size: 16px;
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .banner-v187__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .banner-v187__subtitle {
    left: 0.6rem;
  }
}

.banner-v187__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2rem, calc(2.5vw + 1rem), 4rem);
  font-weight: 500;
}

.banner-v187__description {
  padding-bottom: 3rem;
}

.banner-v187__btn .xo-btn__content {
  text-underline-offset: 0.6rem;
}

.banner-v199__item--right {
  margin-top: 20rem;
  position: relative;
}
@media (max-width: 767px) {
  .banner-v199__item--right {
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) {
  xo-grid:has(.banner-v199__item) {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.banner-v199__text-right {
  position: absolute;
  left: -48%;
  width: auto;
  top: 14%;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-v199__text-right {
    position: unset;
  }
}

.banner-v199__title-right {
  font-family: "Roboto", sans-serif;
  font-size: clamp(3rem, calc(2.5vw + 2rem), 5rem);
  letter-spacing: -1.5px;
  line-height: calc(1 + 0 / var(--font-heading-scale));
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .banner-v199__title-right {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 5rem);
  }
}
@media (max-width: 767px) {
  .banner-v199__title-right {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4rem);
  }
}

.banner-v199__img {
  overflow: hidden;
  height: 100%;
}
.banner-v199__img a img {
  height: 100%;
  transition: transform 0.5s;
}

.banner-v199__img-left {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-v199__img-left {
    justify-content: center;
  }
}
.banner-v199__img-left .xo-image {
  max-width: 52rem;
}

.banner-v199__img-right {
  display: grid;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-v199__img-right {
    display: unset;
  }
}
.banner-v199__img-right .xo-image {
  max-width: 690rem;
}

.banner-v199__title-left {
  font-family: "Roboto", sans-serif;
  width: 60%;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4.2rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 600;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .banner-v199__title-left {
    margin: 0 auto;
    padding-bottom: 2rem;
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3.6rem);
  }
}
@media (max-width: 575px) {
  .banner-v199__title-left {
    width: 100%;
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3rem);
  }
}

.banner-v199__description {
  margin: 0 0 3.2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.banner-v199__subtitle {
  color: rgba(var(--color-accent));
  font-size: calc(var(--font-body-scale) * 1.4rem);
  letter-spacing: 2.6px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 14% 0 1rem;
}
@media (max-width: 767px) {
  .banner-v199__subtitle {
    margin: 10% 0 1rem;
  }
}

@media (max-width: 767px) {
  .banner-v199__text {
    text-align: center;
  }
  .banner-v227__item2 img {
    height: 420px;
}
}

.banner-v227__img,
.banner-v227__img-link {
  display: grid;
  height: 100%;
}
.banner-v227__item2 img{
    max-height: 647px;
}
.banner-v227__item_sub{
  display: flex;
}

@media (max-width: 991px) {
  .banner-v227 xo-grid {
    row-gap: var(--xo-row-gap, 30px);
  }
}
@media (min-width: 992px) {
  .banner-v227 xo-grid {
    -moz-column-gap: var(--xo-col-gap, 30px);
         column-gap: var(--xo-col-gap, 30px);
  }
}

.banner-v227__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-v227 .xo-sub-title-desc__tag {
  font-weight: 500;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.3rem);
  line-height: calc(1 + 1 / var(--font-heading-scale));
}

.banner-v227 .xo-sub-title-desc__title {
  font-weight: 500;
  font-size: clamp(3rem, calc(2.5vw + 2rem), 5rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  margin: 1.6rem 0;
}

.banner-v227 .xo-sub-title-desc__desc {
  color: rgba(var(--color-foreground), 0.7);
  font-size: clamp(1.4rem, calc(0.375vw + 1.25rem), 1.7rem);
  font-weight: 400;
}

.banner-v227 .xo-sub-title-desc__desc {
  margin-top: 0.6rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .banner-v227 .xo-sub-title-desc__desc {
    margin-bottom: 4.8rem;
  }
}

.banner-video-v1 {
  position: relative;
  overflow: hidden;
  max-height: 100dvh;
}

.banner-video-v1__video {
  position: relative;
}
.banner-video-v1__video video {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  min-height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-video-v1__content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .banner-video-v1__text {
    max-width: 60%;
  }
}

.banner-video-v1__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.5rem, calc(4.375vw + 0.75rem), 6rem);
  font-weight: 900;
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
  text-align: center;
  color: rgba(var(--color-foreground));
}

.banner-video-v1__subtitle {
  position: relative;
  font-size: clamp(1.8rem, calc(1.5vw + 1.2rem), 3rem);
  font-weight: 500;
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  text-transform: capitalize;
  color: rgba(var(--color-foreground));
  margin-bottom: 1rem;
}

.banner-video-v1__desc {
  font-size: clamp(1.5rem, calc(0.625vw + 1.25rem), 2rem);
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.7);
  text-transform: unset;
  margin: 1rem 0 5rem;
}
@media (max-width: 575px) {
  .banner-video-v1__desc {
    margin: 1rem 0 3rem;
  }
}

.banner-video-v1__overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0784313725);
}

@media (max-width: 991px) {
  xo-container:has(.new20__title) {
    max-width: 72rem;
  }
}
@media (max-width: 767px) {
  xo-container:has(.new20__title) {
    max-width: 54rem;
  }
}

.xo-container--wide:has(.new20__title) {
  max-width: unset;
}
@media (min-width: 1400px) {
  .xo-container--wide:has(.new20__title) {
    padding: 0 14rem;
  }
}

.new20__title {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.new20__title h2 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.8rem);
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(var(--color-foreground));
  margin-bottom: 10px;
}

.new20__description {
  text-align: center;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.857 / var(--font-body-scale));
  font-weight: 500;
}
.new20__description p {
  margin-bottom: 3rem;
}

.new20__bullet-list {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new20__bullet {
  display: flex;
  cursor: pointer;
  height: 0.8rem;
  width: 0.8rem;
  margin: 0 0.3rem;
  background: rgba(var(--color-foreground), 0.2);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .new20__bullet {
    height: 0.5rem;
    width: 0.5rem;
  }
}

xo-carousel-bullet[xo-active]:not([xo-active=false]) .new20__bullet {
  background: rgba(var(--color-foreground));
}

.new20__btn-prev {
  position: absolute;
  top: 40%;
  left: 4rem;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.new20__btn-prev button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.2rem 1rem rgba(54, 54, 54, 0.1490196078);
  border: unset;
}
.new20__btn-prev button:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .new20__btn-prev {
    display: none;
  }
}

.new20__btn-next {
  position: absolute;
  top: 40%;
  right: 4rem;
  transform: translate(50%, -50%);
  z-index: 100;
}
.new20__btn-next button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.2rem 1rem rgba(54, 54, 54, 0.1490196078);
  border: unset;
}
.new20__btn-next button:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .new20__btn-next {
    display: none;
  }
}

.breadcrumb-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breadcrumb-v2__title {
  font-size: clamp(3rem, calc(1.875vw + 2.25rem), 4.5rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.1rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  margin-bottom: 0.5rem;
  text-align: center;
}

.collection-v14__button {
  text-align: center;
}
.collection-v14__button .xo-btn__text {
  text-transform: unset;
  font-size: calc(var(--font-body-scale) * 2rem);
  font-weight: 400;
  line-height: calc(1 + 1.6 / var(--font-heading-scale));
}

.collection-v14 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.collection-v14 .xo-image {
  border-radius: 0.8rem;
  overflow: hidden;
}

.collection-heading-v14 .xo-section-heading__title {
  color: #fff;
}

.faq-v1 {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .faq-v1 xo-grid {
    --xo-grid-col-gap: 60px;
  }
}

.faq-v1-left img {
  min-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-v1-right__provider {
  padding: 0 0 2rem 1rem;
  max-height: 40rem;
}

.faq-v1-right__heading {
  padding-bottom: 3.1rem;
}

.faq-v1-right__sub {
  font-weight: 600;
  font-size: calc(var(--font-body-scale) * 1.2rem);
  line-height: calc(1 + 0.1 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.24rem);
  color: rgba(var(--color-accent));
  padding-bottom: 1.2rem;
  text-transform: uppercase;
}

.faq-v1-right__title {
  font-family: "Roboto", sans-serif;
  color: rgba(var(--color-foreground), 0.9);
  margin: 0;
  font-weight: 600;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  letter-spacing: 0em;
  font-size: calc(var(--font-body-scale) * 2.5rem);
}
@media (min-width: 768px) {
  .faq-v1-right__title {
    font-size: calc(var(--font-body-scale) * 3rem);
  }
}
@media (min-width: 992px) {
  .faq-v1-right__title {
    font-size: calc(var(--font-body-scale) * 3.6rem);
  }
}

@media (min-width: 768px) {
  .faq-v1-right {
    padding-top: 5%;
  }
}

.faq-v1-right__question {
  color: rgba(var(--color-foreground), 0.8);
  font-weight: 500;
  cursor: pointer;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  letter-spacing: 0em;
  padding-right: 6rem;
  padding: 2rem 0;
  font-size: calc(var(--font-body-scale) * 1.8rem);
}
@media (max-width: 991px) {
  .faq-v1-right__question {
    max-width: 80%;
    font-size: calc(var(--font-body-scale) * 1.5rem);
  }
}

.faq-v1-right__row {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.15);
}
.faq-v1-right__row:last-child {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.faq-v1-right__trigger {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-v1-right__trigger[xo-active] .faq-v1-right__plus #path-2 {
  transform: scale(1, 0);
}

.faq-v1-right__plus path {
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

.faq-v1-right__anwser {
  color: rgba(var(--color-foreground), 0.5);
  padding-left: 0.8rem;
  line-height: calc(1 + 0.8 / var(--font-heading-scale));
  font-weight: 400;
  font-size: calc(var(--font-body-scale) * 1.1rem);
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .faq-v1-right__anwser {
    font-size: calc(var(--font-body-scale) * 1.2rem);
  }
}
@media (min-width: 992px) {
  .faq-v1-right__anwser {
    font-size: calc(var(--font-body-scale) * 1.5rem);
  }
}

.xo-img-compare {
  width: 100%;
  background-color: rgba(var(--color-background));
  color: rgba(var(--color-accent));
}

.xo-img-compare__badge {
  font-size: calc(var(--font-body-scale) * 3.5rem);
  padding: 0 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(var(--color-accent));
  top: auto;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .xo-img-compare__badge {
    font-size: calc(var(--font-body-scale) * 2rem);
  }
}

.xo-img-compare__handle {
  z-index: 1;
}

.xo-img-compare__handle-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-background));
}

.image-comparison-v2__title {
  font-family: "Roboto", sans-serif;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3.6rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  color: rgba(var(--color-foreground));
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
}

.image-comparison-v2__description {
  text-align: center;
  margin-bottom: 3rem;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.6);
}

.image-comparison-v2__image-before {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
}
.image-comparison-v2__image-before img {
  position: relative;
  top: var(--position-y, 0);
  height: auto;
  min-height: 58.5rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .image-comparison-v2__image-before img {
    top: 0;
    min-height: unset;
    height: 100%;
  }
}

.image-comparison-v2__image-after {
  max-height: 58.5rem;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.image-comparison-v2__image-after img {
  height: 100%;
  width: 100%;
  position: relative;
  top: var(--position-y, 0);
}
@media (max-width: 1199px) {
  .image-comparison-v2__image-after img {
    top: 0;
  }
}

.image-comparison-v2__label-before {
  background: rgba(255, 255, 255, 0.7490196078);
  border-radius: 0.125rem;
  line-height: calc(1 + 0 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  padding: 0.5rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: rgba(var(--color-foreground), 0.6);
}

.image-comparison-v2__label-after {
  background: rgba(255, 255, 255, 0.7490196078);
  border-radius: 0.125rem;
  line-height: calc(1 + 0 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  padding: 0.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(var(--color-foreground), 0.6);
}

.image-comparison-v2__beer-handle {
  width: 4rem;
  height: 5.4rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem transparent;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  z-index: 2;
  color: rgba(var(--color-foreground));
}
.image-comparison-v2__beer-handle::before {
  box-shadow: 0.8rem 0 rgba(var(--color-foreground)), 16px 0 rgba(var(--color-foreground));
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.6rem;
  transform: rotate(0) translateY(-50%);
  left: 1.1rem;
  top: 50%;
  border-left: 2px solid;
  border-top: 2px solid;
  transform-origin: 0 0;
}

.image-comparison-v2__handle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
  cursor: ew-resize;
}

.policy-v2__wrap {
  border: 0.1rem solid rgba(var(--color-border), 0.1);
  width: 100%;
  padding: 3rem 1.5rem;
  border-radius: var(--text-boxes-radius);
  height: 100%;
}

.policy-v2 {
  padding: 0;
}
@media (min-width: 992px) {
  .policy-v2 {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}

.policy-v2__svg {
  max-width: 5.5rem;
  margin: 0 auto;
}

.policy-v2__svg svg {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
}

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

.policy-v2__title {
  margin-bottom: 0;
  margin-top: 1.5rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.2rem);
  font-weight: 500;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

.policy-v2__title-sub {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.6);
}

.policy-v2__svg:hover,
.policy-v2__svg:focus {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(0.8rem);
  }
  33.3% {
    transform: translateX(-0.6rem);
  }
  49.95% {
    transform: translateX(0.4rem);
  }
  66.6% {
    transform: translateX(-0.2rem);
  }
  83.25% {
    transform: translateX(0.1rem);
  }
  100% {
    transform: translateX(0);
  }
}
.about-video-v3 {
  width: 100%;
}
@media (max-width: 991px) {
  .about-video-v3 {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .about-video-v3 {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 13rem 0;
  }
}

.about-video-v3__video {
  display: block;
  max-height: 70rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.about-video-v3__video xo-video-cover {
  min-height: 60rem;
}

.about-video-v3__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.about-video-v3__svg img {
  width: clamp(4rem, calc(5vw + 2rem), 8rem);
  height: auto;
}
@media (max-width: 991px) {
  .about-video-v3__svg img {
    filter: invert(1);
  }
}
.about-video-v3__svg svg {
  width: 9rem;
  height: 9rem;
}
@media (max-width: 991px) {
  .about-video-v3__svg svg {
    color: rgba(var(--color-background));
  }
}

.about-video-v3__info {
  text-align: center;
}

.about-video-v3__title {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 0 0 1.5rem;
  margin: 2rem 0 2rem;
  font-size: clamp(2rem, calc(1.25vw + 1.5rem), 3rem);
  font-weight: 500;
  color: rgba(var(--color-background));
}
@media (min-width: 992px) {
  .about-video-v3__title {
    color: rgba(var(--color-foreground));
    margin: 4.5rem 0 2rem;
  }
}

.about-video-v3__title::before {
  position: absolute;
  bottom: 0;
  content: "";
  background: rgba(var(--color-background));
  left: calc(50% - 3rem);
  width: 6rem;
  height: 0.1rem;
}
@media (min-width: 992px) {
  .about-video-v3__title::before {
    background: rgba(var(--color-foreground));
  }
}

.about-video-v3__sub-title {
  color: rgba(var(--color-background));
  font-size: clamp(1.3rem, calc(0.625vw + 1.05rem), 1.8rem);
}
@media (min-width: 992px) {
  .about-video-v3__sub-title {
    color: rgba(var(--color-foreground));
  }
}

.product-v3__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify);
  align-items: center;
  gap: 1rem;
  padding-top: 1.8rem;
  padding-bottom: 5rem;
}
@media (min-width: 576px) {
  .product-v3__tab {
    gap: 5rem;
  }
}

.product-v3__tab-trigger {
  font-size: clamp(2rem, calc(0.25vw + 1.9rem), 2.2rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: var(--font-heading-weight);
  width: 100%;
  background-color: rgba(var(--color-foreground), 0.05);
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 576px) {
  .product-v3__tab-trigger {
    position: relative;
    background: none;
    width: -moz-fit-content;
    width: fit-content;
    padding: unset;
    padding-bottom: 0.5rem;
  }
}

.product-v3__tab-trigger:hover {
  color: rgba(var(--color-foreground));
}

.product-v3__tab-trigger:hover::after {
  width: 100%;
}

.product-v3__tab-trigger[xo-active]:not([xo-active=false]) {
  color: rgba(var(--color-foreground));
}

@media (min-width: 576px) {
  .product-v3__tab-trigger:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    background-color: rgba(var(--color-accent));
    height: 0.2rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
  }
}

.product-v3__tab-trigger[xo-active]:not([xo-active=false]):after {
  width: 100%;
}

.product-v3__nav-button {
  text-align: center;
  padding-top: 3rem;
}

.slideshow-v29 {
  --pt: 50;
  --pb: 50;
  position: relative;
  z-index: 9;
  padding-top: calc(var(--pt) * 0.75 * 1px);
  padding-bottom: calc(var(--pb) * 0.75 * 1px);
  max-height: 95dvh;
}
@media (min-width: 768px) {
  .slideshow-v29 {
    padding-top: calc(var(--pt) * 1px);
    padding-bottom: calc(var(--pb) * 1px);
  }
}

.slideshow-v29__video {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slideshow-v29__slide {
  position: relative;
}

.slideshow-v29__slide:hover .slideshow-v29__arrow-btn:first-child {
  transform: translateX(0);
}
.slideshow-v29__slide:hover .slideshow-v29__arrow-btn:last-child {
  transform: translateX(0);
}

.slideshow-v29__bg-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow-v29__bg {
  background-size: cover;
  height: 100%;
  background-position: center;
}

@media (max-width: 767px) {
  .slideshow-v29__bg--desktop {
    display: none;
  }
}

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

.slideshow-v29__bg-color {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slideshow-v29__wrap-img {
  display: flex;
  justify-content: center;
  position: relative;
}

.slideshow-v29__text {
  max-height: 85dvh;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media (min-width: 768px) {
  .slideshow-v29__text {
    padding-top: 18%;
    padding-bottom: 18%;
  }
}

.slideshow-v29__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(3rem, var(--fontsize) / 190 * 100vw, var(--fontsize) * 1rem);
  font-weight: var(--fontweight);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2rem;
}

.slideshow-v26__img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.slideshow-v26__img .xo-image {
  height: 100%;
}
.slideshow-v26__img img {
  height: 100%;
}

.slideshow-v26__img--left {
  left: 0;
}

.slideshow-v26__img--right {
  right: 0;
}

.slideshow-v29__pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9;
  color: #fff;
}
@media (min-width: 768px) {
  .slideshow-v29__pagination {
    bottom: 5rem;
  }
}
.slideshow-v29__pagination xo-carousel-bullet {
  display: flex;
  align-items: center;
  width: 7rem;
}
.slideshow-v29__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) {
  gap: 0.3rem;
}
.slideshow-v29__pagination xo-carousel-bullet::before {
  content: "";
  width: 0;
  height: 0.3rem;
  background-color: #fff;
  transition: 0.5s;
}
.slideshow-v29__pagination xo-carousel-bullet::after {
  content: " 0" attr(xo-page) " ";
  color: #fff;
  font-size: calc(var(--font-body-scale) * 1.7rem);
  font-weight: 500;
}
.slideshow-v29__pagination xo-carousel-bullet[xo-active]:not([xo-active=false])::before {
  width: 4rem;
}

.slideshow-v51 {
  --pt: 50;
  --pb: 50;
  position: relative;
  z-index: 9;
  padding-top: calc(var(--pt) * 0.75 * 1px);
  padding-bottom: calc(var(--pb) * 0.75 * 1px);
  max-height: 95dvh;
}
@media (min-width: 768px) {
  .slideshow-v51 {
    padding-top: calc(var(--pt) * 1px);
    padding-bottom: calc(var(--pb) * 1px);
  }
}

.slideshow-v51__video {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slideshow-v51__bg-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow-v51__bg {
  background-size: cover;
  height: 100%;
  background-position: center;
}

@media (max-width: 767px) {
  .slideshow-v51__bg--desktop {
    display: none;
  }
}

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

.slideshow-v51__bg-color {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slideshow-v51__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .slideshow-v51__center {
    max-width: 60%;
  }
}

.slideshow-v51__text {
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 8rem;
  align-items: center;
  max-width: 100%;
}
@media (min-width: 768px) {
  .slideshow-v51__text {
    padding-top: 20dvh;
    padding-bottom: 25dvh;
  }
}
@media (min-width: 1400px) {
  .slideshow-v51__text {
    padding-top: 25dvh;
    padding-bottom: 25dvh;
  }
}
@media (max-width: 767px) {
  .slideshow-v51__text .xo-btn__text {
    font-size: 1rem;
  }
  .slideshow-v51__text .xo-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.slideshow-v51__subtitle {
  position: relative;
  z-index: 1;
  font-family: "Jost", sans-serif;
  position: relative;
  text-align: center;
  font-size: clamp(1.4rem, var(--fontsize) / 190 * 100vw, var(--fontsize) * 1rem);
  font-weight: var(--fontweight);
  letter-spacing: calc(var(--font-heading-scale) * 0.3rem);
  line-height: calc(1 + 0.1 / var(--font-heading-scale));
  text-transform: uppercase;
  color: rgba(var(--color-foreground));
}

.slideshow-v51__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(3rem, calc(5vw + 1rem), 7rem);
  text-align: center;
  font-weight: var(--fontweight);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: rgba(var(--color-foreground));
  position: relative;
  z-index: 1;
  font-weight: 900;
  mix-blend-mode: overlay;
}

.slideshow-v51__smalltitle {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, var(--fontsize) / 190 * 100vw, var(--fontsize) * 1rem);
  font-weight: var(--fontweight);
  line-height: calc(1 + 0.9 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.8);
  text-transform: unset;
  margin-bottom: clamp(3rem, calc(7.5vw + 0rem), 9rem);
}

.slideshow-v51__pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  z-index: 9;
}
.slideshow-v51__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .slideshow-v51__bullet {
  background-color: rgba(var(--color-foreground));
}

.slideshow-v51__bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .slideshow-v51__bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.slideshow-v51__overlay {
  background-color: #000000;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.slideshow-v51__button {
  position: relative;
  z-index: 1;
}
.slideshow-v51__button .xo-btn--primary {
  background: transparent;
}
.slideshow-v51__button .xo-btn--primary:hover .xo-btn__text::after {
  color: rgba(var(--color-foreground)) !important;
}

.slideshow-v51__arrows {
  display: none;
}
@media (min-width: 1200px) {
  .slideshow-v51__arrows {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 9;
    width: 100%;
    padding: 0 2rem;
  }
}

.slideshow-v51__arrow-btn {
  position: relative;
  transition: 0.3s;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  line-height: 0;
  justify-content: center;
  align-items: center;
  background: rgba(var(--color-background), 0.4);
  box-shadow: rgba(182, 182, 182, 0.25) 0px 54px 100px, rgba(170, 170, 170, 0.12) 0px -12px 30px, rgba(161, 161, 161, 0.12) 0px 4px 6px, rgba(146, 146, 146, 0.17) 0px 12px 13px, rgba(148, 148, 148, 0.09) 0px -3px 5px;
  overflow: hidden;
}
.slideshow-v51__arrow-btn svg {
  color: rgba(var(--color-foreground));
}

.slideshow-v51__icon-after {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  line-height: 0;
  opacity: 0;
}

.slideshow-v51__icon-before {
  transition: 0.3s;
}

xo-carousel-prev .slideshow-v51__icon-after {
  transform: translate(6rem, -50%);
}

xo-carousel-next .slideshow-v51__icon-after {
  transform: translate(-6rem, -50%);
}

xo-carousel-prev .slideshow-v51__arrow-btn:hover .slideshow-v51__icon-before {
  transform: translate(-6rem, -50%);
}

xo-carousel-next .slideshow-v51__arrow-btn:hover .slideshow-v51__icon-before {
  transform: translate(6rem, -50%);
}

.slideshow-v51__arrow-btn:hover .slideshow-v51__icon-after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.xo-404-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .xo-404-page {
    width: 48%;
  }
}

.xo-404-page__subtitle {
  font-size: clamp(1.4rem, calc(0.25vw + 1.3rem), 1.6rem);
  line-height: calc(1 + 0.17 / var(--font-heading-scale));
  text-align: center;
}

.xo-404-page__title {
  font-size: clamp(3rem, calc(1.25vw + 2.5rem), 4rem);
  line-height: calc(1 + 0.27 / var(--font-heading-scale));
  margin-bottom: 2rem;
  text-align: center;
}

.xo-404-page__description {
  padding-top: 1rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .main-account__table {
    padding-right: 6rem;
    border-right: solid 0.1rem rgba(var(--color-border), 0.15);
  }
}

@media (min-width: 768px) {
  .main-account__detail {
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .main-account__title {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.main-account__title h3 {
  margin: 0;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
}

.xo-account-detail__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 0.22 / var(--font-heading-scale));
  font-weight: 500;
  color: rgb(var(--color-foreground));
  padding-bottom: 2.7rem;
}

.xo-account-detail__user {
  display: flex;
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

.xo-account-detail__user-name {
  padding-inline-end: 1.2rem;
  border-inline-end: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-account-detail__user-phone {
  padding-inline-start: 1.2rem;
}

.xo-account-detail__address {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}

.xo-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.xo-orders-table tr {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.xo-orders-table th,
.xo-orders-table td {
  text-align: left;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.xo-orders-table th:last-child,
.xo-orders-table td:last-child {
  text-align: right;
  padding-inline-end: 2rem;
}
.xo-orders-table td {
  color: rgba(var(--color-foreground), 0.7);
}
.xo-orders-table td:last-child {
  color: rgba(var(--color-foreground));
}
@media (max-width: 575px) {
  .xo-orders-table {
    display: block;
  }
  .xo-orders-table tbody,
  .xo-orders-table tfoot,
  .xo-orders-table tr,
  .xo-orders-table th,
  .xo-orders-table td {
    display: block;
  }
  .xo-orders-table tbody:last-child,
  .xo-orders-table tfoot:last-child,
  .xo-orders-table tr:last-child,
  .xo-orders-table th:last-child,
  .xo-orders-table td:last-child {
    padding-inline-end: 0;
  }
  .xo-orders-table thead {
    display: none;
  }
  .xo-orders-table td {
    text-align: right;
  }
  .xo-orders-table td:before {
    content: attr(data-th) ": ";
    float: left;
    text-transform: uppercase;
    color: rgba(var(--color-foreground));
    display: flex;
    justify-content: space-between;
  }
}

.xo-orders-table__head-row {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.3);
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-orders-table__body-row {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-orders-table__order-number {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  padding: 0.7rem 1rem;
  color: rgba(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.08);
  border-radius: var(--text-boxes-radius);
  transition: 0.3s;
}

.xo-orders-table__order-number:hover {
  color: rgba(var(--color-background));
  background-color: rgba(var(--color-foreground));
}

.xo-activate-account {
  width: 60rem;
  margin: 0 auto;
}

.xo-address-list {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .main-address__table {
    padding-right: 6rem;
    border-right: solid 0.1rem rgba(var(--color-border), 0.15);
  }
}

.main-address__detail {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .main-address__detail {
    padding-top: 0;
    padding-left: 3rem;
  }
}

.xo-address-detail__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 0.22 / var(--font-heading-scale));
  font-weight: 500;
  color: rgb(var(--color-foreground));
  padding-bottom: 2.7rem;
}

.xo-address-detail__user {
  display: flex;
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

.xo-address-detail__user-name {
  padding-inline-end: 1.2rem;
  border-inline-end: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-address-detail__user-phone {
  padding-inline-start: 1.2rem;
}

.xo-address-detail__address {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}

.address-form {
  padding: 0 2rem 3rem;
}

@media (min-width: 768px) {
  .xo-address-table__title {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.xo-address-table__title h3 {
  margin: 0;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
}

.xo-address-table__table {
  width: 100%;
  border-collapse: collapse;
}
.xo-address-table__table th,
.xo-address-table__table td {
  text-align: left;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.xo-address-table__table th:last-child,
.xo-address-table__table td:last-child {
  text-align: right;
  padding-inline-end: 2rem;
}
.xo-address-table__table td {
  color: rgba(var(--color-foreground), 0.7);
}
.xo-address-table__table td:last-child {
  color: rgba(var(--color-foreground));
}
@media (max-width: 575px) {
  .xo-address-table__table {
    display: block;
  }
  .xo-address-table__table tbody,
  .xo-address-table__table tfoot,
  .xo-address-table__table tr,
  .xo-address-table__table th,
  .xo-address-table__table td {
    display: block;
  }
  .xo-address-table__table tbody:last-child,
  .xo-address-table__table tfoot:last-child,
  .xo-address-table__table tr:last-child,
  .xo-address-table__table th:last-child,
  .xo-address-table__table td:last-child {
    padding-inline-end: 0;
  }
  .xo-address-table__table thead {
    display: none;
  }
  .xo-address-table__table td {
    text-align: right;
  }
  .xo-address-table__table td:before {
    content: attr(data-th) ": ";
    float: left;
    text-transform: uppercase;
    color: rgba(var(--color-foreground));
    display: flex;
    justify-content: space-between;
  }
}

.xo-address-table__head-row {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.3);
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-address-table__body-row {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-address-table__button {
  margin-top: 3rem;
}

@media (max-width: 575px) {
  .xo-table__body-row td:last-child {
    padding-inline-end: 0;
  }
}

.main-article__image-wrap {
  position: relative;
  margin-bottom: 3.5rem;
}

.main-article__image .xo-image {
  max-height: 64rem;
  border-radius: var(--modal-corner-radius);
}
.main-article__image .img {
  border-radius: var(--modal-corner-radius);
}

.main-article__header {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 90%;
}
@media (max-width: 767px) {
  .main-article__header {
    bottom: 1.5rem;
  }
}

.main-article__title {
  color: rgba(var(--color-background));
  text-align: center;
  font-size: clamp(2rem, calc(2vw + 1.2rem), 3.6rem);
}

.main-article__information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
.main-article__information span {
  color: rgba(var(--color-background));
  font-size: clamp(1.1rem, calc(0.25vw + 1rem), 1.3rem);
  text-transform: capitalize;
}

.main-article__information-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-article__content {
  padding-bottom: 2rem;
}
.main-article__content iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .main-article__content iframe {
    height: auto;
  }
}
@media (max-width: 767px) {
  .main-article__content .blog-grid {
    flex-direction: column;
    align-items: center;
  }
}
.main-article__content .blog-grid img {
  width: 100%;
  height: 100%;
}

.main-article__footer {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .main-article__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.main-article__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.1);
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
  padding: 3rem 0;
  margin-bottom: 3rem;
}

.main-article__navigation-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-article__navigation-item--right {
  align-items: flex-end;
}

.main-article__navigation-item--disable {
  visibility: hidden;
}

.main-article__navigation-arrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-article__navigation-arrow svg {
  color: rgba(var(--color-foreground), 0.3);
  transition: 0.3s;
}
.main-article__navigation-arrow span {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
  text-transform: uppercase;
  font-size: clamp(1rem, calc(0.25vw + 0.9rem), 1.2rem);
  line-height: 1;
  padding-top: 0.1rem;
}

.main-article__navigation-arrow--left {
  padding-left: 1rem;
}

.main-article__navigation-arrow--right {
  padding-right: 1rem;
  flex-direction: row-reverse;
}

.main-article__navigation-arrow:hover span, .main-article__navigation-arrow:hover svg {
  color: rgba(var(--color-foreground));
}

.main-article__navigation-title {
  transition: 0.3s;
  font-size: clamp(1.6rem, calc(0.25vw + 1.5rem), 1.8rem);
  margin-bottom: 0;
}

.main-article__navigation-title--right {
  text-align: right;
}

.main-article__navigation-title:hover {
  color: rgba(var(--color-foreground), 0.5);
}

.main-article__tags, .main-article__share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.main-article__tags span, .main-article__share span {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
  letter-spacing: calc(var(--font-body-scale) * 0.2rem);
  text-transform: uppercase;
}

.main-article__sidebar-wrap {
  position: sticky;
  top: 10rem;
}

.main-article__sidebar-title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5remrem);
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.main-article__sidebar-category {
  padding-bottom: 4rem;
}

.main-article__sidebar-post {
  padding-bottom: 4rem;
}

.main-article__sidebar-tag {
  padding-bottom: 4rem;
}

.main-article__sidebar-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-article__sidebar-category-item {
  border-bottom: 0.1rem dashed rgba(var(--color-foreground), 0.1);
  padding: 0.8rem 0;
}
.main-article__sidebar-category-item a {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
  display: block;
}

.main-article__sidebar-category-item:hover a {
  color: rgba(var(--color-foreground));
}

.main-article__sidebar-tag-list, .main-article__tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.main-article__sidebar-tag-item a, .main-article__tag-item a {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.5rem;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  border-radius: var(--buttons-radius);
  color: rgba(var(--color-foreground));
  transition: 0.3s;
}
.main-article__sidebar-tag-item a:hover, .main-article__tag-item a:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
}

.main-article__sidebar-banner a {
  display: block;
}
.main-article__sidebar-banner .xo-image {
  border-radius: var(--modal-corner-radius);
}
.main-article__sidebar-banner img {
  width: 100%;
  border-radius: var(--modal-corner-radius);
}

.related-article__carousel {
  margin-top: 3rem;
}
.related-article__carousel .carousel-pagination-style1__pagination {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .related-article__carousel .carousel-pagination-style1__pagination {
    padding-top: 4rem;
  }
}

.xo-article-comments-form {
  padding: 1rem 0;
}

.xo-article-comments-form__title {
  padding-bottom: 1rem;
}

.xo-article-comments-form__inputs {
  padding-bottom: 2.5rem;
}
.xo-article-comments-form__inputs .xo-field-input__placeholder {
  display: none;
}

.xo-article-comments-form__text-area textarea {
  height: 24rem;
}
.xo-article-comments-form__text-area .xo-field-textarea__placeholder {
  display: none;
}

.xo-article-comments-form__submit {
  display: flex;
  justify-content: center;
}

.xo-article-comments {
  padding: 1rem 0;
}

.xo-article-comments__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.2rem);
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.xo-article-comments__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.xo-article-comments__wrap .xo-pagination__list {
  padding-top: 1rem;
}

.xo-article-comments__item {
  background-color: rgba(var(--color-foreground), 0.05);
  border-radius: var(--text-boxes-radius);
  padding: 1.5rem 2.5rem;
}

.xo-article-comments__item-info {
  display: flex;
  align-items: center;
}

.xo-article-comments__item-author, .xo-article-comments__item-date {
  color: rgba(var(--color-foreground), 0.4);
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-article-comments__item-date::before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: rgba(var(--color-foreground), 0.4);
}

.xo-article-comments__item-content p {
  font-size: calc(var(--font-body-scale) * 1.8rem);
}

.xo-article-comments__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.xo-article-comments__author {
  color: rgba(var(--color-foreground));
  font-weight: 500;
}

.xo-article-comments__dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.4);
}

.xo-article-comments__date {
  color: rgba(var(--color-foreground), 0.4);
  text-transform: uppercase;
}

.main-blog__list-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.main-blog__sidebar-wrap {
  position: sticky;
  top: 10rem;
}

.main-blog__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.5remrem);
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.main-blog__category {
  padding-bottom: 4rem;
}

.main-blog__post {
  padding-bottom: 4rem;
}

.main-blog__tag {
  padding-bottom: 4rem;
}

.main-blog__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-blog__category-item {
  border-bottom: 0.1rem dashed rgba(var(--color-foreground), 0.1);
  padding: 0.8rem 0;
}
.main-blog__category-item a {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
  display: block;
}

.main-blog__category-item:hover a {
  color: rgba(var(--color-foreground));
}

.main-blog__tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.main-blog__tag-item a {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.5rem;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  border-radius: var(--buttons-radius);
  color: rgba(var(--color-foreground));
  transition: 0.3s;
}
.main-blog__tag-item a:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
}

.main-blog__tag-item.xo-active {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.5rem;
  border-radius: var(--buttons-radius);
  color: rgba(var(--color-background));
  background-color: rgba(var(--color-foreground));
}

.main-blog__banner a {
  display: block;
}
.main-blog__banner .xo-image {
  border-radius: var(--modal-corner-radius);
}
.main-blog__banner img {
  width: 100%;
  border-radius: var(--modal-corner-radius);
}

.xo-cart .xo-empty {
  padding: 0;
}

.xo-cart__right {
  padding: 2rem 3rem 2.8rem;
  background-color: rgba(var(--color-foreground), 0.03);
  height: -moz-fit-content;
  height: fit-content;
}
.xo-cart__right .xo-cart-shipping-rates__inner {
  background-color: transparent;
}

.xo-cart__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xo-carousel-navigation {
  width: 100%;
  padding: 0rem 2rem;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
}

.xo-carousel-navigation__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: 12rem;
}

.xo-carousel-navigation__button {
  z-index: 1;
  background-color: rgba(var(--color-background), 0.4);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.xo-carousel-navigation__button:hover {
  box-shadow: 0 0 0.6rem 0.1rem rgba(var(--color-accent), 0.4);
  border: 0.1rem solid rgba(var(--color-accent), 0.7);
  transition: 0.3s;
  background-color: rgba(var(--color-background), 1);
}
.xo-carousel-navigation__button svg {
  display: block;
}
.xo-carousel-navigation__button:first-child {
  transform: rotate(180deg);
}

.xo-carousel-navigation__button--boxes {
  border: 0;
  background-color: rgb(var(--color-background));
  box-shadow: 0 0 0.2rem 0.1rem rgba(var(--color-foreground), 0.2);
}
.xo-carousel-navigation__button--boxes:hover {
  box-shadow: 0 0 0.6rem 0.1rem rgba(var(--color-accent), 0.4);
}

.xo-carousel-navigation__button[xo-disabled]:not([xo-disabled=false]) {
  opacity: 0;
  cursor: not-allowed;
}

.xo-carousel-navigation--top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-110%);
}

.xo-carousel-navigation--in-content {
  position: absolute;
  top: calc(50% - 5rem);
  left: 0;
  transform: translateY(-50%);
}
.xo-carousel-navigation--in-content .xo-carousel-navigation__button {
  opacity: 0;
  transition: 0.3s;
}
.xo-carousel-navigation--in-content .xo-carousel-navigation__nav {
  width: 100%;
}

xo-carousel:hover .xo-carousel-navigation__button {
  opacity: 1;
}

.xo-carousel-navigation--center {
  justify-content: center;
}

.xo-carousel-navigation--right {
  justify-content: flex-end;
}

.xo-carousel-navigation--disabled {
  display: none;
}

.is-mobile .xo-carousel-navigation--mobile-disabled {
  display: none;
}

.xo-carousel-paginator {
  --pag_align: left;
  justify-content: var(--pag_align);
}
.xo-carousel-paginator xo-carousel-bullet {
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.xo-carousel-paginator xo-carousel-bullet span {
  display: block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(var(--color-foreground), 0.25);
  border-radius: 50%;
}
.xo-carousel-paginator xo-carousel-bullet:hover span {
  box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.147);
  transition-duration: 0.3s;
}
.xo-carousel-paginator xo-carousel-bullet[xo-active]:not([xo-active=false]) span {
  background-color: rgba(var(--color-accent));
}
.xo-carousel-paginator xo-carousel-bullet[xo-active]:not([xo-active=false]):hover span {
  box-shadow: none;
}

.xo-carousel-paginator--sticks xo-carousel-bullet {
  width: 4.5rem;
}
.xo-carousel-paginator--sticks xo-carousel-bullet span {
  border-radius: 0;
  width: 3.5rem;
  height: 0.4rem;
}

.xo-carousel-paginator--disabled {
  display: none;
}

.is-mobile .xo-carousel-paginator--mobile-disabled {
  display: none;
}

.xo-cart-item {
  display: flex;
  gap: 1.8rem;
}
@media (min-width: 768px) {
  .xo-cart-item {
    gap: 2.3rem;
  }
}

.xo-cart-item__image .xo-image {
  width: 8rem;
  aspect-ratio: var(--aspect-ratio);
}
@media (min-width: 768px) {
  .xo-cart-item__image .xo-image {
    width: 12rem;
  }
}
.xo-cart-item__image .xo-image img {
  height: 100%;
}

.xo-cart-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .xo-cart-item__content {
    row-gap: 0.5rem;
  }
}

.xo-cart-item__title {
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

.xo-cart-item__price {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
}

.xo-cart-item__option {
  display: flex;
  gap: 0.5rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.xo-cart-item__option span {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-foreground), 0.5);
}
@media (max-width: 767px) {
  .xo-cart-item__option {
    display: none;
  }
}

@media (min-width: 768px) {
  .xo-cart-item__quantity {
    display: none;
  }
}

.xo-cart-item__detail-discounts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xo-cart-item__detail-discount {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.xo-cart-item__original-price {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground));
}

.xo-cart-item__original-price--old {
  font-size: calc(var(--font-body-scale) * 1.3rem);
  color: rgba(var(--color-foreground), 0.5);
}

.xo-cart-item__final-price {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-accent));
}

.xo-cart-table__title {
  font-size: calc(var(--font-body-scale) * 1.8rem);
  color: rgba(var(--color-foreground));
  padding-bottom: 3rem;
}

.xo-cart-table__quantity {
  width: 100%;
}
@media (min-width: 768px) {
  .xo-cart-table__quantity {
    width: 50%;
  }
}

.xo-cart-table__price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

@media (max-width: 767px) {
  .xo-cart-table tr {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .xo-cart-table td::before {
    content: unset;
  }
}
@media (max-width: 767px) {
  .xo-cart-table td[data-th=Total] {
    display: none;
  }
}
@media (max-width: 767px) {
  .xo-cart-table td[data-th=Quantity] {
    display: none;
  }
}

.cart-item__discounted-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart-item__old-price {
  color: rgba(var(--color-foreground), 0.5);
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.xo-cart-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--color-foreground));
  font-weight: 500;
}

.collection-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-title__title {
  font-size: clamp(3rem, calc(1.875vw + 2.25rem), 4.5rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.1rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  margin-bottom: 0.5rem;
}

.main-collection__banner-modern {
  margin-bottom: 3rem;
}
.main-collection__banner-modern a {
  display: block;
}
.main-collection__banner-modern .xo-image {
  border-radius: var(--text-boxes-radius);
}
.main-collection__banner-modern img {
  width: 100%;
  border-radius: var(--text-boxes-radius);
}

.main-collection__banner a {
  display: block;
}
.main-collection__banner img {
  width: 100%;
  border-radius: var(--text-boxes-radius);
}

.collapse-style1__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.collapse-style1__trigger-option {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: rgba(var(--color-foreground), 0.8);
}

.collapse-style1__trigger-option--blur {
  color: rgba(var(--color-foreground), 0.3);
}

.collapse-style1__trigger-icon {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.collapse-style1__trigger[xo-active]:not([xo-active=false]) .collapse-style1__trigger-option--blur {
  color: rgba(var(--color-foreground), 0.8);
}
.collapse-style1__trigger[xo-active]:not([xo-active=false]) .collapse-style1__trigger-icon {
  transform: rotate(180deg);
}

.collapse-style1__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.collapse-style1__detail-item {
  display: flex;
  gap: 1.1rem;
}
.collapse-style1__detail-item:last-child {
  padding-bottom: 2rem;
}

.collapse-style1__detail-item-number {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(var(--color-foreground), 0.3);
}

.collapse-style1__detail-item-title {
  letter-spacing: 0.02em;
  color: rgba(var(--color-foreground), 0.6);
}

.collection-bestsell__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.collection-bestsell__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.3rem);
  text-transform: uppercase;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.collection-bestsell__carousel {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.collection-bestsell__pagination {
  display: var(--display-mobile);
  padding-top: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .collection-bestsell__pagination {
    display: var(--display-desktop);
    gap: 1rem;
  }
  .collection-bestsell__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .collection-bestsell__bullet {
    background-color: rgba(var(--color-foreground));
  }
}

.collection-bestsell__bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .collection-bestsell__bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.collection-bestsell__navigation {
  position: absolute;
  top: -6.9rem;
  right: 0;
  z-index: 9;
  transition: 0.3s;
  gap: 0.8rem;
}

.collection-bestsell__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.collection-bestsell__arrow svg {
  color: rgba(var(--color-foreground));
}

.collection-bestsell__arrow:hover button {
  background-color: rgba(var(--color-foreground));
}
.collection-bestsell__arrow:hover svg {
  color: rgba(var(--color-background));
}

.collection-sidebar__header {
  padding: 0.6rem 0 0.6rem 1.4rem;
  border-left: 0.3rem solid rgba(var(--color-foreground));
  white-space: nowrap;
}

.collection-sidebar__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  margin-bottom: 0;
}

.collection-sidebar__title::after {
  content: "";
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  width: 32rem;
  position: absolute;
  top: 50%;
  left: 100%;
}

.collection-sidebar__menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 3rem 0 4rem;
  gap: 1rem;
}
.collection-sidebar__menu .collapse-style1__body {
  margin-left: 2rem;
}

.collection-sidebar__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
  transform: translateX(-1.7rem);
  cursor: pointer;
}
.collection-sidebar__item a {
  color: rgba(var(--color-foreground), 0.5);
  transition: 0.3s;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
}

.collection-sidebar__item--child a {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 1.6 / var(--font-body-scale));
}

.collection-sidebar__item:hover {
  transform: translateX(0);
}
.collection-sidebar__item:hover a {
  color: rgba(var(--color-foreground));
}

.collection-sidebar__banner a {
  display: block;
}
.collection-sidebar__banner img {
  width: 100%;
  border-radius: var(--text-boxes-radius);
}

.collection-title-style2__carousel {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .collection-title-style2__carousel {
    margin-top: 4rem;
  }
}

.collection-title-style2__carousel:hover .collection-title-style2__arrow-left, .collection-title-style2__carousel:hover .collection-title-style2__arrow-right {
  opacity: 1;
  transform: translateX(0);
}

.collection-title-style2__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .collection-title-style2__nav {
    gap: 1.6rem;
  }
}

.collection-title-style2__nav-img .xo-image {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  transform: translateZ(0);
}
.collection-title-style2__nav-img img {
  transition: 0.3s;
}
.collection-title-style2__nav-img .xo-image:hover img {
  transform: scale(1.1);
}

.collection-title-style2__nav-text a {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .collection-title-style2__nav-text a {
    font-size: calc(var(--font-body-scale) * 2rem);
  }
}
.collection-title-style2__nav-text a:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.collection-title-style2__arrow-left, .collection-title-style2__arrow-right {
  display: none;
}
@media (min-width: 768px) {
  .collection-title-style2__arrow-left, .collection-title-style2__arrow-right {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(var(--color-foreground));
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 28%;
    cursor: pointer;
    z-index: 9;
  }
}
.collection-title-style2__arrow-left button, .collection-title-style2__arrow-right button {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-title-style2__arrow-left svg, .collection-title-style2__arrow-right svg {
  color: rgba(var(--color-background));
}

.collection-title-style2__arrow-left {
  left: 0;
  transform: translateX(-2rem);
}

.collection-title-style2__arrow-right {
  right: 0;
  transform: translateX(2rem);
}

.collection-title-style2__arrow-left:hover, .collection-title-style2__arrow-right:hover {
  background-color: rgba(var(--color-background));
}
.collection-title-style2__arrow-left:hover svg, .collection-title-style2__arrow-right:hover svg {
  color: rgba(var(--color-foreground));
}

.collection-title-style3__carousel {
  padding: 2rem 0;
}

.collection-title-style3__nav-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-title-style3__nav-text a {
  position: relative;
  color: rgba(var(--color-background));
  font-size: calc(var(--font-body-scale) * 1.5rem);
  letter-spacing: calc(var(--font-body-scale) * 0.2rem);
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  transition: 0.3s;
}
.collection-title-style3__nav-text a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}

.collection-title-style3__nav-text:hover a {
  color: rgba(var(--color-background), 0.5);
}
.collection-title-style3__nav-text:hover a:after {
  background-color: rgba(var(--color-background), 0.5);
}

.collection-title-style3__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.collection-title-style3__arrow button {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-title-style3__arrow svg {
  color: rgba(var(--color-background));
  transition: 0.3s;
}

.collection-title-style3__arrow:hover svg {
  color: rgba(var(--color-background), 0.5);
}

.collection-title-style3__arrow--left {
  left: 0;
}

.collection-title-style3__arrow--right {
  right: 0;
}

.collection-title-style4__carousel {
  margin-top: 4.5rem;
}

.collection-title-style4__carousel:hover .collection-title-style4__arrow-left, .collection-title-style4__carousel:hover .collection-title-style4__arrow-right {
  opacity: 1;
  transform: translate(0, -50%);
}

.collection-title-style4__nav-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-title-style4__nav-text a {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 0.3rem;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 768px) {
  .collection-title-style4__nav-text a {
    font-size: calc(var(--font-body-scale) * 2rem);
  }
}
.collection-title-style4__nav-text a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.2rem;
  background-color: rgba(var(--color-foreground), 0.7);
  transition: 0.3s;
}
.collection-title-style4__nav-text a:hover {
  color: rgba(var(--color-foreground), 0.7);
}
.collection-title-style4__nav-text a:hover:after {
  width: 3.6rem;
}

.collection-title-style4__arrow-left, .collection-title-style4__arrow-right {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 9;
}
.collection-title-style4__arrow-left button, .collection-title-style4__arrow-right button {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-title-style4__arrow-left svg, .collection-title-style4__arrow-right svg {
  color: rgba(var(--color-background));
}

.collection-title-style4__arrow-left {
  left: 0;
  transform: translate(-2rem, -50%);
}

.collection-title-style4__arrow-right {
  right: 0;
  transform: translate(2rem, -50%);
}

.collection-title-style4__arrow-left:hover, .collection-title-style4__arrow-right:hover {
  background-color: rgba(var(--color-background));
}
.collection-title-style4__arrow-left:hover svg, .collection-title-style4__arrow-right:hover svg {
  color: rgba(var(--color-foreground));
}

.collection-title-style5__carousel {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .collection-title-style5__carousel {
    margin-top: 2.5rem;
  }
}

.collection-title-style5__carousel:hover .collection-title-style5__arrow-left, .collection-title-style5__carousel:hover .collection-title-style5__arrow-right {
  opacity: 1;
  transform: translateX(0);
}

.collection-title-style5__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-title-style5__nav-img {
  position: relative;
  padding: 1rem;
}
.collection-title-style5__nav-img .xo-image {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collection-title-style5__nav-img {
    padding: 3rem;
  }
}

.collection-title-style5__nav-img:hover::before, .collection-title-style5__nav-img:hover::after {
  width: 11.5rem;
  height: 11.5rem;
  position: absolute;
  content: "";
  left: calc(50% - 5.75rem);
  top: calc(50% - 5.75rem);
  background: hsla(0, 0%, 100%, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  animation-name: k;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.collection-title-style5__nav-img:hover::after {
  animation-delay: 1s;
}

@keyframes k {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
.collection-title-style5__nav-text a {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .collection-title-style5__nav-text a {
    font-size: calc(var(--font-body-scale) * 2rem);
  }
}
.collection-title-style5__nav-text a:hover {
  color: rgba(var(--color-foreground), 0.7);
}

.collection-title-style5__arrow-left, .collection-title-style5__arrow-right {
  display: none;
}
@media (min-width: 768px) {
  .collection-title-style5__arrow-left, .collection-title-style5__arrow-right {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(var(--color-foreground));
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 34%;
    cursor: pointer;
    z-index: 9;
  }
}
.collection-title-style5__arrow-left button, .collection-title-style5__arrow-right button {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-title-style5__arrow-left svg, .collection-title-style5__arrow-right svg {
  color: rgba(var(--color-background));
}

.collection-title-style5__arrow-left {
  left: 0;
  transform: translateX(-2rem);
}

.collection-title-style5__arrow-right {
  right: 0;
  transform: translateX(2rem);
}

.collection-title-style5__arrow-left:hover, .collection-title-style5__arrow-right:hover {
  background-color: rgba(var(--color-background));
}
.collection-title-style5__arrow-left:hover svg, .collection-title-style5__arrow-right:hover svg {
  color: rgba(var(--color-foreground));
}

.xo-facets {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}

.xo-facets__toggle {
  display: none;
}
@media (min-width: 992px) {
  .xo-facets__toggle {
    display: block;
    position: relative;
  }
  .xo-facets__toggle button {
    all: unset;
    cursor: pointer;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2rem solid rgba(var(--color-foreground), 0.5);
    transition: 0.3s;
  }
  .xo-facets__toggle svg .cls-1 {
    fill: rgba(var(--color-foreground));
  }
}

.xo-facets__toggle:hover .xo-facets__toggle-content {
  transform: translateX(-2.5rem);
  opacity: 1;
  visibility: visible;
}
.xo-facets__toggle:hover button {
  border-color: rgba(var(--color-foreground));
}

.xo-facets__toggle xo-toggle-trigger[xo-active]:not([xo-active=false]) button {
  border-color: rgba(var(--color-foreground));
}

.xo-facets__toggle-content {
  position: absolute;
  top: 0;
  left: -18rem;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.xo-facets__toggle-content[xo-active]:not([xo-active=false]) {
  transform: translateX(-2.5rem);
  opacity: 1;
  visibility: visible;
}

.xo-facets__group-button {
  display: flex;
  gap: 0.5rem;
}

.xo-facets__button-item {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: rgba(var(--color-foreground));
  background-color: rgba(var(--color-background));
  cursor: pointer;
  line-height: 0;
}

.xo-facets__button-item:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
}

.xo-facets__button-item[xo-active]:not([xo-active=false]) {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
}

.xo-facets__item {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}

.xo-facets__filters {
  padding-top: 5.4rem;
}

.xo-field-price__range {
  margin-bottom: 1.7rem;
}
.xo-field-price__range xo-range-progress {
  background-color: rgb(var(--color-foreground));
}
.xo-field-price__range xo-range-thumb {
  width: 2rem;
  height: 2rem;
  background-color: rgb(var(--color-foreground));
}
.xo-field-price__range xo-range-thumb:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgb(var(--color-background));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xo-field-price__input-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: rgba(var(--color-foreground));
}

.xo-field-price__label {
  color: rgba(var(--color-foreground), 0.8);
}

.xo-field-price__text {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
}

.fieldset-block__header {
  padding: 0.6rem 0 0.6rem 1.4rem;
  border-left: 0.3rem solid rgba(var(--color-foreground));
  white-space: nowrap;
}

.fieldset-block__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  margin-bottom: 0;
}

.fieldset-block__title::after {
  content: "";
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  width: 32rem;
  position: absolute;
  top: 50%;
  left: 100%;
}

.fieldset-block__content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.fieldset-block__content--column {
  flex-direction: column;
  flex-wrap: nowrap;
}

.fieldset-block__content--color {
  row-gap: 0.5rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.fieldset-block__content--scroll {
  max-height: 22rem;
  overflow-y: auto;
}

.fieldset-block__content--scroll::-webkit-scrollbar {
  width: 0.3rem;
  background-color: rgba(var(--color-foreground), 0.08);
}

.fieldset-block__content--scroll::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.12);
}

.fieldset-block__content--scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground));
}

.xo-fieldset-popover__trigger {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}

.xo-fieldset-popover__label {
  font-weight: 500;
  letter-spacing: -0.032rem;
  color: rgba(var(--color-foreground), 0.8);
}

.xo-fieldset-popover__popover {
  min-width: 25rem;
  padding: 2rem 2.7rem;
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-fieldset-popover__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-fieldset-popover__caption {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  flex-shrink: 0;
}

.xo-fieldset-popover__content {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-top: 1.5rem;
}

.xo-filters-refine {
  margin-bottom: 2rem;
}
.xo-filters-refine[xo-empty]:not([xo-empty=false]) {
  display: none;
}
.xo-filters-refine xo-filters-clear {
  background-color: rgba(var(--color-foreground), 0.1);
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem 0.6rem 1rem;
  font-size: 1.5rem;
  color: rgba(var(--color-foreground));
  transition: 0.3s;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.6rem;
  line-height: 0;
  font-weight: 500;
}
.xo-filters-refine xo-filters-clear svg {
  line-height: 0;
}
.xo-filters-refine xo-filters-clear:hover {
  background-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
}
.xo-filters-refine xo-filters-clear[xo-clear-all] {
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: underline;
  background: unset;
  text-transform: capitalize;
  margin-left: 1.2rem;
  transition: 0.3s;
}
.xo-filters-refine xo-filters-clear[xo-clear-all]:hover {
  color: rgba(var(--color-foreground));
}

.main-collection-mobile__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 0.2rem solid rgba(var(--color-foreground), 0.5);
  border-radius: var(--buttons-radius);
  padding: 1rem 2rem;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .main-collection-mobile__trigger {
    display: none;
  }
}

.main-collection-mobile__trigger:hover {
  background-color: rgba(var(--color-foreground));
  border: 0.2rem solid rgba(var(--color-foreground));
}
.main-collection-mobile__trigger:hover .main-collection-mobile__trigger-text {
  color: rgba(var(--color-background));
}
.main-collection-mobile__trigger:hover svg {
  color: rgba(var(--color-background));
}

.main-collection-mobile__trigger-text {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.main-collection-mobile__modal-wrap {
  width: 100%;
  padding: 4.8rem;
  background-color: rgba(var(--color-background));
  position: relative;
}
@media (min-width: 576px) {
  .main-collection-mobile__modal-wrap {
    width: 41.5rem;
  }
}
@media (min-width: 768px) {
  .main-collection-mobile__modal-wrap {
    display: none;
  }
}

.main-collection-mobile__modal {
  overflow-x: hidden;
}

.main-collection-mobile__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .main-collection-mobile__modal-close {
  right: 1rem;
}
[dir=rtl] .main-collection-mobile__modal-close {
  left: 1rem;
}
.main-collection-mobile__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.main-collection-mobile__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.main-collection-mobile__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.main-collection-mobile__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.main-collection-style1__header {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .main-collection-style1__header {
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .main-collection-style1__sidebar {
    display: none;
  }
}

.main-collection-style2__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .main-collection-style2__header {
    padding-bottom: 3rem;
  }
}

.main-collection-style2__trigger {
  display: none;
}
@media (min-width: 768px) {
  .main-collection-style2__trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0.2rem solid rgba(var(--color-foreground), 0.5);
    border-radius: var(--buttons-radius);
    padding: 1rem 2rem;
    cursor: pointer;
    transition: 0.3s;
  }
}
.main-collection-style2__trigger svg {
  font-weight: bold;
}

.main-collection-style2__trigger.xo-active {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.main-collection-style2__trigger.xo-active .main-collection-style2__trigger-text {
  color: rgba(var(--color-background));
}
.main-collection-style2__trigger.xo-active svg {
  color: rgba(var(--color-background));
}

.main-collection-style2__trigger[xo-active]:not([xo-active=false]) {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.main-collection-style2__trigger[xo-active]:not([xo-active=false]) .main-collection-style2__trigger-text {
  color: rgba(var(--color-background));
}
.main-collection-style2__trigger[xo-active]:not([xo-active=false]) svg {
  color: rgba(var(--color-background));
}

.main-collection-style2__trigger:hover {
  background-color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}
.main-collection-style2__trigger:hover .main-collection-style2__trigger-text {
  color: rgba(var(--color-background));
}
.main-collection-style2__trigger:hover svg {
  color: rgba(var(--color-background));
}

.main-collection-style2__trigger-text {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.1rem);
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.main-collection-style2__modal-wrap {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .main-collection-style2__modal-wrap {
    display: block;
    width: 41.5rem;
    padding: 4.8rem;
    background-color: rgba(var(--color-background));
  }
}

.main-collection-style2__modal {
  overflow-x: hidden;
}

.main-collection-style2__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .main-collection-style2__modal-close {
  right: 1rem;
}
[dir=rtl] .main-collection-style2__modal-close {
  left: 1rem;
}
.main-collection-style2__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.main-collection-style2__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.main-collection-style2__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.main-collection-style2__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.main-collection-style2__grid {
  display: flex;
  justify-content: space-between;
}

.main-collection-style2__grid.xo-active {
  display: flex;
}
.main-collection-style2__grid.xo-active .main-collection-style2__sidebar {
  visibility: visible;
  opacity: 1;
  width: 32rem;
  margin-right: 3rem;
}
.main-collection-style2__grid.xo-active .main-collection-style2__content-wrap {
  width: calc(100% - 35rem);
}

.main-collection-style2__sidebar {
  width: 0;
  opacity: 0;
  transition: 0.3s;
  overflow-x: hidden;
  visibility: hidden;
}

.main-collection-style2__content-wrap {
  width: 100%;
  transition: 0.3s;
}

.main-collection-style2__collapse-wrap {
  display: none;
}
@media (min-width: 768px) {
  .main-collection-style2__collapse-wrap {
    display: grid;
    padding: 3rem 6rem;
    margin-bottom: 2rem;
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  }
}

.main-collection-style2__collapse {
  overflow-x: hidden;
}
.main-collection-style2__collapse .collection-sidebar__menu {
  max-height: 22rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-collection-style2__collapse .collection-sidebar__menu::-webkit-scrollbar {
  width: 0.3rem;
  background-color: rgba(var(--color-foreground), 0.08);
}
.main-collection-style2__collapse .collection-sidebar__menu::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.12);
}
.main-collection-style2__collapse .collection-sidebar__menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground));
}

.xo-login {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.xo-login__input .xo-field-input__placeholder {
  display: none;
}

.xo-login__footer {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

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

.xo-recover-password-form {
  padding: 0 2rem 2rem;
}

.xo-recover-password-form__description {
  padding-bottom: 2rem;
  text-align: center;
}

.xo-recover-password-form__input .xo-field-input__placeholder {
  display: none;
}

.xo-recover-password-form__cancel {
  display: block;
}

.xo-order-detail {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .xo-order-detail__order {
    padding-right: 7rem;
    border-right: 0.1rem solid rgba(var(--color-foreground), 0.15);
  }
}

@media (min-width: 768px) {
  .xo-order-detail__detail {
    padding-left: 3rem;
  }
}

.xo-order-bill {
  padding-top: 2rem;
}

.xo-order-bill__nav-title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  font-weight: 500;
  line-height: calc(1 + 0.38 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * -0.01rem);
  color: rgb(var(--color-foreground));
}
@media (min-width: 576px) {
  .xo-order-bill__nav-title {
    font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
    line-height: calc(1 + 0.22 / var(--font-heading-scale));
    letter-spacing: calc(var(--font-heading-scale) * 0.01rem);
  }
}

.xo-order-bill__payment-status {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: rgb(var(--color-foreground));
}

.xo-order-bill__payment-status-text {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.4);
}

.xo-order-bill__user {
  font-weight: 500;
  display: flex;
  color: rgb(var(--color-foreground));
}

.xo-order-bill__user-name {
  padding-inline-end: 1.2rem;
  border-inline-end: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-order-bill__user-phone {
  padding-inline-start: 1.2rem;
}

.xo-order-bill__address {
  padding-top: 0.9rem;
}

.xo-order-bill__ship-address {
  padding-top: 4.5rem;
}

@media (min-width: 768px) {
  .xo-order-table__title {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.xo-order-table__date {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
  line-height: 1.2;
}

.xo-order-table__product {
  color: rgba(var(--color-foreground), 0.7);
}

.xo-order-table__bill {
  padding-top: 2.2rem;
}

.xo-order-table__bill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-end: 2rem;
}

.xo-order-table__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-inline-end: 2rem;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

@media (max-width: 575px) {
  .xo-table__body-row td:last-child {
    padding-inline-end: 0;
  }
}

.about-v1__intro {
  padding-bottom: 7rem;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .about-v1__introl-img {
    padding-bottom: 7rem;
  }
}

.about-v1__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4rem);
  font-weight: 500;
  line-height: calc(1 + 0.33 / var(--font-heading-scale));
  position: relative;
  margin-bottom: 2rem;
}

.about-v1__sub-title::before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 2px;
  background: rgba(var(--color-foreground));
  margin-right: 18px;
  position: relative;
  top: -3px;
}

.about-v1__sub-title {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: rgba(var(--color-foreground), 0.5);
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.32rem);
}

.about-v1__description {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.5);
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .about-v1__description {
    margin-top: 3.5rem;
  }
}

.about-v1__img .xo-image {
  aspect-ratio: 665/450;
}
.about-v1__img img {
  height: 100%;
  transition: 0.5s;
}

.about-v1__img:hover {
  transition: 0.5s;
}
.about-v1__img:hover img {
  transform: scale(0.95);
  vertical-align: middle;
  transition: 0.5s;
}

.about-v10__info {
  position: relative;
  padding-inline-end: unset;
  padding-bottom: 2rem;
  margin-bottom: unset;
}
@media (min-width: 992px) {
  .about-v10__info {
    margin-bottom: 4rem;
  }
  [dir=ltr] .about-v10__info {
    padding-inline-end: 5.5rem;
  }
  [dir=rtl] .about-v10__info {
    padding-inline-end: 5.5rem;
  }
}

.about-v10__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 5.5rem);
  color: rgba(var(--color-foreground));
  font-weight: 500;
  line-height: calc(1 + 0.05 / var(--font-heading-scale));
  margin-bottom: 3rem;
}

.about-v10__sub-title {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground));
  letter-spacing: calc(var(--font-body-scale) * 0.05rem);
}

.about-v10__info-teams {
  background-color: rgba(var(--color-foreground));
  width: 100%;
  margin: 0;
  padding: 20px 30px;
}

.about-v10__name {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.6rem);
  font-weight: 400;
}
.about-v10__name a {
  color: rgba(var(--color-background));
}

.about-v10__name:hover {
  transition: 0.3;
}
.about-v10__name:hover a {
  transition: 0.3s;
  color: rgba(var(--color-accent));
}

.about-v10__positiion {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-background), 0.5);
}

.about-v10__image {
  position: relative;
}
.about-v10__image img {
  height: 100%;
}
.about-v10__image .xo-image {
  aspect-ratio: 452/496;
}

.about-v10__image:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.about-v10__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.about-v10__social {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 2;
}

.about-v10__social {
  display: flex;
  justify-content: center;
}

.about-v10__social li {
  display: inline-block;
  margin: 0 0.5rem;
}

.about-v10__image:hover .about-v10__social {
  opacity: 1;
  visibility: visible;
}

.about-v10__icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  text-align: center;
  align-items: center;
  background: rgba(var(--color-foreground));
  justify-content: center;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
}
.about-v10__icon svg {
  height: 1.4rem;
}
.about-v10__icon svg path {
  fill: rgba(var(--color-background), 0.5);
  transition: all 0.3s ease;
}

.about-v10__icon:hover {
  background-color: rgba(var(--color-background));
}
.about-v10__icon:hover svg path {
  fill: rgba(var(--color-foreground));
}

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

.about-v11__svg {
  margin-bottom: 2rem;
}
.about-v11__svg svg {
  width: 11rem;
  height: 11rem;
}
.about-v11__svg svg path {
  fill: rgba(var(--color-foreground));
}

.about-v11__title {
  color: rgba(var(--color-foreground));
  font-size: clamp(3rem, calc(1.25vw + 2.5rem), 4rem);
  line-height: calc(1 + 0.35 / var(--font-heading-scale));
  text-transform: unset;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .about-v11__title {
    font-weight: 600;
  }
}

.about-v12__intro {
  padding-bottom: 7rem;
  max-width: 570px;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .about-v12__introl-img {
    padding-bottom: 7rem;
  }
}

.about-v12__title {
  font-size: clamp(3rem, calc(1.25vw + 2.5rem), 4rem);
  line-height: calc(1 + 0.25 / var(--font-heading-scale));
  color: rgba(var(--color-foreground));
}
@media (min-width: 992px) {
  .about-v12__title {
    font-weight: 600;
  }
}

.about-v12__sub-title {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground));
  font-weight: 400;
  line-height: calc(1 + 0.45 / var(--font-body-scale));
}

.about-v12__description {
  margin-top: 3.5rem;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground), 0.7);
  font-weight: 400;
}

.about-v12__img img {
  transition: 0.5s;
  height: 100%;
}
.about-v12__img .xo-image {
  aspect-ratio: 665/453;
}

.about-v12__img:hover {
  transition: 0.5s;
}
.about-v12__img:hover img {
  transform: scale(0.95);
  vertical-align: middle;
  transition: 0.5s;
}

.about-v13__wrap {
  padding: 4.5rem 0 4.5rem;
  width: 100%;
  background-color: rgba(var(--color-foreground));
  text-align: center;
  height: 100%;
  border-radius: var(--text-boxes-radius);
}
@media (min-width: 992px) {
  .about-v13__wrap {
    padding: 11rem 0 15rem;
  }
}

.about-v13__svg {
  margin: 1rem 0;
}
.about-v13__svg svg {
  width: 7rem;
  height: 7rem;
}
.about-v13__svg svg path {
  fill: rgba(var(--color-background));
}

.about-v13__title {
  font-size: clamp(2.6rem, calc(0.5vw + 2.4rem), 3rem);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0.5;
  color: rgba(var(--color-background));
}

.about-v14 {
  max-width: 990px;
  margin: 0 auto;
}

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

.about-v14__title {
  font-size: clamp(3rem, calc(1.25vw + 2.5rem), 4rem);
  line-height: calc(1 + 0.35 / var(--font-heading-scale));
  text-transform: unset;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .about-v14__title {
    font-weight: 600;
  }
}

.about-v14__title-sub {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.5);
}

.about-v14__wrap-btn {
  margin-top: 3rem;
}
.about-v14__wrap-btn .xo-btn__text {
  font-weight: 600;
}

.about-v15__wrap {
  border: 0.2rem solid rgba(var(--color-border), 0.1);
  padding: 2.5rem 2.5rem 1.5rem;
  border-radius: var(--text-boxes-radius);
}

.about-v15__title {
  text-align: center;
  color: rgba(var(--color-foreground));
  font-size: clamp(3rem, calc(1.25vw + 2.5rem), 4rem);
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .about-v15__title {
    font-weight: 600;
  }
}

.about-v15__desc {
  margin: 1.5rem 0;
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground), 0.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about-v15__info-teams {
  display: flex;
  align-items: center;
}

.about-v15__image {
  width: 20%;
  height: 20%;
}
.about-v15__image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.about-v15__profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5rem;
}

.about-v15__name {
  margin: 0;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.2rem);
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(var(--color-foreground));
  position: relative;
}

.about-v15__position {
  font-size: calc(var(--font-body-scale) * 1.3rem);
  color: rgba(var(--color-foreground), 0.5);
  margin: 0;
}

.about-v2__intro {
  padding-bottom: 7rem;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .about-v2__introl-img {
    padding-bottom: 7rem;
  }
}

.about-v2__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4rem);
  font-weight: 500;
  line-height: calc(1 + 0.33 / var(--font-heading-scale));
  position: relative;
  margin-bottom: 2rem;
}

.about-v2__sub-title::before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 2px;
  background: rgba(var(--color-foreground));
  margin-right: 18px;
  position: relative;
  top: -3px;
}

.about-v2__sub-title {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: rgba(var(--color-foreground), 0.5);
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.32rem);
}

.about-v2__description {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.5);
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .about-v2__description {
    margin-top: 3.5rem;
  }
}

.about-v2__img .xo-image {
  aspect-ratio: 665/450;
}
.about-v2__img img {
  height: 100%;
  transition: 0.5s;
}

.about-v2__img:hover {
  transition: 0.5s;
}
.about-v2__img:hover img {
  transform: scale(0.95);
  vertical-align: middle;
  transition: 0.5s;
}

.about-v3 {
  padding: 7rem;
}
@media (min-width: 992px) {
  .about-v3 {
    padding: 13rem 0;
  }
}

.about-v3__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-v3__svg svg {
  width: 9rem;
  height: 9rem;
}
.about-v3__svg svg path {
  fill: rgba(var(--color-foreground));
}
.about-v3__svg svg rect {
  fill: rgba(var(--color-foreground));
}

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

.about-v3__title {
  position: relative;
  padding: 0 0 1.5rem;
  margin: 2rem 0 2rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
}
@media (min-width: 992px) {
  .about-v3__title {
    margin: 4.5rem 0 2rem;
  }
}

.about-v3__title::before {
  position: absolute;
  bottom: 0;
  content: "";
  background: rgba(var(--color-foreground));
  left: calc(50% - 3rem);
  width: 6rem;
  height: 0.1rem;
}

.about-v3__sub_title {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground));
  line-height: calc(1 + 0.15 / var(--font-body-scale));
}

.about-v4__info {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.about-v4__title {
  font-size: clamp(3.5rem, calc(2.5vw + 2.5rem), 5.5rem);
  color: rgba(var(--color-foreground));
}

.about-v4__info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 0.2rem;
  background: rgba(var(--color-foreground));
}

.about-v4__info-teams {
  text-align: center;
  margin-top: 1.5rem;
}

.about-v4__name {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.2rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.about-v4__name a {
  color: rgba(var(--color-foreground));
}

.about-v4__name:hover {
  transition: 0.3;
}
.about-v4__name:hover a {
  transition: 0.3s;
  color: rgba(var(--color-accent));
}

.about-v4__positiion {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.5);
}

.about-v4__image {
  position: relative;
}
.about-v4__image .xo-image {
  aspect-ratio: 433/475;
}
.about-v4__image img {
  height: 100%;
}

.about-v4__image:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.about-v4__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.about-v4__social {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-v4__social {
    opacity: 1;
    visibility: unset;
  }
}

.about-v4__social {
  display: flex;
  justify-content: center;
}

.about-v4__social li {
  display: inline-block;
  margin: 0 0.5rem;
}

.about-v4__image:hover .about-v4__social {
  opacity: 1;
  visibility: visible;
}

.about-v4__icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  text-align: center;
  align-items: center;
  background: rgba(var(--color-background));
  justify-content: center;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
}
.about-v4__icon svg {
  height: 1.4rem;
}
.about-v4__icon svg path {
  fill: rgba(var(--color-foreground), 0.5);
  transition: all 0.3s ease;
}

.about-v4__icon:hover {
  background-color: rgba(var(--color-foreground));
}
.about-v4__icon:hover svg path {
  fill: rgba(var(--color-background));
}

.about-v4__sub-title {
  color: rgba(var(--color-foreground), 0.5);
  padding-bottom: 1.6rem;
  max-width: 120rem;
  margin: 0 auto;
}

.about-v5__info {
  margin-bottom: 4rem;
}
[dir=ltr] .about-v5__info {
  padding-inline-end: 0rem;
}
[dir=rtl] .about-v5__info {
  padding-inline-end: 0rem;
}
@media (min-width: 992px) {
  .about-v5__info {
    margin-bottom: 6rem;
  }
  [dir=ltr] .about-v5__info {
    padding-inline-end: 4.5rem;
  }
  [dir=rtl] .about-v5__info {
    padding-inline-end: 4.5rem;
  }
}

.about-v5__video {
  position: relative;
}
.about-v5__video .xo-image {
  aspect-ratio: 1360/765;
}
.about-v5__video img {
  height: 100%;
}

.about-v5__title {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4.6rem);
  font-weight: 500;
}

.about-v5__sub-title {
  color: rgba(var(--color-foreground), 0.6);
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 2rem 0;
  margin-bottom: unset;
}
@media (min-width: 992px) {
  .about-v5__sub-title {
    margin-bottom: 1.6rem;
  }
}

.about-v5__video {
  margin-top: 3rem;
  position: relative;
}

.about-v5__button {
  cursor: pointer;
  height: 6.4rem;
  width: 6.4rem;
  position: relative;
  border: none;
  background-color: rgb(var(--color-background));
  border-radius: 50%;
}
.about-v5__button:hover .about-v5__icon-triangle {
  border-left: 1.6rem solid rgba(var(--color-foreground), 0.6);
}

.about-v5__button-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.about-v5__icon-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  border-bottom: 0.9rem solid transparent;
  border-top: 0.9rem solid transparent;
  border-left: 1.6rem solid rgba(var(--color-foreground));
  margin-left: 0.2rem;
}

.about-v5-modal {
  z-index: 100000;
}
.about-v5-modal .xo-video {
  padding: 0 1.5rem;
  width: 100vw;
  height: 60vh;
}
@media (min-width: 1200px) {
  .about-v5-modal .xo-video {
    width: 100rem;
  }
}

.about-v5-modal:hover .about-v5-modal__close {
  opacity: 1;
}

.about-v5-modal__close {
  display: none;
}
@media (min-width: 1200px) {
  .about-v5-modal__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    top: -5rem;
    right: -5rem;
    color: rgba(var(--color-background));
    transition: 0.3s;
    cursor: pointer;
  }
}

.about-v5-modal__close:hover {
  transform-origin: center;
  transform: rotate(180deg);
}

.about-v5__link,
.xo-btn__content {
  text-underline-offset: 0.5rem;
}

.about-v6__info {
  padding-bottom: 3rem;
  margin-bottom: 1.6rem;
  text-align: center;
}

.about-v6__title {
  font-size: clamp(3.5rem, calc(0.375vw + 3.35rem), 3.8rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
}

.about-v6__sub-title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.6);
}

.about-v6__info-teams {
  text-align: center;
  padding-top: 18px;
}

.about-v6__name {
  margin-bottom: 1rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.2rem);
  font-weight: 500;
}
.about-v6__name a {
  color: rgba(var(--color-foreground));
  text-transform: capitalize;
}

.about-v6__name:hover {
  transition: 0.3;
}
.about-v6__name:hover a {
  transition: 0.3s;
  color: rgba(var(--color-accent));
}

.about-v6__positiion {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.9);
}

.about-v6__image {
  overflow: hidden;
}
.about-v6__image img {
  transition: all 0.5s ease;
  height: 100%;
}
.about-v6__image .xo-image {
  aspect-ratio: 433/475;
}

.about-v6__image:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}

.about-v7__info {
  text-align: center !important;
}

.about-v7__title {
  font-size: clamp(3.5rem, calc(0.375vw + 3.35rem), 3.8rem);
  font-weight: 500;
  color: rgba(var(--color-foreground));
}

.about-v7__img-top {
  height: 100%;
}

.about-v7__sub-title {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.6);
}

.about-v7__wrap {
  margin-top: 5rem;
}

.about-v7__img-left {
  width: 100%;
  height: 100%;
}

.about-v7__img-big {
  height: 100%;
}
.about-v7__img-big .xo-image {
  height: 100%;
}
.about-v7__img-big img {
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
  width: 100%;
}

.about-v7__img-box {
  flex: 1;
  height: 100%;
}

.about-v7__img-block {
  display: block;
  height: 100%;
}
.about-v7__img-block .xo-image {
  height: 100%;
}

.about-v7__img-big:hover {
  transition: 0.5s;
}
.about-v7__img-big:hover img {
  transition: 0.5s;
  transform: scale(1.1);
  filter: grayscale(100%);
}

.about-v7__img-right {
  width: 100%;
  height: 100%;
}

.about-v7__img-small {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-v7__img-small img {
  height: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .about-v7__img-small {
    gap: 3rem;
  }
}

.about-v7__img-top img {
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
  width: 100%;
}

.about-v7__img-top:hover img {
  transition: 0.5s;
  transform: scale(1.1);
  filter: grayscale(100%);
}

.about-v8__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground));
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-v8__title {
    margin-bottom: 3.4rem;
  }
}

.about-v8__text-v1 {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.6);
  margin-bottom: 1.5rem;
}
[dir=ltr] .about-v8__text-v1 {
  padding-inline-start: 1.5rem;
}
[dir=rtl] .about-v8__text-v1 {
  padding-inline-start: 1.5rem;
}
.about-v8__text-v1:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.3);
}
[dir=ltr] .about-v8__text-v1:before {
  transform: translate(-1.5rem, 1.1rem);
}
[dir=rtl] .about-v8__text-v1:before {
  transform: translate(1.5rem, 1.1rem);
}

.about-v9__intro {
  padding-bottom: 7rem;
  display: flex;
  align-items: center;
}

.about-v9__introl-img {
  padding-bottom: unset;
  padding-inline-end: unset;
}
@media (min-width: 992px) {
  .about-v9__introl-img {
    padding-bottom: 7rem;
  }
  [dir=ltr] .about-v9__introl-img {
    padding-inline-end: 5rem;
  }
  [dir=rtl] .about-v9__introl-img {
    padding-inline-end: 5rem;
  }
}

.about-v9__title {
  font-size: clamp(4.8rem, calc(2.125vw + 3.95rem), 6.5rem);
  font-weight: 500;
}

.about-v9__sub-title {
  font-size: calc(var(--font-body-scale) * 3rem);
  color: rgba(var(--color-foreground));
  font-weight: 500;
  line-height: calc(1 + 0.25 / var(--font-body-scale));
}

.about-v9__description {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.7);
  font-weight: 400;
  margin-top: 3.5rem;
}

.about-v9__img img {
  transition: 0.5s;
  height: 100%;
}
.about-v9__img .xo-image {
  aspect-ratio: 615/600;
}

.about-v9__img:hover {
  transition: 0.5s;
}
.about-v9__img:hover img {
  transform: scale(0.95);
  vertical-align: middle;
  transition: 0.5s;
}

.banner-v262__heading {
  font-weight: 600;
  font-size: clamp(5rem, calc(6.25vw + 2.5rem), 10rem);
  color: rgb(var(--color-background));
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

.banner-v262 {
  text-align: center;
  margin: 0 auto;
}

.banner-v262__description {
  color: rgb(var(--color-background));
  font-size: clamp(2.4rem, calc(0.75vw + 2.1rem), 3rem);
}

.brand__inner {
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--text-boxes-radius);
}

.brand__img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.15);
}
.brand__img img {
  transition: 0.5s;
  filter: grayscale(100%);
}
.brand__img .xo-image {
  overflow: unset;
}

.promo-banner {
  text-align: center;
  width: 100%;
}

.promo-banner__text {
  color: rgb(var(--color-foreground));
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.brand__img:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.xo-contact {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

.contact-v1__grid {
  background-color: #f7f7f7;
}

.contact-v1__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.5rem;
}
@media (min-width: 768px) {
  .contact-v1__wrap {
    padding: 10rem;
  }
}

.contact-v1__title {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.4rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.48rem);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .contact-v1__title {
    padding-bottom: 1.5rem;
  }
}

.contact-v1__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 0.1rem;
  background: rgba(var(--color-foreground), 0.5);
}

.contact-v1__btn {
  margin: 6rem 0 2rem;
}
@media (max-width: 767px) {
  .contact-v1__btn {
    margin: 1rem 0;
  }
}
.contact-v1__btn .xo-btn__content {
  text-underline-offset: 1rem;
}
.contact-v1__btn .xo-btn__text {
  font-size: clamp(1.6rem, calc(2.5vw + 0.6rem), 3.6rem);
  font-weight: 500;
  text-transform: unset;
  text-underline-offset: 1rem;
}

.contact-v1__follow-us {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .contact-v1__follow-us {
    margin-top: 5rem;
  }
}

.contact-v1__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.contact-v1__social-item {
  color: rgb(var(--color-foreground));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.contact-v1__social-item svg {
  color: rgba(var(--color-foreground));
  transition: 0.3s;
}

.contact-v1__social-item:hover {
  background-color: rgb(var(--color-foreground));
  border: 0.1rem solid rgb(var(--color-foreground));
}
.contact-v1__social-item:hover svg {
  color: rgba(var(--color-background));
}

.contact-v1__map {
  height: 100%;
}
.contact-v1__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-v1__map iframe {
    height: 70dvh;
  }
}
.contact-v1__map a {
  display: block;
  height: 100%;
}
.contact-v1__map .xo-image {
  height: 100%;
}
.contact-v1__map img {
  height: 100%;
}

.contact-v2__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 4rem);
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  color: rgba(var(--color-foreground));
}

.contact-v2__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 8rem;
  height: 0.1rem;
  background: rgba(var(--color-foreground), 0.5);
}

.contact-v2__wrap {
  width: 100%;
}

.contact-v2__name {
  position: relative;
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.6rem);
  margin-bottom: 1.5rem;
  font-weight: 500;
  margin-left: 1rem;
}

.contact-v2__name::before {
  content: "*";
  color: rgba(var(--color-accent));
  position: absolute;
  top: 0.1rem;
  right: -1rem;
}

.contact-v2__input .xo-field-input__placeholder {
  display: none;
}
.contact-v2__input .xo-field-input__input {
  height: 6rem;
}

.contact-v2__textarea .xo-field-textarea__placeholder {
  display: none;
}
.contact-v2__textarea .xo-field-textarea__textarea {
  height: 27rem;
}

.contact-v2__btn {
  text-align: center;
}
.contact-v2__btn button {
  width: 19rem;
}
.contact-v2__btn .xo-btn__text {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  letter-spacing: calc(var(--font-body-scale) * 0.2rem);
}

.contact-v3__map iframe {
  width: 100%;
  height: 80dvh;
}
@media (max-width: 767px) {
  .contact-v3__map iframe {
    height: 70dvh;
  }
}
@media (max-width: 767px) {
  .contact-v3__map .xo-image {
    height: 70dvh;
  }
}
.contact-v3__map img {
  height: 100%;
}

.contact-v3__find {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .contact-v3__find {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .contact-v3__left {
    margin-right: 5rem;
  }
}

.contact-v3__title-left {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3.4rem);
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-v3__title-left {
    padding-bottom: 1.5rem;
  }
}

.contact-v3__sub-title {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground));
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  margin-bottom: 1.5rem;
}
.contact-v3__sub-title a {
  color: rgba(var(--color-foreground), 0.5);
}

.contact-v3__box {
  padding-top: 2rem;
}

.contact-v3__box-wrap {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-v3__box-wrap {
    gap: 3.5rem;
  }
}

.contact-v3__svg svg {
  width: 3rem;
  height: 3rem;
}
.contact-v3__svg svg path {
  fill: rgba(var(--color-foreground));
}

@media (min-width: 768px) {
  .contact-v3__info {
    padding-top: 2.5rem;
  }
}

.contact-v3__info-box {
  display: flex;
  flex-direction: column;
}

.contact-v3__title-box {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 0.08 / var(--font-body-scale));
  font-weight: 500;
  margin-bottom: 1rem;
}

.contact-v3__title-sub-box {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  margin-bottom: 0;
  color: rgba(var(--color-foreground), 0.5);
  line-height: 2rem;
}

.contact-v3__wrap {
  width: 100%;
}

.contact-v3__title-right {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3.4rem);
  font-weight: 500;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contact-v3__title-right {
    margin-bottom: 5rem;
    margin-top: 0;
  }
}

.contact-v3__input .xo-field-input__input {
  height: 6rem;
}
.contact-v3__input .xo-field-input__placeholder {
  display: none;
}

.contact-v3__textarea .xo-field-textarea__textarea {
  height: 26rem;
}
.contact-v3__textarea .xo-field-textarea__placeholder {
  display: none;
}

.contact-v3__btn button {
  width: 100%;
  height: 5.5rem;
}
.contact-v3__btn .xo-btn__text {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.contact-v4__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contact-v4__left {
    margin-bottom: 0;
    padding: 10rem;
  }
}

.contact-v4__title {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3.4rem);
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-v4__title {
    padding-bottom: 1.5rem;
  }
}

.contact-v4__sub-title {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  color: rgba(var(--color-foreground));
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  margin-bottom: 1.5rem;
}
.contact-v4__sub-title a {
  color: rgba(var(--color-foreground), 0.5);
}

@media (min-width: 768px) {
  .contact-v4__box {
    padding-top: 2rem;
  }
}

.contact-v4__box-wrap {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-v4__box-wrap {
    gap: 3.5rem;
  }
}

.contact-v4__svg svg {
  width: 3rem;
  height: 3rem;
}
.contact-v4__svg svg path {
  fill: rgba(var(--color-foreground));
}

.contact-v4__info-box {
  display: flex;
  flex-direction: column;
}

.contact-v4__title-box {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 0.08 / var(--font-body-scale));
  font-weight: 500;
  margin-bottom: 1rem;
}

.contact-v4__title-sub-box {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  margin-bottom: 0;
  color: rgba(var(--color-foreground), 0.5);
  line-height: 2rem;
}

.contact-v4__map {
  height: 100%;
}
.contact-v4__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-v4__map iframe {
    height: 70dvh;
  }
}
.contact-v4__map a {
  display: block;
  height: 100%;
}
.contact-v4__map .xo-image {
  height: 100%;
}
.contact-v4__map img {
  height: 100%;
}

.contact-v5__title {
  font-size: clamp(3.4rem, calc(0.75vw + 3.1rem), 4rem);
  text-align: center;
  color: rgba(var(--color-foreground));
}
@media (min-width: 768px) {
  .contact-v5__title {
    margin-bottom: 6rem;
  }
}

.contact-v5__wrap {
  width: 100%;
}

.contact-v5__input .xo-field-input__input {
  height: 6rem;
}
.contact-v5__input .xo-field-input__placeholder {
  display: none;
}

.contact-v5__textarea .xo-field-textarea__textarea {
  height: 26rem;
}
.contact-v5__textarea .xo-field-textarea__placeholder {
  display: none;
}

.contact-v5__btn {
  text-align: center;
}
.contact-v5__btn button {
  width: 18rem;
}
.contact-v5__btn .xo-btn__text {
  font-size: calc(var(--font-body-scale) * 1.6rem);
}

.faq-v3 {
  width: 100%;
  margin: 0;
  text-align: center;
  color: rgba(var(--color-foreground));
}

.faq-v3__heading {
  padding-bottom: 4.8rem;
}

.faq-v3__sub {
  color: rgba(var(--color-foreground), 0.5);
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: 500;
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
  line-height: calc(1 + 1.1 / var(--font-heading-scale));
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.faq-v3__title {
  display: inline;
  line-height: calc(1 + 0.18 / var(--font-heading-scale));
  font-size: calc(var(--font-body-scale) * 2.4rem);
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .faq-v3__title {
    font-size: calc(var(--font-body-scale) * 3.4rem);
  }
}
@media (min-width: 768px) {
  .faq-v3__title {
    font-size: calc(var(--font-body-scale) * 4.4rem);
  }
}

.faq-v3-right__row {
  padding: 1.75rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.15);
}
.faq-v3-right__row:last-child {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.faq-v3-right__trigger {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.faq-v3-right__question {
  font-size: calc(var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 0.16 / var(--font-heading-scale));
  text-align: left;
}

.faq-v3-right__anwser {
  padding: 2rem 0;
  padding-right: 2rem;
  text-align: left;
  color: rgba(var(--color-foreground), 0.5);
}
.faq-v3-right__anwser p {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.faq-v3-right__trigger[xo-active] .faq-v3-right__plus #path-2 {
  transform: scale(1, 0);
}

.faq-v3-right__plus path {
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

.faq-v3-right__anwser {
  padding-left: 0.5rem;
  text-align: left;
}

.instagram-v3 {
  position: relative;
}

.xo-container-width {
  padding: 0 1.5rem;
}
@media (min-width: 1400px) {
  .xo-container-width {
    max-width: unset;
    padding: 0 14rem;
  }
}

.xo-container-full {
  max-width: unset;
  padding: 0;
}

a:hover .instagram-v3__icon-ig {
  opacity: 1;
  transition: all 0.3s ease;
}

a:has(.instagram-v3__icon-ig) {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.instagram-v3__icon-ig {
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.45);
  transition: all 0.3s ease;
  opacity: 0;
  flex-direction: column;
  position: absolute;
}

.instagram-v3__icon-ig svg path {
  transition: fill 0.1s;
  fill: #fff;
}

.instagram-v3__icon-ig svg:hover path {
  fill: #f4a568;
}

.instagram-v3__img-ig {
  transition: transform 0.3s ease;
  max-width: 100%;
  transform: scale(1);
  height: 100%;
}

a:hover .instagram-v3__img-ig {
  transform: scale(1.2);
}

.instagram-v3__icon-ig svg {
  font-size: calc(var(--font-heading-scale) * 3rem);
  color: #fff;
  position: absolute;
  top: 50%;
}
[dir=ltr] .instagram-v3__icon-ig svg {
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .instagram-v3__icon-ig svg {
  right: 50%;
  transform: translate(50%, -50%);
}

.newsletter-v1 {
  padding: 5rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .newsletter-v1 {
    padding: 5rem 5rem;
  }
}
@media (min-width: 992px) {
  .newsletter-v1 {
    padding: 5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-v1 {
    padding: 7rem 10rem;
  }
}

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

.newsletter-v1__all {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .newsletter-v1__all {
    flex-direction: row;
    align-items: center;
    padding-right: 5rem;
  }
}

.newsletter-v1__svg svg {
  width: 6.4rem;
  height: 6.4rem;
}
.newsletter-v1__svg path {
  fill: rgba(var(--color-background));
}

.newsletter-v1__info {
  text-align: center;
  border: none;
}
@media (min-width: 992px) {
  .newsletter-v1__info {
    display: flex;
    flex-direction: column;
    border-left: 0.1rem solid rgba(var(--color-background));
    padding-left: 2.5rem;
    margin-left: 2.5rem;
    text-align: unset;
  }
}

.newsletter-v1__title {
  margin-bottom: 1.2rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.6rem);
  font-weight: 400;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * 0.48rem);
  color: rgba(var(--color-background));
}

.newsletter-v1__title-sub {
  font-size: calc(var(--font-body-scale) * 2rem);
  font-weight: 400;
  line-height: calc(1 + 0.24 / var(--font-body-scale));
  color: rgba(var(--color-background));
}

.newsletter-v1__wrap {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .newsletter-v1__wrap {
    margin-top: 0;
  }
}

.newsletter-v1__input-btn {
  height: 6rem;
  width: 100%;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
}
.newsletter-v1__input-btn .xo-field-input__input {
  width: 100%;
  height: 100%;
  color: rgba(var(--color-foreground));
  background-color: rgba(var(--color-background));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 1.5rem;
}
.newsletter-v1__input-btn .xo-field-input__placeholder {
  display: none;
  display: none;
}
.newsletter-v1__input-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 18.5rem;
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.newsletter-v2 {
  margin: 0 auto;
  max-width: 60rem;
  text-align: center;
}

.newsletter-v2__all {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-v2__info {
  margin-bottom: 1.5rem;
}

.newsletter-v2__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3rem);
  margin-bottom: 2rem;
  color: rgba(var(--color-foreground));
}

.newsletter-v2__title-sub {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  margin-bottom: 1.5rem;
  color: rgba(var(--color-foreground));
}

.newsletter-v2__form {
  width: 100%;
}

.newsletter-v2__btn {
  padding-top: 2.5rem;
}
.newsletter-v2__btn button {
  width: 100%;
}

.newsletter-v2__input-btn .xo-field-input__placeholder {
  display: none;
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.newsletter-v13 {
  border-top: 0.1rem solid rgb(var(--color-foreground), 0.15);
  padding: 2rem 0;
}

.newsletter-v13__input {
  display: flex;
  align-items: center;
}
.newsletter-v13__input .footer-v34-block__form {
  width: 100%;
  max-width: 52rem;
}
@media (max-width: 991px) {
  .newsletter-v13__input {
    justify-content: center;
  }
}

.newsletter-v13__svg svg {
  width: 5.4rem;
  height: 5.4rem;
}
.newsletter-v13__svg path {
  fill: rgba(var(--color-foreground));
}

.newsletter-v13__logo {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .newsletter-v13__logo {
    justify-content: center;
  }
}
.newsletter-v13__logo h2 {
  font-size: clamp(1.6rem, calc(0.25vw + 1.5rem), 1.8rem);
  color: rgb(var(--color-foreground));
  display: inline-flex;
  align-items: center;
  border-right: 1px solid rgb(var(--color-foreground), 0.15);
  padding: 1.5rem 3.5rem 2rem 0;
  margin-right: 2rem;
  margin-bottom: unset;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .newsletter-v13__logo h2 {
    padding: 1.5rem 6rem 2rem 0;
    margin-right: 4.5rem;
  }
}
.newsletter-v13__logo p {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.6);
}
@media (max-width: 767px) {
  .newsletter-v13__logo {
    flex-direction: column;
  }
  .newsletter-v13__logo h2 {
    padding: unset;
    margin: unset;
    text-align: center;
    border: none;
  }
  .newsletter-v13__logo p {
    text-align: center;
  }
  .newsletter-v13__logo span {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .newsletter-v13__logo h2 {
    width: unset;
  }
}

.newsletter-v13__field-input {
  display: flex;
  align-items: center;
  max-width: 52rem;
  margin-left: auto;
  height: 6rem;
}
.newsletter-v13__field-input .xo-field-input {
  height: 100%;
}
.newsletter-v13__field-input .xo-field-input__input {
  background-color: rgb(var(--color-foreground), 0.05);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  height: 100%;
}
.newsletter-v13__field-input button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 18.5rem;
  height: 100%;
}
.newsletter-v13__field-input .xo-field-input__placeholder {
  display: none;
}

.newsletter-form__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--text-boxes-radius);
}

.newsletter-form__message--success {
  background-color: rgba(58, 135, 53, 0.1);
  color: rgb(58, 135, 53);
}

.newsletter-form__message--error {
  background-color: rgba(186, 4, 4, 0.1);
  color: rgb(186, 4, 4);
}

.policy-v2__wrap {
  border: 0.1rem solid rgba(var(--color-border), 0.1);
  width: 100%;
  padding: 3rem 1.5rem;
  border-radius: var(--text-boxes-radius);
  height: 100%;
}

.policy-v2 {
  padding: 0;
}
@media (min-width: 992px) {
  .policy-v2 {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}

.policy-v2__svg {
  max-width: 5.5rem;
  margin: 0 auto;
}

.policy-v2__svg svg {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
}

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

.policy-v2__title {
  margin-bottom: 0;
  margin-top: 1.5rem;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.2rem);
  font-weight: 500;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

.policy-v2__title-sub {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  color: rgba(var(--color-foreground), 0.6);
}

.policy-v2__svg:hover,
.policy-v2__svg:focus {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(0.8rem);
  }
  33.3% {
    transform: translateX(-0.6rem);
  }
  49.95% {
    transform: translateX(0.4rem);
  }
  66.6% {
    transform: translateX(-0.2rem);
  }
  83.25% {
    transform: translateX(0.1rem);
  }
  100% {
    transform: translateX(0);
  }
}
.about-star__list-star {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.instagram {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.instagram__box-img img {
  transition: transform 0.3s ease;
  max-width: 100%;
  transform: scale(1);
  height: 100%;
}

.instagram__box-img {
  height: 100%;
}
.instagram__box-img .xo-image {
  height: 100%;
}

.instagram:hover .instagram__img {
  transform: scale(1.2);
}

.instagram__item-link {
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.45);
  transition: all 0.3s ease;
  opacity: 0;
  flex-direction: column;
  position: absolute;
}
[dir=ltr] .instagram__item-link {
  left: 0;
  right: 0;
}
[dir=rtl] .instagram__item-link {
  right: 0;
  left: 0;
}

.instagram:hover .instagram__item-link {
  opacity: 1;
  transition: all 0.3s ease;
}

.instagram__link {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 3rem);
  color: #fff;
  position: absolute;
  top: 50%;
}
[dir=ltr] .instagram__link {
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .instagram__link {
  right: 50%;
  transform: translate(50%, -50%);
}

.instagram__link svg path {
  transition: fill 0.1s;
  fill: #fff;
}

.instagram__link svg:hover path {
  fill: #f4a568;
}

.xo-subscribe {
  display: flex;
  justify-content: center;
  min-height: 70vh;
}
.xo-subscribe .newsletter-form {
  width: 100%;
}

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

.xo-subcribe__password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.xo-subcribe__password h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.xo-subscribe__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 68rem;
  width: 100%;
}
.xo-subscribe__content xo-tabs-pane {
  width: 100%;
}

.xo-subscribe__input-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  padding-inline-end: 1rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.xo-subscribe__field {
  position: relative;
  width: 100%;
  display: block;
}

.xo-subscribe__field-input {
  padding: 1rem;
  width: 100%;
  outline: none;
  border: none;
}

.xo-subscribe__field-placeholder {
  position: absolute;
  top: 0;
  transition: 0.2s;
  transform-origin: 0 0;
  color: rgba(var(--color-foreground), 0.4);
}
[dir=ltr] .xo-subscribe__field-placeholder {
  left: 1rem;
}
[dir=rtl] .xo-subscribe__field-placeholder {
  right: 1rem;
}

.xo-subscribe__field-input:not(:-moz-placeholder-shown) + .xo-subscribe__field-placeholder {
  transform: translateY(-1.5rem) scale(0.7);
}

.xo-subscribe__field-input:focus + .xo-subscribe__field-placeholder,
.xo-subscribe__field-input:not(:placeholder-shown) + .xo-subscribe__field-placeholder {
  transform: translateY(-1.5rem) scale(0.7);
}

.xo-subscribe__banner {
  font-family: var(--font-heading-family);
  text-align: center;
  width: 100%;
  max-width: 75rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 36px;
}
.xo-subscribe__banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.xo-subscribe__banner h2 {
  text-align: center;
  color: color-mix(in srgb, rgba(var(--color-accent)) calc(1 * 100%), transparent);
  z-index: 2;
  font-weight: 400;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=ltr] .xo-subscribe__banner h2 {
  left: 0;
  right: 0;
}
[dir=rtl] .xo-subscribe__banner h2 {
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .xo-subscribe__banner h2 {
    font-size: 72px;
    line-height: 79px;
  }
}

.xo-subscribe__description {
  text-align: center;
}
.xo-subscribe__description h3 {
  font-family: var(--font-heading-family);
  line-height: 41px;
  color: color-mix(in srgb, rgba(var(--color-accent)) calc(1 * 100%), transparent);
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  margin-bottom: 6px;
}
.xo-subscribe__description p {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  font-weight: 500;
  font-size: 19px;
  line-height: 146%;
  margin: 0;
}

.xo-subcribe__field-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.password-footer {
  width: 100%;
  height: 73px;
  background: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-footer p {
  display: inline-block;
  margin: 0;
  margin-inline-end: 6px;
}

.password-footer a {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
}

@media screen and (max-width: 768px) {
  .password-footer {
    height: 56px;
    font-size: 16px;
  }
}
.password-header-color {
  background: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
}
.password-header-color .password-logo__title {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  text-decoration: none;
}
.password-header-color .password-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.password-header-color .password-header a {
  text-decoration: none;
}
.password-header-color .password-logo {
  margin-bottom: 0;
}
.password-header-color .password-logo {
  width: 12rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .main-product__right {
    padding-left: 3rem;
  }
}

.main-product__portal xo-gallery-prev,
.main-product__portal xo-gallery-next,
.main-product__portal xo-modal-trigger {
  top: unset;
  bottom: 3rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-background));
  border: solid 0.1rem rgba(var(--color-foreground), 0.05);
  border-radius: 50%;
  transition: 0.3s;
}
.main-product__portal xo-gallery-prev svg,
.main-product__portal xo-gallery-next svg,
.main-product__portal xo-modal-trigger svg {
  fill: rgba(var(--color-foreground));
}
.main-product__portal xo-gallery-prev {
  left: calc(50% - 10rem);
  transform: unset;
}
.main-product__portal xo-gallery-prev svg {
  width: 0.8rem;
}
.main-product__portal xo-gallery-next {
  right: calc(50% - 10rem);
  transform: unset;
}
.main-product__portal xo-gallery-next svg {
  width: 0.8rem;
}
.main-product__portal xo-modal-trigger {
  right: 50%;
  transform: translateX(50%);
}
.main-product__portal xo-modal-trigger svg {
  width: 1.4rem;
}
.main-product__portal xo-gallery-prev:hover,
.main-product__portal xo-gallery-next:hover,
.main-product__portal xo-modal-trigger:hover {
  transform: scale(1.1);
  background-color: rgba(var(--color-foreground));
}
.main-product__portal xo-gallery-prev:hover svg,
.main-product__portal xo-gallery-next:hover svg,
.main-product__portal xo-modal-trigger:hover svg {
  fill: rgba(var(--color-background));
}
.main-product__portal xo-modal-trigger:hover {
  transform: translateX(50%);
}

xo-gallery-item {
  cursor: zoom-in;
}

.main-product__container {
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.terms-binding {
  width: 100%;
}

.terms-binding.disabled-button, .button-sold-out {
  position: relative;
}

.terms-binding.disabled-button::before, .button-sold-out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: not-allowed;
  background-color: #fff;
  opacity: 0.5;
  border-radius: var(--buttons-radius);
}

xo-product-model {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

xo-product-model model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

xo-product-model > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.xb-product-model__poster {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.xb-product-model__poster img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

xo-product-model:not([loaded]) template {
  z-index: -1;
}

xo-product-model[loaded] > .xb-product-model__poster {
  display: none !important;
}

.xb-product-model__poster:focus-visible {
  outline: none;
}

.xb-product-model__poster:focus {
  outline: none;
}

@media (forced-colors: active) {
  .xb-product-model__poster:focus {
    outline: transparent solid 1px;
  }
}
.xb-product-model__poster:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.xb-product-model__poster-button {
  background-color: #e9e9e9;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1s ease, color 1s ease;
  z-index: 2;
}

.xb-product-model__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.xb-product-model__poster-button .icon {
  width: 20px !important;
  height: 20px !important;
}

.xb-product-model__poster-image {
  position: relative;
  aspect-ratio: var(--aspect-ratio);
}

.product__xr-button {
  background: #e9e9e9;
  color: #000;
  margin: 1rem auto;
  box-shadow: none;
  display: flex;
}

.button.product__xr-button:hover {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .active .product__xr-button:not([data-shopify-xr-hidden]) {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .product__xr-button[data-shopify-xr-hidden] {
    display: none;
  }
}
.product__xr-button[data-shopify-xr-hidden] {
  visibility: hidden;
}

.product__xr-button .icon {
  width: 1.4rem;
  margin-right: 1rem;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 48px !important;
  height: 48px !important;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  --progress-bar-height: 2px;
  --progress-bar-color: currentColor;
  transform: translateZ(0);
  z-index: 1;
  background-color: white;
}

xo-product-model > *:not(.zoom):not(.xb-product-model__poster-button), xo-product-model model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0px;
  height: 44px;
  width: 44px;
  background: transparent;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0px;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

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

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.04);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: rgba(0, 0, 0, 0.75);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.04);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(0, 0, 0, 0.04);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  border-radius: 50%;
  color: #000;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1s ease, color 1s ease;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  transform: translate(-50%, -50%) scale(1.1);
}

.product-information-tabs__header {
  display: flex;
  align-items: center;
  gap: 6.4rem;
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .product-information-tabs__header {
    justify-content: center;
  }
}

.product-information-tabs__trigger {
  position: relative;
  padding: 1.2rem 0;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  font-weight: 500;
}

.product-information-tabs__trigger[xo-active]:not([xo-active=false]) {
  color: rgba(var(--color-foreground));
}

.product-information-tabs__trigger::after {
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  content: "";
  width: 0;
  height: 0.2rem;
  background-color: rgba(var(--color-foreground));
  transition: 0.3s;
}

.product-information-tabs__trigger[xo-active]:not([xo-active=false])::after {
  width: 100%;
}

.product-information-tabs__portal {
  z-index: 9;
  background-color: rgba(var(--color-background));
  border-radius: var(--modal-corner-radius);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem 2rem;
}
.product-information-tabs__portal xo-list-item {
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
}
.product-information-tabs__portal xo-list-item:last-child {
  border: unset;
}

.product-information-tabs__toggle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground));
  background-color: rgba(var(--color-background));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 1rem;
  transition: 0.3s;
}

.product-information-tabs__toggle:hover {
  color: rgba(var(--color-background));
  background-color: rgba(var(--color-foreground));
}

.xo-main-product-quickview__media {
  position: relative;
}
@media (min-width: 992px) {
  .xo-main-product-quickview__media {
    position: sticky;
    top: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.terms-binding {
  width: 100%;
}

.terms-binding.disabled-button {
  position: relative;
}

.terms-binding.disabled-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: not-allowed;
  background-color: #fff;
  opacity: 0.5;
  border-radius: var(--buttons-radius);
}

.xb-product-model__poster-image {
  position: relative;
  aspect-ratio: var(--aspect-ratio);
}

xo-product-model {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

xo-product-model model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

xo-product-model > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.xb-product-model__poster {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.xb-product-model__poster img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

xo-product-model:not([loaded]) template {
  z-index: -1;
}

xo-product-model[loaded] > .xb-product-model__poster {
  display: none !important;
}

.xb-product-model__poster:focus-visible {
  outline: none;
}

.xb-product-model__poster:focus {
  outline: none;
}

@media (forced-colors: active) {
  .xb-product-model__poster:focus {
    outline: transparent solid 1px;
  }
}
.xb-product-model__poster:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.xb-product-model__poster-button {
  background-color: #e9e9e9;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1s ease, color 1s ease;
  z-index: 2;
}

.xb-product-model__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.xb-product-model__poster-button .icon {
  width: 20px !important;
  height: 20px !important;
}

.xb-product-model__poster-image {
  position: relative;
}

.product__xr-button {
  background: #e9e9e9;
  color: #000;
  margin: 1rem auto;
  box-shadow: none;
  display: flex;
}

.button.product__xr-button:hover {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .active .product__xr-button:not([data-shopify-xr-hidden]) {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .product__xr-button[data-shopify-xr-hidden] {
    display: none;
  }
}
.product__xr-button[data-shopify-xr-hidden] {
  visibility: hidden;
}

.product__xr-button .icon {
  width: 1.4rem;
  margin-right: 1rem;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 48px !important;
  height: 48px !important;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  --progress-bar-height: 2px;
  --progress-bar-color: currentColor;
  transform: translateZ(0);
  z-index: 1;
  background-color: white;
}

xo-product-model > *:not(.zoom):not(.xb-product-model__poster-button), xo-product-model model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0px;
  height: 44px;
  width: 44px;
  background: transparent;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0px;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

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

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.04);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: rgba(0, 0, 0, 0.75);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.04);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(0, 0, 0, 0.04);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  border-radius: 50%;
  color: #000;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1s ease, color 1s ease;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  transform: translate(-50%, -50%) scale(1.1);
}

.addon-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.addon-buttons__trigger {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.addon-buttons__trigger span {
  font-size: 16px;
  transition: 0.3s;
  color: rgba(var(--color-foreground), 0.8);
  line-height: calc(1 + 0 / var(--font-body-scale));
  padding-top: 0.2rem;
}
.addon-buttons__trigger svg {
  flex-shrink: 0;
}

.addon-buttons__trigger:hover span {
  color: rgba(var(--color-foreground));
}

.addon-buttons__modal {
  z-index: 10001;
}

.addon-buttons__modal-content {
  position: relative;
  width: 90vw;
  background-color: #fff;
  border-radius: var(--modal-corner-radius);
}
@media (min-width: 768px) {
  .addon-buttons__modal-content {
    width: 70rem;
  }
}

@media (min-width: 768px) {
  .addon-buttons__modal-content--guide {
    width: 80rem;
  }
}

@media (min-width: 768px) {
  .addon-buttons__modal-content--ask {
    width: 60rem;
  }
}

@media (min-width: 768px) {
  .addon-buttons__modal-content--share {
    width: 40rem;
  }
}

.addon-buttons__modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
  height: 6rem;
}

.addon-buttons__modal-header--share {
  border: unset;
}

.addon-buttons__modal-title {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 2rem);
  font-weight: 500;
}

.addon-buttons__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .addon-buttons__modal-close {
  right: 1rem;
}
[dir=rtl] .addon-buttons__modal-close {
  left: 1rem;
}
.addon-buttons__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.addon-buttons__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.addon-buttons__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.addon-buttons__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.addon-buttons__modal-body {
  padding: 3rem;
}
.addon-buttons__modal-body h5 {
  margin: 0;
}
@media (min-width: 768px) {
  .addon-buttons__modal-body {
    padding: 4rem;
  }
}

.addon-buttons__variant-colorwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.addon-buttons__variant-imagewrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.addon-buttons__variant-note {
  padding-top: 2rem;
}

.addon-buttons__variant-color {
  cursor: pointer;
}
.addon-buttons__variant-color button {
  all: unset;
}
.addon-buttons__variant-color span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--color);
  transition: 0.3s;
}

.addon-buttons__variant-color:hover span {
  box-shadow: 0 0 0 0.1rem #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
}

.addon-buttons__variant-color[xo-active]:not([xo-active=false]) span {
  box-shadow: 0 0 0 0.1rem #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
}

.addon-buttons__variant-image {
  display: none;
}
.addon-buttons__variant-image .xo-image {
  border-radius: 0.5rem;
}

.addon-buttons__variant-image[xo-active]:not([xo-active=false]) {
  display: block;
  padding-top: 2rem;
}

.addon-buttons__variant-value {
  padding-top: 1rem;
}

.addon-buttons__sizeguide-table h4 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
  margin-bottom: 1rem;
}
.addon-buttons__sizeguide-table h5 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.8rem);
  margin-bottom: 0;
}
.addon-buttons__sizeguide-table p {
  font-size: calc(var(--font-body-scale) * 1.6rem);
}
.addon-buttons__sizeguide-table table {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  vertical-align: middle;
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
  line-height: 1.4;
}
.addon-buttons__sizeguide-table th {
  color: rgba(var(--color-foreground));
  font-weight: 500;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-width: 0 0.1rem 0.1rem 0;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  vertical-align: middle;
  text-align: left;
  padding: 1.1rem 2rem;
}
.addon-buttons__sizeguide-table td {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  vertical-align: middle;
  text-align: left;
  padding: 1.1rem 2rem;
}
.addon-buttons__sizeguide-table img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.addon-buttons__inputs .xo-field-input__placeholder {
  display: none;
}
.addon-buttons__inputs .xo-field-textarea__placeholder {
  display: none;
}

xo-tooltip-content {
  z-index: 10002;
}

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  border-radius: 1.5rem;
  background-color: #da3f3f;
  padding: 0 1rem;
  height: 2rem;
}
.badge span {
  color: rgba(var(--color-background));
  font-size: calc(var(--font-body-scale) * 1.1rem);
  font-weight: 500;
  line-height: 0;
}

.buy-button {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.buy-button__add {
  position: relative;
  flex: 1;
}
.buy-button__add button {
  height: 5rem;
}
.buy-button__add .xo-btn__text {
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.buy-button__now {
  position: relative;
  width: 100%;
}

.buy-button__add[xo-disabled]::before, .buy-button__now[xo-disabled]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: not-allowed;
  background-color: #fff;
  opacity: 0.5;
  border-radius: var(--buttons-radius);
}

.shopify-payment-button__button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: calc((1 + (var(--buttons-scale) - 1) / 2) * 1.3rem) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.28rem !important;
  background: rgb(var(--color-foreground)) !important;
  color: rgb(var(--color-background)) !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  border-radius: var(--buttons-radius) !important;
  box-shadow: var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow), var(--buttons-shadow-opacity)) !important;
  border: 0.2rem solid rgba(var(--color-foreground)) !important;
  padding: 0.6rem calc(var(--buttons-scale) * 2.6rem) !important;
  min-height: calc(var(--buttons-scale) * 4rem) !important;
  overflow: hidden !important;
  transition: 0.3s !important;
  height: 5rem !important;
  text-transform: uppercase !important;
}

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: rgba(var(--color-foreground)) !important;
  background-color: rgba(var(--color-background)) !important;
}

.shopify-payment-button__button--hidden {
  display: none !important;
}

.buy-button__policy {
  display: flex;
  gap: 0.4rem;
}

.buy-button__modal {
  z-index: 10001;
}

.buy-button__modal-content {
  position: relative;
  width: 90vw;
  background-color: #fff;
  border-radius: var(--modal-corner-radius);
}
@media (min-width: 768px) {
  .buy-button__modal-content {
    width: 80rem;
  }
}

.buy-button__modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
  height: 6rem;
}

.buy-button__modal-title {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 2rem);
  font-weight: 500;
}

.buy-button__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .buy-button__modal-close {
  right: 1rem;
}
[dir=rtl] .buy-button__modal-close {
  left: 1rem;
}
.buy-button__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.buy-button__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.buy-button__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.buy-button__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.buy-button__modal-body {
  padding: 3rem;
}
.buy-button__modal-body h5 {
  margin: 0;
}
@media (min-width: 768px) {
  .buy-button__modal-body {
    padding: 4rem;
  }
}

.carousel-navigation-style2__wrap {
  display: var(--display-mobile);
  position: absolute;
  top: -6.3rem;
  right: 0;
  z-index: 9;
  transition: 0.3s;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .carousel-navigation-style2__wrap {
    display: var(--display-desktop);
  }
}

.carousel-navigation-style2__wrap--collapse {
  position: static;
  justify-content: flex-end;
}

.carousel-navigation-style2__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.carousel-navigation-style2__arrow svg {
  color: rgba(var(--color-foreground));
}

.carousel-navigation-style2__arrow:hover button {
  background-color: rgba(var(--color-foreground));
}
.carousel-navigation-style2__arrow:hover svg {
  color: rgba(var(--color-background));
}

.carousel-navigation-style2__line {
  position: relative;
}

.carousel-navigation-style2__line:before {
  display: var(--display-mobile);
  content: "";
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  width: calc(100% - 9rem);
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.1);
}
@media (min-width: 768px) {
  .carousel-navigation-style2__line:before {
    display: var(--display-desktop);
  }
}

.carousel-pagination-style2__pagination {
  display: var(--display-mobile);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .carousel-pagination-style2__pagination {
    display: var(--display-desktop);
    gap: 1rem;
  }
}
.carousel-pagination-style2__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .carousel-pagination-style2__bullet {
  background-color: rgba(var(--color-foreground));
}

.carousel-pagination-style2__bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .carousel-pagination-style2__bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.xo-collapse-style2__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.xo-collapse-style2__trigger-option {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: rgba(var(--color-foreground));
}

.xo-collapse-style2__trigger-option--blur {
  color: rgba(var(--color-foreground), 0.3);
}

.xo-collapse-style2__trigger-icon {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.xo-collapse-style2__trigger-icon svg {
  color: rgba(var(--color-foreground));
}

.xo-collapse-style2__trigger[xo-active]:not([xo-active=false]) .xo-collapse-style2__trigger-option--blur {
  color: rgba(var(--color-foreground), 0.8);
}
.xo-collapse-style2__trigger[xo-active]:not([xo-active=false]) .xo-collapse-style2__trigger-icon {
  transform: rotate(180deg);
}

.xo-collapse-style2__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.xo-collapse-style2__content:first-child {
  padding-top: 1.6rem;
}

.xo-collapse-style2__detail-item {
  display: flex;
  gap: 1.1rem;
}
.xo-collapse-style2__detail-item:last-child {
  padding-bottom: 2rem;
}

.xo-collapse-style2__detail-item-number {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(var(--color-foreground), 0.3);
}

.xo-collapse-style2__detail-item-title {
  letter-spacing: 0.02em;
  color: rgba(var(--color-foreground), 0.6);
}

.compare__modal {
  z-index: 10001;
}

.compare__modal-content {
  width: 90vw;
  background-color: #fff;
  border-radius: var(--modal-corner-radius);
}
@media (min-width: 768px) {
  .compare__modal-content {
    width: 70rem;
  }
}

.compare__modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
  height: 6rem;
}

.compare__modal-title {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 2rem);
  font-weight: 500;
}

.compare__modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .compare__modal-close {
  right: 1rem;
}
[dir=rtl] .compare__modal-close {
  left: 1rem;
}
.compare__modal-close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.compare__modal-close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.compare__modal-close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.compare__modal-close:hover svg {
  color: rgba(var(--color-background));
}

.compare__modal-body {
  padding: 3rem;
}
@media (min-width: 768px) {
  .compare__modal-body {
    padding: 4rem;
  }
}

.compare__variant-colorwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.compare__variant-note {
  padding-top: 2rem;
}

.compare__variant-color {
  cursor: pointer;
}
.compare__variant-color button {
  all: unset;
}
.compare__variant-color span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-border), 0.1);
  background-color: var(--color);
  transition: 0.3s;
}

.compare__variant-color:hover span {
  box-shadow: 0 0 0 0 #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
  border: solid 0.1rem rgba(var(--color-border));
}

.compare__variant-color[xo-active]:not([xo-active=false]) span {
  box-shadow: 0 0 0 0 #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
  border: solid 0.1rem rgba(var(--color-border));
}

.compare__variant-image {
  display: none;
}
.compare__variant-image .xo-image {
  border-radius: 0.5rem;
  aspect-ratio: var(--aspect_ratio);
}

.compare__variant-image[xo-active]:not([xo-active=false]) {
  display: block;
  padding-top: 2rem;
}

.compare__variant-value {
  padding-top: 1rem;
}

.countdown-stock__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.7rem;
}
.countdown-stock__title p {
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

.countdown-stock__text {
  font-size: calc(var(--font-body-scale) * 1.5rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}
.countdown-stock__text span {
  color: rgb(var(--color-foreground));
  font-weight: 600;
}

.countdown-stock__progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.countdown-stock__bar {
  background-color: rgba(var(--color-foreground));
  transition: 0.5s;
  animation: progress-bar 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

@keyframes progress-bar {
  0% {
    background-position: 2rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
.countdown-time {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.5rem;
  border: solid 0.1rem rgba(var(--color-accent), 0.3);
  border-radius: var(--text-boxes-radius);
}
@media (min-width: 1200px) {
  .countdown-time {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.countdown-time__text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.countdown-time__text span {
  color: rgba(var(--color-accent));
  font-size: calc(var(--font-body-scale) * 1.7rem);
  font-weight: 500;
  line-height: 1;
}

.countdown-time__time {
  display: flex;
  align-items: center;
  gap: 3rem;
  line-height: 0;
}

.countdown-time__box {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: var(--text-boxes-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--color-accent));
  background-color: rgba(var(--color-accent), 0.1);
  font-weight: 500;
}

.countdown-time__box:after {
  content: ":";
  position: absolute;
  color: rgba(var(--color-accent));
  top: 1.9rem;
  right: -1.75rem;
  font-weight: 600;
}

.countdown-time__box:last-child::after {
  content: none;
}

.xo-field-color-style2 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
  transition: 0.3s;
}

.xo-field-color-style2:hover .xo-field-color-style2__item {
  box-shadow: 0 0 0 0 #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
  border: solid 0.1rem rgba(var(--color-border));
}

.xo-field-color-style2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-border), 0.1);
  background-color: var(--color);
  background-image: var(--image-src);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  overflow: hidden;
  transition: 0.3s;
}
.xo-field-color-style2__item .xo-image {
  width: 100px;
}

.xo-field-color-style2__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.xo-field-color-style2__input {
  display: none;
}
.xo-field-color-style2__input:checked ~ .xo-field-color-style2__image {
  border: 0.1rem solid rgba(var(--color-foreground));
}
.xo-field-color-style2__input:checked ~ .xo-field-color-style2__item {
  box-shadow: 0 0 0 0 #000, 0 0.8rem 2rem rgba(0, 0, 0, 0.2), inset 0 0 0 0.4rem #fff;
  border: solid 0.1rem rgba(var(--color-border));
}

.xo-field-color-style2__label {
  margin-inline-start: 0.8rem;
}

.xo-field-color-style2__image {
  width: 6rem;
}
.xo-field-color-style2__image img {
  height: 100%;
}

.xo-modal-pickup {
  --gap: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.xo-modal-pickup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--width);
  max-width: calc(100vw - var(--gap) * 2);
  max-height: var(--height);
  background-color: rgba(var(--color-background));
  pointer-events: auto;
}

.xo-modal-pickup__inner--full-height {
  height: 100dvh;
  max-height: 100dvh;
}

.xo-modal-pickup__inner--full-width {
  width: 100vw;
  max-width: 100vw;
}

.xo-modal-pickup__header {
  position: relative;
  min-height: var(--header-height);
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.1);
}

.xo-modal-pickup__product {
  display: flex;
  gap: 1.5rem;
}

.xo-modal-pickup__text .xo-product-info-content__header-variant {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
.xo-modal-pickup__text .xo-price__item {
  font-size: 1.4rem;
}
.xo-modal-pickup__text .xo-price__item--del {
  font-size: 1.2rem;
}

.xo-modal-pickup__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  margin-bottom: 0.5rem;
}

.xo-modal-pickup__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
}
[dir=ltr] .xo-modal-pickup__close {
  right: 1rem;
}
[dir=rtl] .xo-modal-pickup__close {
  left: 1rem;
}
.xo-modal-pickup__close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.xo-modal-pickup__close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.xo-modal-pickup__close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.xo-modal-pickup__close:hover svg {
  color: rgba(var(--color-background));
}

.xo-modal-pickup__close--abs {
  position: absolute;
  top: 1.5rem;
  transition: all 0.5s ease;
  line-height: calc(1 + 0 / var(--font-heading-scale));
  display: inline-block;
}
[dir=ltr] .xo-modal-pickup__close--abs {
  right: 1.5rem;
}
[dir=rtl] .xo-modal-pickup__close--abs {
  left: 1.5rem;
}
.xo-modal-pickup__close--abs:hover {
  transform-origin: center;
  transform: rotate(180deg);
}

.xo-modal-pickup__body {
  width: 100%;
  height: 100%;
}

.xo-modal-pickup__footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: var(--footer-height);
}
.xo-modal-pickup__footer > * {
  width: 100%;
}

.xo-modal-pickup__separator {
  width: 100%;
  height: 0.1rem;
  transition: 0.3s ease calc(var(--xo-duration) * 1ms);
}

xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) {
  --xo-backdrop-color: rgba(var(--color-foreground), var(--modal-backdrop-opacity));
  --xo-backdrop-blur: var(--modal-backdrop-blur);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup {
  padding: var(--modal-margin);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup__product {
  padding: var(--modal-padding);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup__inner {
  border: var(--modal-border-width) solid rgba(var(--color-foreground), var(--modal-border-opacity));
  border-radius: var(--modal-corner-radius);
  box-shadow: var(--modal-shadow-horizontal-offset) var(--modal-shadow-vertical-offset) var(--modal-shadow-blur-radius) rgba(var(--color-foreground), var(--modal-shadow-opacity));
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup__inner--full-height {
  height: calc(100dvh - var(--modal-margin) * 2);
  max-height: calc(100dvh - var(--modal-margin) * 2);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup__inner--full-width {
  width: calc(100vw - var(--modal-margin) * 2);
  max-width: calc(100vw - var(--modal-margin) * 2);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup__content {
  padding: var(--modal-padding);
}
xo-modal:not([xo-placement*=top-], [xo-placement*=bottom-]) .xo-modal-pickup__footer {
  padding: 0 var(--modal-padding);
}
xo-modal[xo-placement*=-left], xo-modal[xo-placement*=-right] {
  --xo-backdrop-color: rgba(var(--color-foreground), var(--drawer-backdrop-opacity));
  --xo-backdrop-blur: var(--drawer-backdrop-blur);
}
xo-modal[xo-placement*=-left] .xo-modal-pickup, xo-modal[xo-placement*=-right] .xo-modal-pickup {
  padding: var(--drawer-margin);
}
xo-modal[xo-placement*=-left] .xo-modal-pickup__product, xo-modal[xo-placement*=-right] .xo-modal-pickup__product {
  padding: var(--drawer-padding);
}
xo-modal[xo-placement*=-left] .xo-modal-pickup__inner, xo-modal[xo-placement*=-right] .xo-modal-pickup__inner {
  border: var(--drawer-border-width) solid rgba(var(--color-foreground), var(--drawer-border-opacity));
  border-radius: var(--drawer-corner-radius);
  box-shadow: var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-foreground), var(--drawer-shadow-opacity));
}
xo-modal[xo-placement*=-left] .xo-modal-pickup__inner--full-height, xo-modal[xo-placement*=-right] .xo-modal-pickup__inner--full-height {
  height: calc(100dvh - var(--drawer-margin) * 2);
  max-height: calc(100dvh - var(--drawer-margin) * 2);
}
xo-modal[xo-placement*=-left] .xo-modal-pickup__inner--full-width, xo-modal[xo-placement*=-right] .xo-modal-pickup__inner--full-width {
  width: calc(100vw - var(--drawer-margin) * 2);
  max-width: calc(100vw - var(--drawer-margin) * 2);
}
xo-modal[xo-placement*=-left] .xo-modal-pickup__content, xo-modal[xo-placement*=-right] .xo-modal-pickup__content {
  padding: var(--drawer-padding);
}
xo-modal[xo-placement*=-left] .xo-modal-pickup__footer, xo-modal[xo-placement*=-right] .xo-modal-pickup__footer {
  padding: 0 var(--drawer-padding);
}

.offer {
  border: 0.1rem solid rgb(var(--color-foreground), 0.1);
  border-radius: var(--text-boxes-radius);
  padding: 2.6rem 3rem 2rem;
  position: relative;
}

.offer__title {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 4.9rem;
  top: -1.1rem;
  padding: 0 1.4rem;
  background-color: rgb(var(--color-background));
}

.offer__list {
  margin: 0;
  padding: 0;
}

.offer__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.offer__content {
  font-weight: 500;
  list-style: none;
  position: relative;
  text-align: left;
  line-height: 2.8rem;
  text-transform: capitalize;
}

.xo-pickup-availability-item {
  display: flex;
  gap: 1rem;
}

.xo-pickup-availability-item__icon {
  flex-shrink: 0;
  color: #428445;
  margin-top: 0.4rem;
}

.xo-pickup-availability-item__name {
  font-size: calc(var(--font-body-scale) * 1.6rem);
}
.xo-pickup-availability-item__name .color-foreground {
  font-weight: 500;
  color: rgba(var(--color-foreground));
}

.xo-pickup-availability-item__time {
  font-size: calc(var(--font-body-scale) * 1.6rem);
}

.xo-pickup-availability-list {
  display: flex;
  flex-direction: column;
}

.xo-pickup-availability-list__item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-border), 0.1);
}
.xo-pickup-availability-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.xo-pickup-availability-list__title {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  margin-bottom: 1rem;
}

.xo-pickup-availability-list__available {
  display: flex;
  gap: 1rem;
}
.xo-pickup-availability-list__available p {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-pickup-availability-list__icon {
  flex-shrink: 0;
  color: #428445;
  margin-top: 0.2rem;
}

.xo-pickup-availability-list__address {
  font-style: normal;
}
.xo-pickup-availability-list__address li {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-pickup-availability-list__map {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.xo-pickup-availability-list__map .xo-btn__text[data-text] {
  font-size: calc(var(--font-body-scale) * 1rem);
}

.popup-video__trigger {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 9;
}
.popup-video__trigger button {
  all: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
  box-shadow: 0 0.3rem 1.8rem rgba(0, 0, 0, 0.0588235294);
  cursor: pointer;
}
.popup-video__trigger button svg {
  color: rgba(var(--color-foreground));
  margin-left: 0.2rem;
}

.popup-video__trigger--style5, .popup-video__trigger--style6, .popup-video__trigger--style7 {
  position: sticky;
  top: 17.6rem;
  width: -moz-fit-content;
  width: fit-content;
  right: unset;
  bottom: unset;
}

.popup-video__trigger--style8, .popup-video__trigger--mobile {
  right: 1.5rem;
  bottom: 1.5rem;
}

.popup-video__trigger--style10 {
  right: 36%;
  bottom: 2.5rem;
}

.popup-video__trigger:hover button {
  background-color: rgba(var(--color-foreground));
  transform: scale(1.1);
}
.popup-video__trigger:hover svg {
  color: rgba(var(--color-background));
}

.popup-video__modal {
  z-index: 10001;
}

.popup-video__wrap {
  width: 70vw;
  aspect-ratio: 1000/563;
}
.popup-video__wrap iframe {
  width: 100%;
  height: 100%;
  border-radius: var(--modal-corner-radius);
}

.popup-video__close {
  cursor: pointer;
  position: absolute;
  top: -4rem;
}
[dir=ltr] .popup-video__close {
  right: 1rem;
}
[dir=rtl] .popup-video__close {
  left: 1rem;
}
.popup-video__close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.popup-video__close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.popup-video__close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.popup-video__close:hover svg {
  color: rgba(var(--color-background));
}

.product-360__trigger {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  z-index: 9;
}
.product-360__trigger button {
  all: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
  box-shadow: 0 0.3rem 1.8rem rgba(0, 0, 0, 0.0588235294);
  cursor: pointer;
}
.product-360__trigger button svg .cls-1 {
  fill: rgba(var(--color-foreground));
}

.product-360__trigger--style5, .product-360__trigger--style6, .product-360__trigger--style7 {
  position: sticky;
  top: 17.6rem;
  width: -moz-fit-content;
  width: fit-content;
  left: unset;
  bottom: unset;
}

.product-360__trigger--style8, .product-360__trigger--mobile {
  left: 1.5rem;
  bottom: 1.5rem;
}

.product-360__trigger--style10 {
  left: 36%;
  bottom: 2.5rem;
}

.product-360__trigger:hover button {
  background-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
  transform: scale(1.1);
}
.product-360__trigger:hover svg {
  padding-top: 0.2rem;
}
.product-360__trigger:hover svg .cls-1 {
  fill: rgba(var(--color-background));
}

.product-360__modal {
  z-index: 10001;
}

.product-360__wrap {
  width: 30rem;
  background-color: #fff;
  border-radius: var(--modal-corner-radius);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .product-360__wrap {
    width: 50rem;
  }
}
@media (min-width: 768px) {
  .product-360__wrap {
    width: 70rem;
  }
}
@media (min-width: 992px) {
  .product-360__wrap {
    width: 80rem;
  }
}

.product-360__inner {
  width: 95%;
  padding: 2rem 0;
}
.product-360__inner xo-360-viewer[xo-loading] .product-360__loading {
  display: flex;
}
.product-360__inner xo-360-viewer xo-360-viewer-pause {
  display: none;
}
.product-360__inner xo-360-viewer[xo-playing] xo-360-viewer-play {
  display: none;
}
.product-360__inner xo-360-viewer[xo-playing] xo-360-viewer-pause {
  display: block;
}
.product-360__inner img {
  width: 100%;
}

.product-360__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  z-index: 9;
}
[dir=ltr] .product-360__close {
  right: 1rem;
}
[dir=rtl] .product-360__close {
  left: 1rem;
}
.product-360__close button {
  all: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.product-360__close svg {
  color: rgba(var(--color-foreground));
  line-height: 0;
}

.product-360__close:hover button {
  background-color: rgba(var(--color-foreground));
  rotate: 180deg;
}
.product-360__close:hover svg {
  color: rgba(var(--color-background));
}

.product-360__loading {
  display: none;
  background-color: #eee;
  height: 300px;
  align-items: center;
  justify-content: center;
}

.product-360__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.product-360__arrow button, .product-360__action button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: solid 0.1rem rgba(var(--color-foreground), 0.1);
  background-color: rgba(var(--color-background));
  transition: 0.3s;
  cursor: pointer;
}
.product-360__arrow svg, .product-360__action svg {
  color: rgba(var(--color-foreground));
}

.product-360__action--play svg {
  padding-left: 0.2rem;
}

.product-360__arrow:hover button, .product-360__action:hover button {
  background-color: rgba(var(--color-foreground));
}
.product-360__arrow:hover svg, .product-360__action:hover svg {
  color: rgba(var(--color-background));
}

.product-description-style10 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-description-style10 .product-description__img-wrap {
  aspect-ratio: 650/420;
}

.product-description-style3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-description-style3 h3 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
}

.product-description-style4 h3 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2rem);
}
.product-description-style4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.product-description-style4 .product-description__img-wrap {
  overflow: hidden;
  aspect-ratio: 665/400;
}
.product-description-style4 .product-description__img-wrap--2 {
  aspect-ratio: 433/285;
  margin-bottom: 1rem;
}
.product-description-style4 .product-description__img-wrap:hover img {
  transform: scale(1.1);
}

.product-description-style8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-description-style8 .product-description__img-wrap {
  aspect-ratio: 650/500;
}

.product-description-style9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--text-boxes-radius);
  transition: 0.3s;
}
.product-description-style9 .product-description__img-wrap {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--text-boxes-radius);
  aspect-ratio: 1360/457;
}
.product-description-style9 .product-description__img-wrap--2 {
  aspect-ratio: 433/285;
}
.product-description-style9 .product-description__img-wrap:hover img {
  transform: scale(1.1);
}

.product-info-content-quickview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-info-content-quickview__header h1 {
  margin: 0;
}

.product-info-content-quickview__title {
  color: rgba(var(--color-foreground));
  font-weight: 500;
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 2.4rem);
  line-height: calc(1 + 0.1 / var(--font-heading-scale));
  padding-bottom: 1rem;
  letter-spacing: -0.01em;
}

.product-info-content-quickview__wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  height: 4.6rem;
  width: 4.6rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
}
.product-info-content-quickview__wishlist svg {
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.product-info-content-quickview__wishlist:hover {
  background-color: rgba(var(--color-foreground));
  transform: scale(1.1);
}
.product-info-content-quickview__wishlist:hover svg {
  color: rgba(var(--color-background));
}

.product-info-content-quickview__description {
  letter-spacing: 0.01em;
  color: rgba(var(--color-foreground), 0.4);
  font-size: calc(var(--font-body-scale) * 1.5rem);
  padding-top: 2.2rem;
  padding-bottom: 3rem;
  font-weight: 400;
  border-top: 0.1rem solid #e7e7e7;
}

.product-info-content-quickview__image .xo-image {
  border-radius: var(--text-boxes-radius);
}

.product-info-content-quickview__variants {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 3rem;
}
.product-info-content-quickview__variants .xo-field-radio--boxed .xo-field-radio__label {
  width: 3.5rem;
  height: 3.5rem;
}
.product-info-content-quickview__variants .xo-field-radio--boxed .xo-field-radio__label span {
  font-size: calc(var(--font-body-scale) * 1.3rem);
}
.product-info-content-quickview__variants .xo-product-info-variant__header {
  align-items: center;
}
.product-info-content-quickview__variants .xo-product-info-variant__name {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.product-info-content-quickview__variants--header {
  gap: 0;
}

.product-info-content-quickview__header-variant {
  display: flex;
  gap: 0.3rem;
  line-height: 1.2;
}

.product-info-content-quickview__price {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
.product-info-content-quickview__price .xo-price__item {
  font-size: calc(var(--font-body-scale) * 2.5rem);
}
.product-info-content-quickview__price .xo-price__item--del {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.product-info-content-quickview__pickup-image .xo-image {
  width: 9.5rem;
  aspect-ratio: var(--aspect-ratio);
}
.product-info-content-quickview__pickup-image .xo-image img {
  height: 100%;
}

.product-info-content-quickview__buy-othersite {
  width: 100%;
  cursor: pointer;
}
.product-info-content-quickview__buy-othersite a {
  width: 100%;
  height: 5rem;
  border-radius: var(--buttons-radius);
  background-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: calc(var(--font-body-scale) * 1.3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28rem;
  transition: 0.3s;
}

.product-info-content-quickview__buy-othersite:hover a {
  transform: scale(1.05);
}

.product-info-content-quickview__buy-logo {
  width: var(--width);
}

.product-info-content-quickview__complementary-title {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.9rem);
}

.product-info-content-quickview__complementary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  cursor: pointer;
}
.product-info-content-quickview__complementary-header h3 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.9rem);
}

.product-info-content-quickview {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .product-info-content-quickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    --width: 0.6rem;
    --scrollbar-thumb-padding: 0;
  }
}
.product-info-content-quickview .shopify-payment-button__more-options {
  display: none;
}
.product-info-content-quickview .shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
  border-radius: 0.8rem;
  border: 0.2rem solid rgba(var(--color-foreground));
  font-size: calc(var(--font-body-scale) * 1.3rem);
}
.product-info-content-quickview .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: rgba(var(--color-foreground));
  background-color: rgba(var(--color-background));
}
.product-info-content-quickview .countdown-time {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-info-content-quickview .countdown-time__text span {
  font-size: calc(var(--font-body-scale) * 1.5rem);
}

.product-info-content-quickview .countdown-stock__title p {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}

.product-info-content-quickview .countdown-time__time {
  gap: 2rem;
}

.product-info-content-quickview .countdown-time__box {
  width: 3.2rem;
  height: 3.2rem;
  font-size: calc(var(--font-body-scale) * 1.3rem);
}
.product-info-content-quickview .countdown-time__box::after {
  top: 1.5rem;
}
[dir=ltr] .product-info-content-quickview .countdown-time__box::after {
  right: -1.15rem;
}
[dir=rtl] .product-info-content-quickview .countdown-time__box::after {
  left: -1.15rem;
}

.product-info-content-quickview .badge {
  padding: 0 0.8rem;
}
.product-info-content-quickview .badge span {
  font-size: calc(var(--font-body-scale) * 1rem);
}

.xo-main-product-quickview__content {
  position: relative;
}

.product-info-content-quickview__variants .xo-field-color-style2__item {
  width: 3.2rem;
  height: 3.2rem;
}

.product-info-content-quickview__review {
  padding-bottom: 1.5rem;
}

.product-info-content-quickview__buy-button {
  padding-bottom: 3rem;
}

.product-info-content-quickview__countdown-stock {
  padding-bottom: 3rem;
}

.xo-product-info-content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xo-product-info-content__header h1 {
  margin: 0;
}

.xo-product-info-content__title {
  color: rgba(var(--color-foreground));
  font-weight: 500;
  font-size: var(--fz);
  line-height: 1.11;
  letter-spacing: -0.01em;
}

.xo-product-info-content__wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  height: 4.6rem;
  width: 4.6rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
}
.xo-product-info-content__wishlist svg {
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.xo-product-info-content__wishlist:hover {
  background-color: rgba(var(--color-foreground));
  transform: scale(1.1);
}
.xo-product-info-content__wishlist:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-content__description {
  letter-spacing: 0.01em;
  color: rgba(var(--color-foreground), 0.4);
  font-size: calc(var(--font-body-scale) * 1.5rem);
  padding-top: 2.2rem;
  font-weight: 400;
  border-top: 0.1rem solid #e7e7e7;
}

.xo-product-info-content__image {
  display: block;
}
.xo-product-info-content__image .xo-image {
  border-radius: var(--text-boxes-radius);
}
.xo-product-info-content__image img {
  width: 100%;
  border-radius: var(--text-boxes-radius);
}

.xo-product-info-content__variants {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.xo-product-info-content__variants--header {
  gap: 0;
}

.xo-product-info-content__header-variant {
  display: flex;
  gap: 0.3rem;
  line-height: 1.2;
}

.xo-product-info-content__price {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.xo-product-info-content__pickup-image .xo-image {
  width: 9.5rem;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-content__pickup-image .xo-image img {
  height: 100%;
}

.xo-product-info-content__buy-othersite {
  width: 100%;
  cursor: pointer;
}
.xo-product-info-content__buy-othersite a {
  width: 100%;
  height: 5rem;
  border-radius: var(--buttons-radius);
  background-color: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: calc(var(--font-body-scale) * 1.3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28rem;
  transition: 0.3s;
}

.xo-product-info-content__buy-othersite:hover a {
  transform: scale(1.05);
}

.xo-product-info-content__buy-logo {
  width: var(--width);
}

[xo-products-count="0"] .xo-product-info-content__complementary-title {
  display: none;
}

[xo-products-count="0"] .xo-product-info-content__complementary {
  padding: 0 !important;
}

.xo-product-info-content__complementary-title {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.9rem);
}

.xo-product-info-content__complementary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  cursor: pointer;
}
.xo-product-info-content__complementary-header h3 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.9rem);
}

.xo-product-info-media-mobile {
  position: relative;
}
@media (min-width: 768px) {
  .xo-product-info-media-mobile {
    display: none;
  }
}

.xo-product-info-media-mobile__top {
  position: relative;
}

.xo-product-info-media-mobile__top:hover .xo-product-info-media-mobile__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-mobile__image {
  position: relative;
}

.xo-product-info-media-mobile__pagination {
  position: absolute;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
  z-index: 9;
}
.xo-product-info-media-mobile__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .xo-product-info-media-mobile__bullet {
  background-color: rgba(var(--color-foreground));
}

.xo-product-info-media-mobile__bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}

.xo-product-info-media-mobile__thumbnails {
  margin-top: 1rem;
}

.xo-product-info-media-mobile__thumb-slide {
  transition: 0.3s;
  position: relative;
}
.xo-product-info-media-mobile__thumb-slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-mobile__thumb-slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-mobile__media-icon {
  position: absolute;
  top: 0.3rem;
  right: 1.4rem;
  z-index: 9;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}
.xo-product-info-media-mobile__media-icon svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-mobile__media-icon--play svg {
  padding-left: 0.2rem;
}

.xo-product-info-media-mobile__thumb-slide[xo-active]:not([xo-active=false]) .xo-media {
  border: solid 0.1rem rgba(var(--color-foreground));
}

.xo-product-info-media-mobile__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-mobile__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-mobile__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-mobile__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-mobile__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-mobile__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-mobile__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-mobile__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-mobile__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-mobile__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-mobile__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style1 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style1 {
    display: none;
  }
}

.xo-product-info-media-style1__image {
  position: relative;
}

.xo-product-info-media-style1__thumbnails {
  margin-bottom: 1rem;
}

.xo-product-info-media-style1__bottom {
  position: relative;
}

.xo-product-info-media-style1__bottom:hover .xo-product-info-media-style1__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style1__thumb-slide {
  transition: 0.3s;
  position: relative;
}
.xo-product-info-media-style1__thumb-slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style1__thumb-slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style1__media-icon {
  position: absolute;
  top: 0.5rem;
  right: 1.6rem;
  z-index: 9;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.xo-product-info-media-style1__media-icon svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style1__media-icon--play svg {
  padding-left: 0.2rem;
}

.xo-product-info-media-style1__thumb-slide[xo-active]:not([xo-active=false]) .xo-media {
  border: solid 0.1rem rgba(var(--color-foreground));
}

.xo-product-info-media-style1__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style1__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style1__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style1__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style1__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style1__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style1__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style1__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style1__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style1__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style1__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style10 {
  position: relative;
}
@media (max-width: 767px) {
  .xo-product-info-media-style10 {
    display: none;
  }
}

.xo-product-info-media-style10:hover .xo-product-info-media-style10__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style10__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style10__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style10__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style10__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style10__image {
  position: relative;
}

.xo-product-info-media-style10__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style10__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style10__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style10__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style10__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style10__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style10__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style10__pagination {
  position: absolute;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  z-index: 9;
}
.xo-product-info-media-style10__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .xo-product-info-media-style10__bullet {
  background-color: rgba(var(--color-foreground));
}

.xo-product-info-media-style10__bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}

.xo-product-info-media-style11 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style11 {
    display: none;
  }
}

.xo-product-info-media-style11__image {
  position: relative;
}

.xo-product-info-media-style11__carousel:hover .xo-product-info-media-style11__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style11__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style11__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style11__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style11__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style11__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style11__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style11__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style11__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style11__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style11__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style11__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style12 {
  position: relative;
}

.xo-product-info-media-style12__top {
  position: relative;
}

.xo-product-info-media-style12__top:hover .xo-product-info-media-style12__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style12__image {
  position: relative;
}
.xo-product-info-media-style12__image .xo-image {
  position: relative;
  overflow: hidden;
}
.xo-product-info-media-style12__image .xo-image::before {
  content: "";
  height: 0;
  display: block;
  padding-top: calc(100% / (0 + var(--aspect-ratio, 1.7777777778)));
}
.xo-product-info-media-style12__image .xo-image img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.xo-product-info-media-style12__thumbnails {
  margin-top: 1rem;
}

.xo-product-info-media-style12__thumb-slide {
  transition: 0.3s;
}
.xo-product-info-media-style12__thumb-slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style12__thumb-slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style12__thumb-slide[xo-active]:not([xo-active=false]) .xo-media {
  border: solid 0.1rem rgba(var(--color-foreground));
}

.xo-product-info-media-style12__slide .xo-embed-responsive {
  aspect-ratio: var(--aspect-ratio);
}

.xo-product-info-media-style12__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style12__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style12__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style12__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style12__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style12__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style12__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style2 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style2 {
    display: none;
  }
}

.xo-product-info-media-style2__carousel {
  display: flex;
}

.xo-product-info-media-style2__left {
  position: relative;
  width: calc(100% - 9rem);
}
@media (min-width: 992px) {
  .xo-product-info-media-style2__left {
    width: calc(100% - 11rem);
  }
}
@media (min-width: 1200px) {
  .xo-product-info-media-style2__left {
    width: calc(100% - 15rem);
  }
}

.xo-product-info-media-style2__left:hover .xo-product-info-media-style2__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style2__right {
  width: 8rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .xo-product-info-media-style2__right {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .xo-product-info-media-style2__right {
    width: 14rem;
  }
}

.xo-product-info-media-style2__image {
  position: relative;
}

.xo-product-info-media-style2__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style2__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style2__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style2__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style2__thumb-slide {
  transition: 0.3s;
  position: relative;
}
.xo-product-info-media-style2__thumb-slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style2__thumb-slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style2__media-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  z-index: 9;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.xo-product-info-media-style2__media-icon svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style2__media-icon--play svg {
  padding-left: 0.2rem;
}

.xo-product-info-media-style2__thumb-slide[xo-active]:not([xo-active=false]) .xo-media {
  border: solid 0.1rem rgba(var(--color-foreground));
}

.xo-product-info-media-style2__thumbnails-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(35rem / (var(--aspect-ratio)));
}
@media (min-width: 992px) {
  .xo-product-info-media-style2__thumbnails-inner {
    height: calc(43rem / (var(--aspect-ratio)));
  }
}
@media (min-width: 1200px) {
  .xo-product-info-media-style2__thumbnails-inner {
    height: calc(59rem / (var(--aspect-ratio)));
  }
}

.xo-product-info-media-style2__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style2__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style2__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style2__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style2__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style2__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style2__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style3 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style3 {
    display: none;
  }
}

.xo-product-info-media-style3__top {
  position: relative;
}

.xo-product-info-media-style3__top:hover .xo-product-info-media-style3__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style3__image {
  position: relative;
}

.xo-product-info-media-style3__thumbnails {
  margin-top: 1rem;
}

.xo-product-info-media-style3__thumb-slide {
  transition: 0.3s;
  position: relative;
}
.xo-product-info-media-style3__thumb-slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style3__thumb-slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style3__media-icon {
  position: absolute;
  top: 0.5rem;
  right: 1.6rem;
  z-index: 9;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.xo-product-info-media-style3__media-icon svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style3__media-icon--play svg {
  padding-left: 0.2rem;
}

.xo-product-info-media-style3__thumb-slide[xo-active]:not([xo-active=false]) .xo-media {
  border: solid 0.1rem rgba(var(--color-foreground));
}

.xo-product-info-media-style3__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style3__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style3__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style3__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style3__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style3__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style3__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style3__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style3__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style3__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style3__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style4 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style4 {
    display: none;
  }
}

.xo-product-info-media-style4__carousel {
  display: flex;
}

.xo-product-info-media-style4__left {
  width: 8rem;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .xo-product-info-media-style4__left {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .xo-product-info-media-style4__left {
    width: 14rem;
  }
}

.xo-product-info-media-style4__right {
  position: relative;
  width: calc(100% - 9rem);
}
@media (min-width: 992px) {
  .xo-product-info-media-style4__right {
    width: calc(100% - 11rem);
  }
}
@media (min-width: 1200px) {
  .xo-product-info-media-style4__right {
    width: calc(100% - 15rem);
  }
}

.xo-product-info-media-style4__right:hover .xo-product-info-media-style4__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style4__image {
  position: relative;
}

.xo-product-info-media-style4__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style4__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style4__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style4__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style4__thumb-slide {
  transition: 0.3s;
  position: relative;
}
.xo-product-info-media-style4__thumb-slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style4__thumb-slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style4__media-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  z-index: 9;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.xo-product-info-media-style4__media-icon svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style4__media-icon--play svg {
  padding-left: 0.2rem;
}

.xo-product-info-media-style4__thumb-slide[xo-active]:not([xo-active=false]) .xo-media {
  border: solid 0.1rem rgba(var(--color-foreground));
}

.xo-product-info-media-style4__thumbnails-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(35rem / (var(--aspect-ratio)));
}
@media (min-width: 992px) {
  .xo-product-info-media-style4__thumbnails-inner {
    height: calc(43rem / (var(--aspect-ratio)));
  }
}
@media (min-width: 1200px) {
  .xo-product-info-media-style4__thumbnails-inner {
    height: calc(59rem / (var(--aspect-ratio)));
  }
}

.xo-product-info-media-style4__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style4__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style4__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style4__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style4__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style4__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style4__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style5 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style5 {
    display: none;
  }
}

.xo-product-info-media-style5__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xo-product-info-media-style5__gallery .xo-media {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style5__gallery .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style5__gallery .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style5__gallery .xo-image img {
  height: 100%;
}

.xo-product-info-media-style5__image {
  position: relative;
}

.xo-product-info-media-style5__popup-wrap {
  position: absolute;
  top: 0;
  right: 7.7rem;
  height: 100%;
  padding-bottom: 3rem;
  width: 0;
  z-index: 99;
}

.xo-product-info-media-style5__360-wrap {
  position: absolute;
  top: 0;
  left: 3rem;
  height: 100%;
  padding-bottom: 3rem;
  width: 0;
  z-index: 99;
}

.xo-product-info-media-style6 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style6 {
    display: none;
  }
}

.xo-product-info-media-style6__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.xo-product-info-media-style6__image-item {
  width: calc(50% - 0.5rem);
}
.xo-product-info-media-style6__image-item .xo-media {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style6__image-item .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style6__image-item .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style6__image-item .xo-image img {
  height: 100%;
}

.xo-product-info-media-style6__image {
  position: relative;
}

.xo-product-info-media-style6__popup-wrap {
  position: absolute;
  top: 0;
  right: 7.6rem;
  height: 100%;
  padding-bottom: 3rem;
  width: 0;
  z-index: 99;
}

.xo-product-info-media-style6__360-wrap {
  position: absolute;
  top: 0;
  left: 3rem;
  height: 100%;
  padding-bottom: 3rem;
  width: 0;
  z-index: 99;
}

.xo-product-info-media-style7 {
  position: relative;
  top: 7.5rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style7 {
    display: none;
  }
}

.xo-product-info-media-style7__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.xo-product-info-media-style7__image-item {
  width: calc(50% - 0.5rem);
}
.xo-product-info-media-style7__image-item .xo-media {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style7__image-item .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style7__image-item .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style7__image-item .xo-image img {
  height: 100%;
}

.xo-product-info-media-style7__image-item:nth-child(3n+1) {
  width: 100%;
}

.xo-product-info-media-style7__image {
  position: relative;
}

.xo-product-info-media-style7__popup-wrap {
  position: absolute;
  top: 0;
  right: 7.7rem;
  height: 100%;
  padding-bottom: 3rem;
  width: 0;
  z-index: 99;
}

.xo-product-info-media-style7__360-wrap {
  position: absolute;
  top: 0;
  left: 3rem;
  height: 100%;
  padding-bottom: 3rem;
  width: 0;
  z-index: 99;
}

.xo-product-info-media-style8 {
  position: relative;
  top: 9.3rem;
}
@media (max-width: 767px) {
  .xo-product-info-media-style8 {
    display: none;
  }
}

.xo-product-info-media-style8__top {
  position: relative;
}

.xo-product-info-media-style8__top:hover .xo-product-info-media-style8__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style8__image {
  position: relative;
}

.xo-product-info-media-style8__pagination {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  z-index: 9;
}
.xo-product-info-media-style8__pagination xo-carousel-bullet[xo-active]:not([xo-active=false]) .xo-product-info-media-style8__bullet {
  background-color: rgba(var(--color-foreground));
}

.xo-product-info-media-style8__bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.2);
  transition: 0.3s;
}

.xo-product-info-media-style8__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style8__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style8__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style8__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style8__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style8__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style8__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style8__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style8__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style8__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style8__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-media-style9 {
  position: relative;
}
@media (max-width: 767px) {
  .xo-product-info-media-style9 {
    display: none;
  }
}

.xo-product-info-media-style9:hover .xo-product-info-media-style9__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.xo-product-info-media-style9__container {
  width: 33.3333333333vw;
  margin: auto;
}

.xo-product-info-media-style9__slide {
  opacity: 0.3;
}
.xo-product-info-media-style9__slide .xo-media {
  height: 100%;
}
.xo-product-info-media-style9__slide .xo-embed-responsive {
  height: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style9__slide .xo-image {
  aspect-ratio: var(--aspect-ratio);
}
.xo-product-info-media-style9__slide .xo-image img {
  height: 100%;
}

.xo-product-info-media-style9__slide[xo-active]:not([xo-active=false]) {
  opacity: 1;
}

.xo-product-info-media-style9__image {
  position: relative;
}

.xo-product-info-media-style9__arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.xo-product-info-media-style9__arrow button {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(var(--color-background));
  transition: 0.3s;
}
.xo-product-info-media-style9__arrow svg {
  color: rgba(var(--color-foreground));
}

.xo-product-info-media-style9__arrow:hover button {
  transform: scale(1.2);
  background-color: rgba(var(--color-foreground));
}
.xo-product-info-media-style9__arrow:hover svg {
  color: rgba(var(--color-background));
}

.xo-product-info-media-style9__arrow--left {
  left: 1.2rem;
  transform: translate(-100%, -50%);
}

.xo-product-info-media-style9__arrow--right {
  right: 1.2rem;
  transform: translate(100%, -50%);
}

.xo-product-info-variant__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.xo-product-info-variant__inner--radio {
  gap: 2rem;
}

.xo-product-info-variant__header {
  display: flex;
  gap: 0.3rem;
  padding-bottom: 1rem;
}

.xo-product-info-variant__name {
  font-weight: 500;
  letter-spacing: -0.032rem;
  color: rgba(var(--color-foreground), 0.5);
}

.meta {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}

.meta__info {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  padding-right: 0.5rem;
  font-weight: 500;
}
.meta__info span {
  color: rgb(var(--color-foreground), 0.5);
}

.meta__info--sku {
  letter-spacing: 0.1em;
}

.meta__info--disable {
  display: none;
}

#randomText {
  color: rgb(var(--color-foreground));
  margin: 2rem 0;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 500;
}

.number {
  color: rgb(var(--color-accent));
}

.xo-recipient {
  padding-bottom: 2rem;
}
.xo-recipient[xo-active]:not([xo-active=false]) .xo-recipient__fields {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.xo-recipient[xo-error]:not([xo-error=false]) .xo-recipient__error {
  display: block;
}

.xo-recipient__error,
.xo-recipient__fields {
  display: none;
}

.reviews-shop__list-star {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  cursor: pointer;
}

.list-star {
  display: flex;
  gap: 0.5rem;
  padding: 0;
}

.star-review {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.star-review p {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.4);
  padding-left: 0.6rem;
}

.shipping {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shipping_item {
  display: flex;
  gap: 1.2rem;
}
.shipping_item svg {
  padding-top: 0.3rem;
  flex-shrink: 0;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

.shipping_item:last-child {
  padding-left: 0.2rem;
}

.sticky-addcart-desktop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.sticky-addcart-desktop xo-sticky {
  opacity: 0;
  transition: 0.3s;
}
.sticky-addcart-desktop xo-sticky[xo-is-sticky]:not([xo-is-sticky=false]) {
  opacity: 1;
}

.sticky-addcart {
  background-color: rgba(var(--color-background));
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.09);
  height: 7.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.sticky-addcart__left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .sticky-addcart__left {
    display: none;
  }
}

.sticky-addcart__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .sticky-addcart__right {
    gap: 1rem;
    width: 100%;
  }
  .sticky-addcart__right .xo-quantity-style2 {
    display: none;
  }
}

.sticky-addcart__variants-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .sticky-addcart__variants-wrap {
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .sticky-addcart__variants-wrap .xo-field-select-custom-variant__trigger {
    gap: 1rem;
    padding: 0 1rem;
  }
}

.sticky-addcart__buttons-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sticky-addcart__buttons-wrap button {
  height: 5rem;
}
@media (max-width: 767px) {
  .sticky-addcart__buttons-wrap {
    display: none;
  }
}

.sticky-addcart__buttons-mobile {
  width: 100%;
}
.sticky-addcart__buttons-mobile button {
  height: 5rem;
}
.sticky-addcart__buttons-mobile .xo-btn__text {
  font-size: calc(var(--font-body-scale) * 1.1rem);
}
@media (min-width: 768px) {
  .sticky-addcart__buttons-mobile {
    display: none;
  }
}

.sticky-addcart__media .xo-image {
  height: 5.5rem;
  aspect-ratio: var(--aspect-ratio);
}
.sticky-addcart__media .xo-image img {
  height: 100%;
}

.sticky-addcart__product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.sticky-addcart__product h3 {
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * 1.6rem);
  line-height: calc(1 + 0 / var(--font-heading-scale));
  margin-bottom: 0;
}
.sticky-addcart__product .xo-price__item {
  line-height: calc(1 + 0 / var(--font-body-scale));
}
.sticky-addcart__product .xo-price__item {
  font-size: 1.4rem;
}
.sticky-addcart__product .xo-price__item--del {
  font-size: 1.2rem;
}

.sticky-addcart__add {
  height: 5rem;
}

.sticky-addcart__buy-now .shopify-payment-button__button {
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: 500;
  letter-spacing: calc(var(--font-body-scale) * 0.2rem);
  border-radius: var(--buttons-radius);
  min-height: unset;
  height: 5rem;
  padding: 0 2.5rem;
  border: solid 0.2rem rgba(var(--color-foreground));
}
@media (max-width: 767px) {
  .sticky-addcart__buy-now .shopify-payment-button__button {
    font-size: calc(var(--font-body-scale) * 1.1rem);
    padding: 0;
  }
}
.sticky-addcart__buy-now .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-background));
}

.sticky-addcart__wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  cursor: pointer;
}
.sticky-addcart__wishlist svg {
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.sticky-addcart__wishlist:hover {
  background-color: rgba(var(--color-foreground));
  transform: scale(1.1);
}
.sticky-addcart__wishlist:hover svg {
  color: rgba(var(--color-background));
}

.sticky-addcart__compare-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  cursor: pointer;
}
.sticky-addcart__compare-trigger svg {
  line-height: 0;
  color: rgba(var(--color-foreground));
}

.sticky-addcart__compare-trigger:hover {
  background-color: rgba(var(--color-foreground));
  transform: scale(1.1);
}
.sticky-addcart__compare-trigger:hover svg {
  color: rgba(var(--color-background));
}

.trustbadge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--text-boxes-radius);
  gap: 1.5rem;
  background-color: var(--bg-color);
  padding: 2rem;
}

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

.trustbadge__image {
  width: var(--width);
}

.trustbadge__text {
  color: rgba(var(--color-foreground));
  font-weight: 500;
}

.visitor {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.visitor__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--buttons-radius);
  background-color: rgba(var(--color-foreground));
  width: 2.2rem;
  height: 2.2rem;
}
.visitor__icon svg {
  color: rgba(var(--color-background));
}

.visitor__text {
  line-height: 0;
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.xo-register {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

.xo-register__input .xo-field-input__placeholder {
  display: none;
}

.xo-reset-pass {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

[class*=xo-line-] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.xo-line-1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.xo-line-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.xo-line-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.xo-line-4 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.xo-success {
  background-color: color-mix(in srgb, rgba(var(--color-success)) calc(1 * 100%), transparent);
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 1.2rem;
}

.xo-warning {
  background-color: color-mix(in srgb, rgba(var(--color-warning)) calc(1 * 100%), transparent);
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 1.2rem;
}

.xo-error {
  background-color: color-mix(in srgb, rgba(var(--color-error)) calc(1 * 100%), transparent);
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 1.2rem;
}

.xo-success:empty, .xo-warning:empty, .xo-error:empty {
  display: none;
}

xo-grid {
  display: grid;
  align-items: var(--align, normal);
  -moz-column-gap: var(--xo-grid-col-gap, 30px);
       column-gap: var(--xo-grid-col-gap, 30px);
  row-gap: var(--xo-grid-row-gap, 30px);
  --xs: initial;
  --sm: initial;
  --md: initial;
  --lg: initial;
  --xl: initial;
}

xo-grid[style*="--col-width"] {
  grid-template-columns: repeat(auto-fill, minmax(min(var(--col-width, 0), 100%), 1fr));
}
xo-grid:not([style*="--col-width"]) {
  grid-template-columns: repeat(12, 1fr);
}
xo-grid:not([style*="--col-width"])[style*="--xs"], xo-grid:not([style*="--col-width"])[style*="--sm"], xo-grid:not([style*="--col-width"])[style*="--md"], xo-grid:not([style*="--col-width"])[style*="--lg"], xo-grid:not([style*="--col-width"])[style*="--xl"], xo-grid:not([style*="--col-width"])[style*="--xxl"] {
  grid-template-columns: repeat(var(--xs, var(--sm, var(--md, var(--lg, var(--xl, var(--xxl)))))), 1fr);
}
@media (min-width: 576px) {
  xo-grid:not([style*="--col-width"])[style*="--xs"], xo-grid:not([style*="--col-width"])[style*="--sm"], xo-grid:not([style*="--col-width"])[style*="--md"], xo-grid:not([style*="--col-width"])[style*="--lg"], xo-grid:not([style*="--col-width"])[style*="--xl"], xo-grid:not([style*="--col-width"])[style*="--xxl"] {
    grid-template-columns: repeat(var(--sm, var(--xs, var(--md, var(--lg, var(--xl, var(--xxl)))))), 1fr);
  }
}
@media (min-width: 768px) {
  xo-grid:not([style*="--col-width"])[style*="--xs"], xo-grid:not([style*="--col-width"])[style*="--sm"], xo-grid:not([style*="--col-width"])[style*="--md"], xo-grid:not([style*="--col-width"])[style*="--lg"], xo-grid:not([style*="--col-width"])[style*="--xl"], xo-grid:not([style*="--col-width"])[style*="--xxl"] {
    grid-template-columns: repeat(var(--md, var(--sm, var(--xs, var(--lg, var(--xl, var(--xxl)))))), 1fr);
  }
}
@media (min-width: 992px) {
  xo-grid:not([style*="--col-width"])[style*="--xs"], xo-grid:not([style*="--col-width"])[style*="--sm"], xo-grid:not([style*="--col-width"])[style*="--md"], xo-grid:not([style*="--col-width"])[style*="--lg"], xo-grid:not([style*="--col-width"])[style*="--xl"], xo-grid:not([style*="--col-width"])[style*="--xxl"] {
    grid-template-columns: repeat(var(--lg, var(--md, var(--sm, var(--xs, var(--xl, var(--xxl)))))), 1fr);
  }
}
@media (min-width: 1200px) {
  xo-grid:not([style*="--col-width"])[style*="--xs"], xo-grid:not([style*="--col-width"])[style*="--sm"], xo-grid:not([style*="--col-width"])[style*="--md"], xo-grid:not([style*="--col-width"])[style*="--lg"], xo-grid:not([style*="--col-width"])[style*="--xl"], xo-grid:not([style*="--col-width"])[style*="--xxl"] {
    grid-template-columns: repeat(var(--xl, var(--lg, var(--md, var(--sm, var(--xs, var(--xxl)))))), 1fr);
  }
}
@media (min-width: 1400px) {
  xo-grid:not([style*="--col-width"])[style*="--xs"], xo-grid:not([style*="--col-width"])[style*="--sm"], xo-grid:not([style*="--col-width"])[style*="--md"], xo-grid:not([style*="--col-width"])[style*="--lg"], xo-grid:not([style*="--col-width"])[style*="--xl"], xo-grid:not([style*="--col-width"])[style*="--xxl"] {
    grid-template-columns: repeat(var(--xxl, var(--xl, var(--lg, var(--md, var(--sm, var(--xs)))))), 1fr);
  }
}
xo-grid:not([style*="--col-width"]):not([style*="--xs"], [style*="--sm"], [style*="--md"], [style*="--lg"], [style*="--xl"], [style*="--xxl"]) > * {
  grid-column-end: span var(--xs, var(--sm, var(--md, var(--lg, var(--xl, var(--xxl))))));
}
@media (min-width: 576px) {
  xo-grid:not([style*="--col-width"]):not([style*="--xs"], [style*="--sm"], [style*="--md"], [style*="--lg"], [style*="--xl"], [style*="--xxl"]) > * {
    grid-column-end: span var(--sm, var(--xs, var(--md, var(--lg, var(--xl, var(--xxl))))));
  }
}
@media (min-width: 768px) {
  xo-grid:not([style*="--col-width"]):not([style*="--xs"], [style*="--sm"], [style*="--md"], [style*="--lg"], [style*="--xl"], [style*="--xxl"]) > * {
    grid-column-end: span var(--md, var(--sm, var(--xs, var(--lg, var(--xl, var(--xxl))))));
  }
}
@media (min-width: 992px) {
  xo-grid:not([style*="--col-width"]):not([style*="--xs"], [style*="--sm"], [style*="--md"], [style*="--lg"], [style*="--xl"], [style*="--xxl"]) > * {
    grid-column-end: span var(--lg, var(--md, var(--sm, var(--xs, var(--xl, var(--xxl))))));
  }
}
@media (min-width: 1200px) {
  xo-grid:not([style*="--col-width"]):not([style*="--xs"], [style*="--sm"], [style*="--md"], [style*="--lg"], [style*="--xl"], [style*="--xxl"]) > * {
    grid-column-end: span var(--xl, var(--lg, var(--md, var(--sm, var(--xs, var(--xxl))))));
  }
}
@media (min-width: 1400px) {
  xo-grid:not([style*="--col-width"]):not([style*="--xs"], [style*="--sm"], [style*="--md"], [style*="--lg"], [style*="--xl"], [style*="--xxl"]) > * {
    grid-column-end: span var(--xxl, var(--xl, var(--lg, var(--md, var(--sm, var(--xs))))));
  }
}
xo-grid:not([style*="--col-width"]) > * {
  order: var(--order-xs);
  grid-column-start: var(--start-xs, auto);
}
@media (min-width: 576px) {
  xo-grid:not([style*="--col-width"]) > * {
    order: var(--order-sm, var(--order-xs));
    grid-column-start: var(--start-sm, var(--start-xs, auto));
  }
}
@media (min-width: 768px) {
  xo-grid:not([style*="--col-width"]) > * {
    order: var(--order-md, var(--order-sm, var(--order-xs)));
    grid-column-start: var(--start-md, var(--start-sm, var(--start-xs, auto)));
  }
}
@media (min-width: 992px) {
  xo-grid:not([style*="--col-width"]) > * {
    order: var(--order-lg, var(--order-md, var(--order-sm, var(--order-xs))));
    grid-column-start: var(--start-lg, var(--start-md, var(--start-sm, var(--start-xs, auto))));
  }
}
@media (min-width: 1200px) {
  xo-grid:not([style*="--col-width"]) > * {
    order: var(--order-xl, var(--order-lg, var(--order-md, var(--order-sm, var(--order-xs)))));
    grid-column-start: var(--start-xl, var(--start-lg, var(--start-md, var(--start-sm, var(--start-xs, auto)))));
  }
}
@media (min-width: 1400px) {
  xo-grid:not([style*="--col-width"]) > * {
    order: var(--order-xxl, var(--order-xl, var(--order-lg, var(--order-md, var(--order-sm, var(--order-xs))))));
    grid-column-start: var(--start-xxl, var(--start-xl, var(--start-lg, var(--start-md, var(--start-sm, var(--start-xs, auto))))));
  }
}

[style*="--start-xs"] xo-grid {
  --start-xs: 0;
}

[style*="--start-sm"] xo-grid {
  --start-sm: 0;
}

[style*="--start-md"] xo-grid {
  --start-md: 0;
}

[style*="--start-lg"] xo-grid {
  --start-lg: 0;
}

[style*="--start-xl"] xo-grid {
  --start-xl: 0;
}

[style*="--start-xxl"] xo-grid {
  --start-xxl: 0;
}

[style*="--order-xs"] xo-grid {
  --order-xs: 1;
}

[style*="--order-sm"] xo-grid {
  --order-sm: 1;
}

[style*="--order-md"] xo-grid {
  --order-md: 1;
}

[style*="--order-lg"] xo-grid {
  --order-lg: 1;
}

[style*="--order-xl"] xo-grid {
  --order-xl: 1;
}

[style*="--order-xxl"] xo-grid {
  --order-xxl: 1;
}

.xo-content {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight-bold);
  font-size: var(--font-body-mobile-size, 1.5rem);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}
.xo-content p {
  margin-bottom: 1rem;
}
.xo-content img[style*="float:left"],
.xo-content img[style*="float: left"] {
  margin-inline-end: 2rem;
}
.xo-content img[style*="float:right"],
.xo-content img[style*="float: right"] {
  margin-inline-start: 2rem;
}
.xo-content blockquote {
  padding: 0.3rem 0 0.3rem 1.5rem;
  border-left: 0.3rem solid color-mix(in srgb, rgba(var(--color-accent-1)) calc(1 * 100%), transparent);
  font-size: 1.8rem;
  font-style: italic;
  margin: 2rem 3rem;
}
.xo-content figcaption {
  display: block;
  text-align: center;
  margin: 0.5rem 0;
}
.xo-content figure {
  margin-left: 0;
  margin-right: 0;
}
.xo-content table {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.3 * 100%), transparent);
  box-shadow: none;
  caption-side: bottom;
}
.xo-content table th {
  font-weight: 600;
  text-align: left;
  padding: 1.5rem;
  border: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.3 * 100%), transparent);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  font-family: var(--font-body-family);
  font-weight: 500;
}
.xo-content table td {
  padding: 1.5rem;
  border: 0.1rem solid color-mix(in srgb, rgba(var(--color-foreground)) calc(0.3 * 100%), transparent);
}





/* Logo switching - Dark/Light versions */
/* Default: show dark logo, hide light logo (for homepage with transparent header) */
.xo-header-v9__logo-light {
  display: none;
}
.xo-header-v9__logo-dark {
  display: block;
}

/* Homepage with transparent header when sticky (scrolled) - show light logo, hide dark */
.xo-header-v9--trans xo-sticky[xo-is-sticky] .xo-header-v9__logo-dark {
  display: none;
}
.xo-header-v9--trans xo-sticky[xo-is-sticky] .xo-header-v9__logo-light {
  display: block;
}

/* Inner pages (non-transparent header) - show light logo, hide dark */
.xo-header-v9:not(.xo-header-v9--trans) .xo-header-v9__logo-dark {
  display: none;
}
.xo-header-v9:not(.xo-header-v9--trans) .xo-header-v9__logo-light {
  display: block;
}
.about_banner{
      max-height: 82dvh;
}
.about_banner .banner-video-v1__title
{
  font-family: var(--font-heading-family)
}
.about_banner .banner-video-v1__title, .about_banner .banner-video-v1__desc
{
  color: #fff;
}
.shopify-section-group-footer-group xo-grid{
      display: flex;
      justify-content: space-between;
}
.shopify-section-group-footer-group xo-grid .footer-v21__grid:first-child{
    width: 35%;
}
.shopify-section-group-footer-group xo-grid .footer-v21__grid:last-child{
    width: 25%;
}
.shopify-section-group-footer-group xo-grid .footer-v21__grid{
    width: 40%;
}
.xo-product-card__header .xo-product-card__actions .xo-product-card__icon:last-child{
  display: none;
}
.xo-container--box .about-v13__wrap{
  position: relative;
}
.xo-container--box .about-v13__wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000042;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.xo-container--box .about-v13__wrap xo-animate{
  position: relative;
  z-index: 1;
}
xo-sticky[xo-is-sticky] .xo-header-v9__content .xo-header-v9__left .xo-header-v9__logo-none img{
    width: 150px;
}
.banner-video-v1__video:before {
    content: "";
    background: #00000061;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.section-header .header-v6-top{
  display: none;
}
.xo-header-v6__sticky {
    background-color: #fff;
}
.xo-menu-horizontal-v1 .xo-menu-horizontal-v1__label{
  color: #000;
      font-size: 13px !important;
}
.about-v14__title-sub {
    font-size: 18px;
 }
 .xo-header-v6__desktop .xo-menu-horizontal-v1__link .xo-menu-horizontal-v1__label {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.xo-header-v6__right-item svg{
  width: 20px;
}
#shopify-section-template--19955388416191__faq-v2 .page-content-section__description h3
{
      padding: 38px 0 0;
    font-size: 25px;
}
.xo-section.xo-section--sections--19955390841023__promo_banner_H7HGWD{
  background-color: #d6e1d0;
}
.promo-banner__text{
  color: #000;
}
.shopify-policy__container{
  max-width: 100%;
  padding: 50px 14rem 0 !important;
}
.shopify-policy__container .shopify-policy__title {
    margin: 0 0 40px;
    text-align: left;
}
.shopify-policy__container .shopify-policy__body h3
{
      margin: 20px 0 7px;
}
.xo-section.xo-section--template--20087999496383__main-page-content xo-container{
      max-width: 100%;
    padding: 0 14rem !important;
}
.xo-section.xo-section--template--20087999496383__main-page-content xo-container b, .xo-section.xo-section--template--20087999496383__main-page-content xo-container strong
{
    font-weight: 500;
}
.xo-section.xo-section--template--20087999496383__main-page-content xo-container p img
{
    border-radius: 10px;
    margin: 20px 0;
}
.shopify-policy__container p img{
    border-radius: 10px;
    margin: 20px 0;
}
.xo-cart xo-grid{
  display: block;
}
.xo-cart .xo-cart__right
{
   padding: 0;
  background: #fff;
  width: 68%;
  display: table;
  margin-left: auto;
  margin-top: -66px;
}
.xo-cart .xo-cart__right .xo-btn.xo-btn--secondary
{
  width: auto;
  display: table;
  margin-left: auto;
}
.continue_shopping {
        background: #000;
    padding: 10px 22px;
    border-radius: 12px;
    margin-top: 21px;
    display: table;
}
.continue_shopping .xo-btn--link .xo-btn__text[data-text]:before, .continue_shopping .xo-btn--link .xo-btn__text[data-text]:after {
    color: #fff;
}


.xo-cart-mattress-shipping-note {
  margin: 1.6rem 0;
  padding: 1.4rem 1.6rem;
  background-color: rgba(var(--color-accent), 0.08);
  border: 0.1rem solid rgba(var(--color-accent), 0.25);
  border-radius: 0.4rem;
}

.xo-cart-mattress-shipping-note__text {
  margin: 0;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: 1.5;
  color: rgb(var(--color-foreground));
}

.xo-cart-mattress-shipping-note__link {
  font-weight: 600;
  color: rgb(var(--color-accent));
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.xo-cart-mattress-shipping-note__link:hover {
  text-decoration-thickness: 0.2em;
}

.xo-cart-coupon-promo {
  margin: 1.6rem 0;
  padding: 1.4rem 1.6rem;
  background-color: rgba(var(--color-accent), 0.08);
  border: 0.1rem solid rgba(var(--color-accent), 0.25);
  border-radius: 0.4rem;
}

.xo-cart-coupon-promo__text {
  margin: 0;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: 1.5;
  color: rgb(var(--color-foreground));
}

.xo-cart-coupon-promo__code {
  position: relative;
  font-weight: 600;
  color: rgb(var(--color-accent));
  letter-spacing: 0.05em;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.xo-cart-coupon-promo__code:hover {
  text-decoration-thickness: 0.2em;
}

.xo-cart-coupon-promo__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.4rem);
  padding: 0.4rem 0.8rem;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.3rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  pointer-events: none;
}

.xo-cart-coupon-promo__tooltip--visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-0.6rem);
}
.promo-banner__content{
  font-size: 14px !important;
}
.delivery_info1{
    background-color: #111;
    margin: 5px 0 20px;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #111;
}

    

.pr-inline-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.pr-inline-rating:hover {
  border-bottom-color: #6b7a58;
}
.pr-inline-rating__stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.pr-inline-rating__count {
  font-size: 1.3rem;
  color: #6b7a58;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .banner-video-v1 {
    max-height: 78dvh;
}
.banner-video-v1__desc {
    font-size: 25px;
    color: #fff;
    line-height: 38px;
    font-weight: 300;
}
.xo-section.xo-section--template--20087999496383__main-page-content xo-container p img
{
      width: 48%;
    border-radius: 20px;
    margin: 30px 0;
}
.shopify-policy__container img{
     width: 48%;
    border-radius: 20px;
    margin: 30px 0;
}
.xo-section.xo-section--template--19957693579455__banner_video_v1_i3Bf6V  {
  min-height: 393px;
}
.xo-section--template--19957693579455__banner_video_v1_i3Bf6V .banner-video-v1, .xo-section--template--19957693579455__banner_video_v1_i3Bf6V .banner-video-v1__video {
  min-height: 79vh;
}
}
@media (min-width: 768px){
  .banner-v227__img--mobile.hover-style.hover-style--hover1{
    display: none;
  }
  .banner-v227__img-link .banner-v227__img--desktop
  {
      max-height: 648px;
  }
  .banner-v256__item:first-child, .banner-v256__grid--row2 .banner-v256__item:last-child {
    max-height: 54rem;
  }
  .banner-v256__img img {
    height: 95%;
}
.banner-v256__grid xo-grid{
  max-height: 42rem;
}
.banner-v256__content {
    padding-top: 0;
    margin-top: -90px;
}
.banner-v227__item.banner-v227_item_second img
{
      height: 648px;
}
}
@media (max-width: 767px){
  .shopify-section-group-footer-group xo-grid{
    flex-direction: column;
  }
.shopify-section-group-footer-group xo-grid .footer-v21__grid{
    width: 100% !important;
}
.banner-v227__img--mobile.hover-style.hover-style--hover1{
    display: block;
  }
.banner-v227__img--desktop.hover-style.hover-style--hover1{
  display: none;
}
.banner-video-v1__video video{
  min-height: 38rem;
}
.banner-v227_item_second{
  display: none;
}
.xo-header-v6__mobile .xo-menu-hamburger-style1, .xo-header-v6__desktop .xo-menu-hamburger-style1 {
    padding: 2.8rem 0;
}
.xo-section--template--19957693579455__banner_countdown_v1_RBTeig .xo-section-bg-image {
    background-image: url("https://comfylatexbeds.ca/cdn/shop/files/cta-bg.jpg") !important;
            background-size: cover;
        background-position: center right;
}
.xo-section--template--19955387433151__collection-title {
      background-image: url(https://comfylatexbeds.ca/cdn/shop/files/shop-banner.png) !important;
        background-size: cover;
        background-position: center;
}
.xo-section--template--19955387433151__collection-title .xo-section-bg-image   {
  display: none;
}
.xo-section--template--19957693579455__banner_countdown_v1_RBTeig .xo-section-bg-image .xo-section-bg-image__url{
background-image: none !important;

}
    .banner-video-v1__video video {
        min-height: 38rem;
    }
    .shopify-policy__container {
    max-width: 100%;
    padding: 30px 16px 0 !important;
}
.xo-section.xo-section--template--20087999496383__main-page-content xo-container{
      max-width: 100%;
    padding: 0 16px !important;
}
.xo-cart .xo-cart__right {
    margin-top: 0;
        width: 100%;
}
/* .xo-section--template--19957693579455__banner_video_v1_i3Bf6V .banner-video-v1__content .banner-video-v1__button{
  margin-top: 60px;
} */
.banner-video-v1__content{
  justify-content: flex-start;
    align-items: flex-start;
}
.banner-video-v1__title, .banner-video-v1__desc{
  text-align: center;
}
.banner-video-v1__title
{
      font-size: 39px;
}
.banner-video-v1__desc{
  font-size: 18px;
}
.banner-video-v1__button{
      display: table;
    margin: 0 auto;
}
.promo-banner--static {
    padding: 1rem 18px;
 }
  .gallery-collage__item:nth-child(1), .gallery-collage__item:nth-child(2), .gallery-collage__item:nth-child(3), .gallery-collage__item:nth-child(4), .gallery-collage__item:nth-child(5), .gallery-collage__item:nth-child(6), .gallery-collage__item:nth-child(7), .gallery-collage__item:nth-child(8) {
    grid-column: unset !important;
    grid-row: unset;
}
.gallery-collage .gallery-collage__grid{
      grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    grid-auto-rows: minmax(0, auto);
}
.shopify-section .xo-section--template--19957693579455__product_v1_gC3RBn xo-tabs-pane xo-grid{
  grid-template-columns: 1fr 1fr;
}
.delivery_info1{
      padding: 0.75rem 0rem;
    font-size: 12px;
}
}
.promo-banner--black{
  display: none
}


@media (min-width: 768px){
.promo-banner--static {
    padding: 1.4rem 0 !important;
    font-size: 14px !important;
}

} 








.buy-button__trust-service {
     margin-top: 2rem;
    padding: 1.6rem 1.8rem;
    background-color: #d6e9d5;
    border-radius: .6rem .6rem 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.buy-button__trust-service-title {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}

.buy-button__trust-service-item {
     display: flex;
    align-items: center;
    gap: .8rem;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.buy-button__trust-service-item + .buy-button__trust-service-item {
  margin-top: 0.8rem;
}
.buy-button__trust-service-item svg {
  flex-shrink: 0;
  color: #6b7a58;
}

.buy-button__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-top: 12px;
    border-top: solid .1rem rgb(0 0 0 / 35%);
    background: #d6e9d5;
    border-radius: 0 0 .6rem .6rem;
    padding-bottom: 11px;
}

.buy-button__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
}
.buy-button__feature svg {
  color: #6b7a58;
}
.buy-button__feature span {
     font-size: 13px;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
}
#xo-main-content .promo-banner--static{
  background-color: rgb(224, 224, 216);
}
#xo-main-content .promo-banner--static {
      padding: 1.8rem 0 !important;
      font-size: 14px !important;
  }
  xo-tabs .product-v3__tab{
        display: none;
  }
  @media (min-width: 768px){
    #xo-main-content .promo-banner__content {
    font-size: 16px !important;
}
  }

  .banner-image-wrapper .banner-overlay{ display:none;}
@media(max-width: 767px){
  .banner-image-wrapper .banner-overlay{ display:block;}
  .buy-button__trust-service {
    padding: 1.6rem 1rem;
    gap: 0;
    justify-content: space-between;
}
.banner-v227 .xo-sub-title-desc__title{text-align: center;}
.banner-v227 .xo-sub-title-desc__desc{text-align: center;
    padding: 0 10px;}
.banner-v227  .xo-container--box{ padding:0;}
section.custom-collarg-gallery{ margin-bottom:50px;}
.product-information-tabs__trigger{ font-size:14px;}
.product-information-tabs__header {
    
    gap: 2.4rem;}
}

.gallery-collage .gallery-collage__desc {

    text-align: center;
    margin-bottom: 20px;
}

.banner-title {
   
       line-height: 1.4 !important;
  
}
section.custom-banner .banner-btn {
    border-radius: 0.8rem;
    padding: 6px 30px;
}



.activator__label {
    font-size: 16px !important;
    
}

 .xo-cart-mattress-shipping-note {
    display: none;
}

.xo-cart-coupon-promo
{    display: none;}

img.email-icon { width: 20px;}

 .product-information-tabs__trigger[xo-active]:not([xo-active=false]) {
    color: black;
    background-color: #d6e9d5;
    padding: 10px 10px;
}
.product-information-tabs__trigger:after{ display:none;}
.product-information-tabs__header {

    background: #f3eded;
}

body .easytabs-container .easytabs-tabs{background: #e0e0d8 !important;}
body .easytabs-container .easytabs-tab-item, body .easytabs-container .easytabs-accordion-item 
{ padding: 24px 24px 24px 24px !important; text-transform: uppercase; text-align: center;
    font-weight: 600 !important;}

 body   .easytabs-container .easytabs-tab-item:active, body .easytabs-container .easytabs-accordion-item:active, 
 body .easytabs-container .easytabs-tab-item.easytabs-active, body .easytabs-container .easytabs-active .easytabs-accordion-item {
    background-color: #d6e9d5; border:0 !important;
    border-color: 0 !important;
    color: #303030ff;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}
span.product-custom-detail-cat-left {
    width:20%;
    font-size: 20px; display:none;
}
span.product-custom-detail-cat {
    max-width: 80%;
    margin: 0 auto;display: flex;
}
.easytabs-contents{background: #eee;
    margin-top: 20px;}

    span.product-custom-detail-cat {
    padding-bottom: 100px;
    padding-top: 40px;
}
span.product-custom-detail-cat-right {
    width: calc(100% - 20%); padding-left:0px;
}
@media(max-width: 767px){
span.product-custom-detail-cat {
    max-width: 90%;
  margin: 0 auto;display: flex;         flex-direction: column;
}
.easytabs-contents{background: #eee;
    margin-top: 20px;}

    span.product-custom-detail-cat {
    padding-bottom: 50px;
    padding-top: 20px;
}
span.product-custom-detail-cat-right {
    width: 100%;
}
span.product-custom-detail-cat-left {
    width:100%;
    font-size: 20px;margin-bottom: 10px;
}
 body   .easytabs-container .easytabs-tab-item:active, body .easytabs-container .easytabs-accordion-item:active, 
 body .easytabs-container .easytabs-tab-item.easytabs-active, body .easytabs-container .easytabs-active .easytabs-accordion-item { font-size:12px;}
 
body .easytabs-container .easytabs-tabs{background: #e0e0d8 !important;}
body .easytabs-container .easytabs-tab-item, body .easytabs-container .easytabs-accordion-item 
{ padding: 14px 4px 14px 4px !important; text-transform: uppercase; text-align: center;font-size:12px;
    font-weight: 600 !important;}
}

.product-custom-detail-cat-right h4{font-family: "Inter", sans-serif !important;}
.product-custom-detail-cat-right ul li { list-style:none;}
 h1, h2,h3,h4,h5,h6{font-family: "Inter", sans-serif !important;}

 care-instructions {
  max-width: 850px;
  margin: 0 auto;
  padding: 5px 0 20px;
}

.care-instructions h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}

.care-intro {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.care-item {
  margin: 0 0 25px;
  padding: 0;
}

.care-item:last-child {
  margin-bottom: 0;
}

.care-item h4 {
  margin: 0 0 7px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
}

.care-item p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #555;
}

@media screen and (max-width: 749px) {

  .care-instructions {
    padding: 0 5px 15px;
  }

  .care-instructions h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .care-intro {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .care-item {
    margin-bottom: 22px;
  }

  .care-item h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .care-item p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.comfy-dimensions {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  color: #18212b;
}

/* HEADER */

.comfy-dimensions-header {
  margin-bottom: 35px;
}

.comfy-dimensions-header h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #18212b;
}

.comfy-dimensions-header p {
  max-width: 700px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #68717c;
}


/* SPECIFICATION BOX */

.comfy-specs {
  width: 100%;
 
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}


/* ROW */

.comfy-spec-row {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 110px;background: #fafbf7;
}

.comfy-spec-row + .comfy-spec-row {
  border-top: 1px solid #dedfdb;
}


/* LEFT */

.comfy-spec-label {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 13px 35px;
  background: #fafbf7;
  border-right: 1px solid #dedfdb;
  font-size: 16px;
  line-height: 1.4;
}

.comfy-spec-label strong {
  font-weight: 600;
}


/* ICON */

.comfy-spec-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5eb;
}

.comfy-spec-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #4d555d;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* RIGHT */

.comfy-spec-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 45px;
  font-size: 18px;
  line-height: 1.7;
  color: #18212b;
}

.comfy-spec-value strong {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.comfy-spec-value span {
  color: #68717c;
  font-style: italic;
}


/* SUPPORT BOX */

.comfy-support-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
  padding: 28px 35px;
  border-radius: 16px;
  background: #f4f7ef;
}

.comfy-check {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #71985b;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.comfy-support-box h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.comfy-support-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #68717c;
}


/* MOBILE */

@media screen and (max-width: 749px) {

  .comfy-dimensions-header {
    margin-bottom: 25px;
  }

  .comfy-dimensions-header h2 {
    font-size: 25px;
  }

  .comfy-dimensions-header p {
    font-size: 14px;
  }

  .comfy-spec-row {
    display: block;
  }

  .comfy-spec-label {
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid #dedfdb;
    gap: 15px;
    font-size: 17px;
  }

  .comfy-spec-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .comfy-spec-icon svg {
    width: 25px;
    height: 25px;
  }

  .comfy-spec-value {
    padding: 20px;
    font-size: 15px;
  }

  .comfy-spec-value strong {
    font-size: 17px;
  }

  .comfy-support-box {
    align-items: flex-start;
    gap: 15px;
    padding: 22px 20px;
  }

  .comfy-check {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 23px;
  }

  .comfy-support-box h3 {
    font-size: 17px;
  }

  .comfy-support-box p {
    font-size: 14px;
  }

}

span.inch-size {
    font-size: 22px;
}
.main-article-blognew p {
  
    font-family: "Inter", sans-serif !important;
}