/** Shopify CDN: Minification failed

Line 3689:0 Unexpected "}"

**/
/* sahara theme - v1.1.10 */

.text-colors-default {
  --color-button-hover-text: var(--color-button-text-inverse);
  --color-heading-text: var(--color-heading-text-default);
  --color-body-text: var(--color-body-text-default);
  --color-link-text: var(--color-link-text-default);
  --color-default-link-text: var(--color-body-text-default);
  --color-button-swiper: var(--color-body-text-default);
}

.text-colors-secondary {
  --color-button-hover-text: var(--color-button-text-inverse);
  --color-heading-text: var(--color-heading-text-secondary);
  --color-body-text: var(--color-body-text-secondary);
  --color-link-text: var(--color-body-text-secondary);
  --color-default-link-text: var(--color-body-text-secondary);
  --color-button-swiper: var(--color-body-text-secondary);
}

.text-colors-inverse {
  --color-button-hover-text: var(--color-button-text-default);
  --color-heading-text: var(--color-heading-text-inverse);
  --color-body-text: var(--color-body-text-inverse);
  --color-link-text: var(--color-link-text-inverse);
  --color-default-link-text: var(--color-default-link-text-inverse);
  --color-button-swiper: var(--color-body-text-inverse);
}

.background-colors-default {
  --color-body-background: var(--color-default-background);
  --color-image-background: var(--color-default-image-background);
  --color-border-elements: var(--color-default-border-elements);
}

.background-colors-secondary {
  --color-body-background: var(--color-secondary-background);
  --color-image-background: var(--color-secondary-image-background);
  --color-border-elements: var(--color-secondary-border-elements);
}

.background-colors-accent-1 {
  --color-body-background: var(--color-background-accent-1);
  --color-image-background: var(--color-background-accent-1);
}

.background-colors-accent-2 {
  --color-body-background: var(--color-background-accent-2);
  --color-image-background: var(--color-background-accent-2);
}

.background-colors-inverse {
  --color-body-background: var(--color-background-inverse);
  --color-image-background: var(--color-background-inverse);
  --color-border-elements: var(--color-inverse-border-elements);
}

.background-colors-light {
  --color-body-background: var(--color-background-light);
  --color-image-background: var(--color-background-light);
  --color-border-elements: var(--color-background-dark);
}

.color-background-light {
  --color-body-background: var(--color-background-light);
}
.color-background-dark {
  --color-body-background: var(--color-background-dark);
}
.color-background-primary {
  --color-body-background: var(--color-background-primary);
}
.color-background-inverse {
  --color-body-background: var(--color-background-inverse);
}
.color-background-accent-1 {
  --color-body-background: var(--color-background-accent-1);
}
.color-background-accent-2 {
  --color-body-background: var(--color-background-accent-2);
}

.color-text-primary {
  --color-heading-text: var(--color-text-primary);
  --color-body-text: var(--color-text-primary);
}
.color-text-secondary {
  --color-heading-text: var(--color-text-secondary);
  --color-body-text: var(--color-text-secondary);
}
.color-text-inverse {
  --color-heading-text: var(--color-text-inverse);
  --color-body-text: var(--color-text-inverse);
}

.button--filled {
  --color-button-text: var(--color-button-filled-text);
  --color-button-background: var(--color-button-filled-background);
  --color-button-outline: var(--color-button-filled-background);
  --color-button-hover-text: var(--color-button-filled-background);
  --color-button-hover-background: var(--color-button-filled-text);
  --color-button-hover-outline: var(--color-button-filled-background);
}

.button--outlined,
#shopify-product-reviews .spr-button,
.spr-button-primary,
#shopify-product-reviews .spr-summary-actions-newreview {
  --color-button-text: var(--color-button-outlined-text);
  --color-button-background: var(--color-button-outlined-background);
  --color-button-outline: var(--color-button-outlined-text);
  --color-button-hover-text: var(--color-button-filled-text);
  --color-button-hover-background: var(--color-button-outlined-text);
  --color-button-hover-outline: var(--color-button-outlined-text);
}

.button--outlined-inverse {
  --color-button-text: var(--color-button-filled-text);
  --color-button-background: var(--color-button-outlined-background);
  --color-button-outline: var(--color-button-filled-text);
  --color-button-hover-text: var(--color-button-filled-background);
  --color-button-hover-background: var(--color-button-filled-text);
  --color-button-hover-outline: var(--color-button-filled-text);
}

@media screen and (min-width: 750px) {
  .text-colors-default-small-up {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-default);
    --color-body-text: var(--color-body-text-default);
    --color-link-text: var(--color-link-text-default);
    --color-default-link-text: var(--color-body-text-default);
  }

  .text-colors-secondary-small-up {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-secondary);
    --color-body-text: var(--color-body-text-secondary);
    --color-link-text: var(--color-body-text-secondary);
    --color-default-link-text: var(--color-body-text-secondary);
  }

  .text-colors-inverse-small-up {
    --color-button-hover-text: var(--color-button-text-default);
    --color-heading-text: var(--color-heading-text-inverse);
    --color-body-text: var(--color-body-text-inverse);
    --color-link-text: var(--color-link-text-inverse);
    --color-default-link-text: var(--color-default-link-text-inverse);
  }
}

@media screen and (max-width: 749px) {
  .text-colors-default-small {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-default);
    --color-body-text: var(--color-body-text-default);
    --color-link-text: var(--color-link-text-default);
    --color-default-link-text: var(--color-body-text-default);
  }

  .text-colors-secondary-small {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-secondary);
    --color-body-text: var(--color-body-text-secondary);
    --color-link-text: var(--color-body-text-secondary);
    --color-default-link-text: var(--color-body-text-secondary);
  }

  .text-colors-inverse-small {
    --color-button-hover-text: var(--color-button-text-default);
    --color-heading-text: var(--color-heading-text-inverse);
    --color-body-text: var(--color-body-text-inverse);
    --color-link-text: var(--color-link-text-inverse);
    --color-default-link-text: var(--color-default-link-text-inverse);
  }
}

.color-red {
  color: var(--color-error);
}

.color-background-red {
  background-color: var(--color-error);
}

.color-background {
  background-color: var(--color-background-accent);
}

.color-background-primary {
  background-color: var(--color-background-primary);
}

.color-background-secondary {
  background-color: var(--color-background-secondary);
}

.color-subdued {
  color: var(--color-subdued);
}

.color-headings {
  color: var(--color-heading-text);
}

.color-background-subdued {
  background-color: var(--color-subdued);
}

.color-body-background {
  background-color: var(--color-body-background);
}

.color-body-text {
  color: var(--color-body-text);
}

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

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
  scroll-padding-top: var(--header-height, 5.6rem);
}
@media screen and (min-width: 750px) {
  html {
    scroll-padding-top: var(--header-height, 7.4rem);
  }
}

body {
  color: var(--color-body-text);
  background-color: var(--color-body-background);
  display: flex;
  flex-direction: column;
  min-width: 32rem;
  max-width: 100vw;
  min-height: 100%;
  margin: 0;
  line-height: var(--line-height-medium);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: var(--font-size-medium);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer,
#shopify-section-footer,
#shopify-section-main-password-footer {
  margin-top: auto;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.container,
.container-fluid {
  width: 100%;
  padding: 0 var(--page-gutter);
  margin: 0 auto;
}

.container {
  max-width: var(--page-width);
}

.container--no-padding {
  padding: 0;
}

.container--narrow {
  max-width: calc(var(--page-width) * 0.6611);
}

@media screen and (min-width: 990px) {
  .container--narrow {
    max-width: calc(var(--page-width) * 0.6666);
  }
}

@media screen and (min-width: 1100px) {
  .container--narrow {
    max-width: calc(var(--page-width) * 0.6889);
  }
}

.container--medium {
  max-width: calc(var(--page-width) * 0.55556 + var(--page-gutter) * 2);
}

.container--small {
  max-width: calc(var(--page-width) * 0.533);
}

.container--extra-small {
  max-width: calc(var(--page-width) * 0.45556 + var(--page-gutter) * 2);
}

.container--fullwidth {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container--margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.container--full-left {
  margin-left: 0;
}

.container--full-right {
  margin-right: 0;
}

.max-w-page {
  max-width: var(--page-width);
}
.max-w-full {
  max-width: 100%;
  padding: 0;
}
.max-w-seminarrow {
  /* page width: 1440px -->  1324px / 1440px = 0.9222 */
  max-width: calc(var(--page-width) * 0.9222);
}
.max-w-narrow {
  /* page width: 1440px --> 990px / 1440px = 0.6875 */
  max-width: calc(var(--page-width) * 0.6875);
}

.relative {
  position: relative;
  z-index: 1;
}

.isolate {
  position: relative;
  z-index: 0;
}

.rte-width {
  max-width: 93.6rem;
  margin: 0 auto;
}

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

.list-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.list-flex > * {
  padding: 0 1rem;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}

.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}


@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }

  .small-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .small-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 750px) {
  .small-up-hide {
    display: none !important;
  }

  .small-up-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .small-up-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }

  .medium-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .medium-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }

  .large-up-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .large-up-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

html.js .js-visually-hidden,
.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;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color-heading-text);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h1:not(.heading-static),
  .h1:not(.heading-static) {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h2:not(.heading-static),
  .h2:not(.heading-static) {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h3:not(.heading-static),
  .h3:not(.heading-static) {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h4:not(.heading-static),
  .h4:not(.heading-static) {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
    line-height: calc(1 + 0.6 / var(--font-heading-scale));
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.4rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}

h6,
.h6 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h6,
  .h6 {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  letter-spacing: var(--font-heading-letter-spacing);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  text-transform: var(--font-heading-text-transform);
}

blockquote {
  font-style: italic;
  border-left: 0.2rem solid var(--color-border-elements);
  padding-left: 1.5rem;
}

@media screen and (max-width: 749px) {
  blockquote {
    padding-left: 1rem;
  }
}

.caption {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.71 / var(--font-body-scale));
}

.caption--small {
  font-size: 1.2rem;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-border-elements);
}

table:not([class]) td,
table:not([class]) th {
  padding: 0.5rem 1rem;
  border: 0.1rem solid var(--color-border-elements);
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.spacer {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

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

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

p > a {
  color: var(--color-default-link-text);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-short);
}

.link {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  color: var(--color-link-text);
  font-family: inherit;
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium);
  background-color: transparent;
  padding: 0.2rem 0 0.7rem;
  transition: color var(--duration-default);
}

a.link,
button.link {
  cursor: pointer;
}

.link::before {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}

.link svg {
  vertical-align: middle;
}

.link--back {
  padding: 0;
}

.link--back::before {
  content: none;
}

.link--back svg {
  display: inline;
  margin-right: 1rem;
}

.underlined-link {
  text-decoration: underline;
}

@media (hover: hover) {
  p > a:hover {
    text-decoration-color: transparent;
  }

  .underlined-link:hover {
    text-decoration: none;
  }

  .link:not(span):hover {
    color: var(--color-body-text);
  }
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-border-elements);
  display: block;
  margin: 7rem 0;
}

@media screen and (max-width: 749px) {
  hr {
    margin: 5rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.inline-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: inline-block;
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

html.motion-reduce * {
  transition: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
  position: relative;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* Default focus outline */

.focus-outline:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 0;
}

.focus-outline:focus:not(:focus-visible) {
  outline: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

.focus-inset:focus:not(:focus-visible) {
  outline: none;
}

/* Focus with background */

.focus-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: var(--color-border-elements);
  outline: 0.2rem solid currentColor;
  transition: opacity var(--duration-short);
}

.focus-primary:focus::before {
  opacity: 1;
}

.focus-primary:focus:not(:focus-visible)::before {
  opacity: 0;
}

.focus-primary--inset::before {
  outline-offset: -0.2rem;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 1rem;
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 1rem;
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.grid {
  display: grid;
  gap: 1.6rem;
}

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

.grid--no-column-gap {
  column-gap: 0;
}

.grid--reverse {
  direction: rtl;
}

.grid--reverse > * {
  direction: initial;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

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

@media screen and (max-width: 749px) {
  .grid {
    grid-template-columns: 1fr;
    column-gap: 2.4rem;
    row-gap: 3.8rem;
  }
}

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

.media {
  display: block;
  background-color: var(--color-image-background);
  position: relative;
  overflow: hidden;
}

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

.media--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--media-overlay-gradient-mobile);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .media--overlay:after {
    background-image: var(--media-overlay-gradient-desktop);
  }
}

/* .media--overlay-horizontal:after {
  background-image: var(--gradient-overlay-horizontal);
} */

.media > *,
.media img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.media iframe {
  border-radius: 0;
  border: none;
}

a.media {
  transition: opacity var(--duration-default);
}
a.media.card-product__media {
  padding-bottom: var(--card-media-padding);
}

@media (hover: hover) {
  a.media:hover {
    opacity: 0.7;
  }
}

.media img,
.media > iframe,
.media video {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-extra-long),
    visibility var(--duration-extra-long);
}
.media.card-product__media img,
.media.card-product__media > iframe,
.media.card-product__media video {
  object-fit: var(--card-media-object-fit, cover);
}

.media--1-1 {
  padding-bottom: 100%;
}

.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.media--landscape {
  padding-bottom: 66.6%;
}

.media--3-4 {
  padding-bottom: 75%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--small {
  padding-bottom: 66.67%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 749px) {
  .small-hide-media-overlay .media--overlay::after {
    display: none;
  }

  .media--mobile-2-4 {
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 750px) {
  .small-up-hide-media-overlay .media--overlay::after {
    display: none;
  }
}

.media--aspect-ratio {
  padding-bottom: 0;
}

.media--aspect-ratio > *,
.media--aspect-ratio img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: static;
}

.media .lazyload,
.media .lazyloading {
  opacity: 0;
  visibility: hidden;
}

.media .lazyloaded {
  opacity: 1;
  visibility: inherit;
}

deferred-media {
  display: block;
}

.deferred-media__button {
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.deferred-media[loaded] .deferred-media__button {
  display: none;
}

.deferred-media__button svg {
  background-color: var(--color-body-background);
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

.deferred-media iframe,
.deferred-media video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.deferred-media__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  padding-bottom: 56.25%;
}

.cart__dynamic-checkout {
  margin-top: 10px;
}

/* .cart__dynamic-checkout [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe, */

.js-btn svg {
  pointer-events: none;
}

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
#shopify-product-reviews .spr-summary-actions-newreview {
  min-width: 18rem;
  max-width: 100%;
  min-height: 5rem;
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  padding: 1.6rem 4rem; /* check: 1.8rem 2rem; */
  cursor: pointer;
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
#shopify-product-reviews .spr-summary-actions-newreview {
  --button-font-family: var(--font-button-family);
  --button-font-size: 1.4rem;
  --button-line-height: 1.5rem;
  --button-font-weight: 400;
}
.button--uppercase {
  --button-font-size: 1.2rem;
  --button-line-height: 1.5rem;
  --button-font-weight: 400;
  --button-letter-spacing: 0.2rem;
  --button-text-transform: uppercase;
}
.button--normalcase,
.button--capitalize,
.button--lowercase {
  --button-font-size: 1.4rem;
  --button-line-height: 1.15rem;
  --button-font-weight: 400;
  --button-letter-spacing: normal;
  --button-text-transform: lowercase;
  padding-top: 1.7rem;
}
.button--capitalize {
  --button-text-transform: capitalize;
}
.button--normalcase {
  --button-text-transform: none;
}

/* reverse colors */
button.shopify-payment-button__button {
  --color-button-text: var(--color-button-filled-background);
  --color-button-background: var(--color-button-filled-text);
  --color-button-outline: var(--color-button-filled-background);
  --color-button-hover-text: var(--color-button-filled-text);
  --color-button-hover-background: var(--color-button-filled-background);
  --color-button-hover-outline: var(--color-button-filled-text);
}

.button.button--text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  color: var(--color-heading-text);
  min-height: auto;
  min-width: auto;
  padding-bottom: 0.4rem;
}

.blog__button {
  color: var(--color-button-text);
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
}
.blog__button:hover {
  color: var(--color-button-hover-text);
  background-color: var(--color-button-hover-background);
  border-color: var(--color-button-hover-outline);
}

.shopify-challenge__container .shopify-challenge__button {
  margin: 2rem auto 0;
}

.button__spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-popup-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}

.button:disabled,
.button.disabled,
.button[disabled] {
  pointer-events: none;
  opacity: 0.7;
}

.button:disabled .button__spinner,
.button.disabled .button__spinner,
.button[disabled] .button__spinner {
  opacity: 1;
  visibility: visible;
}

.button--auto {
  padding-left: 3.9rem;
  padding-right: 3.9rem;
  min-width: auto;
}

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

.button--full-height {
  height: 100%;
}

.button--border-none {
  border: none;
}

.button--solid {
  background-color: var(--color-button-outline);
  color: var(--color-button-hover-text);
}

@media (hover: hover) {
  .button:hover,
  .shopify-challenge__button:hover,
  button.shopify-payment-button__button--unbranded:hover:not([disabled]),
  .shopify-payment-button [role='button']:hover,
  #shopify-product-reviews .spr-summary-actions-newreview:hover {
    color: var(--color-button-hover-text);
    background-color: var(--color-button-hover-background);
    border-color: var(--color-button-hover-outline);
  }

  .button--solid:hover {
    color: var(--color-button-text);
    background-color: transparent;
  }

  button.shopify-payment-button__button:hover {
    /* color: var(--color-button-filled-text);
    background-color: var(--color-button-filled-background);
    border-color: var(--color-button-filled-background); */
    color: var(--color-button-hover-text);
    background-color: var(--color-button-hover-background);
    border-color: var(--color-button-hover-outline);
  }

  .button.button--text:hover {
    padding: 0;
    border-width: 0;
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    color: var(--color-heading-text);
    min-height: auto;
  }
}

.shopify-payment-button__more-options {
  font-family: var(--font-body-family);
  font-size: 0.85em;
  text-transform: capitalize;
  padding: 1rem;
  margin: 0;
}

.shopify-payment-button__button--branded {
  z-index: auto;
}
.shopify-payment-button__button--branded
  .shopify-cleanslate
  div[role='button'] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.button.background-colors-accent-1 {
  --color-button-background: var(--color-background-accent-1);
  --color-button-outline: var(--color-background-accent-1);
  --color-hover-text: var(--color-background-accent-1);
}
.button.background-colors-accent-2 {
  --color-button-background: var(--color-background-accent-2);
  --color-button-outline: var(--color-background-accent-2);
  --color-hover-text: var(--color-background-accent-2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.form-row--actions {
  display: block;
}

.form-row--double {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 749px) {
  .form-row--double {
    grid-template-columns: 1fr;
  }
}

.form-row + .form-row {
  margin-top: 1.6rem;
}

.field {
  position: relative;
}

.field__label:not(.visually-hidden),
.field__input,
.dropdown__label {
  position: relative;
  z-index: 2;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__button,
.dropdown__label {
  color: var(--color-body-text);
  font-size: var(--font-size-static-extra-small);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  cursor: pointer;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__label {
  margin: 0 0 0.8rem;
}

#shopify-product-reviews .spr-form-input:not(.spr-starrating),
#shopify-product-reviews .spr-form-input-textarea,
.field__input {
  outline: none;
  font: inherit;
  font-size: var(--font-size-static-small);
  line-height: var(--font-size-large);
  background-color: transparent;
  color: var(--color-heading-text);
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 0.1rem solid var(--color-border-elements);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--duration-default);
}

#shopify-product-reviews .spr-form-input:not(.spr-starrating)::placeholder,
.field__input::placeholder {
  color: var(--color-body-text);
}

#shopify-product-reviews .spr-form-input {
  padding: var(--input-border-radius);
}

.field--search .field__input {
  height: 5.7rem;
  padding-right: 5.6rem;
  font-size: var(--font-size-medium);
}

.field--search .field__input::-webkit-search-decoration,
.field--search .field__input::-webkit-search-cancel-button,
.field--search .field__input::-webkit-search-results-button,
.field--search .field__input::-webkit-search-results-decoration {
  display: none;
}

.field--textarea .field__input {
  display: block;
  height: auto;
  min-height: 11.4rem;
  padding: 2rem 1rem;
  resize: vertical;
}

.field__message {
  display: none;
}

.has-error .field__input:not(:focus) ~ .field__message {
  display: block;
  margin: 0.8rem 0 0;
}

.has-error .field__message,
.errors {
  color: var(--color-error);
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-medium);
  line-height: 1.15;
}

.errors {
  margin-bottom: 3.2rem;
}

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

.has-error .field__input:not(:focus) {
  color: var(--color-error);
  text-align: center;
  background-color: rgba(228, 95, 95, 0.1);
  border-color: var(--color-error);
}

.has-error .field__input:not(:focus)::placeholder {
  color: var(--color-error);
  text-align: left;
}

@media (hover: hover) {
  .field__input:hover {
    border-color: currentColor;
  }
}

.field__input:focus {
  border-color: currentColor;
}

@media screen and (min-width: 990px) {
  .field--search .field__input {
    font-size: 2.4rem;
    color: var(--color-heading-text);
    line-height: var(--line-height-small);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-small);
    font-family: var(--font-heading-family);
    height: auto;
    padding: 0 5.6rem 2.5rem 0;
    border: none;
    border-bottom: 0.1rem solid var(--color-border-elements);
  }

  .field--search .field__input::placeholder {
    color: inherit;
  }

  .field--search::after {
    display: none;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  color: var(--color-heading-text);
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-medium);
  transition: opacity var(--duration-default);
}

.checkbox--plain {
  color: var(--color-body-text);
  font-size: var(--font-size-static-medium);
  text-transform: none;
  letter-spacing: normal;
}

.checkbox--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.checkbox input {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border: 0.1rem solid var(--color-border-elements);
  margin: 0;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color var(--duration-default),
    background-color var(--duration-default);
}

.checkbox input:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  background-color: currentColor;
  opacity: 0;
  transition: opacity var(--duration-default);
}

.checkbox input + label,
.checkbox__label {
  cursor: pointer;
  padding-left: 0.8rem;
}

.checkbox label a {
  text-decoration: underline;
}

@media (hover: hover) {
  .checkbox label a:hover {
    text-decoration: none;
  }
}

.checkbox input:checked {
  border-color: currentColor;
  background-color: var(--color-border-elements);
}

.checkbox input:checked:before {
  opacity: 1;
}

.checkbox--color input {
  border: none;
  transition: transform var(--duration-default);
}

.checkbox--color input:before {
  display: none;
}

.checkbox--color input + label {
  border: none;
}

.checkbox--color input:checked ~ label {
  text-decoration-color: currentColor;
}

.checkbox--color label:first-of-type {
  flex-shrink: 0;
}

.checkbox--color .checkbox__label {
  flex: 1;
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-default);
}

@media (hover: hover) {
  .checkbox--color:hover input + label {
    transform: scale(1.25);
  }
}

quantity-input {
  display: block;
}

.quantity {
  color: var(--color-form-text);
  position: relative;
  width: 8rem;
}

.quantity__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
  border: 0.1rem solid var(--color-border-elements);
  border-radius: var(--input-border-radius);
}

.quantity__input {
  color: var(--color-body-text);
  font: inherit;
  font-size: var(--font-size-static-small);
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 2rem;
  height: 3.8rem;
  flex-grow: 0;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  color: var(--color-body-text);
  width: 2rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  color: var(--color-heading-text);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__button svg {
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background-secondary) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-background-secondary) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity--compact .quantity__input {
  width: 4rem;
  height: 4rem;
  flex-grow: 0;
}

.select-input {
  width: 100%;
}

select {
  background: none;
  color: inherit;
}

dropdown-input.has-error .dropdown__button {
  border-color: var(--color-error);
}

.select-input__wrapper,
.dropdown__button {
  position: relative;
}

.select-input__wrapper svg,
.dropdown__button svg {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-input__el,
.dropdown__button {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: var(--color-form-text);
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-small);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
  height: 6rem;
  padding: 0.8rem 4.8rem 0.8rem 1.6rem;
  border: 0.1rem solid var(--color-border-elements);
  border-radius: var(--input-border-radius);
  transition: border-color var(--duration-default);
}

.select-input--default .select-input__el,
.dropdown__button {
  color: var(--color-body-text);
  text-transform: none;
  letter-spacing: 0;
  height: 4.8rem;
  padding-top: 0;
  padding-bottom: 0;
}

.select-input--default .select-input__el:focus,
.select-input--default .select-input__el:hover,
.dropdown__button:hover,
.dropdown__button:focus,
.is-open .dropdown__button {
  border-color: var(--color-body-text);
  outline: none;
}

.dropdown__button span {
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown__list {
  background-color: var(--color-body-background);
  width: 100%;
  /* min-height: 14.6rem; */
  max-height: 30rem;
  border: 0.1rem solid var(--color-body-text);
  overflow-y: auto;
  position: absolute !important;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}

.is-open .dropdown__list {
  opacity: 1;
  visibility: visible;
}

.dropdown__item-button {
  background-color: var(--color-body-background);
  font: inherit;
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-small);
  text-align: center;
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  will-change: background-color;
  transition: background-color var(--duration-default);
}
.dropdown__item-button:not([disabled]) {
  color: var(--color-body-text);
}

.is-active .dropdown__item-button {
  background-color: var(--color-border-elements);
}

@media (hover:hover) {
  .dropdown__item-button:hover:not([disabled]) {
    background-color: var(--color-border-elements);
  }

  .dropdown__item-button[disabled]:hover {
    cursor: not-allowed;
  }
}

.rte {
  color: var(--color-body-text);
}

.rte a {
  color: currentColor;
}

.rte p:first-child {
  margin-top: 0;
}

.rte p:last-child {
  margin-bottom: 0;
}

.rte p > img {
  width: 100%;
  display: block;
  margin: 3.2rem 0;
}

@media screen and (min-width: 990px) {
  .rte p > img {
    margin: 4.8rem 0;
  }
}

.rte table {
  width: 100%;
}

.rte table td:not(:first-child) {
  text-align: center;
}

.rte iframe {
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.price {
  font-size: var(--font-size-static-small);
  color: var(--color-heading-text);
  line-height: var(--line-height-medium);
  font-weight: var(--font-weight-normal);
}

.price__sale--has-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price__sale--has-badge .price__sale-inner {
  flex-shrink: 0;
}

.price__sale--has-badge .price__sale-inner:not(:last-child) {
  margin-right: 1.6rem;
}

.price span.sale,
.price ins {
  color: var(--color-error);
  text-decoration: none;
}

.price del {
  color: var(--color-body-text);
  margin-right: 0.5rem;
}

.badge {
  height: fit-content;
  display: inline-block;
  padding: 0.5rem;
  background-color: var(--color-tag-background);
}

.badge--round {
  border-radius: 1.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.badge--transparent {
  padding: 0;
  background-color: transparent;
}

/* Swiper slider */

.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.swiper-button {
  width: 4.2rem;
  height: 4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  will-change: opacity;
  transition: opacity var(--duration-default);
  color: var(--color-button-swiper);
}
.template-theme--sahara .swiper-button {
  color: var(--color-button-swiper);
}

.swiper-button svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.swiper-button:disabled,
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button--prev {
  margin-right: 4rem;
}

.swiper-button--prev svg {
  transform: scaleX(-1);
}

@media (hover: hover) {
  .swiper-button:hover {
    opacity: 0.7;
  }
}

/* Splide slider */

.no-js .splide {
  visibility: visible;
}

.no-js .splide__list {
  display: grid;
  column-gap: 3.2rem;
  row-gap: 7.2rem;
  grid-template-columns: repeat(4, 1fr);
}

/* Splide slider */
.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.splide__arrow {
  width: 4rem;
  height: 4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  will-change: opacity;
  transition: opacity var(--duration-default);
}

.splide__arrow svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.splide__arrow--prev svg {
  transform: rotate(180deg);
}

.splide__arrow--prev {
  margin-right: 4rem;
}

.splide__pagination {
  padding-left: 0;
  padding: 2rem 0 0 0;
}

.splide__pagination__page {
  display: block;
  width: 1rem;
  height: 1rem;
  background: none;
  padding: 0;
  border: 0.1rem solid var(--color-background-primary);
  border-radius: 50%;
  margin: 0 0.5rem 0.5rem;
  cursor: pointer;
}

.splide__pagination__page.is-active {
  background: var(--color-background-primary);
}

@media (hover: hover) {
  .splide__arrow:hover {
    opacity: 0.7;
  }
}

/* Swatches */
.swatches ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.4rem;
}

.swatches li {
  padding: 0.2rem 0.4rem;
}

.swatch {
  position: relative;
  margin: 0;
  border: 0.1rem solid var(--color-default-border-elements);
  border-radius: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  cursor: pointer;
  transition: opacity var(--duration-default), border-color var(--duration-default), transform var(--duration-default);
}

.swatch.is-active {
  border-color: var(--color-heading-text-default);
}

.swatch--radius {
  border-radius: 0;
}
.swatch--round {
  border-radius: 50%;
}

.swatch--sm {
  width: 1.6rem;
  height: 1.6rem;
}

.swatch--hide-line::after {
  display: none;
}

@media (hover: hover) {
  .swatch:not(input:disabled + .swatch):hover {
    transform: scale(1.25);
  }
}

input:disabled + .swatch:after {
  opacity: 1;
}

div:not(.card-product__swatches) input:disabled + div:not(.card-product__swatches) .swatch {
  cursor: default;
  background: linear-gradient(to top right, transparent calc(50% - 1px), var(--color-link-text-default), transparent calc(50% + 1px));
}

input:disabled + .swatch:not(.is-active) {
  border: 0.1rem solid var(--color-border-elements);
}

/* Section */

.section {
  padding: var(--section-vertical-padding) 0;
  background-color: var(--color-body-background);
}

.section.layout-1 .container,
.section.layout-2 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: 3.2rem;
  grid-template-areas:
    "section-head section-head section-head"
    "section-body section-body section-body"
    "section-foot section-foot section-foot";
}
.section.layout-1 .section__head,
.section.layout-2 .section__head {
  text-align: center;
}
.section.layout-1 .section__foot,
.section.layout-2 .section__foot {
  text-align: center;
}
.section.layout-2 .card-slider__buttons,
.section.layout-2 .card-product-slider__buttons {
  justify-content: center;
}
.section.layout-1 .swiper-button,
.section.layout-2 .swiper-button {
  color: var(--color-body-text);
}
.section.layout-1.section-blog-articles .card-article__content,
.section.layout-2.section-blog-articles .card-article__content {
  padding: 1.6rem 1.2rem;
}

@media screen and (min-width: 750px) {
  .section.layout-1 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3.2rem;
    grid-template-areas:
      "section-head section-head section-foot"
      "section-body section-body section-body"
      ". . .";
  }
  .section.layout-1 .section__head {
    text-align: left;
  }
  .section.layout-1 .section__foot {
    text-align: right;
    margin-top: 0;
  }
  .section.layout-1 .card-slider__buttons {
    justify-content: flex-end;
  }

  .section.layout-2 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3.2rem;
    grid-template-areas:
      "section-head section-head section-head"
      "section-body section-body section-body"
      "section-foot section-foot section-foot";
  }
  .section.layout-2 .section__head {
    text-align: center;
  }
  .section.layout-2 .section__foot {
    text-align: center;
  }
  .section.layout-2 .card-slider__buttons,
  .section.layout-2 .card-product-slider__buttons {
    justify-content: center;
  }
  .section.layout-2 .swiper-button {
    color: var(--color-black);
  }
  .section.layout-2.section-blog-articles .card-article__content {
    padding: 1.6rem 0;
    text-align: center;
  }
}

.section__head {
  grid-area: section-head;
}
.section__body {
  grid-area: section-body;
}
.section__foot {
  grid-area: section-foot;
}

.section__head .section__title {
  margin: 0;
}

.section__head {
  margin-bottom: 4rem;
}

.section__foot {
  text-align: center;
  margin-top: 4rem;
}

@media screen and (min-width: 750px) {
  .section__head {
    margin-bottom: 4.8rem;
  }

  .section__head-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 3.2rem;
    align-items: center;
    justify-content: space-between;
  }
}

.section--featured-products .section__head,
.section--recently-viewed-products .section__head,
.section--product-recommendations .section__head {
  margin-bottom: 2.4rem;
}

/* Section Groups */
.section--header + .section--announcement-bar {
  position: sticky;
  top: var(--header-height, 5.6rem);
  z-index: 3;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .section--header + .section--announcement-bar {
    top: var(--header-height, 7.4rem);
  }
}

/* Additions */

nav-accordion {
  display: block;
}

localization-form {
  display: block;
}

svg {
  display: block;
}

.svg-color-inherit rect:not([data-ignore-fill]),
.svg-color-inherit path:not([data-ignore-fill]) {
  fill: currentColor;
}

.svg-color-inherit rect:not([data-ignore-stroke]),
.svg-color-inherit path:not([data-ignore-stroke]) {
  stroke: currentColor;
}

.font-size-xs {
  font-size: var(--font-size-extra-small);
}

.font-size-s {
  font-size: var(--font-size-small);
}

.font-size-md {
  font-size: var(--font-size-medium);
}

.font-size-lg {
  font-size: var(--font-size-large);
}

.font-size-xl {
  font-size: var(--font-size-extra-large);
}

.color-inherit {
  color: inherit;
}

.text-current {
  color: currentColor;
}

.text-neutral-medium {
  color: var(--color-body-text);
}

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

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

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

@media screen and (min-width: 750px) {
  .text-left-desktop {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

.bg-default {
  background-color: var(--color-body-background);
}
.bg-transparent {
  background-color: transparent;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}

.button-reset {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.nav-text-link {
  display: block;
  padding-bottom: 0.7rem;
  position: relative;
  top: 0.35rem;
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-medium);
  line-height: 1.15;
}

.nav-text-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--duration-long), opacity var(--duration-long);
}

@media (hover: hover) {
  .nav-text-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.text-navigation-button {
  color: var(--color-link-text);
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: uppercase;
}

.search {
  font-size: 1.4rem;
}

.search__controls {
  position: relative;
}

.search__button {
  color: var(--color-link-text);
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  height: calc(100% - 0.2rem);
  padding: 0 1.6rem;
  z-index: 2;
  transition: background-color var(--duration-default),
    transform var(--duration-short);
}

.search__message {
  margin-top: 3.2rem;
  text-align: center;
}

.search .search__message p {
  font-size: var(--font-size-static-medium);
}

@media screen and (max-width: 989px) and (hover: hover) {
  .search__button:hover {
    background-color: var(--color-border-elements);
  }
}

@media screen and (min-width: 990px) and (hover: hover) {
  .search__button:hover {
    transform: scale(1.2);
  }
}

@media screen and (min-width: 990px) {
  .search__button {
    top: 0;
    right: 0;
    height: auto;
    padding: 0;
  }

  .search__button svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.search__button:disabled,
.search__button[tabindex='-1'] {
  visibility: hidden;
  pointer-events: none;
}

.card {
  position: relative;
  text-align: center;
  color: var(--color-heading-text);
}

.card > a {
  display: block;
  position: relative;
}

.card__content {
  position: absolute;
  bottom: 1.6rem;
  left: calc(var(--page-gutter) / 2);
  right: calc(var(--page-gutter) / 2);
  z-index: 2;
}

.card__title {
  margin: 0;
  color: inherit;
}

.newsletter__controls {
  position: relative;
}

.newsletter__field .field__input {
  font-size: var(--font-size-static-medium);
  height: 6rem;
  padding-left: 2.4rem;
  padding-right: 13.4rem;
}

.newsletter__field .field__message {
  display: block;
  margin-top: 0.8rem;
}

.newsletter__button {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  height: calc(6rem - 0.2rem);
  padding: 0 2.4rem;
  color: var(--color-link-text);
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-static-small);
  font-weight: var(--font-body-weight);
  line-height: var(--line-height-small);
  text-transform: uppercase;
  z-index: 2;
  transition: background-color var(--duration-default);
}

@media (hover: hover) {
  .newsletter__button:hover {
    background-color: var(--color-border-elements);
  }
}

accordion-default {
  display: block;
}

html.js .accordion__body {
  overflow: visible hidden;
  height: 0;
  opacity: 0;
  transform: translateY(2.4rem);
  transition: height var(--duration-default), opacity var(--duration-default), transform var(--duration-default);
}

html.js .accordion__section.is-active .accordion__body {
  opacity: 1;
  transform: none;
}

html.js .accordion__section.default-active .accordion__body {
  height: auto;
}

.accordion summary {
  user-select: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}

.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.8rem;
  border: 0.3rem solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 990px) {
  .pt-0-desktop {
    padding-top: 0 !important;
  }

  .pb-0-desktop {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 989px) {
  .pt-0-mobile {
    padding-top: 0 !important;
  }

  .pb-0-mobile {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  .pt-0-mobile-small {
    padding-top: 0 !important;
  }

  .pb-0-mobile-small {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 750px) {
  .pt-0-mobile-small-up {
    padding-top: 0 !important;
  }

  .pb-0-mobile-small-up {
    padding-bottom: 0 !important;
  }
}

.breadcrumbs {
  color: var(--color-link-text);
  font-size: var(--font-size-static-extra-small);
  line-height: 1.15;
  letter-spacing: var(--letter-spacing-small);
  text-transform: uppercase;
}

.breadcrumbs__list {
  display: flex;
}

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

.breadcrumbs__separator {
  margin: 0 0.4rem;
}

.breadcrumbs__link {
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-short);
}

.breadcrumbs span {
  opacity: 0.8;
}

@media (hover: hover) {
  .breadcrumbs__link:hover {
    text-decoration-color: currentColor;
  }
}

/* Animations */

html.js .js-animation-fade-in {
  animation: fade-in 800ms forwards paused;
}

/* if disable-animations class is added, animations are disabled */
@media screen and (max-width: 749px) {
  html.js .js-animation-fade-in {
    animation: var(--theme-js-animations-on-mobile);
  }
}

html.js .animation-init {
  animation-play-state: running;
}

html.js .animation-none {
  animation: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pulse {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
  color: var(--color-heading-text-inverse);
}

.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: black;
}

.pulse:hover::after {
  background-color: currentColor;
}
.pulse:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: currentColor;
  animation: pulse 500ms ease-out;
}

.pulse::after {
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
}
.pulse.is-current::after {
  width: 1.2rem;
  height: 1.2rem;
  background-color: red;
}

@keyframes pulse {
  0% {
    transform: scale(0.4);
  }

  45% {
    transform: scale(1);
  }

  55% {
    opacity: 0.5;
  }
}

.entry {
  color: var(--color-body-text);
}

.entry > :first-child {
  margin-top: 0;
}

.entry > :last-child {
  margin-bottom: 0;
}

.entry ul {
  display: inline-block;
  margin-top: 0;
  padding-left: 1.8rem;
}

.entry--list-padding-none ul {
  padding-left: 0;
}

/* preset specific styles */
.template-theme--sahara .section.layout-1 .section__head {
  text-align: left;
}
.template-theme--sahara button.shopify-payment-button__button {
  --button-text-transform: uppercase;
  --button-letter-spacing: 0.2rem;
  --button-font-size: 1.2rem;
  --button-line-height: 1.5rem;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  height: calc(100% + 12rem);
  pointer-events: none;
}
.youtube-container iframe {
  margin-top: -6rem;
  width: auto;
  height: calc(100% + 12rem);
}

.shopify-challenge__button {
    color: var(--color-button-filled-text);
    background-color: var(--color-button-filled-background);
}

@media (hover: hover) {
  .shopify-challenge__button:hover {
    color: var(--color-button-filled-background);
    background-color: var(--color-button-filled-text);
    border-color: var(--color-button-filled-background);
  }
}
label.swatch.product__swatch--button {
  font-size: 1.4rem;
  text-transform: uppercase;
}

label.swatch.product__swatch--button .unit--g {
  font-size: 0.95em;
  text-transform: lowercase;
  margin-left: 0.04em;
  position: relative;
  top: 0.04em;
}
/* Variant buttons – weight typography fix */
.product__swatch--button span {
  font-size: 1.5rem;
  line-height: 1;
}

/* make the "g" slightly smaller */
.product__swatch--button span::after {
  content: "";
}
.product__swatch--button span {
  letter-spacing: 0;
}
.product__swatch--button span {
  font-variant-numeric: lining-nums;
}

/* smaller trailing g */
.product__swatch--button span {
  display: inline-flex;
  align-items: baseline;
}
.product__swatch--button span::first-letter {
  font-size: 1em;
}
.card-product__weights{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}


.card-product__weight-btn:hover{
  border-color: rgba(0,0,0,.45);
}
.card-product__weights{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
  justify-content:center;   /* ✅ оце центрує */
  width:100%;               /* ✅ щоб flex реально мав що центрувати */
}
.card-product__weights{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
  justify-content:center;
  width:100%;
}

.card-product__weight-btn{
  padding:6px 10px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:6px;
  background:transparent;
  font-size:12px;
  cursor:pointer;
}

.card-product__weight-btn.is-active{
  border-color: rgba(0,0,0,.8);
}
.swatch {
  border: 1px solid rgba(0,0,0,.15);
}
.is-disabled-by-weight {
  opacity: 0.45;
  cursor: not-allowed;
}

.is-disabled-by-weight:hover {
  opacity: 0.45;
}
.card-product__weight-hint {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.7;
  text-align: center;
}


/* FIX: Desktop mega-menu level 2 should look like level 1 */
.header__nav
.header__nav-dropdown
.header__nav-sublinks
.header__nav-sublinks-item
> .header__nav-dropdown-link {
  font-family: var(--font-heading-family) !important;
  letter-spacing: 2px;
  font-size: 12px;
}

/* =========================================================
   Judge.me PDP Review Widget — FULL integration
   Theme: Sahara
   Brand: Matchati
   ========================================================= */


/* ---------------------------------------------------------
   1. Main container: align with product grid
--------------------------------------------------------- */
#judgeme_product_reviews{
  box-sizing: border-box;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto 32px !important;
  position: relative;
}


/* Tablet & mobile: near-full width with breathing room */
@media (max-width: 989px){
  #judgeme_product_reviews{
    max-width: calc(100vw - 32px) !important;
  }
}

@media (max-width: 480px){
  #judgeme_product_reviews{
    max-width: calc(100vw - 24px) !important;
  }
}


/* ---------------------------------------------------------
   2. Sticky review summary (rating + CTA)
--------------------------------------------------------- */
#judgeme_product_reviews .jm-review-widget__header{
  position: static !important;   /* прибрали sticky */
  top: auto !important;
  z-index: auto !important;
  background: #fff;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

/* ---------------------------------------------------------
   3. Header layout polish
--------------------------------------------------------- */

/* Allow wrapping instead of squeezing */
#judgeme_product_reviews .jm-cluster{
  flex-wrap: wrap;
}

/* Write review button — brand aligned */
#judgeme_product_reviews .jm-action-buttons__button{
  background: #C32222;
  border-radius: 999px;
  font-weight: 500;
  transition: transform .15s ease, box-shadow .15s ease;
}

#judgeme_product_reviews .jm-action-buttons__button:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(195,34,34,.25);
}

/* Mobile: button full width */
@media (max-width: 480px){
  #judgeme_product_reviews .jm-action-buttons__button{
    width: 100% !important;
  }
}


/* ---------------------------------------------------------
   4. Review cards — Matchati style
--------------------------------------------------------- */
#judgeme_product_reviews .jdgm-review-card{
  background: #FBF6F3;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  transition: box-shadow .2s ease, transform .2s ease;
}

#judgeme_product_reviews .jdgm-review-card:hover{
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

/* Card padding consistency */
#judgeme_product_reviews .jdgm-review-card__content{
  padding: 20px;
}


/* ---------------------------------------------------------
   5. Stars & rating typography
--------------------------------------------------------- */
#judgeme_product_reviews .jm-star-rating__font-icon{
  font-size: 1.35em;
}

#judgeme_product_reviews .jm-average-rating-display p:first-child{
  font-size: 1.4rem;
  font-weight: 600;
}


/* ---------------------------------------------------------
   6. Review text readability
--------------------------------------------------------- */
#judgeme_product_reviews .jdgm-review-card__body{
  line-height: 1.55;
  color: #1E1E1E;
}

@media (max-width: 480px){
  #judgeme_product_reviews .jdgm-review-card__body{
    line-height: 1.6;
  }
}


/* ---------------------------------------------------------
   7. Meta text (name, date) soften
--------------------------------------------------------- */
#judgeme_product_reviews .jdgm-review-card__name{
  font-weight: 600;
}

#judgeme_product_reviews .jdgm-review-card__content time,
#judgeme_product_reviews .jm-text[style*="body-sm"]{
  opacity: .75;
}


/* ---------------------------------------------------------
   8. Spacing before "You may also like"
--------------------------------------------------------- */
#judgeme_product_reviews{
  margin-bottom: 32px !important;
}
/* =========================================================
   Judge.me — hide ONLY "Нічого не знайдено" (safe)
   keep "Будьте першим, хто напише відгук"
   ========================================================= */

/* Hide empty-state text only when there are 0 reviews */
#judgeme_product_reviews[data-shop-reviews-count="0"]
.jm-review-widget__body
.jdgm-empty-state
.jm-text{
  display: none !important;
}

/* =========================================================
   Judge.me — spacing between empty-state text and CTA
   ========================================================= */

/* Add space under "Будьте першим, хто напише відгук" */
#judgeme_product_reviews
.jm-review-widget__header
.jm-text{
  margin-bottom: 24px;
}
/* =========================================================
   Judge.me — collapse empty-state vertical space (0 reviews)
   ========================================================= */

#judgeme_product_reviews[data-shop-reviews-count="0"]
.jm-review-widget--minimal-header{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
#judgeme_product_reviews[data-shop-reviews-count="0"]
.jm-review-widget__header{
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}
/* =========================================================
   Judge.me — reduce bottom spacing in empty state (final trim)
   ========================================================= */

#judgeme_product_reviews[data-shop-reviews-count="0"]{
  margin-bottom: 12px !important;
}
/* Weight hint – show then fade out (desktop + mobile) */
.js-weight-hint{
  opacity: 0;
  visibility: hidden;
  transform: translateY(2px);
  max-height: 0;
  overflow: hidden;
  margin-top: 0;

  transition:
    opacity 280ms ease,
    transform 280ms ease,
    max-height 0s linear 280ms,
    margin-top 0s linear 280ms,
    visibility 0s linear 280ms;
}

.js-weight-hint.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 60px;
  margin-top: 8px;

  transition:
    opacity 280ms ease,
    transform 280ms ease,
    max-height 0s,
    margin-top 0s,
    visibility 0s;
}
.card-product__weight-btn.is-soldout{
  opacity: .45;
  cursor: not-allowed;
  text-decoration: none;
  background:
    linear-gradient(
      to top right,
      transparent calc(50% - 1px),
      currentColor,
      transparent calc(50% + 1px)
    );
}

/* Make truly unclickable */
.card-product__weight-btn[disabled],
.card-product__weight-btn.is-soldout {
  pointer-events: none;
}

/* =========================================================
   FIX: Weight buttons text color (mobile Safari inheritance)
   ========================================================= */

.card-product__weight-btn{
  color: var(--color-body-text);
  -webkit-text-fill-color: currentColor;
}

.card-product__weight-btn:visited{
  color: var(--color-body-text);
}

/* =========================================================
   Judge.me — always show close "X" on every step of write-review modal
   ========================================================= */

/* Make modal content a positioning context */
.jdgm-write-review-modal__content{
  position: relative;
}

/* Force close button visible + top-right */
.jdgm-write-review-modal__close-btn{
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;

  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 99999 !important;

  /* optional: make it easier to click */
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

/* If any step tries to hide it via aria / hidden / etc */
.jdgm-write-review-modal [hidden] .jdgm-write-review-modal__close-btn{
  display: flex !important;
}

/* Mobile: keep it inside viewport */
@media (max-width: 480px){
  .jdgm-write-review-modal__close-btn{
    top: 10px !important;
    right: 10px !important;
  }
}
/* =========================================================
   Judge.me write-review: Next button states + brand color
   ========================================================= */

.jdgm-write-review-modal__nav-btn-next{
  border-radius: 999px;
  padding: 12px 40px;
  font-weight: 600;
}

/* Disabled */
.jdgm-write-review-modal__nav-btn-next[disabled],
.jdgm-write-review-modal__nav-btn-next.is-disabled{
  background: #f0f0f0 !important;
  color: #9a9a9a !important;
  cursor: not-allowed !important;
  opacity: 1 !important; /* щоб не “вицвітало” криво */
  box-shadow: none !important;
}

/* Enabled = same red as stars */
.jdgm-write-review-modal__nav-btn-next.is-enabled{
  background: #c32222 !important;
  color: #fff !important;
}

/* helper text under textarea */
.jdgm-write-review-modal__minchars{
  color: rgba(0,0,0,0.55) !important;
  font-size: 12px;
  margin-top: 6px;
}
/* =========================================================
   Judge.me — Anonymous checkbox (your DOM)
   ========================================================= */

.jdgm-write-review-modal__checkbox-label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

/* ховаємо дефолтний checkbox, залишаємо доступність */
.jdgm-write-review-modal__checkbox-input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

/* кастомний квадрат */
.jdgm-write-review-modal__checkbox-custom{
  width: 20px;
  height: 20px;
  border: 2px solid #c32222;
  border-radius: 4px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

/* галочка (стабільний центр, без absolute/translate) */
.jdgm-write-review-modal__checkbox-custom::after{
  content: "";
  width: 8px;
  height: 13px;

  border: solid #fff;
  border-width: 0 2px 2px 0;

  display: block;

  transform: rotate(45deg) scale(0);
  transform-origin: 50% 50%;
  transition: transform .12s ease;

  margin-left: -1px;
  margin-top: -1px;
}


/* checked: показуємо галочку */
.jdgm-write-review-modal__checkbox-input:checked + .jdgm-write-review-modal__checkbox-custom::after{
  transform: rotate(45deg) scale(1);
}



/* ✅ checked: заливаємо + показуємо галочку */
.jdgm-write-review-modal__checkbox-input:checked + .jdgm-write-review-modal__checkbox-custom{
  background: #c32222;
  border-color: #c32222;
}

/* optional: фокус з клавіатури */
.jdgm-write-review-modal__checkbox-input:focus-visible + .jdgm-write-review-modal__checkbox-custom{
  box-shadow: 0 0 0 3px rgba(195, 34, 34, .25);
}

.jdgm-write-review-modal__checkbox-custom{
  position: relative;
}

/* Judge.me — Share photo (mobile: center dropzone text like desktop) */
.jdgm-write-review-modal__media-upload {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* make the real file input cover the whole box, but not affect layout/text */
.jdgm-write-review-modal__media-upload .jdgm-write-review-modal__media-input {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

/* center ANY helper text/icon inside the dropzone */
.jdgm-write-review-modal__media-upload > *:not(.jdgm-write-review-modal__media-input) {
  margin: 0 auto !important;
}
/* ================================
   Judge.me — Thank You modal (FINAL)
================================ */

.jdgm-write-review-modal__container,
.jdgm-write-review-modal__content {
  overflow: hidden !important;
}

/* Головний контейнер */
.jdgm-write-review-modal__form--thank-you {
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;

  padding: 40px 24px 32px !important;

  min-height: auto !important;
  height: auto !important;
  overflow: hidden !important;
}

/* Заголовок */
.jdgm-write-review-modal__title {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

/* Інтро */
.jdgm-write-review-modal__intro {
  margin-bottom: 12px !important;
  text-align: center;
}

/* Основний текст */
.jdgm-write-review-modal__text {
  margin-bottom: 24px !important;
  max-width: 520px;
  text-align: center;
}

/* Контейнер кнопки */
.jdgm-write-review-modal__navigation {
  margin-top: 16px !important;
}

/* Кнопка */
.jdgm-write-review-modal__nav-btn-close {
  background: #b72a25 !important;
  color: #fff !important;
  border: none !important;

  padding: 12px 32px !important;
  border-radius: 4px !important;
  font-weight: 500;
}

.jdgm-write-review-modal__nav-btn-close:hover {
  background: #9f231f !important;
}

/* Mobile */
@media (max-width: 480px) {
  .jdgm-write-review-modal__form--thank-you {
    padding: 32px 16px 24px !important;
  }

  .jdgm-write-review-modal__text {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .template-theme--sahara .product-bar__options .dropdown__button {
  height: 64px !important;
}

    height: 100% !important;
    min-height: unset !important;
  }
  product-bar {
    height: 64px !important;
    min-height: unset !important;
    
  }

  product-bar .product-bar__options {
    height: 100% !important;
    align-items: stretch;
  }

  product-bar .product-bar__submit {
    height: 100% !important;
    min-height: unset !important;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
  }

  product-bar dropdown-input {
    height: 100% !important;
    max-width: 120px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }

  product-bar dropdown-input .dropdown__button {
    flex: 1;
    height: auto !important;
    min-height: unset !important;
  }

  product-bar .product-bar__price {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    color: var(--color-heading-text);
    white-space: nowrap;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  newsletter-popup {
    bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  newsletter-popup .newsletter-popup__wrapper {
    padding-bottom: 64px !important;
  }
}

#judgeme_product_reviews,
.jdgm-widget,
.jdgm-rev,
.jdgm-rev__body,
.jdgm-rev__author,
.jdgm-rev__timestamp,
.jdgm-summary,
.jdgm-write-rev-link,
.jdgm-paginate {
  font-family: Helvetica, Arial, sans-serif !important;
}

/* Judge.me новий віджет — дата сірим */
.jm-reviewer-info .jm-text:not(.jm-reviewer-info__name):not(.jm-verified-buyer-badge__text) {
  color: #999 !important;
}

/* Зірки — менші */
.jm-star-rating .jm-star-rating__font-icon {
  font-size: 1.6rem !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
}

/* "Більше" — без підкреслення, легший вигляд */
.jm-review-content__expand-button {
  text-decoration: none !important;
}
.jm-review-content__expand-button .jm-text {
  font-weight: 400 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.jm-verified-buyer-badge__text {
  color: #000 !important;
}

@media (max-width: 749px) {
  .section--product-recommendations .swiper-slide,
  .section--recently-viewed-products .swiper-slide {
    width: calc(100% - 40%) !important;
  }
}

/* =========================================================
   Card product — sizes toggle button (+) styles
   Brand: Matchati red #CE151C
   ========================================================= */

.card-product__sizes-btn-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .8rem !important;
  background-color: #CE151C !important;
  border-radius: var(--input-border-radius) !important;
  color: #fff !important;
  transition: background-color 220ms ease, opacity 220ms ease;
}
.card-product__sizes-btn-toggle svg {
  width: 1.6rem !important;
  height: 1.6rem !important;
}
@media screen and (min-width: 750px) and (hover: hover) {
  .card-product__sizes-btn-toggle { display: none !important; }
}
@media (hover: hover) {
  .card-product__sizes-btn-toggle:hover:not([aria-disabled="true"]) {
    opacity: 0.85 !important;
  }
}
.card-product__sizes-btn-toggle[aria-disabled="true"] {
  background-color: #F5CCCD !important;
  color: rgba(255,255,255,0.9) !important;
  cursor: not-allowed;
}