/** Shopify CDN: Minification failed

Line 35:0 All "@import" rules must come first
Line 4422:20 Expected identifier but found "9"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Classica';
    src: url('/cdn/shop/files/Classica.eot');
    src: url('/cdn/shop/files/Classica.eot') format('embedded-opentype'),
        url('/cdn/shop/files/Classica.woff2') format('woff2'),
        url('/cdn/shop/files/Classica.woff') format('woff'),
        url('/cdn/shop/files/Classica.ttf') format('truetype'),
        url('/cdn/shop/files/Classica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Classica';
    src: url('/cdn/shop/files/Classica-Bold.eot');
    src: url('/cdn/shop/files/Classica-Bold.eot') format('embedded-opentype'),
        url('/cdn/shop/files/Classica-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/Classica-Bold.woff') format('woff'),
        url('/cdn/shop/files/Classica-Bold.ttf') format('truetype'),
        url('/cdn/shop/files/Classica-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@font-face {
    font-family: 'Trajan Pro';
    src: url('/cdn/shop/files/TrajanPro-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/TrajanPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('/cdn/shop/files/TrajanPro-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* sahara theme - v1.2.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);
}


/* sahara theme - v1.2.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);
}
.text-colors-inverse .field__input {
  --color-body-text: var(--color-heading-text-default);
  --color-heading-text: var(--color-heading-text-default);
}
.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-block-start: var(--header-height, var(--default-header-height));
}

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;
  overscroll-behavior: none;
}

#footer,
#shopify-section-footer,
#shopify-section-main-password-footer {
  margin-block-start: 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-inline: auto;
}

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

.page-container:has(.faq-tile) {
  width: 100%;
  max-width: calc(var(--page-width)* .7666);
  margin: 0 auto;
}

@media screen and (min-width: 991px) and (max-width: 1099px) {
  .page-container:has(.faq-tile) {
    padding-inline: 4rem;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .page-container:has(.faq-tile) {
    padding-inline: 5rem;
  }
}

.max-w-page {
  max-width: var(--page-width);
}
.max-w-full {
  max-width: 100%;
  padding: 0;
}
.max-w-fluid {
  max-width: 100%;
}
.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;
  inset: 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);
  word-break: break-word;
}

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * var(--h1-multiplier));
  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) * var(--h1-multiplier));
  }
}

h2, .h2 {
  font-size: calc(var(--font-heading-scale) * var(--h2-multiplier));
  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) * var(--h2-multiplier));
  }
}

h3, .h3 {
  font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
  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) * var(--h3-multiplier));
  }
}

h4, .h4 {
  font-size: calc(var(--font-heading-scale) * var(--h4-multiplier));
  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) * var(--h4-multiplier));
    line-height: calc(1 + 0.6 / var(--font-heading-scale));
  }
}

h5, .h5 {
  font-size: calc(var(--font-heading-scale) * var(--h5-multiplier));
  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) * var(--h5-multiplier));
  }
}

h6, .h6 {
  font-size: calc(var(--font-heading-scale) * var(--h6-multiplier));
  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) * var(--h6-multiplier));
  }
}

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;
  padding-inline-start: 1.5rem;
  border-inline-start: 0.2rem solid var(--color-border-elements);
}

@media screen and (max-width: 749px) {
  blockquote {
    padding-inline-start: 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: end;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.spacer {
  margin-block: 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;
  inset-block-end: 0.2rem;
  inset-inline-start: 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-inline-end: 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;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
  content: ' ';
  background: transparent;
}
.dropdown.disclosure-has-popup[open] > summary::before {
  content: none;
}

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

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

/* 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;
  inset-block-start: 0;
  inset-inline-start: 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;
}

#preview-bar-iframe {
  pointer-events: all;
}
/*
  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;
  inset-block-start: 0;
  inset-inline-start: 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-position--top .media--overlay:after,
.media-position--bottom .media--overlay:after {
  background-image: none;
}

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

.media > *,
.media img {
  display: block;
  max-width: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 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-block-end: var(--card-media-padding);
}
a.media.card-product__media.is-transitioning {
  background-color: transparent !important;
}

@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-block-end: 100%;
}

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

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

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

.media--small {
  padding-block-end: 66.67%;
}

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

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

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

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

.media--aspect-ratio {
  padding-block-end: 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;
}

/* Media Position - START */
.media-position--top,
.media-position--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.media-position--top .media,
.media-position--bottom .media {
  display: flex;
  align-self: var(--section-content-alignment, center);
  justify-content: center;
  background-color: transparent;
  aspect-ratio: var(--aspect-ratio, 1);
}
.media-position--top .media img,
.media-position--bottom .media img {
  width: auto;
}
.media-position--top .content,
.media-position--bottom .content {
  display: inherit;
  flex-direction: inherit;
  max-width: 100%;
}
.media-position--top:not(:has(.media)) .content,
.media-position--bottom:not(:has(.media)) .content {
  height: 100%;
}
.media-position--top .media {
  order: -1;
}
.media-position--bottom .media {
  order: 1;
}
.media-position--background .media {
  position: absolute;
  inset: 0;
  /* width: 100%; height: 100%; */
}
.media-position--background .media img {
  object-fit: cover;
  object-position: center center;
}
.media-position--background .content {
  display: flex;
  flex-direction: column;
  justify-items: stretch;
  position: relative;
  z-index: 1;
}
*[class*='media-position--'] .content {
  padding: var(--content-padding, var(--spacing-4));
}
.media-position--top .content,
.media-position--bottom .content {
  padding: var(--spacing-4) var(--content-padding, var(--spacing-4));
}

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;
  inset-block-start: 2rem;
  inset-inline-end: 2rem;
  z-index: 1;
}

.deferred-media iframe,
.deferred-media video {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.deferred-media__wrapper {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  padding-block-end: 56.25%;
}

.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: var(--font-button-weight);
}
.button--uppercase {
  --button-font-size: 1.2rem;
  --button-line-height: 1.5rem;
  --button-font-weight: var(--font-button-weight);
  --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: var(--font-button-weight);
  --button-letter-spacing: normal;
  --button-text-transform: lowercase;
  padding-block-start: 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-block-end: 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;
  inset-block-start: 0;
  inset-inline-start: 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-inline: 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-size: 1.2rem !important;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.71 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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-block: 1.2rem !important;
}
.additional-checkout-buttons .shopify-cleanslate ul li {
  flex: 1 !important;
}
.additional-checkout-buttons .shopify-cleanslate ul li div[role='button'] {
  padding: 0.5rem 1rem !important;
  border-radius: var(--button-border-radius) !important;
}
.shopify-payment-button .shopify-cleanslate > div[role='button'] {
  min-height: 50px !important;
  font-family: var(--button-font-family) !important;
  --button-font-size: 1.2rem;
  font-size: var(--button-font-size) !important;
  text-transform: var(--button-text-transform) !important;
  --button-letter-spacing: 0.2rem;
  letter-spacing: var(--button-letter-spacing) !important;
}

.sign-in-with-shop-provider {
  text-align: center;
}

.sign-in-with-shop-provider .button {
  width: 100%;
}

.sign-in-with-shop-provider p {
  margin-block-end: 0;
}

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-button-background);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-inline-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: center;
  --shopify-accelerated-checkout-row-gap: var(--spacing-2);
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-button-background);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

@media screen and (min-width: 750px) {
  .cart__dynamic-checkout {
    margin-block-start: 10px;
  }
  .additional-checkout-buttons .shopify-cleanslate ul li div[role='button'] {
    min-height: 50px !important;
  }
  .additional-checkout-buttons .shopify-cleanslate ul li iframe,
  .additional-checkout-buttons .shopify-cleanslate ul li .frame-root,
  .additional-checkout-buttons .shopify-cleanslate ul li .frame-root div,
  .additional-checkout-buttons .shopify-cleanslate ul li .frame-content,
  .additional-checkout-buttons .paypal-button:not(.paypal-button-card) {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !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: var(--spacing-5);
}

.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-block-start: 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-inline-end: 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-block-end: 3.2rem;
}

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

.has-error .field__input:not(:focus) {
  color: var(--color-error);
  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: start;
}

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

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

.background-colors-inverse .drawer {
  --color-border-elements: var(--color-default-border-elements);
}

@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-block-end: 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;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  background-color: currentColor;
  opacity: 0;
  transition: opacity var(--duration-default);
}
[dir='rtl'] .checkbox input:before {
  transform: translate(50%, -50%);
}

.checkbox input + label,
.checkbox__label {
  cursor: pointer;
  padding-inline-start: 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: underline;
  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[disabled] {
  pointer-events: none;
}

.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;
  appearance: textfield;
}

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

text-truncator {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.text-truncator {
  display: none;
}

.text-truncator {
  position: relative;
  font-size: var(--font-size-medium);
  padding: 0;
  margin: 0;
}

.text-truncator p {
  margin-block: 0;
}

.text-truncator__button {
  display: flex;
  width: fit-content;
  align-items: center;
}

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

.text-truncator__icon span {
  cursor: pointer;
}

.text-truncator__icon span span {
  color: var(--color-body-text);
  font-size: var(--font-size-static-medium);
  line-height: 1;
}

.text-truncator__icon span svg {
  fill: var(--color-body-text);
  width: 1.6rem;
}

.text-truncator--hidden {
  overflow: hidden;
  text-overflow: ellipsis;
}

.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;
  inset-block-start: 50%;
  inset-inline-end: 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-block: 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;
  inset-block-start: calc(100% - 1px);
  inset-inline-start: 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-block-start: 0;
}

.rte p:last-child {
  margin-block-end: 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: var(--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-inline-end: 1.6rem;
}

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

.price del {
  color: var(--color-body-text);
  margin-inline-end: 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-inline: 0.8rem;
}

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

/* Swiper slider */
[dir='rtl'] .swiper-button--prev {
  transform: rotate(180deg);
}

[dir='rtl'] .swiper-button--next {
  transform: rotate(180deg);
}
.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  inset-block-start: 50%;
  inset-inline: 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-inline-end: 4rem;
}

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

@media (hover: hover) {
  .swiper-button: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--square {
  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: start;
  }
  .section.layout-1 .section__foot {
    text-align: end;
    margin-block-start: 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;
  }
}

.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-block-end: 4rem;
}

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

@media screen and (min-width: 750px) {
  .section__head {
    margin-block-end: 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-block-end: 2.4rem;
}

nav-accordion {
  display: block;
}

localization-form {
  display: block;
}

.no-scrollbar {
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0;
  display: none;
}

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-start,
.text-left {
  text-align: start;
}

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

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

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

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

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

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

@media screen and (max-width: 749px) {
  .text-start--mobile {
    text-align: start;
  }

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

  .text-end--mobile {
    text-align: end;
  }

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

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

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

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

  .justify-self-start--mobile {
    justify-self: start;
  }

  .justify-self-center--mobile {
    justify-self: center;
  }

  .justify-self-end--mobile {
    justify-self: end;
  }

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

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

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

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

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

  .align-self-end--mobile {
    align-self: end;
  }
}

.bg-default {
  background-color: var(--color-body-background);
}
.bg-transparent {
  background-color: transparent;
}
.ml-auto {
  margin-inline-start: auto;
}
.mr-auto {
  margin-inline-end: 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-block-end: 0.7rem;
  position: relative;
  inset-block-start: 0.35rem;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * var(--font-size-static-medium));
  line-height: 1.15;
}

.nav-text-link::before {
  content: '';
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 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;
  inset-block-start: 0.1rem;
  inset-inline-end: 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-block-start: 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 {
    inset-block-start: 0;
    inset-inline-end: 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;
  inset-block-end: 1.6rem;
  inset-inline: 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-inline-start: 2.4rem;
  padding-inline-end: 13.4rem;
}

.newsletter__field .field__message {
  display: block;
  margin-block-start: 0.8rem;
  text-align: center;
}

.newsletter__button {
  position: absolute;
  inset-block-start: 0.1rem;
  inset-inline-end: 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) {
  .mt-1-desktop {
    margin-block-start: 2.4rem !important;
  }
  .mb-1-desktop {
    margin-block-end: 2.4rem !important;
  }


  .pt-0-desktop {
    padding-block-start: 0 !important;
  }

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

@media screen and (max-width: 989px) {
  .mt-1-mobile {
    margin-block-start: 1.6rem !important;
  }
  .mb-1-mobile {
    margin-block-end: 1.6rem !important;
  }

  .pt-0-mobile {
    padding-block-start: 0 !important;
  }

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

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

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

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

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

/* Transparent Header -- START */
body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open),
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll:not(.menu-open) {
  color: var(--transparent-header-menu-text-color, var(--color-heading-text-inverse));
  --header-background-opacity: 0;
}

body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll:not(.menu-open) .header__logo-image {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image-transparent,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll:not(.menu-open) .header__logo-image-transparent {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.has-bottom-border:not(.menu-open) .header__inner:after,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll.has-bottom-border:not(.menu-open) .header__inner:after {
  content: '';
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: .1rem;
  opacity: 0.2;
  background-color: var(--transparent-header-menu-text-color, var(--color-heading-text-inverse));
  pointer-events: none;
  transition: background-color var(--duration-default), opacity var(--duration-default);
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main {
  margin-block-start: calc(-1 * var(--header-height, 0));
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-hero-banner:first-of-type .hero__content,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-page-banner:first-of-type .header-is-transparent,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-main-collection-banner.banner--full:first-of-type .header-is-transparent {
  padding-block-start: calc(var(--header-height, 0) + var(--section-spacing-unit-desktop) * 2) !important;
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-hero-banner:first-of-type .media--overlay::before,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-page-banner:first-of-type .media--overlay:before,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-main-collection-banner:first-of-type .media--overlay:before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
/* Transparent Header -- END */

/* Breadcrumbs */
.breadcrumbs {
  position: absolute;
  inset-inline: var(--page-gutter);
  z-index: 3;

  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;
  text-align: start;
  width: calc(100% - var(--page-gutter) * 2);
}
.breadcrumbs.breadcrumbs--center {
  text-align: center;
}
section .breadcrumbs {
  inset-block-start: calc(var(--section-spacing-unit-desktop) * 2);
}
section.header-is-transparent .breadcrumbs {
  inset-block-start: calc(var(--header-height, 0) + var(--section-spacing-unit-desktop));
}


.breadcrumbs__list {
  display: flex;
}

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

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

.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: 3rem;
  height: 3rem;
  position: relative;
  color: var(--color-heading-text-inverse);
}

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

.pulse::before {
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  animation: pulse 1600ms ease-out 100ms infinite both;
}

.pulse::after {
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
}
[dir='rtl'] .pulse::after {
  transform: translate(50%, -50%);
}

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

  45% {
    transform: scale(1);
  }

  55% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

/* preset specific styles */
.template-theme--sahara .section.layout-1 .section__head {
  text-align: start;
}
.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: var(--youtube-container-events, none);
}
.youtube-container iframe {
  margin-block-start: -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);
  }
}

/* ========= Custom CSS ========= */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {    
    /* font-family: 'Trajan Pro'; */
    font-family: 'Classica';
    font-weight: 400;
    /* text-transform: uppercase; */
}
.link{
  text-transform:uppercase;
}
.footer-logo-image {
    max-width: 175px;
    width:100%;
    padding-bottom: 20px;
}
.footer__content-entry h5 {
    text-transform: capitalize;
    font-family: 'Space Mono';
    font-size: 1.4rem;
}
.header .nav-text-link , .footer__menu-title{
    font-family: var(--button-font-family);
    font-size: 1.2rem;
    font-weight: var(--font-button-weight);
    letter-spacing: .2rem;
    text-transform: uppercase;
}
.shoppable .button--shoppable-block__view-on-social {
    border: 1px solid #000;
}
.shoppable .shoppable-product-card__container {
    border: 1px solid #000 ;
}
.section-testimonials .testimonial__quote {
    font-size: 16px !important;
    /* font-family: Space Mono; */
    line-height: 1.6 !important;
}
.testimonial__star {
    font-size: 20px;
    color: #AA467B;
    margin-bottom: 10px;
    display: block;
}
footer#footer {
    background: linear-gradient(180deg,#FF149305 13.35%,#FF149350 88.58%);
    color: #000;
    /* padding-top: 200px; */
}
.products-feed__tab button {
    font-family: var(--button-font-family);
    font-size: 12px;
    line-height: var(--button-line-height);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
    text-transform: var(--button-text-transform);
}
.section-full-width-banner .custom-right-image {
    position: absolute;
    left: 0px;
    z-index: 4;
    max-width: 25%;
    transform: rotate(20deg);
    bottom: -30px;
    opacity: .3;
}
.footer .footer-right-image {
    /* position: absolute;
    right: -11px;
    z-index: 2;
    max-width: 13%;
    opacity: .5;
    transform: rotate(-30deg);
    bottom: 0; */
    position: absolute;
    right: -10%;
    z-index: 2;
    max-width: 26%;
    opacity: .3;
    transform: rotate(25deg);
    bottom: -50%;
} 
.footer .footer-left-image {
    position: absolute;
    left: 30px;
    z-index: 4;
    max-width: 150px;
    top: 50px;
    opacity: .4;
    transform: rotate(20deg);
}
.footer {
    position:relative;
    overflow: hidden;
}
.price span.sale, .price ins {
    color: #AA467B;
}

.products-feed__tab button {
    background-color: #ffb7de !important;
}

.products-feed__tab button:hover {
    background-color: #FF1493 !important;
}
.products-feed__tab button.active {
    background-color: #FF1493 !important;
}
/* .home-top-banner.hero-banner .hero__title {
  font-size: 90px;
  font-family: "Cookie", cursive;
  font-weight: 400;
} */
#Search-drawer-button-header {
    width: 215px;
    justify-content: flex-start;
    background: rgb(245, 245, 245);
    border-radius: 30px;
    padding: 5px;
    padding-left: 8px;
    position: relative;
}
#Search-drawer-button-header>svg {
    width: 20px;
    height: auto;
}
/* #Search-drawer-button-header::before {
    content: 'Search...';
    position: absolute;
    color: #000;
    z-index: 2;
    left: 35px;
    top: 4px;
    font-size: 13px;
} */
.serach-drawer-text {
    position: absolute;
    color: #000;
    z-index: 2;
    left: 30px;
    top: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 5px;
}
.footer__content-html ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer__content-html ul li {
    display: flex;
    align-items: center;
}
.footer__content-html ul li img {
    width: 40px;
    display: block;
}
.icon-text-text {
    padding-left: 10px;
}
.icon-text-text a {
    display: block;
    color: #970747;
}
.link.card-collection__link {
    text-transform: uppercase;
}
.product__description.rte {
    font-size: 14px;
}
.product__inventory-notice {
    margin: 25px 0 !important;
}
.product__accordion {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 0 !important;
}
.product__accordion .accordion__body-inner {
    font-size: 14px;
}
    .section-complete-the-set .section__drawer-button {
        letter-spacing: 0;
        font-family: Trajan Pro !important;
        font-weight: 400;
    }
.product__media .swiper-buttons path {
    stroke: #fff !important;
}
.product__grid .product__bar {
    display: none;
}
.product__text--link a {
    padding: 0;
    letter-spacing:1px !important;
}
.product__text--link a.link:before {
    content: unset;
}
.product__text.product__text--link {
    margin: 0;
}
.product__grid .product__title {
    margin-top: 5px;
}
.product__sku {
    text-transform: uppercase;
    font-size: 15px;
    color: #808080;
}
.product-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.product-tab-links {
    width: 25%;
}
.product-tabs-content {
    width: 75%;
    padding-left:30px;
}
.product-tab-item:not(.pdp-avtive-tab) {
    display: none;
}

.product-tab-item {
    padding: 30px;
    background: #DDD0C8;
    border-radius: 5px;
}
.product-tab-item[data-id="pdp-tab-product-specifications"] {
    background: none;
    padding:0;
}
.product-tab-links li {
    list-style: none;
}
.product-tab-links li a:not(.pdp-active-link) {
    opacity: .5;
}

.product-tab-links li a {
    padding: 10px 0;
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: var(--font-button-weight);
    letter-spacing: .2rem;
    text-transform: uppercase;
}
.pdp-active-link::after {
    content: '';
    height: 2px;
    border-bottom: 2px solid #970747;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 65px;
}
.product-tab-item-inner p {
    margin-top: 0;
}
.pdp-tab-html {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pdp-tab-html table {
    width: calc(50% - 10px);
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #f4eee9;
}
.pdp-tab-html table th, .pdp-tab-html table td {
    border: 0;
    border-bottom: 1px solid #f4eee9;
    padding: 10px 15px;
}
.pdp-tab-html table td {
    background: #fdf7f3;
}
.pdp-tab-html table th {
    background: transparent;
    width: 45%;
    font-weight: 400;
}
.product__grid__item--content .product__price ins {
    color: #970747;
}
.card-product .marquee-tags {
    margin-inline-start: unset !important;
}
.product__content .product__form--inline {
        grid-template-columns: 10rem auto 50px !important;
    }
.swym-button-bar {
    margin: 0 !important;
}
.product__content .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon {
    outline: 0;
    border: 2px solid;
    border-radius: 50%;
}
.product__content .swym-btn-container .swym-button:after {
    font-size: 22px !important;
}
card-product.card-product {
    position: relative;
}
.facets__accordion .h4.facets__accordion-btn {
    font-size: 1.2rem !important;
    font-weight: var(--font-button-weight);
    letter-spacing: .2rem;
    text-transform: uppercase !important;
    font-family: var(--button-font-family);
}
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__inner {
    align-items: flex-start;
    background: #f5ebdf;
}
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__decorator {
        width: 60px;
        height: 60px;
        border-radius: 0;
    }
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__decorator img {
        width: 100%;
        height: 100%;
    }
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__title {
    font-size: 16px;
}
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__text {
    margin-top: -10px;
    margin-bottom: 20px;
}

#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__text p {
    margin-top: 0;
    font-size: 14px;
}
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__tile::after {
    content:unset;
}
#shopify-section-template--19312387555571__seo_content_bANxL3 .section-seo-content__inner {
    padding-bottom: 0;
}
#looxReviews {
    padding: 0 15px;
}
/* * {    
    font-family: 'Trajan Pro' !important;
    font-weight: 400;
} */
body{
  font-size:13px;
}
.footer__links a {
    font-size: 12px;
}
.footer__menu-title {
    font-size: 14px;
}
.header .nav-text-link, .footer__menu-title {
    letter-spacing: 0;
    text-transform: uppercase;
}
.section-testimonials .testimonial__quote {
    font-size: 14px !important;
}
.countdown-timer__subtitle {
    font-size: 14px !important;
}
.button {
    letter-spacing: 0;
    text-transform: uppercase;
}
/* .footer__links a {
    text-transform: uppercase;
} */
.link,.link.card-collection__link {
    text-transform: uppercase;
    letter-spacing: 0;
}
.product-tab-links li a {
    letter-spacing: 0;
    text-transform: uppercase;
}
.pdp-tab-html table th, .pdp-tab-html table td {
    font-size: 12px;
}
.product__sku {
    font-size: 12px;
}
.product .caption {
    letter-spacing: 0;
    font-size: 12px;
}
.product-selector__buttons legend,.collection-facets__status,.facets__custom-select .custom-select__btn, .facets__custom-select .custom-select__option, .facets__actions-button,.facets__accordion .h4.facets__accordion-btn,.facet-checkbox label {
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}
#shopify-section-template--19312387555571__trust_indicators_LUPJTK .section-trust-indicators__text p {
    font-size: 13px;  
}
.section-blog-articles .card-article__entry.entry.entry--list-padding-none {
    font-size: 14px;
    line-height: 1.6;
}
.section-blog-articles .section__foot {
    margin: 0;
}
.section-blog-articles .button {
    font-size: 14px;
}
.blog .card-article__entry.entry.entry--list-padding-none {
    font-size: 14px;
    line-height: 1.6;
}
.accordions .accordion__button {
    font-size: 14px;
}
.template--page .main-page {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
}
.article .article__head {
    padding-block-end: 3.4rem;
}
.template--page .main-page__content h3,.template--page .main-page__content h4 {
    margin-bottom: 15px;
    margin-top: 40px;
}
.accordions .accordion__section {
    padding: 2rem 0;
}
#shopify-block-AQWpBdEkrQWZERE5jU__parcel_panel_app_iQAAGt {
    padding: 60px 0;
}
.pp_tracking_title {
    text-align: center;
}
.pp-button-enter.button-enter {
    background: #ff1493;
    color: #fff;
    font-size: 12px;
}

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

.card-product-media-wrapper {
    border-radius: 1.5rem 0 !important;
    overflow: hidden;
}
.shoppable .shoppable-block__media {
    border-radius: 1.5rem 0 ;
}
.shoppable-layout__slider--wrapper video {
    border-radius: 1.5rem 0;
}
.shoppable-layout__slider--wrapper .swiper-slide__footer {
    border-radius: 0 0 1.5rem 0;
}
.collection .card-text {
    border-radius: 1.5rem 0;
}
.main-list-collections .media.media--overlay.card-collection__media {
    border-radius: 1.5rem 0;
}
.header .header__inner {
    padding: 12px 0;
}
.header__inner:after {
    content:unset!important;
}
.header:hover {
    background-color: #fff;
}
.header:hover a.header__nav-link.nav-text-link.js-nav-link {
    color: #000;
}
.header:hover a.header__utils-link.svg-color-inherit {
    color: #000;
}
.header:hover .header__utils-item #Search-drawer-header svg path {
    stroke: #000 !important;
}
.header:hover img.header__logo-image.new {
    visibility: visible !important;
    opacity: 1 !important;
}
.header:hover img.header__logo-image-transparent.new {
    visibility: hidden !important;
    opacity: 0 !important;
}
.header:hover .drawer__button svg path {
    stroke: #000 !important;
}
.header #Search-drawer-header .drawer__button svg path {
    stroke: #000 !important;
}
.collection .collection__card-text {
    margin-inline: inherit;
}
.page-banner:before {
    background-image:unset!important;
}
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header~.shopify-section-group-header-group)) main>.shopify-section.section-page-banner:first-of-type .header-is-transparent{
      padding-block-start: 0!important;
}
.swym-wishlist-collections-v2 path {
    stroke: #970747;
}
.button--outlined.button:hover {
    background-color: #ff1493;
    border: 0;
}
.home-shoppable.shoppable-section__list {
  background: linear-gradient(
    to bottom,
    white 0%,
    #ffb7de 15%,
    #ffb7de 85%,
    white 100%
  );
  --color-body-background: transparent;
}
.section--product-recommendations .background-colors-accent-1 {
    background: linear-gradient(to bottom, white 0%, #ddd0c8 15%, #ddd0c8 85%, white 100%);
}
.home-shoppable .section {
    padding: 12rem 0;
}
/* .section-full-width-banner .section-full-width-banner__media {
    z-index: 5;
} */
.card-product__sizes-content ul {
    background-color: #ff1493!important;
    color:#fff!important;
}
.card-product__sizes-content ul:hover {
    background-color: #fff!important;
    color:#000!important;
}
.card-product__sizes .card-product__sizes-btn:hover {
    color: var(--color-body-text);
    background-color: #fff!important;
}
.swym-btn-container .swym-added.swym-add-to-wishlist, .swym-btn-container .swym-added.swym-add-to-wishlist:after, .swym-btn-container .swym-added.swym-add-to-wishlist + .swym-fave-count {
    color: #970747 !important;
}
.section-testimonials_wrapper {
    position: relative;
}
.testi-right-img {
    position: absolute;
    width: 11%;
    right: -80px;
    top: -40px;
}
.testi-left-img {
    position: absolute;
    width: 10%;
    bottom: -40px;
    left: -70px;
    z-index: 0;
}
.countdown-timer__container {
    position: relative;
}
.countdown-right-img img {
    display: block;
}
.countdown-right-img {
    position: absolute;
    right: 0px;
    z-index: 0;
    width: 65px;
    bottom: 0;
    opacity: .5;
}
.header__utils-item {
    position: relative;
}
.header__utils-link {
    display: block;
    position: relative;
}
.account-pop {
    width: 250px;
    padding-top: 15px;
    position: absolute;
    max-height: 75vh;
    top: calc(100% - 2px);
    right: -70px;
    /* transform: translateX(50%); */
}
.account-pop .account-pop-wrapper{
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0 1.5rem 1.5rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
      color: #000;  
}
.header .header__utils-item-account:hover .account-pop {
    display: block !important;
}
.header__utils-item-account .header-menu-user-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 11px;
    margin: 0;
    flex-wrap:wrap;
}
.header__utils-item-account .header-menu-user-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.header__utils-item-account .currency-custom {
    border-top: 1px solid rgb(230, 229, 228);
    padding: 12px 0;
    border-bottom: 1px solid rgb(230, 229, 228);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.header__utils-item-account .header-menu-user-item a:hover {
    color: #970747;
}
.header__utils-item-account .account-pop svg {
    width: 20px;
    height: 20px;
}
.header__nav-item[data-menu-item="Women"] .header__nav-links {
    max-width: 1080px;
    margin: 0;
    padding: 15px 0;
}
.header__nav-item[data-menu-item="Women"] .media.card__media {
    padding-block-end: 100% !important;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index:1;
}
.header__nav-item[data-menu-item="Women"] .media.card__media img {
    border-radius: 50%;
    aspect-ratio: 1;
    transition: .3s all ease-in-out;
}
.header__nav-item[data-menu-item="Women"] .card:hover .media.card__media img {
    scale: .95;
}
.header__nav-item[data-menu-item=Women] .media.card__media::before {
    content: "";
    background: linear-gradient(99.75deg, #f1d98b 23.06%, #a76b2d 36.87%, #c08f4c 49.46%, #eace82 63.32%, #f1d98b 73.93%);
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    z-index: -1;
}
.header__nav-item[data-menu-item="Women"] .card__content h6 {
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}
.header__nav-item[data-menu-item="Women"] .card__content {
    position: static;
}
.shoppable-block__content p {
    font-family: var(--font-body-family) !important;
}
.home-top-banner p.hero__subtitle {
    text-transform: uppercase;
}
.header__nav-item[data-menu-item="Men"] .header__nav-links {
    max-width: 1080px;
    margin: 0;
    padding: 15px 0;
}
.header__nav-item[data-menu-item="Men"] .media.card__media {
    padding-block-end: 100% !important;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index:1;
}
.header__nav-item[data-menu-item="Men"] .media.card__media img {
    border-radius: 50%;
    aspect-ratio: 1;
    transition: .3s all ease-in-out;
}
.header__nav-item[data-menu-item="Men"] .card:hover .media.card__media img {
    scale: .95;
}
.header__nav-item[data-menu-item="Men"] .media.card__media::before {
    content: "";
    background: linear-gradient(99.75deg, #f1d98b 23.06%, #a76b2d 36.87%, #c08f4c 49.46%, #eace82 63.32%, #f1d98b 73.93%);
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    z-index: -1;
}
.header__nav-item[data-menu-item="Men"] .card__content h6 {
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}
.header__nav-item[data-menu-item="Men"] .card__content {
    position: static;
}
.footer__menu-title {
    text-transform: none;
}
/* .card-product__layout--compact .marquee-tags {
    position: absolute;
    left: -25px;
    top: -7px;
    transform: rotate(-90deg);
} */
span.card-product-sale_badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
}
.card-product-sale_badge img {
    display: block;
    width: 100%;
}
.header__nav-dropdown.js-dropdown {
    padding: 0 0 15px;
}
.facets__custom-select .custom-select__option[data-value="price-ascending"], .facets__custom-select .custom-select__option[data-value="price-descending"]{
    display: none;
}
.card-product__price .price__sale {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-product__price .badge.price__badge-sale {
    margin-left: 10px;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 30px;
    background: #ff1493;
}
.product__grid__item--content .price__sale.price__sale--has-badge {
    justify-content: flex-start;
}
.product__grid__item--content .price__sale.price__sale--has-badge .badge.price__badge-sale {
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 30px;
    background: #ff1493;
}
.header__nav-dropdown.js-dropdown::after {
    content: '';
    width: var(--page-gutter);
    height: 100%;
    display: block;
    background: #fff;
    right: 100%;
    position: absolute;
    top: 0;
}
.header__nav-dropdown.js-dropdown::before {
    content: '';
    width: var(--page-gutter);
    height: 100%;
    display: block;
    background: #fff;
    left: 100%;
    position: absolute;
    top: 0;
}
.bar,.bar p{
  font-weight: 500 !important;
}
.sp-table th,.sp-table td {
    border: 0 !important;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px !important;
}
.sp-table table {
    border: 0;
    box-shadow: unset;
    background: no-repeat;
    width: 100%;
}

.sp-table table tr {
    border-bottom: 1px solid;
}

.sp-table table tr th:first-child {
    width: 90%;
}

.sp-table td:first-child {
    color: #808080;
}
.field__label:not(.visually-hidden) {
    text-transform: initial;
    letter-spacing: 0;
    font-size: 11px;
}
card-product.card-product .card-product-media-wrapper img {
    transition: .3s all ease-in-out;
}
card-product.card-product:hover .card-product-media-wrapper a img {
    scale: 1.05;
}  

.template--page .main-page__content.rte table td:not(:first-child) {
   text-align: left;
    padding: 15px;
}
.faq-tabs-section { 
   padding:100px 0;  
}
.faq-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tab-buttons {
    width: 28%;
    background: #fef0f5;
    border-radius: 8px;
    padding: 15px;
}

.tab-contents {
    width: 72%;
    padding-left: 30px;
}

.tab-button {
    border-radius: .5rem;
    color: #272932;
    cursor: pointer;
    margin: .25rem 0;
    padding: 15px;
    position: relative;
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: 'Classica';
}
.tab-button:not(.active)::after {
    background: linear-gradient(270deg, #2f251c, rgba(47, 37, 28, 0) 133.96%);
    bottom: 0;
    content: "";
    height: .0625rem;
    left: 0;
    opacity: .08;
    position: absolute;
    right: 0;
}
.tab-button.active {
    background: #ff1493;
    color:#fff;
    font-weight: 700;
}

.faq-question {
    font-family: 'Classica';
    font-weight: 400;
    color: #000;
    background: none; 
    border: none;
    cursor: pointer; 
    width: 100%;
    text-align: left;
    padding: 18px 30px 18px 0;
    position: relative;
}
.tab-content { display: none; }
.tab-content.active { display: block; }
.faq-item { border-bottom: 1px solid #ccc; }

.faq-answer { display: none; padding: 0 0 10px; }
.faq-question::after {
    content: '+';
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-question.active::after {
    content: '-';
}
.delivery-full-banner .media.media--overlay::after {
    background: transparent;
}
.delivery-full-banner {
    padding-left: 25px;
    padding-right: 25px;
}
.delivery-full-banner .section-full-width-banner {
    border-radius: 10px;
    position: relative;
}
.delivery-full-banner .section-full-width-banner::before {
    background: url(/cdn/shop/files/small_flower.png) no-repeat;
    background-size: cover;
    height: 280px;
    right: 2.875rem;
    width: 175px;
    bottom: -4rem;
    content: "";
    position: absolute;
    z-index: 2;
}
.delivery-full-banner .section-full-width-banner::after {
    background: url(/cdn/shop/files/big_flower.png) no-repeat;
    background-size: cover;
    height: 280px;
    left: 6.25rem;
    width: 100px;
    bottom: -4rem;
    content: "";
    position: absolute;
    z-index: 2;
}
.faq-tabs-section .mobile-faq-title {
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
h5.footer__menu-title {
    /* text-transform: uppercase; */
    font-weight: 600;
}
.swym-wishlist-collections-v2-container {
    left: unset !important;
    right: 5px;
}
button.swym-wishlist-collections-v2 {
    transform: unset !important;
}
/*======== Responsive CSS =========*/
@media screen and (min-width: 750px) {
.section-testimonials .card-slider--testimonials .card-slider__slide {
    opacity: 1 !important;
    padding: 0 25px;
}
.home-top-banner .hero-banner--full .hero__media {
  padding-block-end: 40%;
}
.home-top-banner .hero__inner {
  height: 0;
  padding-bottom: 40%;
}   
}


@media screen and (max-width: 980px) {
.footer .footer-right-image {
    position: absolute;
    right: 95px;
    z-index: 2;
    max-width: 32%;
    opacity: .3;
    transform: rotate(25deg);
    bottom: -150px;
}
.product-tab-links {
    width: 100%;
}
.product-tabs-content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
}  
.product-tab-links {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    row-gap: 0;
}
/* .faq-tabs-section .faq-tabs-wrapper {
    flex-direction: column;
}
.faq-tabs-section .tab-button {
    width: max-content;
} */
.faq-tabs-section .tab-contents {
    width: 100%;
    padding: 0 20px;
}
.faq-tabs-section {
    padding: 40px 0;
}
.faq-tabs-section .tab-buttons {
    display: none !important;
}
.faq-tabs-section .mobile-faq-title {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    padding-top: 20px;
}
.faq-tabs-section .tab-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.faq-tabs-section .faq-answer p {
    margin: 0;
}
}
@media screen and (max-width: 749px) {
.home-top-banner.hero-banner .hero__title {
    font-size: 58px;9
}
.products-feed__tab button {
    margin: 0 .5rem;
    font-size: 10px;
    letter-spacing: 0;
}  
.bar.js-announcement-bar .container {
    padding: 0 5px;
}  
.container {
    padding: 0 15px !important;
}  
.pdp-tab-html table {
    width: 100%;
} 
.page-banner .page-banner__wrapper {
    padding-top: 80px;
}
.template--page .main-page {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}
.template--page .main-page__content h3, .template--page .main-page__content h4 {
    margin-top: 30px;
}
.footer .footer-right-image {
    max-width: 50%;
}
.delivery-full-banner .section-full-width-banner::before {
    background: transparent;
}
.delivery-full-banner .section-full-width-banner::after {
    background: transparent;
}

}
@media screen and (max-width:480px){
.home-top-banner.hero-banner .hero__title {
    font-size: 32px;
}
.footer .footer-right-image {
    position: absolute;
    right: -30px;
    z-index: 2;
    max-width: 60%;
    opacity: .3;
    transform: rotate(-30deg);
    bottom: 0;
}
}
