/** Shopify CDN: Minification failed

Line 4627:8 Expected ":"
Line 6099:0 Unexpected "}"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
html, body {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

/* Futura PT Light */
@font-face {
  font-family: 'Futura PT';
  src: url('/cdn/shop/files/futura-pt-light.woff') format('woff');
  font-weight: 300; /* Light weight */
  font-style: normal;
}
/* Futura PT Book */
@font-face {
  font-family: 'Futura PT';
  src: url('/cdn/shop/files/futura-pt-book.woff') format('woff');
  font-weight: 400; /* Book weight */
  font-style: normal;
}

/* Futura PT Medium */
@font-face {
  font-family: 'Futura PT';
  src: url('/cdn/shop/files/futura-pt-medium.woff') format('woff');
  font-weight: 500; /* Medium weight */
  font-style: normal;
}

/* Futura PT Demi */
@font-face {
  font-family: 'Futura PT';
  src: url('/cdn/shop/files/futura-pt-demi.woff') format('woff');
  font-weight: 600; /* Demi weight */
  font-style: normal;
}
/* Futura PT Book Oblique */
@font-face {
  font-family: 'Futura PT';
  src: url('/cdn/shop/files/FuturaPT-BookObl.woff') format('woff');
  font-weight: 400; /* Book weight */
  font-style: oblique; /* For the italic/oblique style */
}


.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.full-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 86rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

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

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

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

.element-margin-top {
  margin-top: 5rem;
}
.full-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
   .full-page { 
    padding: 0 5rem !important;
 }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.7rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: 'Futura PT', sans-serif;
  font-style: var(--font-body-style);
  font-weight: 400;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Futura PT', sans-serif;
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 4.0rem);
}

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

h0,
.h0 {
  font-size: calc(var(--font-heading-scale) * 3.4rem);
}

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

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
.product__title h1 {
  letter-spacing: 0;
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 3.4rem);
    }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

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

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 2.2rem);
}

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

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 2rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

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

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.3rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.3rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.5rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.5rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

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

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
  .facets__disclosure {
    margin-right: 2rem !important;
  }
  .facets__summary {
    padding: 0 1.1rem 0 0 !important;
    font-size: 1.4rem !important;
  }
  .facets__summary span:first-of-type {
    padding-left: 0.3rem;
  }
  .facets__form {
    gap: 0 2.5rem !important;
  }
}

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

.left {
  text-align: left;
}

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

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.6rem;
  font-family: 'Futura PT', sans-serif;
  letter-spacing: 0;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

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

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

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

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

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

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

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

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

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

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

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

/* base-focus */
/*
  Focus ring - default (with offset)
*/

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

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  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 rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

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

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

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

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

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  text-transform: uppercase;
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 10px;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

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

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

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

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
   background-color: rgb(246, 233, 227) !important;
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 0.2rem 0;
  margin: 0;
  letter-spacing: 0.5px;
  min-height: 3.8rem;
  font-family: 'Futura PT', sans-serif;
  font-weight: 400;
  font-size:14.5px;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin: 0 auto;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.05rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2.2rem;
  width: 2.2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.7rem;
  width: 4.7rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
    margin: 0 auto;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: .6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
  
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

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

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

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

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

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}


 /* --------------------------------JESSIE ADDED------------------------------------------------------------ */
.a-center {
    text-align: center;
}
.a-left {
  text-align: left;
}
.fancy-content p, .fancy-content ul {
    font-family: 'Futura PT', sans-serif;
    font-size: 2.0rem;
    margin: 20px 0 10px;
    letter-spacing:0.5px;
    color: #602719;
    font-weight: 400;
}
.big-light p {
  font-weight: 300;
  font-size: 2.2rem;
  color: #010101;
  line-height:1.2;
}

h1 {
    font-weight:500;
    line-height: 1.1;
    font-size: 4.2rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;    
    color: #4b4240;  
  letter-spacing: -0.5px;
}
h2 {
    
    line-height: 1.1;
    font-size: 3.8rem;
    margin-top: 0rem;
    margin-bottom: 1.4rem;    
    color: #4b4240; 
   letter-spacing: -0.5px;
}
h3 {
    font-weight: 400;
    line-height: 1;
    font-size: 3.6rem;
    margin-top: 0rem;
    margin-bottom: 1.2rem;    
    color: #4b4240;
 
   letter-spacing: 0;
}
.rowtitle {
    font-style: normal;
    font-weight: 400;
    font-family: 'Futura PT', sans-serif;
} 

@media screen and (max-width: 749px) {
  .h1, h1 {
    font-size: 3.4rem;
    
  }
  .h2, h2 {
    font-size: 3rem;
    font-weight: 500;
  }
.h3, h3 {
    font-size: 2.6rem;
  }
  
  .fancy-content p {
    font-size: 18px;
    line-height: 1.1;
  }
  .rich-text__heading {
    font-weight: 400;
  }
}
 /* ---------CATEGORY VIEW------------------ */


.card__heading {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
}
.card__heading a:hover, .card__heading a:active, .card__heading a:link {
    text-decoration: none !important;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
.full-unstyled-link {
    text-decoration: none !important;
    color: currentColor;
    display: block;
}
.card__information {
    padding-top: 0.5rem !important;
}
.colorswatch {
  border-radius: 5px !important;
  border: 1px solid #DCA !important;
  background-color: #fff !important;
  min-height: 100px;
  min-width: 64px;
  background-size: cover;
  background-position: center;
}

.colorswatch:focus, .colorswatch:hover {
    border: 2px solid #333 !important;
    
}

/* Resize image on mobile */
@media (max-width: 1023px) {
.swatch-image {
      width: 62px;  /* Adjust to desired size */
      height: 62px; /* Maintain the aspect ratio */
    }
.swatch-info {
    font-size: 10px !important;
    top: 66px !important;
    width: 65px !important;
  letter-spacing: -0.5px !important;
  line-height: 0.8;
  margin-top: 0.2rem;
 }
.product-form__input--pill input[type='radio']+label {
    margin: 1.5rem .2rem .2rem !important;  
  }
}

.disabled {
  display: none !important;
}

.tooltiptext {
  z-index: 1;
    position: absolute;
    padding: 2px 1px;
    color: #000;
    font-weight: 500;
    letter-spacing:0;
    font-size: 11px;
    background-color: #fffcf4;
    left: 0;
    margin: 30px -40px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-bottom: 1px solid #a4a4a4;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
    width: 97px;
    text-align: center;
}

/*----- COLUMN WITH VIDEO  and TEXT----*/

/*--------------- FLEX VIDEO-------------------------------------*/

.col-title{
   padding: 10px 0 5px;
   text-shadow: 1px 1px 1px #FFF;
    text-align: center;
   text-transform: uppercase;
   font-weight: 500;
  font-family: 'Futura PT', sans-serif;
}

.col-title span{
     display: block;
    color: #555;
    font-weight: 400;
    font-size: 16px;
    margin-top: 3px;
    text-transform: initial;

}

.image-col{
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
    padding: 4px;
    display: block;
   margin-right: 1rem;
    
    border: 1px solid #d7d2ce;
    background-color: #fff;
}
.image-col img {
  max-width: 100%;
  border-radius: 50%;
 background-color: #efeff1;
}

.bg-cream-500 {
    --tw-bg-opacity: 1;
    background-color: #f6f0eb;
}
.bg-fall {
      background-image: url(/cdn/shop/files/autumn-bg.png?v=1726862782) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.w-screen {
    width: 100vw;
}
.h-custom-375 {
    height: auto;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
 video {
    height: auto;
    max-width: 100%;
   display: block;
    vertical-align: middle;
}
.text-sm-black{
   font-size: 1.7rem;
   color: #4b4240;
  line-height: 1.5;
}
.text-ssm-black{
   font-size: 1.6rem;
   color: #333;
   margin-right: 2rem;
}

.\!mb-8 {
    margin-bottom: 1.8rem;
    line-height: 1.2;  
}
.gap-y-8 {
    row-gap: 1rem;
}    
.grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr));
}
.grid-flow-col {
    grid-auto-flow: column;
}
.flex-grid {
    display: grid;
}
.mb-20 {
    margin-bottom: 5.0rem;
}
.p-4 {
    padding: 1.0rem;
}
.p-04 {
  padding: 0 1rem;
}

@media (min-width: 840px) {
    .lg\:flex {
        display: flex;
    }
}

@media only screen and (min-width: 1280px){
.xl\:pr-40, .xl\:px-40 {
    padding-right: 10rem;
   }


}


@media only screen and (min-width: 1024px){
.lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  
  
}
.lg\:flex-row-reverse {
    flex-direction: row-reverse;
}
.lg\:pl-custom-60 {
    padding-left: 3.75rem;
}
.lg\:pr-28 {
    padding-right: 5rem;
}
.lg\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

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

.lg\:h-custom-450 {
    height: 28.125em;
   
}
.lg\:w-1\/2-screen {
    width: 50vw;
}
.lg\:h-custom-375 {
    height: 23.438rem;
}
.lg\:items-center {
    align-items: center;
}
.lg\:flex-row {
    flex-direction: row !important;
  }
}

@media only screen and (min-width: 320px){
.xxs\:py-8 {
    padding: 1.5rem 1rem;        
  }
}


.text-sm {
    font-weight: 400;
    margin-bottom: 3px;
   text-align: left;
    color: #333;
   max-width: 220px;
  text-transform: capitalize;
  font-size: 1.6rem;
  line-height: 1.2;
}
.image-col img.lazy {
    opacity: 1;
}

.h-left {
   text-align: left;
   color: #333;
}
.fancy-content-sm p {
  font-family: 'Futura PT', sans-serif;
    color: #333;
    font-size: 2rem;
    margin: 20px 0;
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
   .hightlighted-text {
         font-size: 14px;
    }
 .row {
   padding: 0 5px;
   }

.wp-bttn ul{
    margin-bottom: 0.5em;
}

.grid-flow-col {
    padding: 0 8px;
  }
.block-align-vertical {
     padding: 20px 0 20px;
     
  }
}

/*--------------------------- FOOTER------------------------------*/
.footer-block__heading,
.footer-block__details-content {
  line-height: 14px;
}
.footer-block__details-content a {
  text-decoration: none;
}
.list-menu__item--link {
  padding-bottom: 0.1rem;
}
.footer-block__details-content {
  line-height: 14px;
}
.footer {
  font-size: 14px;
  color: #4b4645;
}
.list-social__item .icon {
  height: 3rem;
  width: 3rem;
}
.footer-block__brand-info .rte {
  display: none;
}
.footer__follow-on-shop {
  margin-top:20px;
  
}

.footer-block__newsletter .field__input{
  background-color: #fff;
  height: 3.8rem;
}
.newsletter-form__field-wrapper {
    max-width: 32rem;
}
.follow-icon-wrapper:before {
     background: #4b4645 !important;
}
.footer__follow-on-shop {
    display: block;
    text-align: left !important;
}

/*--------------------------- TOOLTIP VARIANT ------------------------------*/


.var-image{
  height:80px;
  width:80px;
  background-size: cover;
  margin-bottom:15px;
}

.ttooltip {
    display:inline-block;
    position:relative;
    text-align:center;
    font-size:17px;
    line-height: 1;
}
.ltooltip {
    display:inline-block;
      
}
.ttooltip h3 {margin:12px 0;}

.ttooltip .tright, .ltooltip .tright {
   min-width:70px;
    max-width:200px;
    top:-14px;
    left:50%;
    transform:translate(-30%,-100%);
    padding:5px;
    color:#666666;
    background-color:#f9f7f5;
    font-weight:normal;
    font-size:12px;
    border-radius:1px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    display:none;
    border:1px solid #c4c2c0;
}

.ttooltip:hover .tright, .ltooltip:hover .tright{
    display:block;
}


.ttext-content {
    padding:3px 3px;
    font-size: 13px;
    
}
.recipient-form {
    margin-bottom: 2rem !important;
}

.ttooltip .tright i,.ltooltip .tright i {
   position:absolute;
    top:100%;
    left:30%;
    margin-left:-15px;
    width:50px;
    height:15px;
    overflow:hidden;
}
.ttooltip .tright i::after, .ltooltip .tright i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color: #f9f7f5;
    border:1px solid #c4c2c0;
    
}
.tcollection{
    text-transform: uppercase;
    font-weight: 400;
    color: #4b4240;
    font-size: 1.6rem;
    margin: 0.5rem 0 0 !important;
    line-height: 1.2;    
}
.pcollection{
    text-transform: uppercase;
    font-weight: 400;
    color: #4b4240;
    font-size: 1.5rem;    
    line-height: 1.1; 
    margin-bottom: 0;
}
.ptitle {
  font-size: 1.7rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
  color: #4b4645;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tbig {
    text-transform: uppercase;
    font-weight: 400;
    color: #4b4240;
    font-size: 1.6rem;
    margin: 3px 0 !important;
    line-height: 14px;
  
}
.ttitle {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 500;
  color: #4b4645;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tpadding{
  padding: 3px 0 10px 0;
}
.tpeach-color {
  color: rgb(171, 126, 116);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom:0.5rem;
  font-size: 1.6rem;
}
.tbrown-color{
  color: #8f8583;
  font-size:13px;
  line-height:1;
}
.ttype{
  color: rgb(171, 126, 116);
  font-size: 1.7rem;
  margin: 0 !important;
  line-height:1.2;
}
.text--horizontal {
    display: flex;
    column-gap: 1rem;
}
.swatch-info{
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top:  90px;
    left: 0;
    width: 85px;
    text-align: center;
    letter-spacing:0;
    color: #000;
   text-transform: uppercase;
}


.product__title>* {
    letter-spacing: 0;
    font-size: 26px;
    text-transform: capitalize;
}

.form__label, .webyzeProductColorsLabel{
    text-transform: uppercase;
    font-weight: 500;
    color: #242424;
   font-size: 15px;
  margin: 0.6rem 0 !important;
}
.webyzeProductColorsForceCenter {
  text-align: left !important;
}
.tlength-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem 1.3rem;
    margin-bottom: 0 !important;
}
.clength-wrapper {
      display: flex;
    flex-wrap: wrap;
    gap: 1rem 0.8rem;

}
.lbutton {
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 1rem 0.6rem;
    border: 1px solid #d5d2d2cc;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:18px;
    background-color: #f7f5f3;
   min-width: 4rem;
  line-height: 2.5;
}
.lbutton-selected {
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 1rem 0.6rem;
    border: 4px solid #d8a497;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:18px;
    background-color: #4b4645;
   min-width: 4rem;
  line-height: 2.5;
}
.lbutton-padding {
      padding: 1rem;
}
.lbutton3 {
    cursor: pointer;
    border-radius: 7px;
    text-align: center;
    padding: 0.8rem 0.4rem;
    border: 1px solid #bfc1c4;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:14px;
    background-color: #f2f2eb;
   min-width: 4rem;
  line-height: 2.5;
    -webkit-box-shadow: 0px 0px 1px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 0px 1px rgba(30, 30, 30, 0.2); 
}
.lbutton-selected3 {
    cursor: pointer;
    border-radius: 7px;
    text-align: center;
    padding: 0.8rem 0.4rem;
    border: 3px solid #fff;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:14px;
    background-color: #E4BC4F;
   min-width: 4rem;
  line-height: 2.5;
  -webkit-box-shadow: 0px 0px 3px rgba(3, 3, 3, 0.2);
  box-shadow: 0px 0px 3px rgba(3, 3, 3, 0.2); 
  color: #3B3E42;
  }
.wbutton {
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    padding: 1rem 6rem;
    border: 1px solid #d5d2d2cc;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:16px;
    background-color: #f7f5f3;
   min-width: 4rem;
  line-height: 1.1;
  margin: 0 0.5rem;
}
.wbutton-selected {
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    padding: 1rem 6rem;
    border: 3px solid #d8a497;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:16px;
    background-color: #4b4645;
   min-width: 4rem;
  line-height: 1.1;
  margin: 0 0.5rem;
  }

.lbutton:hover, .lbutton-selected:hover, .wbutton:hover, .wbutton-selected:hover, .lbutton-selected3:hover {
  border: 0.2rem solid #4b4645;
}
.lbutton-selected a:visited, .lbutton-selected3 a:visited, .wbutton-selected a:visited {
    text-decoration: none;
  color: #fff;
}

.lbutton a,.lbutton3 a, .wbutton a {
  text-decoration: none;
  color: #000;
}
.lbutton-selected a, .lbutton-selected3 a, .wbutton-selected a, .lbutton-selected a:link, .lbutton-selected3 a:link, .wbutton-selected a:link {
  text-decoration: none;
  color: #fff;
}


@media screen and (max-width: 450px) {
 .wbutton {
   padding: 1rem 4rem;
}
.wbutton-selected {
    padding: 1rem 4rem;
  }  
}


.cbutton {
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 0.2rem;
    border: 1px solid #8f8583;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:13px;
    background-color: #ebe7e4;
   min-width: 3rem;
  line-height: 1;
  color: #4b4240;
}
.cbutton a, .lbutton a:visited, .lbutton a:hover {
  text-decoration: none !important;
  color: #000;
}

.tselected:before {
  content: " - ";
    margin-left: 2px;  
}
.tselected {
  font-weight:400;
  font-size:1.8rem;
  color: #956357;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.btn__text{
  padding:1px;
  border-radius: 50%;
}
h1 .hightlighted-text, h2 .hightlighted-text, h3 .hightlighted-text {
    display: inline-block;
    position: relative;
   
    font-size: inherit;
    font-style: inherit;
    
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: 1em;
    padding: 0 3px;
    z-index: 1;
}

.hightlighted-text:before {
    height: 18%;
}
.hightlighted-text.lower:before {
    bottom: -2px;
}
.nav-child-link-image {
  width: 220px;
  height:220px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 1px #8f8583;  
  
}

.titlelink, .titlelink a {
  text-decoration: none;
  color: #4b4240;
  display: block;
  font-family: 'Futura PT', sans-serif;
  font-size:16px;
  letter-spacing:0.9px;
  font-weight: 500;
}


@media only screen and (max-width: 1440px) {
.nav-child-link-image {
    width: 160px;
    height: 160px;
   }
  .mega-menu__list {
    gap: 1.4rem 1.5rem !important;
  }
.tbig {
  font-size: 12px;
  line-height: 12px;
  }  
.quantity {
     width: calc(15rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
     padding-left:10px;
 }  
}

.menutexts {
  margin-left:20px;
  padding-top:40px;
  z-index: -1;
  
}
.explormenu ul{
  margin: 0;
  padding: 0;
  list-style: none none;
  
}
.explormenu {
  border-right: 1px solid #ddd;
}

.links-bg-hover a {
    display: inline-block;
    padding: 2px 4px;
    color: #222;
    text-decoration: none;
}
.links-bg-hover a.link-clear {
  background: none !important;
  padding: 0 !important;
}
.submenus {
  display: block;
    line-height: calc(1 + .3 / var(--font-body-scale));
    padding-bottom: 0.6rem;
    padding-top: 0;
    text-decoration: none;
    transition: text-decoration var(--duration-short) ease;
    word-wrap: break-word;
    font-size:14px;
    
}

.full-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
.product--large:not(.product--no-media) .product__info-wrapper {
  margin: 0 auto;
  align-content: center;
  padding-left:5px;
   
 } 
.quantity {
     width: calc(10rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
     padding-left:10px;
 }  
.submenus {
   font-size: 1.6rem;
   padding-left: 1rem;
   }
 .ox-banner-time img {
    max-width: 300px !important;
  } 

}

.justify-between {
    justify-content: space-between;
}
.items-start {
    align-items: flex-start;
}
.flex {
    display: flex;
}
.space-x-60>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 1rem;
    margin-right: 3rem;
}
.items-end {
    align-items: flex-end;
}
.flex-col {
    flex-direction: column;
}
.space-x-40>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 20px;
    margin-right: 2px;
}


.tpeach {
    color: #ab7e74;
}
.tsku{  
  font-weight:500;
}
.tsku li, .psku li {
  letter-spacing: 0;
}
 .psku li, .psku{
   color #d8a497;
 }
.product__sku .text--horizontal {
    column-gap: 0.5rem;
}
.areasku {
  font-size:14px;
  letter-spacing: 0;
}
.deskflex {
  display: flex;
}
@media only screen and (max-width: 1280px) {
.deskflex {
  display: block;
  }
.quantity {
     width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
     padding-left:10px;
 }
 .cbutton {
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 0.25rem 0.35rem;
    border: 1px solid #8f8583;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size:13px;
    background-color: #f9f5f1;
    color: #4b4240;
   min-width: 2rem;
     margin: 0 0.1rem 0.1rem;
  } 
 .clength-wrapper {
     gap: 0.6rem 0.5rem;
  } 
.clength-wrapper .ttooltip {
  padding-bottom: 0.5rem;
  }  
}

@media only screen and (min-width: 768px){
.add_to_cart_holder--multi {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 }
}

.add_to_cart_holder {
    display: inline-flex;
    grid-gap: 12px;
    margin-bottom: 25px;
    align-items: start;
}
.add_to_cart_holder .button {
    display: inline-flex;
}

.full-unstyled-link {
  line-height: 1;
}
.text-40 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 18px;
  letter-spacing: 0;
}

.items-end {
  align-items: flex-end;
 
}
.card__content,
.card__information {
  padding: 1rem 3px;
}

 @media screen and (max-width: 750px) {
  .card__heading {
    font-size: 1.5rem;
  }

  .ttitle {
  font-size:1.8rem;
  letter-spacing:0.5px;
  line-height:1;  
  }
  .space-x-60>:not([hidden])~:not([hidden]) {
   margin-right: 0.6rem;
  }
  .uppercase {
   line-height:1;
    font-size: 14px;
   
    
  }
  .tpeach-color {
     letter-spacing: 0.5px;
     line-height: 1.4;  
   }
 .items-end {
    margin-top: 0;
  }
}


.ox-banner {
  padding: 8px;
  background: #ffffff;
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-position: center;
  transform: translateZ(0);
  line-height: 0;
}
img {
  height: auto;
  max-width: 100%;
}
.ox-banner-icon {
  max-width: 90px;
  margin: 0 auto;
}
.ox-banner-icon-e {
    max-width: 65px;
    margin: 0 auto;
}
.ox-banner-icon-ch {
    max-width: 70px;
    margin: 0 auto;
}
.clean-list ul, ul.clean-list {
    padding: 0;
    list-style: none;
}
.sm-quote {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 0 30px;
}
.clean-list {
  line-height:1.2;
}
.img-container {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
}

a:visited.button,
a:link.button {
  color: #fff;
}
a:link { text-decoration: none; color: #111;}
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.spacer-medium, .spacer-regular, .spacer-small {
    display: block !important;
    clear: both;
    width: 100%;
}
.spacer-small {
    height: 15px;
}
.spacer-regular {
    height: 40px;
}
.spacer-medium {
    height: 60px;
}
.hightlighted-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 26%;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  background-color: #fec9bc;
}



/* --------------------------This is TABLE COL   CSS----------------------------------------------------- */


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-align-vertical {
    display: flex !important;
    display: -ms-flexbox !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 640px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
   
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
   
}
@media (min-width: 1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
   
}
@media (min-width: 1160px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
   
}

.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 1160px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media only screen and (max-width: 768px){
.hide-on-mobile {
    display: none !important;
 }
.med-content {
max-width: 1330px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    }  
 .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
   padding: 5px !important;
 } 
}
.table > tbody > tr > td {
     border: 0.5px solid #DDD !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 14px;
    line-height: 1.42857143;    
    border-top: 1px solid #dddddd;
    vertical-align: top;
}

/* --------------------------This is END of TABLE COL   CSS----------------------------------------------------- */
/* This is TIMELINE PAGE  CSS */
.ox-banner-time img{
    max-width: 400px;
    margin:0 auto;
    padding: 8px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.main-timeline {
  font-size: 16px;

  &:after {
    content: '';
    display: block;
    clear: both;
  }

  .timeline {
    width: calc(50% + 58px);
    border-top: 2px solid #bdb5b3;
    float: left;
    position: relative;
    z-index: 1;

    a {
      text-decoration: none;
    }

    &:before {
      content: "";
      background: #404247;
      width: 10px;
      height: 10px;
      border-radius: 50px;
      position: absolute;
      top: -5px;
      right: 0;
    }
  }

  .timeline-content {
    color: #404247;
    text-align: center;
    padding: 15px 80px 15px 10px;
    display: block;
    position: relative;

    &:hover {
      text-decoration: none;
    }

    &:before {
      content: "";
      background: #d8a497;
      width: 15px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 50px;
    }
  }

  .timeline-year {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: -15px;
  }

  .time-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 8px;
  }

  .time-description {
    font-size: 16px;
    margin: 0;
  }

  .timeline {
    &:nth-child(even) {
      float: right;

      &:before {
        right: auto;
        left: 0;
      }

      .timeline-content {
        padding: 15px 10px 15px 80px;

        &:before {
          right: auto;
          left: 51px;
        }
      }

      .timeline-year {
        right: auto;
        left: -15px;
      }
    }

    &:nth-child(4n+2) .timeline-content:before {
      background: #bdb5b3;
    }

    &:nth-child(4n+3) .timeline-content:before {
      background: #d8a497;
    }

    &:nth-child(4n+4) .timeline-content:before {
      background: #bdb5b3;
    }
  }
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
  }
}
/* This is end TIMELINE PAGE  CSS */

.med-content {
    max-width: 1330px;
    padding-left: 3rem;
    padding-right: 3rem;
    margin:0 auto;
}
.tan-background {
    background: #f7f5f3;
}
.tmobilemenu {
   padding: 1.1rem 2rem;
   text-decoration: none;
   font-size: 1.7rem;
}

.block-align-vertical {
    height: 100%;
    display: flex !important;
    display: -ms-flexbox !important;
    flex-flow: column;
    justify-content: center;
    padding: 10px 20px;
}
.title-center {
  text-align: center;
}
.fancy-title {
  position: relative;
  margin-bottom: 30px;
}

/* -------------------fit in small   CSS------ */
@media only screen and (max-width: 1366px) {
  summary.list-menu__item {
    padding-right: 1rem !important;
  }
.titlelink, .titlelink a {
   font-size: 14px;
  }
  .mega-menu__list--condensed .mega-menu__link {
    font-weight: 400;
    font-size: 1.6rem;
}

}
.ox-max-width-800 {
    max-width: 1000px;
    margin: 0 auto;
}
.ox-max-width-700 {
  max-width: 800px;
    margin: 0 auto;
}
.ox-max-width-600 {
    max-width: 600px;
    margin: 0 auto;
}


/* -------------------Banner with small height content------ */
.banner--medium:not(.banner--adapt) {
  height: 20rem;
}
.banner__content {
  padding: 5rem;
}
.content-container {
  padding: 0;
}

/* ------------------WEFT TABLE ---------------------------- */
.table-responsiv {
    overflow: auto;
    max-width: 1460px;
    border: 1px solid #c9d1dc;
    margin-left: auto !important;
    margin-right: auto !important;
    max-height: 880px;
}
.table-responsiv td,
.table-responsiv th {
    padding: 18px 24px;
    white-space: inherit;
    border-bottom: 1px solid #c9d1dc;
}
.table-responsiv tr:last-child td {
    border-bottom: none;
}
.table-responsiv tr.sticky {
    position: sticky;
    top: 0;
    z-index: 1;    
}
.table-responsiv td.sticky,
.table-responsiv th.sticky {
    position: sticky;
    left: 0;
    background: #fef8f6;
}
.table-responsiv .table > tbody > tr > td.sticky::after,
.table-responsiv .table > tbody > tr > th.sticky::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-left: 1px solid #c7c1bb;
    background: linear-gradient(90deg, rgba(158, 154, 154, 0.08) 0, rgba(0, 0, 0, 0) 100%);
}
.table-responsiv .table > tbody > tr > td.sticky::before,
.table-responsiv .table > tbody > tr > th.sticky::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-left: 1px solid #c7c1bb;
    background: linear-gradient(90deg, rgba(158, 154, 154, 0.08) 0, rgba(0, 0, 0, 0) 100%);
}
.table-responsiv .table > thead> tr > th.sticky::after  {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-bottom: 1px solid #c7c1bb;
    background: linear-gradient(0deg, rgba(158, 154, 154, 0.08) 0, rgba(0, 0, 0, 0) 100%);
}

.table-responsiv .imagec {
    width: 110px;
    height: 110px;
    border: 1px dashed #cca191;
    border-radius: 50%;
    padding: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.table-responsiv .imagec img {
    max-width: 100%;
    border-radius: 50%;
}
.table-responsiv .imagew {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #c0afa8;
    background-color: #f8f3f1;
}
.table-responsiv .imagew img {
    max-width: 100%;
    border-radius: 50%;
}
.table-responsiv .table > tbody > tr > td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fef8f6;
    color: #373737;
}
.table-responsiv .hand-tied {
    background-color: #fafafa;
}
.table-responsiv .machine-tied {
    background-color: #faf7f2;
}
.table-responsiv .c-content .c-name {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0;
    color: #000;    
}
.table-responsiv .size_color {
    margin: 20px 0;
}
.table-responsiv .size_wrap li {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid #8f8583;
    margin: 1px;   
    transition: all 0.2s ease;
   display: inline-block;
   font-size: 13.5px;    
}

.table-responsiv .ourteam-content .ourteam-name a {
    margin: 0;
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    color: #333;
    letter-spacing: 0.6px;
    font-family: 'Futura PT', sans-serif;
      word-break: keep-all;
}


.table-responsiv .ourteam-contente .ourteam-name a {
    color: #007580;
    margin: 0;
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
letter-spacing: 0.6px;
  font-family: 'Futura PT', sans-serif;
      word-break: keep-all;
}

.size_wrap a, .size_wrap a:visited {
  color: #444;
}
.size_wrap a:hover {
  color: #fff;
  }

.table-responsiv .ourteam-contentl .ourteam-name a {
    color: #7e564f;
    margin: 0;
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
   letter-spacing: 0.6px;
  font-family: 'Futura PT', sans-serif;
      word-break: keep-all;
}

.table-responsiv .ourteam-contentc .ourteam-name a {
   color: #6d6a6a;
    margin: 0;
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
   letter-spacing: 0.3px;
      word-break: keep-all;
  font-family: 'Futura PT', sans-serif;
}

.table-responsiv .ourteam-contentb .ourteam-name a {
    margin: 0;
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 7px;
    text-align: center;
    padding: 10px 0;
    color: #9d7222;
   letter-spacing: 0.6px;
  font-family: 'Futura PT', sans-serif;
      word-break: keep-all;
}
.table-responsiv .size_wrap li:hover {
    background: #555;
    color: #fff;
}
.table-responsiv .table > tbody > tr > td {
    padding: 3px 10px;
   border: 1px solid #ddd !important;
    min-width: 80px;
}
.table-responsiv .product_item {
    text-align: center;
}
.table-responsiv .size_color {
    margin: 0;
}

@media (max-width: 768px) {
    .table-responsiv {
      max-height: 800px !important;
}
 
    .table-responsiv .table td:first-child,
   .table-responsiv .table th:first-child {
        max-width: 118px;
        white-space: normal;
    }
   .table-responsiv .imagec {
        width: 90px !important;
        height: 90px !important;
        padding-left:5px !important;
        padding-right: 5px !important;
    }
  .table-responsiv  .table-responsiv >  .table-responsiv  .table > tbody > tr > td {
        white-space: normal;
    }
 .c-name {
      letter-spacing: 0 !important;
     font-size: 13px !important;
 }
.ourteam-contentc h5 {
  word-break: keep-all;
  }
}

.table-responsiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-responsiv::-webkit-scrollbar-thumb {
    background-color: #cca191;
    outline: 1px solid #cca191;
}
.table-responsiv::-webkit-scrollbar {
    width: 0.7em !important;
}

.table-responsiv .border-weft {
  height: 2px !important;
  padding: 0 !important;
  background-color: #d5a499;
}
.table-responsiv .tab-subtitle {
    font-weight: 500;
    font-size: 13px;
    text-transform: lowercase;
    margin-bottom: 10px;
    margin-right:4px;
    margin-left:4px;
    
    letter-spacing: 0.5px;
}
.table-responsiv .tab-highlight {
    padding: 6px 6px;
    
    background-color: #333;
    color: #fff;
    line-height: 1;
    
    border-radius: 10px;
}
.table-responsiv .row-tab {
  display: grid;

  grid-template-columns: auto auto;
}

.table-responsiv .hand-head {
   background-color: #efede8;
   border: 2px solid #ddd!important;
}
.table-responsiv .hand-head2 {
   background-color: #f1f1f1;
   border: 2px solid #ddd!important;
   }

.row-tab {
    display: grid;
    grid-template-columns: auto auto;
}
.a-right {
    text-align: right;
}
.tab-subtitle {
    font-weight: 500;
    font-size: 13px;
    text-transform: lowercase;
    margin-bottom: 10px;
    margin-right: 4px;
    margin-left: 4px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
.row-tab {
    display: grid;
    grid-template-columns: auto auto;
  }
.tab-subtitle {
    font-weight: 500;
    font-size: 13px;
    text-transform: lowercase;
    margin-bottom: 10px;
    margin-right: 4px;
    margin-left: 4px;
    letter-spacing: 0;
  }
}
@media (min-width: 1025px), print {
.show-1200 {
    display: none;
 }
}

/* ------------------end of WEFT TABLE ---------------------------- */

/* ------------------LENGTH TABLE ---------------------------- */

.ox-lazy img {
    opacity: 1;
    transition: opacity 0.2s;
}
.tabs {
}
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #887f7e;
  width: 33%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
  font-weight: 500;
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #887f7e;
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: 33%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 20%; 
  } 
}
@media screen and (max-width: 768px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #aaa7a6;
  border-radius: 0; 
} 
}
@media screen and (max-width: 768px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label  {
  background: #4b4645;
  color: #FFFFFF; }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.tab-content-wrapper{
  background: #FCFCFC;
  border-top: #4b4645 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 768px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3{
  position: relative;
  top: 0px;
 }

.table-overflow {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow-style: none;
    position: relative;
    margin-bottom: 30px;
   
}

.table-overflow::-webkit-scrollbar{
    display: none;
}

/**Table CSS**/
table.welt-table > tbody > tr > td {
        padding: 0; 
}
table.welt-table tr td.table-head {
    background-color: #fef8f6;
    color: #333;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
}
table.welt-table {
    margin: auto;
    text-align: center;
    max-width: 1440px;
   ;
}

.welt-table tr,
.welt-table td,
.welt-table th {
    border: #e1e6e6 solid 1px;
    vertical-align: middle;
    text-align: center;
   
}
.label_length {
    color: #333;
    font-weight: 500;
    padding: 0.95385rem;
    background: #fef8f6;
    font-size: 16px;
    letter-spacing:0.5px;
      text-transform: uppercase;
}

table.welt-table tbody tr td {
    vertical-align: middle;
}

table.welt-table tr:nth-of-type(even) {
    background-color: #fafafa;
}

table.welt-table tr:nth-of-type(odd) {
    background-color: #fafafa;
}

@media all and (max-width:320px){
    .guide-fabric-modal{padding: 35px 0 0 0;}
    .intro-copy{width:100%;display:none;}
    .mob-copy{display:block;}
    table.welt-table tbody tr th {padding: 0.95385rem .1rem;}
  }
}

.imagelen{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding:7px;
}
.scroll-more {
    text-align: right;
    display: none;
}

@media (max-width: 960px) {
.show-960 {
      display: block;
 }
}
@media (max-width: 960px) {
.show-960 {
      display: block;
 }
}
.secondary-links_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    height: 100%;
  margin: 0;
    list-style-type: none;
   
}
.secondary-links_anchor {
    line-height: normal;
    font-weight: 400;
   font-size: 14px;
}
.secondary-links_list li:not(:last-child) {
    border-right: .1rem solid #fff;
}
.secondary-links_list li {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    order: 0;
}
.secondary-links_links{
  display: block;
    visibility: visible;
    margin: 0;
    height: 3.5rem;
    position: fixed;
    top: 0;
    left: 0;
    position: static;
    padding: 0 0 0 6rem;
}
.secondary-links_anchor a {
  cursor: pointer;
    text-decoration: none;
    color: #4b4645;
  }
@media screen and (max-width: 989px){
    .secondary-links_links {
        display: flex;
        padding: 0;
    }
    .utility-bar__grid {
       display: block;
     }
    .localization-wrapper { 
        justify-content: center;
       border-top: .1rem solid #fff;
     }
    .secondary-links_list li {
        padding: 0 6px;  
        font-size: 1.5rem;
        font-weight: 500;
     }
    .announcement-bar__message {
      letter-spacing: 0;
      line-height: 1;
     } 
  .utility-bar__grid.page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
   }
}


/*--------------------------- COLOR VARIANT TOOLTIP------------------------------*/
.ctooltip {
    display:inline-block;
    position:relative;
    
    line-height: 0;
    border-radius: 10px;
    
    cursor: pointer;
    text-align: center;
    padding: 1rem .6rem;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size: 18px;
    min-width: 4rem;
    
}

.ctooltip .ctop {
    min-width:100px; 
    top:-10px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:6px 10px;
    color:#333;
    background-color:#f7f5f3;
    font-weight:normal;
    font-size:13px;
    border-radius:3px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    border: 1px solid #c4c0bd;
   visibility:hidden; opacity:0; transition:opacity 0.8s;
   line-height: 1;
   letter-spacing: 0;
}

.ctooltip:hover .ctop {
    visibility:visible; opacity:1;
}

.ctooltip .ctop i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.ctooltip .ctop i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#f7f5f3;
    border: 1px solid #c4c0bd;
}
/*--------------------------- STORE LOCATOR TAB------------------------------*/

.tabt {  
    overflow: hidden;
    border: 1px solid #cbc1c1;
    border-radius: 40px;
}
.tabt button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
   font-weight: 400;
}
.tabt button:hover {
  background-color: #bbb;
}
.tabt button.active {
  background-color: #333;
  color: #fff;
}
.tabcontent {
    display: none;
    padding: 5px 15px 5px 15px;
    border-top: none;
}

.amiddle {
   box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tablinks {
   box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #f3f0ed;;
    border: none;
    border-right: 1px solid #cbc1c1;
   color: #222
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #ddd;
}


.fancy-title h3 {
  background: #f7f5f3;

}
.button.outline {
   border-color: rgb(255, 255, 255);
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   
}


@media only screen and (max-width: 768px) {
  .tablinks {
     padding-left: 10px;
     padding-right: 10px;
}
.tabt button {
   font-size: 14px;
  
  }
.button.outline {
   font-weight: 400;
   font-size: 14px !important;
   }
   .button.xlong {
     text-wrap: balance;
     overflow-wrap: normal;
     white-space: unset;
    min-height:3.5rem;
     margin-bottom:5px;
  }
}

.button.xlong {
  width: 100%;
  background: #fcfcfc;
  color: #222;
  font-weight: 500;
}
.button.xlong:after {
  border-radius: 0;
}

.acct-btn {
    display: inline-flex;
    border-radius: 4px;
    background-color: #675b5a;
    letter-spacing: 0.1rem;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
.acct-btn a:link, .acct-btn a:visited {
  color: #fff;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.container:before {
      content: " ";
    display: table;
}

.ox-banner {
    padding: 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.ox-banner .ox-banner-link .overlay-layer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.ox-banner.ox-banner-content-overlay.v-center .ox-banner-link {
    display: flex !important;
    display: -ms-flexbox !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.std .ox-banner a.ox-banner-link, .ox-banner a.ox-banner-link {
    padding: 0;
    background: none;
    display: block;
}
.ox-banner .ox-banner-link {
    position: relative;
}
.ox-banner:focus .ox-banner-link .overlay-layer, .ox-banner:hover .ox-banner-link .overlay-layer {
    opacity: 1;
}

.section-line {
  font-weight: normal;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
}
.section-line:before {
      content: "";
    display: block;
    border-top: 1px solid #ccc !important;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.section-line>*, .section-line .title {
  letter-spacing: 1.2px;
  font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 10px;
    line-height: 20px;
    margin: 0;
    text-shadow: none;
}
.section-line p.title {
  font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 10px;
}
.section-line>* {
  font-size: 16px;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 0;
    line-height: 20px;
}
.popup {
   display: inline-flex;
  padding: 0 2rem;
   background: #f5f5f5;
  border-radius: 2px;
  width: 210px;
  margin: 0 0.8rem !important;
  border-top: 1px solid #d5d2d2cc;
    border-left: solid 5px #d8a497;
   border-bottom: 1px solid #d5d2d2cc;
   border-right: 1px solid #d5d2d2cc;
}
.transparent {
  color: transparent;
}
.popup img {
    height: auto;
    max-width: 38px;
    object-fit: contain;
    vertical-align: middle;
    width: 30px;
}

  .menu-links {
    margin: 1.5rem 0 0.8rem !important;
  }

@media screen and (max-width: 1149px){
  .footer .grid {
    display: flex !important;
  }
  .footer-block.grid__item{
    width: 45% !important;
    margin: 0 !important;
  }
  .footer-block.grid__item:first-child, .footer-block.grid__item:last-child {
    width: 100% !important;
  }
.popup {
    padding: 0 0.5rem !important;
    width: 170px !important;
    margin: 0.3rem !important;
  }
  .menu-links {
     margin: 0.2rem 0.3rem !important;
  }
.links-id {
     width: 170px !important;
    padding: 1rem 0.5rem 0.7rem 1rem !important;
     margin: 0.1rem !important;
  }
.links-id-1 {
     width: 170px !important;
    padding: 1rem 0.5rem 0.7rem 1rem !important;
     margin: 0.1rem !important;
  }
}

/* promo badge, tag  */

.card__badge--sale {
  border-radius: 1px;
  display: inline-block;
  line-height: 1;
  text-align:center;
  font-size: 1.5rem;
  left: .5rem;
  top: 0.5rem; 
  background-color: #a41111;
  color:white;
  padding: .6rem 1.3rem;
}
.card__badge--finalsale {
  
  display: inline-block;
  line-height: 1;
  text-align:center;
  font-size: 1.5rem;
  right: .5rem;
  top: .5rem; 
  background-color: #d71c1d;
  color:white;
  padding: .6rem 1.5rem;
  border-radius: 1px;
}
.card__badge--new {
  border-radius: 1px;
  display: inline-block;
  line-height: 1;
  text-align:center;
  font-size: 1.5rem;
  left: .5rem;
  top: .5rem; 
  background-color: #a7ebc0;
  color: #4b4240;
  padding: .6rem 1.3rem;
  text-transform: uppercase;
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
}


  /* wholesale account create page & checkout, net pay  */

.wpd-signup-field input, .wpd-signup-field select, .wpd-file-upload-input-button-wrapper {
     border: 1px solid rgb(135 130 130 / 80%);
     border-radius: 3px;
      padding: 14px;
}
#wpdMainContainer {
     max-width: 1240px !important;
}

#MainContent {
    background: #fcFAf9;
}

.wpd-signup-field input {
  border: 1px solid #a5a5a5 !important;
  padding: 14px !important;
   font-size: 14px !important;
  letter-spacing: 0.5px;
}
#wpd_power_by_wrapper {
  display: none !important;
}

.wpd-signup-field label {
    font-size: 15px;
    font-weight: 500;
    line-height: 0.7;
    letter-spacing:0.5;
}
.wpd-file-upload-input-button-wrapper {
    border: 1px solid #a5a5a5 !important;
    background-color: #fff;
}
#wpdSubmitButtonWrapper {
    margin-top: 30px !important;
}
#wpdSubmitButton {
    background: #4B4645 !important;
    color: white;
    padding: 16px 0px !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
    font-size: 16px !important;
  min-width: 740px !important;
}

.wpd-secondary-header {
    font-size: 16px !important;
    font-weight: 500 !important;
   color: #d8a497;
}
#wpdPrimaryContactWrapper, #wpdBusinessDetailWrapper {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: #6464640d 0 6px 24px, #00000014 0 0 0 1px;
}

#wcp-30-open {
    cursor: pointer;
    width: 100%;
    max-width: 36rem;
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 500;
    text-shadow: none;
}

#wcp-30-open:hover {
    background-color: #4b4645;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tbulk {
  font-weight:500;
}
.cartbutton {
  color: #fff !important; 
  font-size: 1.8rem; 
  border-radius: 2px; 
  background-color: #8f8583; 
  margin-top: 10px; 
  display: block; 
  text-align: center; 
  text-decoration: none; 
  border: 1px solid #8f8583; 
  line-height: normal; 
  padding: 10px 30px;
}


#swell-apply {
   float: right;
}
#wpdNetPlaceOrder, #wpdNetPlaceOrder, #wpdNetDiscountCodeBtn {
  background: #4b4645 !important;
  border-radius: 2px;
}
.wpd-net-cart-item-title {
    color: #4b4645 !important;
    line-height: 1;
    font-size: 14px;
}
.wpd-net-cart-item {
    padding: 14px 0 !important;
    column-gap: 10px !important;
    
}
#wpdNetRightContent {
    border: none !important;
    background: #fff;
    border-radius: 3px;
    box-shadow: #6464640d 0 6px 24px, #00000014 0 0 0 1px;
}
#wpdNetMainContainer {
    background: #FCFAF9 !important;
}
.wpd-extra-field input, .wpd-extra-field textarea, .wpd-extra-field select, .wpd-shipping-field-wrapper input, .wpd-shipping-field-wrapper textarea, .wpd-shipping-field-wrapper select, .wpd-billing-field-wrapper input, .wpd-billing-field-wrapper textarea, .wpd-billing-field-wrapper select, #wpdCustomerSavedAddressWrapper select, #wpdShippingRates {
    border: 1px solid rgb(168 164 164 / 80%) !important;
    border-radius: 3px;
    padding: 12px 16px !important;
}
#wpdFetchShippingRates {
   border-radius: 3px;
}
#wpdShippingAddressHeader, #wpdBillingAddressHeader {
    color: #4b4645 !important;
    font-weight: 500;
}
#wpdNetTitle {
  font-family: inherit !important;
  color: #4b4645 !important;
}
.mRJ8x {
  color: #000 !important;
}
.marginbottom {
  margin: 1.6rem 0;
}

/*--------------------------- color chart css------------------------------*/
 .c-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 0;
    color: #000;
    letter-spacing: 0.6px;
   word-break: keep-all;
}
.acc_content {
    padding: 10px 15px;
  position: relative;
}
.clearfix {
    margin: 0;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.nobottommargin {
    margin-bottom: 0 !important;
}
.acc_content .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.acc_content .tab button.active {
    background-color: #333;
    color: #fff;
}
.acc_content .tab button {
    font-size: 16px;
    font-weight: 400;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
   text-transform: capitalize;
   letter-spacing: 1px;
   line-height: 1;
   display: inline-block;
   -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
   -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
   -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
   transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
}
.acc_content .tab button:after {
    transform: scaleX(1);
    opacity: 0;
    background-color: rgb(206, 205, 204);
    -webkit-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
    -moz-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
    -o-transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
    transition: all 512ms cubic-bezier(0.33, 0.975, 0.245, 0.91);
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    height: 100%;
    top: 0;
    left: 0;
}
.acc_content .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.acc_content .row {
    margin-left: 0;
    width: 100%;
}
.acc_content .ox-banner {
    padding: 6px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.change-photos {
    border: 0;
    width: 100%;
}
.change-photos .change-photo img {
  	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Hiding the second picture right away */
.change-photos .change-photo:nth-of-type(2) {
	display: none;
}
/* When you hover your cursor over the parent change-photos class, the first picture is hidden, and the second is shown */

.change-photos:hover .change-photo:nth-of-type(1) {
	display: none;
}

.change-photos:hover .change-photo:nth-of-type(2) {
	display: block;
}

.change-photos:hover {
	cursor: pointer;
}


.ox-lazy img {
    opacity: 1;
    transition: opacity 0.2s;
}

.acc_content .button.xlong {
    width: 100%;
    background: #fff;
    padding: 5px 1px;
    align-items: center;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-wrap: wrap;
    min-height: 42px;
}
.acc_content .button.outline, .acc_content button.outline {
    color: #4b4645;
    background: #fff !important;
    border: 1px solid #8f8583;
    text-transform: capitalize;
}
.acc_content .button.outline:after, .acc_content button.outline:after {
    background-color: rgb(246, 243, 240);
    transform: scaleX(1);
    opacity: 0;
}
.collap_img {
      height: 25px;
      width: 25px;
      object-fit: contain;
      border-radius: 50%;
      margin: 1px 10px;
}


@media only screen and (max-width: 768px) {
  .acc_content {
        padding: 0;
    }
  .acc_content .tab button.active, .acc_content .tab button {
        font-size: 12px;
    }
.acc_content .tabcontent {
        padding: 6px 1px;
    }
.acc_content .button.xlong {
        text-wrap: balance;
        overflow-wrap: normal;
        white-space: unset;
    }  
.accordion__title {
     font-size: 15px !important;
   }
 .collap_img {
      height: 25px;
      width: 25px;
      margin: 0 6px 0 0;
   } 
.cms-colorchart .accordion {
   margin-top: 1rem !important;
  }
}
  
.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #eee;
    display: block !important;
}
.accord_bg {
  background: #faf5f1;
  padding: 15px 0;
}

.accord_bl {
  background: #f7f7f7;
  padding: 15px 0;
}
/* EXPLORE MENU page content */
@media screen and (min-width: 1025px) {
 .promo-block-categories-grid .promo-block-categories__text {
            display: flex !important;
            display: -ms-flexbox !important;
            align-content: center !important;
            -ms-flex-line-pack: center !important;
            -ms-flex-align: center !important;
          
        }
 .title, .title-wrapper-with-link {
        margin: 2rem 0 1rem;
    }

 }
@media screen and (max-width: 749px) {
 .promo-block-categories-grid .promo-block-categories__text {
    margin:0 10px;
 }
}

.promo-block-categories-grid .promo-block-categories__text {
    padding: 0 1% 0 1.5%;
}
.promo-block-categories-grid .promo-block-categories__text .inner ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.ox-banner.ox-banner-content-overlay.v-center .ox-banner-container {
    top: 80%;
    transform: translateY(-20%);
}

.ox-banner.ox-banner-content-overlay.h-center .ox-banner-container {
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.ox-banner.ox-banner-content-overlay .ox-banner-container {
    z-index: 2;
    margin: 0;
    padding: 10px 5px;
    display: block;
    position: absolute;
}
.with-shadow {
    -webkit-box-shadow: 0 8px 15px -15px #000;
    -moz-box-shadow: 0 8px 15px -15px #000;
    box-shadow: 0 8px 15px -15px #000;
}

/* REWARD PAGE content */

@media screen and (min-width: 750px) {
.section-template--22673727619379__multicolumn_Hy9JGV-padding {
  max-width:1000px;
  margin: 0 auto;
}
 .section-template--22673727619379__multicolumn_TeNBMN-padding {
    max-width:1260px;
  margin: 0 auto;
 }
.section-template--22673727619379__multicolumn_DmX9iV-padding {
  max-width:800px;
  margin: 0 auto;
  }  
}
.center-justified {
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}

/* LOGIN PAGE content */
.upper-section {
  
  width: 100%;
  background: #F5F3F1;
}

.section-divider {
  position: relative;
}

.countdown_annoucement_bar_wrapper_clw0wmegh41585519pwa4q4kaka {
    padding: 2px !important;
}
.lower-section h1 {
        margin-top: 10px;
    }
@media screen and (max-width: 749px) {
  .section-template--22537873588531__main-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
 }
 .upper-section h1, .lower-section h1 {
        font-size: 3rem;
    }

  .customer form {
    margin-top: 1rem !important;
}
 .upper-section .customer button {
    margin: 1rem 1.5rem 2rem 0;
   }
}

/* MAIN MENU FIX */

#HeaderDrawer-sale, #HeaderMenu-sale {
  color: #ba6751;
    font-size: 16px;
    font-weight: 500;    
}
@media only screen and (min-width: 1580px) {
    summary.list-menu__item {
        padding-right: 0.5rem !important;
    }
}
.menuimagec img {
     border-radius: 50%;
    padding: 7px;
    background: #fff;
    box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px, rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
    max-width:200px;
    max-height: 200px;
}
.menuimagesq img {
    border-radius: 50%;
    box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px, rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
    max-width:200px;
    max-height: 200px;
}
.menuimagec {
  max-width: 188px;
}
@media screen and (min-width: 990px) and (max-width: 1280px) {
.menuimagec img {
    padding: 3px;
    max-width:120px;
    max-height: 120px;
   }
.menuimagec {
  max-width: 126px;
   }  
.menuimagesq img {
    border-radius: 50%;
    box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px, rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
    max-width:120px;
    max-height: 120px;
  }
 .page-width {
       padding: 0 1rem; 
    } 
 .mega-menu__content .list-unstyled li {
    text-align: left;
    padding-left: 5px;
  } 
  .header--top-center .mega-menu__list {
    flex-wrap: inherit;
  }  
} 

@media screen and (min-width: 1281px) and (max-width: 1380px) {
.menuimagec img {
    padding: 3px;
    background: #fff;
    max-width:152px;
    max-height: 152px;
}
.menuimagec {
  max-width: 154px;
}  
.menuimagesq img {
    border-radius: 50%;
    box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px, rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
    max-width:160px;
    max-height: 160px;
  }
 .page-width {
       padding: 0 1.5rem; 
    } 
 .mega-menu__content .list-unstyled li {
    text-align: left;
    padding-left: 5px;
  } 
  .header--top-center .mega-menu__list {
    flex-wrap: inherit;
  }
} 
@media screen and (min-width: 1381px) and (max-width: 1450px) {
.menuimagec img {
    padding: 4px;
    background: #fff;
    max-width:160px;
    max-height: 160px;
}
.menuimagec {
  max-width: 164px;
}  
.menuimagesq img {
    border-radius: 50%;
    box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px, rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
    max-width:160px;
    max-height: 160px;
  }
 .page-width {
       padding: 0 1.5rem; 
    } 
 .mega-menu__content .list-unstyled li {
    text-align: left;
    padding-left: 5px;
  } 
  .header--top-center .mega-menu__list {
    flex-wrap: inherit;
  }
} 

@media screen and (min-width: 1451px) and (max-width: 1580px) {
.menuimagec img {
    padding: 5px;
    background: #fff;
    max-width:170px;
    max-height: 170px;
}
.menuimagec {
  max-width: 174px;
}  
.menuimagesq img {
    border-radius: 50%;
    box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px, rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
    max-width:170px;
    max-height: 170px;
  }
 .page-width {
       padding: 0 1.5rem; 
    } 
 .mega-menu__content .list-unstyled li {
    text-align: left;
    padding-left: 5px;
  } 
  .header--top-center .mega-menu__list {
    flex-wrap: inherit;
  }
} 
.ox-banner.image-cover {
    display: block;
    width: 100%;
}
.wp-button-yellow {
    background-color: #e5beae !important;
    color: #111 !important;
}
.sweettooth-points-balance {
  letter-spacing:1px;
}
.DiscointCodeInvalid {
        color: #ffffff !important;
}



.onst-registration-form .onst-registration-form-container.onst-big-form {
    max-width: 1000px !important;
}
.onst-custom-form-box {
    padding: 30px !important;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    border-radius: 10px;
}
.onst-registration-form-container-box form .onst-field input, 
.onst-registration-form-container-box form .onst-field textarea, 
.onst-registration-form-container-box form .onst-field select,
.onst-field-upload-box .onst-file-input label{
    border: 1px solid #ccc !important;    
    background: #FBFAFA !important;
   }
.onst-registration-form-container-box form .onst-field textarea {
        height: 80px;
        border-radius: 5px !important;
}
.onst-registration-form-container-box form .onst-field input, .onst-registration-form-container-box form .onst-field select,
.onst-field-upload-box .onst-file-input label {
  height: 40px;
  border-radius: 20px !important;
  padding: 0 20px !important;  
}
.onst-registration-form-container-box form .onst-field input:focus, 
.onst-registration-form-container-box form .onst-field textarea:focus,
.onst-registration-form-container-box form .onst-field select:focus {
  border: 2px solid #8f8583 !important;
  outline: 0 !important;
  box-shadow: none !important;
} 
.onst-registration-form-container-box form .onst-field .onst-warning {
    color: #a65736 !important;
}
.onst-registration-form-container-box form .onst-field select, .onst-field-upload-box .onst-file-input label {
border-bottom: 2px solid #d5a499 !important;
}
.onst-registration-form-container-box button{
  padding: 0 10rem !important;
  border-radius: 20px !important;
}
.onst-field-title {
  font-weight: 600;
  text-transform: uppercase;
  
}
.onst-field-title h4 {
  color: #4b4240 !important;  
}

.facets-wrapper .product-count {
   display: none;
}

/* COLLAPSIBLE TABS */

.w3-bar {
  width:100%;
  overflow:hidden
}

.w3-bar .w3-bar-item { 
  padding:8px 16px;
  float:left;
  width:auto;
  border:none;
  display:block;
  outline:0
}

.w3-bar .w3-button { 
  white-space:normal
}
.w3-bar:before,.w3-bar:after { 
  content:"";
  display:table;
  clear:both
}
.w3-black {
  color:#fff!important;
  background-color:#000!important
}
.w3-button { 
  border:none;
  display:inline-block;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  cursor:pointer;
  white-space:nowrap
}
w3-button {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.w3-button:disabled{cursor:not-allowed;opacity:0.3}
.w3-bar .w3-button{white-space:normal}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-container:after,.w3-container:before,.w3-bar:before,.w3-bar:after {
  content:"";
  display:table;
  clear:both
}
.w3-container {
  padding:0.01em 16px
}

@media screen and (min-width: 750px){
.blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.blog-articles--collage>*:nth-child(3n + 1){
    grid-column: span 1 !important;
  }
}

.widget-smile {
  background: #f8eeea;
  width:96%;
  margin:50px auto 0;
  padding:20px 30px;
  border-radius: 3px;
}

/* COLLECTION TOP IMAGE SCROLLER */
.ox-circle-pk img {
  border-radius: 50%;
  padding: 2px;
  background: #fff6f6;
  box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px,
    rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
  max-width: 116px;
  max-height: 116px;
  background-image: linear-gradient(133deg, rgba(250, 220, 54, 1) 11%, rgba(254, 98, 146, 1) 49%, rgba(250, 220, 54, 1) 87%);
    border-radius: 50%;
    transform: scale(0.97);
    transition: transform .2s;
}
.ox-banner-circle img {
  border-radius: 50%;
  padding: 2px;
  background: #fff6f6;
  box-shadow: rgba(159, 142, 120, 0.05) 0px 6px 10px 0px,
    rgba(64, 53, 37, 0.08) 0px 0px 0px 1px;
  max-width: 116px;
  max-height: 116px;
  background-image: linear-gradient(133deg, rgba(250, 220, 54, 1) 11%, rgba(254, 98, 146, 1) 49%, rgba(250, 220, 54, 1) 87%);
    border-radius: 50%;
    transform: scale(0.97);
    transition: transform .2s;
}
.ox-banner-circle img:hover,.ox-circle-pk img:hover {
   background: #F5F5F5;
}

#colcontainer {
  overflow-x: scroll;
  overflow-y: hidden; /* Styling */
  background-color: white;
  height: 162px;
   display: flex;
    justify-content: center;
    align-items: flex-start;
}
#objects {
  width: auto;
  white-space: nowrap;
  background-color: white;
  height: 150px;
  margin: 0 auto;
}
#colcontainer .object {
  display: inline-block; /* Styling */
  background-color: transparent;
  width: 150px;
  height: 150px;
  padding: 0 15px;
  vertical-align: top;
}
.object .ox-banner-link { 
  width: 200px; 
  text-wrap: wrap;
  line-height: 1.1;
} 
#colcontainer::-webkit-scrollbar {
  height: 8px;
}

#colcontainer::-webkit-scrollbar-thumb {
  background: #f6e9e3;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
#colcontainer::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(155,155,155,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
@media screen and (max-width: 1024px){
#colcontainer .object {
  width: 110px;
  height: 110px;
    padding: 0 7px;      
   }
  .ox-circle-pk img, .ox-banner-circle img {
   max-width: 100px !important;
  
}
  #colcontainer, #objects {
  height: 160px;
}
 .ox-banner-link h6 {
  font-size:11px;
  }  
}

/* original remi menu */

#mnucontainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
   
}
#mnuobjects {
  width: auto;
  white-space: nowrap;
   height: 150px;
  margin: 0 auto;
}
#mnucontainer .mnuobject {
  display: inline-block; /* Styling */
  background-color: transparent;
  width: 150px;
  height: 150px;
  padding: 0 15px;
  vertical-align: top;
}
.mnuobject .ox-banner-link { 
  width: 200px; 
  text-wrap: wrap;
  line-height: 1.1;
} 

@media screen and (max-width: 1024px){
#mnucontainer .mnuobject {
  width: 110px;
  height: 170px;
    padding: 0 7px;      
   }
  .ox-circle-pk img, .ox-banner-circle img {
   max-width: 100px !important;
  
}
  #mnucontainer, #mnuobjects {
  height: 160px;
}
 .ox-banner-link h6 {
  font-size:11px;
  }  
}

.nav-collection_image img, .ox-circle-or img {
    border-radius: 50%;
    padding: 2px;
    background: #fff6f6;
    box-shadow: 0px 1px 3px #b8b5b3, inset 0px 3px 3px #fff;
    max-width: 136px;
    max-height: 136px;
    border-radius: 50%;
    transform: scale(0.97);
    transition: transform .2s;
}


/* END of original remi menu */



/* image-with-text page */
@media screen and (max-width: 1240px){
.multicolumn-list p {
      line-height: 1.2;   
 }
}
/* BUTTON DESIGN */
.ourteam-name {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec) !important;
  border-color: #adb1b8 #a2a6ac #8d9096 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  color: #0f1111;
  cursor: pointer;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 3px 8px;
   
 margin: 3px 0 7px;
}

.ourteam-name:active {
  border-bottom-color: #a2a6ac;
  background-image: linear-gradient(#f7f8fa ,#e7e9ec) !important;
}


.ourteam-name:hover {
 border-color: #777 !important; 
  background-color: #f6e9e3;
}

.ourteam-name:focus {
  border-color: #e77600 !important;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}


/* Button style */
.button-clear {
  margin-top: 1rem;
  width: 100%;
 border: 2px solid #444;
    background-color: transparent;
    color: #333;
    text-transform: uppercase;
    text-shadow: none;  
}
.button-clear:hover {
    background-color: #d8a497;
    color: #fff;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.handtied_button {
    width: 100%;
    height: 3em;
    
    margin: auto;
    padding: 0;
}

.handtied_text {
    margin-left: 0;
    height: 100%;    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wpd-product-option-value {
 
    border-radius: 50%;
}
.discountMin {
    line-height: 1.1;
    font-size: 14px;
    font-weight: 600;
}
 #pages-139796021555, #page-139796021555 {
   background-image: url(/cdn/shop/files/fall-bg.png?v=1726760772) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


@media screen and (max-width: 749px) {
.video-with-text video {
    position: relative !important;
}
  .video-with-text .grid {
    display: flex;
 }
}




 .banner-wig {
            position: relative;
            width: 100%;
            /* Maintain aspect ratio of 2200px by 720px (padding-top calculation) */
            padding-top: 33.45%; /* (637 / 1904) * 100 */
            background: url('/cdn/shop/files/ava-wig.jpg') top left / cover no-repeat;
            display: flex;
            justify-content: space-around;
            align-items: center;
            color: #ffffff;
 }
/* END of Wide banners style */

.salepify-free-gift-box-text {
  text-align: center;
  line-height: 1.5;
  box-shadow: rgba(3, 2, 4, 0.5) 0px 0px 0px 2px !important;
  margin-top: 10px;
  background-image: linear-gradient(45deg, #ffb7d9 0%, #c1ffff 100%) !important;
}
.salepify-free-gift-box {
   bottom: 65% !important;
}

/* end of BLACK FRIDAY CHECKOUT style */

.onst-registration-form-container-box form .onst-field.onst-upload-field p {
    border: 3px solid red !important;
    border-radius: 10px !important;
    padding-left: 10px !important;
    padding-top:0 !important;
  background: #ff000021;
}
.onst-field-upload-box {
   
    margin-bottom: 4px;
}

/* sami countdown css */
div#samita-countdown-490 .samiCountdown-timer__container.template1.samita-roll-in > .samiCountdown-timer__group-container:nth-child(1){
  display:none !important;
}

div#samita-countdown-490 .samiCountdown-timer__container.template1.samita-roll-in > .samiCountdown-timer__group-container:nth-child(1) + div{
  display:none !important;
}
.samitaPL-app-extension {
  width: 100%;
}
/* HOME PAGE MOBILE BANNER ON CUSTOM LIQUID */
@media screen and (min-width: 1025px) {
  .bannermobile1 {
    display: none;
    color: #353942;
  }
}
.bannermobile1 {
  position: relative;
  text-align: center;
  font-size: 20px;
}
.top-left {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 200px;
  overflow-wrap: break-word;
  text-decoration: underline;
  color: #e5b214;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-family: 'Jules Epic', sans-serif;
}
.top-left a {
  color: #353942;
}
/* Featured Parallax */
.featuredpl {
      position: relative !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-attachment: fixed !important;
      height: 600px;
      color: #fff;
      font-size: 18px;
      font-size: 1.4rem;
      overflow: hidden;
}
.featuredpl h3 {
      color: #37343b;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1;
      font-size: 3.6rem;     
}
.featuredpl .price_box {
      display: inline-block;
      margin-right: 15px;
      float: left;
}
.featuredpl .price_box .new_price {
      font-size: 2rem;
      color: #fff;
}
.featuredpl .price_box .old_price {
      color: #999;
      text-decoration: line-through;
      display: inline-block;
      white-space: nowrap;
      font-weight: 500;
      font-size: 16px;
      font-size: 1rem;
      margin-left: 5px;
      font-size: 1.4rem;
}
.featuredpl .opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(15, 39, 86, 0.1);
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.featuredpl .container {
    width: 70%;
    padding-right: 15px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
.featuredpl .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featuredpl .container .row .column-one {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.feat_text_block {
    margin-left: 30px;
    font-size: 2rem;
}
.feat_text_block a {
   text-decoration: underline;
    color: #bd9422;
    font-weight: 600;
}
@media (max-width: 767px) {
.featuredpl {
    font-size: 16px;
    }
.featuredpl h3 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	font-size: 28px;
    }
.featuredpl .price_box .new_price {
	font-size: 20px;
	color: #fff;
    }
.margin_60 {
	padding-top: 30px;
	padding-bottom: 30px;
   }
.featuredpl .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
   }
.featuredpl .container .row {
   	display: -ms-flexbox;
   	display: flex;
   	-ms-flex-wrap: wrap;
   	flex-wrap: wrap;
  }
 .featuredpl .container .row .column-one {
   	-ms-flex: 0 0 50%;
   	 flex: 0 0 90%;
    	max-width: 100%;
   }
  .content-container {
    padding: 0 10px;
  }
 .multicolumn-list .content-container {
    padding: 0;
  } 
.header__search .header__icon--search span, .menu-drawer-container .header__icon--menu span {
    flex-direction: column;
    justify-content: center;
    padding: 0 0.1rem 0.1rem;
   
   }
  .text-label {
    font-size: 7px;  
 }
.cart-item__name {
    line-height: 1 !important;
    letter-spacing: 0 !important;
    font-size: 1.5rem !important;
  }  
.cart-drawer .cart-item>td+td {
    padding-left: 0.2rem !important;
  }
  
}


  .text-label {
    font-size: 8px;
    color: #f3e5c2;
    letter-spacing: 0.8px;
    font-weight: 600;
 }
.colorchart .button {
  border-radius: 0;
}

.product-form__quantity {
  padding-left: 8px;
}

.multicolumn-card__info .rte h1{
  background: transparent;
        color: #4b4240;
    background-color: #ede1de;
    border-width: 1px;
    border-style: solid;
    border-color: #d8a497;
    font-size: 1.6rem;
     padding: 5px 10px;
     margin: 10px 2px 10px 2px;
     transition: all 0.2s linear;
  cursor: pointer;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.multicolumn-card__info .rte h1:hover {
   color: white;
        background: #4b4240;
        border-color: white;
        transition: all 0.2s linear;
} 
.button-outline {
  color: #4b4240;
    background-color: #f5ebeb;
    border-width: 2px;
    border-style: solid;
    border-color: #d8a497;
    border-radius: 25px;
  padding: 10px 40px;
}
/* footer text sms css */
.phone-icon {
  white-space: nowrap;
}
 .phicon, .phtext {
    display: inline-block;
    vertical-align: middle; 
  }

 
.phtext {
  text-decoration: underline;
  text-align: left;
}
/* menu image css */
.menu-pk img {
    padding: 2px;
    max-height: 200px;
    background: #fff6f6;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transform: scale(0.97);
    transition: transform .2s;
}
.menu-vid img {
    padding: 2px;
    max-height: 200px;
    background: #fff6f6;
    background-image: linear-gradient(133deg, rgba(250, 220, 54, 1) 11%, rgba(254, 98, 146, 1) 49%, rgba(250, 220, 54, 1) 87%);
    transform: scale(0.97);
    transition: transform .2s;
}
/* Store Plicies CSS */
.shopify-policy__container {
    max-width: 1200px;  /* Set to your preferred width */
    margin: 0 auto;     /* Centers the page */
}
.shopify-policy__container .s1 {
  font-family: 'Futura PT', sans-serif;
}
@media only screen and (min-width: 1280px){
.wpd-ext-compare-at-price {
  display: flex !important;
   }
}
.wpd-ext-compare-at-price {
  font-size: 1.8rem !important;
}

.blog-sidebar .badge {
     border-radius: 2px;
    border:1px solid #d8a497;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0.3rem 1rem 0.2rem 1rem;    
    background-color: #f6ebe8;
}
 .sms-link {
    color: #00f; 
    text-decoration: none;
    font-size: 18px;
    display: block; /* Ensures the link is block-level */
  }

  .sms-link div {
    margin-bottom: 5px; 
  }
/* Home page review */
.jdgm-carousel-item__product-image {
  border-radius: 50%;
    border: 1px solid #ded6d6;
    background-color: #f5eded;
}

.jdgm-carousel__item-wrapper {
        height: 220px !important;

}
.jdgm-carousel-item__review-body>p {
    font-size: 1.5rem;
}
.jdgm-carousel-item__product {
       height: 35%;    
}
.jdgm-carousel-wrapper .jdgm-carousel-item__review {
    height: calc(65% - 2.7em);
}
.jdgm-carousel-item__product-title {
    width: 100%;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0;
}
.jdgm-star {
    font-weight: normal !important;   
}
.jdgm-carousel__rev-sum-wrapper {
    text-align: center !important;
    max-width: 1440px;  
  margin: 0 auto;
}
.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {    
    width: 13px !important;
    height: 13px !important;
    
}
.jdgm-ugc-media-title {
    padding: 5px !important;
}
.jdgm-ugc-media {
    padding: 2px !important;
}
.jdgm-star {
  font-size:1.7rem !important;
}

.jdgm-carousel-title {
  padding-bottom: 2rem;
}
.jdgm-carousel__rev-sum-kwd.positive-sentiment {
    height: 32px !important;
    background: linear-gradient(133.26deg, #fcfcfc 25.76%, #f9cabd 93.18%) !important;
}
.jdgm-carousel__rev-sum-kwd {
    border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.jdgm-carousel__kwd-icon-color-positive>svg {
    fill: #4B4240 !important;
}
.jdgm-carousel--done .jdgm-carousel__item-container {
    padding: 16px 5px;
}

.jdgm-carousel-item {
    gap: 14px;
    padding: 16px 0 !important;
    margin-right: 16px !important;
  box-shadow: 4px 4px 20px #f5e0e0;
} 
/* table for comparison */
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: 0.5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
  }
}

/* Home page banner destop / mobile */

/* Shared styles for both banners */

.banner-hp,
.bannerhp-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #d1d2d2; /* lighter grey */
  background-color: #000; /* optional fallback */
}

.banner-img,
.banner-img-mobile {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Show/hide based on screen size */
@media screen and (min-width: 768px) {
  .bannerhp-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-hp {
    display: none;
  }
}
#storepoint-container #storepoint-search #storepoint-tag-dropdown {
    margin-top: 2px;
}

@media screen and (max-width: 750px) {
    .BLOY-page__introdution_image {
        width: 100%;
    }
  .rich-text__wrapper {
    width: calc(100% - 1rem / var(--font-body-scale)) !important;
  }
}
.BLOY-cart__rewards {
   margin-bottom: 8px !important;
}
.BLOY-cart__points_container {
    margin: 2px 0 !important;
    padding: 2px !important;
 }
.BLOY-button-cart.BLOY-button-cart--medium {
    min-height: 28px !important;
}
.cart-drawer__footer>*+* {
    margin-top: 0.4rem !important;
}

.bloy_image {
    max-width: 700px;
}

.BLOY-widget {    
    height: 38px !important;
    bottom: 15px !important;
    border-radius: 50% !important;
   padding: 0 12px !important;
  left: 10px !important;
  width: 18px !important;
}

.BLOY-page__title_header {
    color: #826152 !important;
    font-size: 3.8rem !important;
    font-weight: 400 !important;
   
}

@media only screen and (max-width: 749px) {
  .header__heading-logo {
    max-width: 160px; /* Adjust the size as needed */
  }
}
.width-account {
     max-width: 1460px;    
    margin-left: auto !important;
    margin-right: auto !important;
    
}
.cardacc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #fff;
}
.addresses h2 {
    text-align: left;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
}
.cardacc a:hover {
    color: rgb(var(--color-link));
    text-decoration-thickness: 0.2rem;
}
.cardacc button {
    
    width: 100%;
    border-radius: 4px;
    background-color: #675b5a;
  font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
  display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
  min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

@media only screen and (min-width: 749px) {
._information_usgba_8 {
    padding: 20px !important;
  }
}
._information_usgba_8 {
    border-radius: 20px !important;
}
@media screen and (max-width: 749px) {
  .multicolumn-list:not(.slider) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .multicolumn-list .content-container {
    padding-bottom: 6px;
  }
}

/* Store Locator map section ~Mappy */

#bss-search-btn {
    background-color: #4b4240 !important;
}
.search-bar-above-map {
     background: #fcfaf9 !important;
    border-top: 1px solid transparent !important;
}
#bss-map-search-box.page-locator-layout.split {
  border-left: solid 5px #d8a497;
}
.links-id {
    padding: 1rem 2rem;
    margin-bottom: .2rem !important;
    background: #f3f0ed;
    border-radius: 2px;
    width: 210px;
    margin: 0 .8rem;
    border-top: 1px solid #d5d2d2cc;
    border-left: solid 5px #d8a497;
    border-bottom: 1px solid #d5d2d2cc;
    border-right: 1px solid #d5d2d2cc;
}
.facets-container {
    background-color: #f6f0eb;
      border-bottom: 1px solid #e6e2dd;
    border-radius: 5px;
}

@media screen and (min-width: 1025px) {
.facets__wrapper {
    padding-left: 2rem;
}
}
.disclaimer{
  line-height: 1;
  font-size:1.4rem;
  letter-spacing: 0;
  display: flex;
}
.weight500 {
  font-weight: 500;
}
.salecolor {
  color: #ba6751;
}

.style-items, .style-items1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;  
  overflow: hidden;
  gap: 5px; 
  margin-left: 20px;
  margin-right: 20px;
}
.style-items, .style-item {
  height: 600px;
}
.style-items1, .style-item1 {
  height: 480px;
}

.style-item, .style-item1 {
  flex: 1 1 0%;
  min-width: 100px;
  max-width: 100%;
  transition: width 0.5s ease, flex 0.5s ease;
  position: relative;  
  overflow: hidden;
}

.style-item:hover,.style-item1:hover {
  flex: none;
  width: 400px !important;
}

.style-item .image, .style-item1 .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.style-item::before, .style-item1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .02);
  z-index: 1;
}

.style-content {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.style-content p {
  opacity: 0;
  transform: translateY(200px);
  transition: 0.5s ease;
}

.style-item:hover .style-content p, .style-item1:hover .style-content p {
  opacity: 1;
  transform: translateY(0);
  color: #ddd;
}
.style-content h4 {
  display: block;
  background-color: #ffffffcc; /* semi-transparent white */
  color: #000;
  padding: 15px;
  border-radius: 0; /* no rounded corners for full width */
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%; /* full width */
  text-align: center;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.style-content h4:hover {
  background-color: #fff;
}

@media (max-width: 1024px) {
  .style-items, .style-items1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(2, auto);  
    gap: 3px;
    margin: 0;
    padding: 0;
    height: auto;
  }
 .style-item {
    height: 250px;
    width: 100% !important;
    flex: none !important;
  }
   .style-item1 {
    height: 220px;
    width: 100% !important;
    flex: none !important;
  }
  .style-item:hover, .style-item1:hover {
    width: 100% !important;  
  }
  .style-content h4 {
    padding: 8px !important;
  }  
}

/* Unique background images for each item */
.stitem-1 .image {
  background-image: url('/cdn/shop/files/silky-frame.png?v=1750956315');
}

.stitem-2 .image {
  background-image: url('/cdn/shop/files/bodywave-frame.png?v=1750956315'); 
}

.stitem-3 .image {
  background-image: url('/cdn/shop/files/oceanbreeze-frame.png?v=1750956315');
}

.stitem-4 .image {
  background-image: url('/cdn/shop/files/frenchrefined-frame.png?v=1750956315');
}

.stitem-5 .image {
  background-image: url('/cdn/shop/files/deepwave-frame.png?v=1750956315');
}

.stitem-6 .image {
  background-image: url('/cdn/shop/files/loosewave-frame.png?v=1750956315');
}

.stitem-7 .image {
  background-image: url('/cdn/shop/files/blendedwave-frame.png?v=1750956315');
}

.stitem-8 .image {
  background-image: url('/cdn/shop/files/frenchbody-frame.png?v=1750956315');
}

.stitem-11 .image {
  background-image: url('/cdn/shop/files/naturalyaki-frame.png?v=1751041158');
}

.stitem-22 .image {
  background-image: url('/cdn/shop/files/brazilian-frame.png?v=1751041158');  
}

.stitem-33 .image {
  background-image: url('/cdn/shop/files/egyptian-frame.png?v=1751041158');
}

.stitem-44 .image {
  background-image: url('/cdn/shop/files/tightcurl-frame.png?v=1751041158');
}

.stitem-55 .image {
  background-image: url('/cdn/shop/files/naturalcurl-frame.png?v=1751041158');
}

.stitem-66 .image {
  background-image: url('/cdn/shop/files/naturalbody-frame.png?v=1751041158');
}

.stitem-77 .image {
  background-image: url('/cdn/shop/files/saharian-frame.png?v=1751041158');
}

.stitem-88 .image {
  background-image: url('/cdn/shop/files/serenesmooth-frame.png?v=1751041158');
}


