

@import url("//hello.myfonts.net/count/4ce7d9");

@font-face {
  font-family: "SackersGothicStd";
  src: url("../fonts/SackersGothicStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* End Sackers Gothic Std */



/* Flex box style */

.flexBox {
  display: flex;
}

.flexColumn {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.alignItemsCenter {
  align-items: center;
}

/* End Flex box style */

/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-transparent {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-transparent {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-transparent {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  /* --color-button-text: var(--color-base-text); */
  /* --color-button: var(--color-background); */
  --alpha-button-background: 1;
}

.button:hover {
  background-color: black;
  color: white !important;
}

.button {
  transition-property: all !important;
  transition-duration: 0.25s !important;
  font-size: 12px !important;
}

.button--one {
  background-color: #80270f;
  color: white;
  transition: all 0.3s;
  padding: 15px 2.5rem 14px 2.5rem;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  line-height: 170%;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "SackersGothicStd", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.button--one:hover {
  background-color: black;
}

.button--four {
  border: solid 1px rgba(255, 255, 255, 0.15);
  color: white;
  background-color: transparent;
  transition: all 0.3s;
  padding: 15px 2.5rem 14px 2.5rem;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  line-height: 170%;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "SackersGothicStd", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button--four:hover {
  border: solid 1px rgba(255, 255, 255, 1);
}

.button--four {
  border: solid 1px rgba(255, 255, 255, 0.15);
  color: white;
  background-color: transparent;
  transition: all 0.3s;
  padding: 15px 2.5rem 14px 2.5rem;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  line-height: 170%;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "SackersGothicStd", sans-serif;
}

.button--four:hover {
  border: solid 1px rgba(255, 255, 255, 1);
}

.button--five {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
  padding: 15px 2.5rem 14px 2.5rem;
  font-size: 12px;
  cursor: pointer;
  line-height: 170%;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "SackersGothicStd", sans-serif !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 2.5rem 14px 2.5rem;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  text-align: center;
}

.button--five:hover {
  border: solid 1px black;
}

.button--three {
  border: solid 1px rgba(0, 0, 0, 0.15);
  color: black;
  background-color: transparent;
  cursor: pointer;
  transition-property: all !important;
  transition-duration: 0.25s !important;
  padding: 15px 2.5rem 14px 2.5rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "SackersGothicStd", sans-serif !important;
}

.button--three:hover {
  border: solid 1px rgba(0, 0, 0, 1);
}

.button--white {
  color: black;
  background-color: white;
  transition: all 0.25s;
  transition-duration: 0.25s;
  padding: 17px 2.5rem 16px 2.5rem;
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  text-decoration: none;
  border: none;
  font-family: "SackersGothicStd", sans-serif;
}

.button--white:hover {
  color: white;
  background-color: #000;
}

.button--underline,
.button--underline--white {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  text-underline-offset: 4px;
  font-family: "SackersGothicStd", sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  transition-property: all !important;
  transition-duration: 0.25s !important;
  -webkit-font-smoothing: antialiased;
}

.button--underline--white:hover,
.button--underline--white:active,
.button--underline--white:focus {
  text-decoration-color: white;
}

.button--underline:hover,
.button--underline:active,
.button--underline:focus {
  text-decoration-color: #000000 !important;
}

.button--underline--white {
  color: white;
  text-decoration-color: rgba(255, 255, 255, 0.25);
}

.button--underline {
  color: black;
}

.button--transparent {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent !important;
  color: #000 !important;
  width: 100%;
}

.button--transparent:hover {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
  text-decoration: underline;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-base-background-1);
  --color-button-text: var(--color-base-text);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-transparent {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2,
.color-transparent {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

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

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

/* base */

/* TEST */

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

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

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

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

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



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

.full-page-width {
  margin: 0 auto;
  padding: 0;
  max-width: 1640px;
}

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

.page-width-articles {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

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

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

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

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

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

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

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

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.section-header {
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1020;
}

main {
  margin-top: 120px;
}

.hide-announcement-bar main {
  margin-top: 85px;
}

@media screen and (max-width: 992px) {
  main {
    margin-top: 88px;
  }

  .hide-announcement-bar main {
    margin-top: 50px;
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2,
.color-transparent {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

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

.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.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-font-smoothing: antialiased;
}

h2,
h3,
h4,
h5,
.h0,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: 500;
  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;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1 {
  font-family: "SackersGothicStd", 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;
  font-weight: 700;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
}

a.main-anchor {
  color: #000;
  font-family: "SackersGothicStd", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a.main-anchor:after {
  content: "";
  border-bottom: 0.1em solid #f00;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top: -0.15em;
}

p.p {
  line-height: 21px;
}

p.p1 {
  font-family: "Adobe Caslon Pro";
  font-size: 15px;
  line-height: 140%;
  color: #000;
}

p.p2 {
  font-family: "Adobe Caslon Pro";
  font-size: 13px;
  line-height: 140%;
  color: #000;
}

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

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

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
  font-weight: 500;
}

@media only screen and (min-width: 750px) {

  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
    font-weight: 500;
  }
}

h2,
.h2 {
  font-size: 12px;
  font-family: "SackersGothicStd", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}

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

h3,
.h3 {
  font-size: 20px;
  font-family: "SackersGothicStd", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

@media only screen and (min-width: 750px) {

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

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  /* font-size: calc(var(--font-heading-scale) * 1.5rem); */
  font-size: 13px;
  font-family: "ACaslonPro", sans-serif;
  font-style: italic;
}

h5,
.h5 {
  /*   font-size: calc(var(--font-heading-scale) * 1.2rem); */
  font-size: 24px;
  font-family: "SackersGothicStd", sans-serif;
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 750px) {

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

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: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

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

.brand-name-caption {
  font-size: 12px;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  font-family: "sackersGothicStd", sans-serif;
  text-transform: lowercase;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

.product-name-caption {
  font-size: 13px;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  line-height: 15px;
  font-style: italic;
  font-family: "ACaslonPro", sans-serif;
  color: #5e5e5e;
  margin: 4px 0 4px 0 !important;
  -webkit-font-smoothing: antialiased;
}

.product-price-caption {
  font-size: 13px;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  line-height: 18.2px;
  font-style: normal;
  font-family: "ACaslonPro", sans-serif;
  color: #000000;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.sackers-10 {
  font-family: "sackersGothicStd", sans-serif;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: lowercase;
}

.caption-with-letter-spacing {
  font-size: 13px;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  font-family: "ACaslonPro", sans-serif;
  font-style: italic;
  color: #5e5e5e;
}

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

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

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

.form__label {
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
}

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl: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.4rem;
  font-family: inherit;
}

.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-long: 500ms;
  --degrees: translateY(-50%, rotate(45deg));
}

.underlined-link,
.customer a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  text-underline-offset: 4px;
  font-family: "SackersGothicStd", sans-serif;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: all ease-in-out 0.15s;
}

.underlined-link:hover,
.customer a:hover {
  text-decoration-color: #000;
}

.underlined-link span {
  font-family: "SackersGothicStd", sans-serif;
}

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

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

/* *:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
} */

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

/*
  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,
.no-js .focus-inset:focus {
  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);
}

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

/*
  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,
.no-js .focus-offset:focus {
  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);
}

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

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

@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 {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

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

.title-wrapper--no-top-margin>.title {
  margin: 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-top: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: 20px !important;
  row-gap: 30px !important;
  grid-auto-rows: min-content;
}

.product_grid_featured_image {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  padding-bottom: 81px;
  position: relative;
}

.collection-product-grid {
  padding: 0 1.5rem;
}

.grid__item-craftmanship {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
}

.product_grid_featured_image img {
  object-fit: cover;
}

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

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

@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: 0;
  }

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 0;
  }

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

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 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); */
  background-color: #faf7f3;
  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.3s 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,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe {
  --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);
  --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;
  font-family: "SackersGothicStd", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 15px 2.5rem 14px 2.5rem;
  cursor: pointer;
  font-size: 12px;
  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: lowercase;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.hover-red {
  background-color: #faf7f3;
}

.hover-red:hover {
  background-color: #80270f;
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
}

.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);
  transition: box-shadow var(--duration-short) ease;
}

.button--secondary:after {
  --border-opacity: 0.03;
}

.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: 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),
.shopify-payment-button [role="button"]: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: 1rem 1.5rem;
  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;
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
  cursor: not-allowed;
  background-color: #f1ede7 !important;
  color: #bfbfbf !important;
}

.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-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

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

.full-width {
  width: 100%;
}

/* Button - social share */

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

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

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

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;
  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-base-text), 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 {
  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-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-base-text), 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 .icon-caret,
.customer select+svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 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 {
  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;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="phone"],
input[type="password"],
textarea {
  width: 100%;
  padding: 16px 20px 12px 20px;
  border-radius: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-size: 15px;
  transition-property: all !important;
  transition-duration: 0.25s !important;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="phone"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #000000;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="phone"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #000000;
}

input[type="text"]:active,
input[type="search"]:active,
input[type="phone"]:active,
input[type="email"]:active,
input[type="password"]:active,
textarea:active {
  border: 1px solid #000000;
}

input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="phone"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea:fo:placeholdercus {
  font-size: 15px;
}

.button--disabled {
  background-color: #f1ede7;
  cursor: not-allowed;
}

.button--disabled:hover {
  background-color: #f1ede7;
}

.form--disabled {
  background-color: #f1ede7 !important;
  color: #5e5e5e;
}

.form--disabled:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
  height: 100px;
}

.boolean {
  position: relative;
  width: 32px !important;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 20px;
  outline: none;
  transition: all 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.boolean:checked {
  background-color: #80270f;
}

.boolean:before {
  content: "";
  position: absolute;
  transition: all 0.25s;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  background-color: #80270f;
}

.boolean:checked:before {
  transform: translateX(12px);
  background-color: #faf7f3;
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}

.radio input[type="radio"] {
  display: none;
}

.radio_radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-right: 10px;
  padding: 3px;
}

.radio_radio::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #80270f;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.15s;
}

.radio input[type="radio"]:checked+.radio_radio::after {
  transform: scale(1);
}

input[type="checkbox"].checkbox {
  appearance: none;
  -webkit-appearance: none;
  min-height: 20px;
  max-height: 20px;
  min-width: 20px;
  max-width: 20px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

input[type="checkbox"].checkbox::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.686523L4.82609 7.68652L1 3.95319' stroke='white'/%3E%3C/svg%3E%0A");
  display: none;
  margin-top: 3px;
}

input[type="checkbox"].checkbox:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

input[type="checkbox"].checkbox:checked {
  background-color: rgba(0, 0, 0, 0.03);
  background-color: #80270f;
}

input[type="checkbox"].checkbox:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.686523L4.82609 7.68652L1 3.95319' stroke='white'/%3E%3C/svg%3E%0A");
  display: block;
}

/* 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 {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

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

.customer .field .form__message svg {
  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) + 4.5rem);
}

.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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  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 {
  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;
  appearance: textfield;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.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 {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.8rem;
  right: -0.7rem;
  color: #fff;
  /* position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: flex; */
  /* padding-left: 6px;
  padding-top: 5px; */
  /* font-size: 0.9rem;
  bottom: 0.8rem;
  right: 0.3rem; */
  /* line-height: calc(1 + 0.1 / var(--font-body-scale)); */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.cart-count-bubble p {
  font-size: 0.9rem;
  line-height: 0;
  margin: 1px 0 0 1.5px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .cart-count-bubble {
    bottom: -0.7rem !important;
  }

  .cart-count-bubble p {
    margin: 1px 0 0 0.8px;
  }
}

@media screen and (min-width: 990px) {
  /* .cart-count-bubble {
    right: -0.9rem;
  } */
}

.cart-count {
  position: relative;
  background-color: transparent;
  color: #000;
  height: auto;
  width: auto;
  border-radius: 0;
  display: flex;
  padding-left: 0;
  padding-top: 0;
  font-size: 13px;
  bottom: 0;
  left: 0;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

.cart-count-bubble>* {
  margin: 0;
  line-height: 1;
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 24;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
  background-color: #491709;
  position: relative;
  max-height: 56.8px;
  transition-property: all !important;
  transition-duration: 0.25s !important;
}

.close-announcement {
  position: absolute;
  right: 20px;
  top: 12px;
  line-height: 1;
  z-index: 11111;
  cursor: pointer;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0.3rem 2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 10px;
  color: #faf7f3;
  font-style: normal;
  text-transform: initial;
  font-family: "SackersGothicStd", sans-serif;
  text-transform: lowercase;
}

@media screen and (max-width: 373px) {
  .announcement-bar__message {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 348px) {
  .announcement-bar__message {
    font-size: 0.8rem !important;
  }
}

.hide-announcement-bar .announcement-bar {
  top: -40px !important;
}

.template-index.quickbuy-open .section--announcement-bar,
.template-index.quickbuy-open sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
  top: -100px !important;
}

.template-index.quickbuy-open .section--announcement-bar,
.template-index.quickbuy-open sticky-header.header-wrapper.color-transparent.gradient.header-wrapper--border-bottom {
  top: -100px !important;
}



.template-index .section--video-collage {
  position: relative;
  z-index: -1;
}

.hide-announcement-bar sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
  top: 0 !important;
}

.hide-announcement-bar sticky-header.header-wrapper.color-transparent.gradient.header-wrapper--border-bottom {
  top: 0 !important;
}

/* section-header */
#shopify-section-header {
  z-index: 40;
}

sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
  position: fixed !important;
  top: 38px !important;
  left: 0px !important;
  width: 100% !important;
  transition-property: all !important;
  transition-duration: 0.25s !important;
}

sticky-header.header-wrapper.color-transparent.gradient.header-wrapper--border-bottom {
  position: fixed !important;
  top: 38px !important;
  left: 0px !important;
  width: 100% !important;
  transition-property: all !important;
  transition-duration: 0.25s !important;
}

sticky-header.header-wrapper.color-transparent.gradient.header-wrapper--border-bottom {
  position: fixed !important;
  top: 38px !important;
  left: 0px !important;
  width: 100% !important;
  transition-property: all !important;
  transition-duration: 0.25s !important;
}

sticky-header.header-wrapper.color-transparent.gradient.header-wrapper--border-bottom {
  position: fixed !important;
  top: 38px !important;
  left: 0px !important;
  width: 100% !important;
  transition-property: all !important;
  transition-duration: 0.25s !important;
}

.section--announcement-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0px !important;
  width: 100% !important;
  z-index: 41 !important;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-in-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
  /* -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; */
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.header {
  display: grid;
  /* grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr; */
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 990px) {
  .header {
    min-height: 50px;
  }

  .header.middle-center__nav a.left-icon-cta {
    display: none;
  }

  .header.middle-center__nav {
    display: grid;
    grid-template-areas: "left-icon heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2em;
    align-items: center;
  }

  .header__heading__middle-center {
    display: flex;
  }
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .list-menu__item {
    padding: 32px 0 28px 0;
  }

  /* .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  } */

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

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

  /* .header--top-center {
    grid-template-areas:
      'left-icon left-menu heading right-menu icons';
  } */

  svg.ogerLogo {
    display: flex;
    transition: all 0.3s ease-in-out;
  }

  /* div.mobile-logo {
    display: none;
  } */

  @media screen and (max-width: 749px) {
    div.mobile-logo {
      display: block;
    }
  }

  .headerIcons,
  .icon-search {
    transition: all 0.3s ease-in-out;
  }

  header.middle-center__nav {
    display: grid;
    grid-template-areas: "left-menu icons";
    grid-template-columns: auto auto;
    column-gap: 2em;
    align-items: center;
    position: relative;
  }

  header.middle-center__nav a.left-icon-cta {
    grid-area: left-icon;
    text-decoration: none;
    text-transform: lowercase;
    color: #000;
    letter-spacing: 0.2em;
    font-size: 12px;
    display: flex;
    font-family: "SackersGothicStd", sans-serif;
    font-weight: 700;
    align-items: center;
  }

  .header__heading__middle-center {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
  }

  nav.left-menu ul li.main-links {
    margin: 0 0 0 2.5em;
  }

  nav.right-menu {
    justify-content: end !important;
  }

  nav.right-menu ul li {
    margin: 0 1em 0 0;
  }

  nav.left-menu ul li a,
  nav.right-menu ul li a,
  .link,
  .list-menu__item span {
    color: #000;
    font-size: 12px;
    font-family: "SackersGothicStd", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    transition: all 0.25s ease;
  }

  nav.left-menu ul li>a:hover,
  nav.right-menu ul li>a:hover {
    text-decoration: underline;
  }

  nav.left-menu,
  nav.right-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding-inline-start: 0px;
    list-style-type: none;
  }

  nav.left-menu {
    grid-area: left-menu;
    justify-content: start;
    align-items: center;
  }

  nav.right-menu {
    grid-area: right-menu;
    justify-content: start;
  }

  /* .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  } */
}

.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;
  text-decoration: none;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .header__heading-link {
    display: flex;
  }
}

.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;
  width: 100%;
  display: flex;
  object-fit: contain;
}

@media screen and (max-width: 400px) {
  .header {
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__heading-logo,
  svg.svg-logo {
    height: 25px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 989px) {

  .header__heading,
  .header__heading-link {
    height: auto;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 990px) {

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

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

/* Header icons */
.header__icons {
  /* Display none is temp for DEV */
  display: flex;
  grid-area: icons;
  /* justify-self: end; */
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header__icons {
    justify-self: end;
  }
}

.wishlist-icon svg {
  width: 15px;
  height: 15px;
}

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  height: 16px;
  /* width: 20px; */
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}

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

@media screen and (max-width: 989px) {
  menu-drawer~.header__icons .header__icon--account {
    display: none;
  }
}

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

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

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

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

.no-js .predictive-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;
}

.no-js details[open]>.header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

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

  .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; */
  /* TEMP DISABLED */
  grid-area: navigation;
  display: none;
}

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

@media only screen and (min-width: 990px) and (max-width: 1320px) {

  .header__inline-menu ul li:nth-child(6),
  .header__inline-menu ul li:nth-child(7),
  .header__inline-menu ul li:nth-child(8) {
    display: none;
  }
}

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

  .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 {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}

.header__menu-item>.chevron-icon {
  line-height: 0;
}

/* .header__menu-item:is(:hover, :focus) {
  .header__menu-item > .chevron-icon:hover {
    transform: rotate(180deg);
  }
} */

/* .header__menu-item > .chevron-icon:hover {
  transform: rotate(180deg);
} */

.header__menu-item:hover {
  text-decoration-color: rgba(0, 0, 0, 0.8);
  text-underline-offset: 0.3rem;

  .chevron-icon {
    transform: rotate(180deg);
  }
}

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

details[open]:hover>.header__menu-item {
  text-decoration-color: rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

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

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

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

@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: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  margin-top: 6px;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .badge.top-badge {
    font-size: 9px !important;
    padding: 7px !important;
  }
}

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

.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 {
  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 {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.swiper-pagination-bullet {
  width: 20px;
  border-radius: 0;
  height: 1px;
  background-color: #80270f;
}

.drawer__final .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #80270f;
}

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

div.line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
}

/* .product__image-slider {
  width: 100%;
}

.product__image-slider .carousel-cell {
  width: 100%;
  height: auto;
  margin: 0 5px
}
  
.product__image-slider .carousel-cell img {
  width: 100%;
  height: 100%;
}

.grid__item .product__image-slider {
  margin-bottom: 2rem;
}

.product__image-slider .flickity-viewport {
  transition: height 0.2s;
}

.flickity-button:disabled {
  display: none;
}

.product__image-thumbnail .carousel-cell {
  width: 20%;
  margin-right: 10px;
}

.product__image-thumbnail .carousel-cell img {
  width: 100%;
  height: 100%;
} */

/* @media screen and (min-width: 990px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
    max-width: 50% !important;
    width: calc(50% - 1rem / 2) !important;
  }

  .product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
    max-width: 50% !important;
    width: calc(50% - 1rem / 2) !important;
  }
}  */

#gorgias-chat-messenger-button {
  border-radius: 0px !important;
}

.messenger-button-iframe-thonn {
  border-radius: 0px !important;
}

.messenger-button-iframe-uscp54 {
  opacity: 1;
  /* position: absolute; */
  margin: 0px auto;
  top: 0;
  /* left: 0; */
  height: 55%;
  width: 80%;
  pointer-events: none;
  transition: opacity 0.2s ease 0.04s, top 0.2s ease 0.04s;
  transform: none;
}

#ContactFooter-success {
  display: block;
}

.gorgias-chat-key-4idmji {
  z-index: -1 !important;
}

.cart-slide {
  background-color: #f1ede7;
}

.upsell-cart-image {
  height: 83px;
  width: 83px;
  display: block;
  object-fit: cover;
}

.slider-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  gap: 10px;
  overflow: hidden;
}

.slider-cart-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 70%;
}

.upsell-btn {
  display: table-cell !important;
  padding: 13px 1.5rem !important;
  text-align: center;
  border: 1px solid #000;
  background-color: transparent;
  color: black;
}

.upsell-btn:hover {
  background-color: #000;
  color: white;
}

.cartSwiper {
  margin: 15px 0 0 0;
}

p.upsell__item-header {
  font-family: SackersGothicStd;
  color: var(--black, #000);
  font-feature-settings: "liga" off;

  /* BUTTON + LINK */
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.8px;
  text-transform: lowercase;
  margin: 0;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap !important;
  white-space: nowrap;
}

p.upsell__item-header span {
  color: var(--black, #000);
  text-align: right;

  /* Caslon-P2-13-Reg */
  font-family: "ACaslonPro", sans-serif;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 18.2px */
}

.slider-cart div span {
  font-size: 13px;
}

p.upsell__item-header:hover {
  text-decoration: underline;
}

.upsell-slider-pagination {
  bottom: 0 !important;
}

.upsell-title {
  color: var(--Black, #0e0e0e);
  font-feature-settings: "liga" off;

  /* H4 — Sacker 15 */
  font-family: SackersGothicStd;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 13.5px */
  letter-spacing: 1.5px;
  text-transform: lowercase;
  /* padding-left: 20px; */
  margin: 0;
  padding: 15px 20px 15px 20px;
}

.fade-out {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  opacity: 0;
}

.add-to-cart-upsell {
  text-decoration: underline;
  font-size: 13px;
  color: #5e5e5e;
}

.cart-slide {
  height: auto;
}

.swiper-wrapper-cart {
  margin-bottom: 2em;
}

.aa-product-text p {
  margin: 0 !important;
}

.aa-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.01) !important;
}

.aa-product-text .aa-product-title,
.aa-pages-header,
.aa-collections-header {
  font-family: "SackersGothicStd", sans-serif;
  text-transform: lowercase !important;
  font-size: 12px !important;
  line-height: 120% !important;
  letter-spacing: 0.15em !important;
  font-weight: 850 !important;
}

.aa-product-text .aa-product-info,
.aa-dataset-pages,
.aa-dataset-collections {
  font-family: "Adobe Caslon Pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  font-style: normal;
}

.aa-product-text .aa-product-info {
  color: #5e5e5e !important;
}

.aa-product-text .aa-product-info span {
  color: #5e5e5e !important;
  font-weight: 400;
}

.aa-product-text .aa-product-price b {
  font-family: "Adobe Caslon Pro";
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 140%;
  margin: 0;
}

.aa-highlight {
  font-weight: 400 !important;
}

.aa-left-column {
  font-family: "Adobe Caslon Pro" !important;
}

.aa-no-result,
.aa-product-text .aa-product-info,
.aa-see-all a {
  font-family: "Adobe Caslon Pro" !important;
  font-style: italic !important;
}

#chat-button {
  transition: all 0.2s ease-in-out;
  right: 15px;
  bottom: 15px;
  border-radius: 0px;
  z-index: 999;
}

.gallery__vid {
  object-fit: cover;
}

.locale-selectors__container {
  display: none;
}

.product-form__input input[type="radio"]+label.out-of-stock {
  color: #bfbfbf;
}

label.out-of-stockTemp {
  overflow: hidden;
}

label.out-of-stockTemp::after {
  background-color: #e0deda;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(28deg);
  width: 200%;
}

label.out-of-stockTemp {
  color: #5e5e5e !important;
}

@media screen and (min-width: 767px) {
  label.out-of-stockTemp::after {
    transform: rotate(40deg);
  }
}

@media screen and (min-width: 990px) {
  label.out-of-stockTemp::after {
    transform: rotate(44deg);
  }
}

@media screen and (min-width: 1200px) {
  label.out-of-stockTemp::after {
    transform: rotate(28deg);
  }
}

@media screen and (min-width: 1555px) {
  label.out-of-stockTemp::after {
    transform: rotate(25deg);
  }
}

.section__exclusive-pre-sale {
  text-align: center;
  margin: 120px auto 0;
}

.section__exclusive-pre-sale h1 {
  font-size: 48px;
  margin-bottom: 92px;
}

.section__exclusive-pre-sale p {
  font-family: SackersGothicStd, sans-serif;
  font-weight: 800;
  font-size: 12px;
  text-transform: lowercase;
  margin: 0;
}

#locksmith-content form p {
  text-align: center;
}

#locksmith-content .button {
  margin-top: 22px;
}

#locksmith-content .button span {
  font-family: SackersGothicStd, sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: lowercase;
}

#locksmith-content form {
  max-width: 607px;
  margin: auto;
}

#locksmith-content input {
  border: none;
  font-family: SackersGothicStd, sans-serif;
  font-size: 50px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: lowercase;
  transition: all 0.2s;
}

#locksmith-content input:focus {
  border: none;
  border-bottom: 1px solid black;
}

#locksmith-content input {
  color: #faf7f3;
}

.exclusives-collapsibles h1 {
  text-align: center;
  text-transform: initial;
  letter-spacing: 0.2em;
}

.template-exclusive .footer-newsletter {
  display: none;
}

.color-red {
  background-color: #d72e2e;
  border-color: #d72e2e;
  color: #ffffff;
}

@media screen and (max-width: 768px) {

  #locksmith-content input,
  .section__exclusive-pre-sale h1 {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .exclusives-collapsibles h1 {
    font-size: 14px;
  }

  .section__exclusive-pre-sale {
    margin: 32px auto 0;
  }
}

.sale-link {
  color: #802710 !important;
  text-decoration: none !important;
}

.sale-link span {
  /* outline: 1px solid #802710; */
  /* outline-offset: 3px; */
  /* padding: 0 5px; */
}

/* .sale-link span:hover{
  background-color: #80280F;
  color: white !important;
} */

.recently-viewed-container.container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recently-viewed-section {
  margin: 0;
  padding: 18px 20px !important;
}

.recently-viewed-container {
  /* padding-left: 30px;
  padding-right: 30px; */
  /* margin: 0 1.5rem; */
  max-width: 1640px;
}

.recently-viewed-container .card__badge {
  display: none;
}

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

.swym-button-bar {
  display: none !important;
}

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

  .seo-text-left {
    margin: 0 0 0 300px !important;
    max-width: 100% !important;
  }
}

.header__menu-item-right {
  margin-left: auto;
  right: 0;
}

/* .desktop-search .search input::placeholder {
  color: rgba(255, 255, 255, 0.633);
} */

.desktop-search .search>input {
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 989px) {
  nav.right-menu {
    display: none;
  }

  .desktopHeaderSearch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 989px) {
  .mobile-search {
    display: none !important;
  }

  .header__icons {
    gap: 12px;
  }
}

.desktop-search {
  display: flex;
  align-items: center;
}

.desktop-search .header__search .header__icon {
  width: 1.2rem;
  height: 1.2rem;
}

.desktop-search .header__search .header__icon .icon {
  left: -15px;
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  margin-bottom: 2px;
}

.rte table {
  width: 100%;
}

.shipping-content {
  grid-template-columns: repeat(3, 1fr);
  background-color: #f1ede7;
  margin: 0 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

@media screen and (min-width: 768px) {
  .shipping-content {
    margin: 0 60px;
    display: grid;
  }

  .upsell-title {
    padding-left: 0px;
  }

  .cartSwiper {
    margin: 0 60px;
  }

  .list-payment {
    padding: 0 60px 15px 60px !important;
  }

  .list-payment__item {
    padding: 0.3rem !important;
  }
}

.shipping-content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shipping-content .content-item p {
  text-align: center;
  font-family: SackersGothicStd, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: lowercase;
  line-height: 20px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .drawer__final .swiper .swiper-wrapper {
    width: 340px;
  }

  .desktopSwiper {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mobileSwiper {
    display: none !important;
  }
}

@media screen and (max-width: 1207px) {
  nav.left-menu ul li.main-links {
    margin: 0 0 0 2em;
  }
}

@media screen and (max-width: 1167px) {
  nav.left-menu ul li.main-links {
    margin: 0 0 0 1em;
  }
}

@media screen and (max-width: 1087px) {
  nav.left-menu ul li.main-links {
    margin: 0 0 0 1em;
  }
}

.text-black {
  color: black !important;
}

/* @media screen and (max-width: 768px) {
  .vid-mobile{
    display: block !important;
  }
  .vid-desktop{
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .vid-mobile{
    display: none !important;
  }
  .vid-desktop{
    display: block !important;
  }
} */

.hover--image {
  z-index: 1 !important;
}

.card__media .hover--image img {
  position: absolute !important;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  z-index: 1 !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: rgb(241, 237, 231) !important;
}

/* COOKIE BANNER CUSTOMIZATION */
#shopify-pc__banner__body-title {
  text-transform: lowercase !important;
  font-family: "SackersGothicStd", sans-serif !important;
  font-weight: normal !important;
}

.shopify-pc__banner__body p {
  letter-spacing: 0.06rem !important;
  font-family: "ACaslonPro", sans-serif !important;
  font-style: var(--font-body-style) !important;
  font-weight: var(--font-body-weight) !important;
  line-height: calc(1 + 0.8 / var(--font-body-scale)) !important;
}

.shopify-pc__prefs__intro h3 {
  text-transform: lowercase !important;
  font-family: "SackersGothicStd", sans-serif !important;
  font-weight: normal !important;
}

.shopify-pc__prefs__intro p {
  letter-spacing: 0.06rem !important;
  font-family: "ACaslonPro", sans-serif !important;
  font-style: var(--font-body-style) !important;
  font-weight: var(--font-body-weight) !important;
  line-height: calc(1 + 0.8 / var(--font-body-scale)) !important;
}

.shopify-pc__banner__btn-manage-prefs span,
#shopify-pc__banner__btn-accept,
#shopify-pc__banner__btn-decline,
#shopify-pc__prefs__header-accept,
#shopify-pc__prefs__header-decline,
#shopify-pc__prefs__header-save {
  text-transform: lowercase !important;
  font-family: "SackersGothicStd", sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

#shopify-pc__prefs__essential label,
#shopify-pc__prefs__analytics label,
#shopify-pc__prefs__preferences label,
#shopify-pc__prefs__marketing label {
  text-transform: lowercase;
  font-family: "SackersGothicStd", sans-serif !important;
  font-size: 14px;
  font-weight: normal !important;
}

.shopify-pc__prefs__header-actions button {
  padding: 17px 25px !important;
}

.shopify-pc__prefs__option p {
  letter-spacing: 0.06rem !important;
  font-family: "ACaslonPro", sans-serif !important;
  font-style: var(--font-body-style) !important;
  font-weight: var(--font-body-weight) !important;
  line-height: calc(1 + 0.8 / var(--font-body-scale)) !important;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs:focus span {
  outline: none !important;
  box-shadow: none !important;
}

.shopify-pc__prefs__header-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

#shopify-pc__banner__btn-decline,
#shopify-pc__prefs__header-decline {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}

/* Disable blue highlight for all elements with cursor:pointer */
html {
  -webkit-tap-highlight-color: transparent;
}

.custom-collection-sorting-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .custom-collection-sorting-section {
    display: none;
  }
}

.custom-collection-sorting-section h1 {
  margin: 0;
  font-size: 1.6rem;
}

.custom-collection-sorting-section h1 span {
  font-size: 1rem;
}

.custom-collection-sorting-section .sorting-button {
  margin-left: auto;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  gap: 10px;
  justify-content: center;
  height: fit-content;
  font-family: "SackersGothicStd";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: lowercase;
  letter-spacing: 1.8px;
  background-color: transparent;
  cursor: pointer;
}

.custom-collection-sorting-section .sorting-button:hover {
  border: 1px solid rgba(0, 0, 0);
}

.sort-dropdown {
  position: relative;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  gap: 10px;
  justify-content: center;
  height: fit-content;
  background-color: transparent;
  cursor: pointer;
}

.sort-dropdown span {
  font-family: "SackersGothicStd";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: lowercase;
  letter-spacing: 1.8px;
  color: black;
}

.collection__filters__toggle {
  min-width: 0 !important;
  width: auto !important;
}

.dropdown-content {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: rgb(var(--color-background));
  min-width: 200px;
  max-width: 250px;
  width: 100%;
  /* box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2); */
  border: 1px solid #dcdbdb;
  padding: 12px 12px;
  z-index: 16;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.dropdown-content ul {
  margin: 0 !important;
  padding: 0;
}

.dropdown-content li {
  list-style-type: none;
  margin-bottom: 6px;
  display: flex;
}

.dropdown-content ul li .collection__sort__button {
  font-family: "SackersGothicStd" !important;
  text-transform: lowercase;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  padding: 4px;
  outline: none;
  border: 0;
}

.dropdown-content ul li.sort-active,
.dropdown-content ul li:hover {
  background-color: rgb(240, 240, 240);
  width: 100%;
}

/* .dropdown-content ul li .collection__sort__button:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  margin-top: 3px !important;
}

.dropdown-content ul li .collection__sort__button:after {
  width: 12px;
  height: 12px;
  background: none;
  margin: 7px 4px;
} */

div.active-facets {
  margin-bottom: 0 !important;
}

/* .mobile-sort-btn-submit{
  margin: auto 10px 10px 10px;
} */

span.active-facets__button-inner {
  padding: 10px 15px !important;
}

.active-facets {
  margin-top: 0px !important;
}

.mobile-sort-btn-submit-footer {
  position: sticky;
  background-color: rgb(var(--color-background));
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-sort-btn-submit-footer button {
  width: 100%;
}

.mobile-facets__label input[type="checkbox"].checkbox {
  border-radius: 0 !important;
}

.sort-dropdown:hover {
  border: 1px solid #000;
}

.collection_loop_search {
  display: none !important;
}

#stockAvailabilityIndicator {
  margin-bottom: 15px;
}

#onlineIdicatorText {
  text-transform: lowercase !important;
}

.stock-availablity-indicator {
  display: flex;
  align-items: center;
}

.stock-availablity-indicator p {
  margin: 0;
  font-family: "SackersGothicStd", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
}

div.online-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;

  border-radius: 50%;
  position: relative;
}

div.online-indicator.high {
  background-color: #0fcc45;
}

div.online-indicator.low {
  background-color: #ecbd5e;
}

span.blink {
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0.7;
  border-radius: 50%;
  animation: blink 1s linear infinite;
}

span.blink.high {
  background-color: #0fcc45;
}

span.blink.low {
  background-color: #ecbd5e;
}

@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}

.size_text {
  font-family: "ACaslonPro", sans-serif !important;
  cursor: default !important;
}

.metafield-rich_text_field * {
  /* font-family: "SackersGothicStd", sans-serif !important; */
}

.metafield-rich_text_field p {
  font-size: 13px !important;
  color: black !important;
  font-style: normal !important;
  text-decoration: none !important;
  letter-spacing: 0.04rem !important;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

.sale-link,
.sale-link span {
  color: #80280f !important;
}

/* .swiper-arrow-wrap{
  display: flex;
  align-items: center;
  height: 100%;
} */

.swiper-arrow-wrap .swiper-button-next,
.swiper-arrow-wrap .swiper-button-prev {
  transform: unset !important;
  top: 58% !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  /* background-color: transparent; */
}

.swiper-arrow-wrap .swiper-button-prev {
  left: 2px;
  z-index: 100 !important;
}

.swiper-arrow-wrap .swiper-button-next {
  right: 2px;
  z-index: 100 !important;
}

.banner_dektop.hide_mobile {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .banner_mobile {
    display: none;
  }

  .banner_mobile.hide_desktop {
    display: none !important;
  }

  .banner_dektop.hide_mobile {
    display: block !important;
  }
}

.product-recently__title {
  margin: 0 0 30px 0;
}

.wishlist-header-link .wkh-button {
  --icon-size: 24px;
  --icon-fill: transparent;
  --icon-stroke: #000000;
  --icon-stroke-width: 1px;
  --counter-size: 15px;

  display: flex;
  position: relative;
}

.wishlist-header-link .wkh-icon {
  height: 28px;
}

.wishlist-header-link .wkh-icon svg {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  overflow: visible;
  pointer-events: none;
}

.wishlist-header-link .wkh-icon svg path {
  fill: var(--icon-fill);
  stroke: var(--icon-stroke);
  stroke-width: var(--icon-stroke-width);
  vector-effect: non-scaling-stroke;
}

.wishlist-header-link .wkh-counter {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: -0.7rem;
  opacity: 0;
  color: white;
  font-size: 0.9rem;
  line-height: 0;
  padding: 1px 0 0 0.5px !important;
}

.wishlist-header-link .wkh-selected .wkh-counter {
  opacity: 1;
  transition: 0.2s opacity;
}

@media screen and (max-width: 990px) {
  .wishlist-header-link .wkh-counter {
    bottom: -0.7rem;
    right: -0.7rem;
  }

  .header {
    display: none !important;
  }

  .mobile__header {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    */
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 5px 20px;
    align-items: center;
  }

  .menu-drawer-section {
    flex: 1;
  }

  .mobile-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile__right_menu {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: end;
  }

  .mobile__right_menu .header__icon,
  .header__icon--cart .icon {
    width: unset;
    height: unset;
  }

  .header__heading-link img {
    height: 40px;
  }

  .cart-count-bubble {
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    right: 0;
  }

  .drawer__header h2 {
    display: flex !important;
    align-items: center !important;
  }

  .drawer__header h2,
  .drawer__header span {
    line-height: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
  }

  .wishlist-header-link .wkh-icon {
    height: unset !important;
  }

  .header__heading-link_mobile {
    flex: 1;
    grid-area: unset !important;
  }

  .wishlist-header-link .wkh-icon svg {
    height: 14.5px !important;
    width: 13px !important;
  }

  .wishlist-header-link .wkh-button {
    margin-left: unset !important;
  }
}

@media screen and (min-width: 991px) {
  .mobile__header {
    display: none;
  }
}

.nav-child-link-image-2 {
  border: 1px solid #80280F;
}

.nav-child-link-image-2 path {
  fill: #80280f !important;
}

/* Base transparent header styles */
sticky-header.color-transparent.index {
  background: transparent !important;
  transition: background-color 0.3s ease;
  border: 0 !important;
}

/* Header background on scroll/hover */
sticky-header.color-transparent.scrolled,
sticky-header.color-transparent.index:has(.header__menu-item:hover),
sticky-header.color-transparent.index:has(.mega-menu__content:hover),
sticky-header.color-transparent.index:hover {
  background-color: #F9F7F3 !important;
}

/* White header styles when not scrolled */
sticky-header.index.front-white:not(.scrolled) {
  /* Text color */
  & * {
    color: #fff !important;
  }

  /* Logo inversion */
  & .header__heading img,
  & .header__heading-logo {
    filter: invert(1);
  }

  /* Search bar */
  & .desktop__search__form {
    border-bottom: 1px solid #fff !important;
  }

  /* Icons */
  & .header__icon svg path,
  & .header__icon svg circle,
  & .wkh-icon svg path,
  & .icon-search svg,
  & .chevron-icon svg path {
    color: #fff !important;
    stroke: #fff !important;
  }

  & .icon-search {
    filter: invert(1);
  }

  /* Search placeholder */
  & .desktop__Search::placeholder {
    color: #ffffff95 !important;
  }

  /* Menu hover */
  & .header__menu-item:hover {
    text-decoration-color: #fff !important;
  }
}

/* Mega menu content always dark */
sticky-header.index.front-white .mega-menu__content * {
  color: #000 !important;
}

/* Header styles when menu/mega menu is hovered */
sticky-header.index.front-white:not(.scrolled):has(.header__menu-item:hover),
sticky-header.index.front-white:not(.scrolled):has(.mega-menu__content:hover),
sticky-header.index.front-white:not(.scrolled):hover {
  /* Reset all text color */
  & * {
    color: #000 !important;
  }

  /* Reset logo inversion */
  & .header__heading img,
  & .header__heading-logo {
    filter: invert(0);
  }

  /* Reset search bar */
  & .desktop__search__form {
    border-bottom: 1px solid #000 !important;
  }

  /* Reset icons */
  & .header__icon svg path,
  & .header__icon svg circle,
  & .wkh-icon svg path,
  & .icon-search svg,
  & .chevron-icon svg path {
    color: #000 !important;
    stroke: #000 !important;
  }

  & .icon-search {
    filter: invert(0);
  }

  /* Reset search placeholder */
  & .desktop__Search::placeholder {
    color: #00000043 !important;
  }

  /* Reset menu hover */
  & .header__menu-item:hover {
    text-decoration-color: #000 !important;
  }
}


.ogers-heading{
  all: unset;
  font-family: "SackersGothicStd", sans-serif !important;
  text-transform: lowercase !important;
  font-weight: normal !important;
  font-size: 24px !important;
  color: #000 !important;
}