/** Shopify CDN: Minification failed

Line 3592:0 All "@import" rules must come first

**/
  :root{
  --c-black:#0a0a08;
  --c-charcoal:#141412;
  --c-smoke:#1e1e1b;
  --c-grey:#2e2e2a;
  --c-muted:#6b6b60;
  --c-bone:#c8c4b8;
  --c-cream:#e8e4d8;
  --c-white:#f5f2ec;
  --c-gold:#b89a5a;

  --font-display:'Cormorant Garamond',serif;
  --font-body:'Montserrat',sans-serif;
}

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-margin-top {
  margin-top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.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-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tertiary {
  font-size: 1.2rem;
  padding: 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;
}

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 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-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-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;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================
   818 PREMIUM BRAND SYSTEM
   Based on client brand identity
================================ */

:root {
  --818-dark: #332E28;
  --818-taupe: #5E5853;
  --818-beige: #E9E0D7;
  --818-white: #FFFFFF;

  --818-font-display: 'Cormorant Garamond', Georgia, serif;
  --818-font-body: 'Montserrat', Arial, sans-serif;

  --818-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Montserrat:wght@300;400;500;600&display=swap');

/* Global */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--818-beige) !important;
  color: var(--818-dark) !important;
  font-family: var(--818-font-body) !important;
  font-weight: 300;
  letter-spacing: .01em;
}

h1, h2, h3,
.h0, .h1, .h2, .h3,
.banner__heading,
.rich-text__heading,
.collection__title,
.card__heading {
  font-family: var(--818-font-display) !important;
  font-weight: 300 !important;
  color: var(--818-dark) !important;
  letter-spacing: -0.025em;
}

/* Header */
.header-wrapper,
.shopify-section-header-sticky {
  background: rgba(233, 224, 215, .78) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(51, 46, 40, .12) !important;
}

.header {
  min-height: 68px;
}

.header__heading-logo,
.header__heading-link {
  transition: transform .4s var(--818-ease), opacity .4s var(--818-ease);
}

.header__heading-link:hover {
  transform: scale(.98);
  opacity: .75;
}

.header__menu-item,
.list-menu__item,
.header__icon {
  color: var(--818-dark) !important;
  font-family: var(--818-font-body) !important;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Hero / Banner */
.banner {
  min-height: 92vh !important;
  background: var(--818-beige);
  overflow: hidden;
}

.banner__media img {
  transform: scale(1.06);
  animation: imageSettle 8s var(--818-ease) forwards;
}

.banner::after {
  background: linear-gradient(
    180deg,
    rgba(51,46,40,.12) 0%,
    rgba(51,46,40,.20) 45%,
    rgba(233,224,215,.72) 100%
  ) !important;
}

.banner__box {
  background: transparent !important;
  max-width: 680px !important;
}

.banner__heading {
  font-size: clamp(4rem, 12vw, 8.5rem) !important;
  line-height: .9 !important;
  margin-bottom: 1.2rem !important;
}

.banner__text,
.banner__text p {
  color: var(--818-dark) !important;
  font-size: .78rem !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  max-width: 420px;
}

/* Buttons */
.button,
.shopify-payment-button__button,
a.button,
.banner__buttons .button {
  background: var(--818-dark) !important;
  color: var(--818-white) !important;
  border: 1px solid var(--818-dark) !important;
  border-radius: 0 !important;
  min-height: 48px;
  padding: 1rem 2rem;
  font-size: .68rem !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-family: var(--818-font-body) !important;
  transition: all .35s var(--818-ease);
}

.button:hover,
a.button:hover,
.banner__buttons .button:hover {
  background: var(--818-taupe) !important;
  border-color: var(--818-taupe) !important;
  transform: translateY(-2px);
}

/* Product Cards */
.card-wrapper,
.card,
.product-card-wrapper {
  background: transparent !important;
}

.card__inner {
  background: var(--818-white) !important;
  overflow: hidden;
}

.card__media img {
  transition: transform .8s var(--818-ease);
}

.card-wrapper:hover .card__media img {
  transform: scale(1.055);
}

.card__content {
  background: var(--818-beige) !important;
  padding-top: 1rem;
}

.card__heading,
.card__heading a {
  font-family: var(--818-font-display) !important;
  font-size: 1.35rem !important;
  color: var(--818-dark) !important;
  text-decoration: none !important;
}

.price,
.price-item {
  color: var(--818-taupe) !important;
  font-size: .78rem !important;
  letter-spacing: .08em;
}

/* Collection Sections */
.collection,
.featured-collection,
.product-grid-container {
  background: var(--818-beige) !important;
}

.collection__title,
.title-wrapper-with-link {
  text-align: center;
  justify-content: center;
}

.collection__title .title {
  font-size: clamp(2.5rem, 7vw, 5rem) !important;
}

/* Rich Text / Story */
.rich-text,
.image-with-text {
  background: var(--818-dark) !important;
  color: var(--818-beige) !important;
}

.rich-text h2,
.image-with-text h2,
.rich-text__heading {
  color: var(--818-beige) !important;
  font-size: clamp(2.8rem, 8vw, 6rem) !important;
  line-height: 1;
}

.rich-text__text,
.rich-text__text p,
.image-with-text__text,
.image-with-text__text p {
  color: rgba(233,224,215,.82) !important;
  font-size: .9rem;
  line-height: 1.9;
}

/* Footer */
.footer {
  background: var(--818-dark) !important;
  color: var(--818-beige) !important;
}

.footer a,
.footer-block__heading {
  color: var(--818-beige) !important;
}

/* Motion */
.banner__heading,
.banner__text,
.banner__buttons,
.collection__title,
.card-wrapper,
.rich-text__heading,
.rich-text__text {
  opacity: 0;
  transform: translateY(28px);
  animation: reveal818 .9s var(--818-ease) forwards;
}

.banner__text { animation-delay: .15s; }
.banner__buttons { animation-delay: .3s; }
.card-wrapper:nth-child(2) { animation-delay: .08s; }
.card-wrapper:nth-child(3) { animation-delay: .16s; }
.card-wrapper:nth-child(4) { animation-delay: .24s; }

@keyframes reveal818 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageSettle {
  to {
    transform: scale(1);
  }
}

/* Mobile polish */
@media screen and (max-width: 749px) {
  .banner {
    min-height: 88vh !important;
  }

  .banner__content {
    align-items: flex-end !important;
    padding-bottom: 4rem !important;
  }

  .banner__heading {
    font-size: clamp(3.6rem, 17vw, 6rem) !important;
  }

  .banner__text,
  .banner__text p {
    font-size: .68rem !important;
  }

  .grid {
    column-gap: 1px !important;
    row-gap: 2rem !important;
  }

  .card__heading,
  .card__heading a {
    font-size: 1.05rem !important;
  }
}

.header-wrapper.is-scrolled-818 {
  background: rgba(233, 224, 215, .92) !important;
  box-shadow: 0 12px 40px rgba(51,46,40,.08);
}


/* 818 Fixes After Mobile Preview */

.header__heading-logo {
  max-width: 110px !important;
  width: 110px !important;
}

.banner::after {
  background:
  linear-gradient(
    180deg,
    rgba(233,224,215,.15) 0%,
    rgba(233,224,215,.35) 40%,
    rgba(233,224,215,.75) 100%
  ) !important;
}

.banner__heading {
  color: #332E28 !important;
  opacity: 1 !important;
  z-index: 20;
  position: relative;
  text-shadow: 0 2px 20px rgba(255,255,255,.25);
}

.banner__text,
.banner__text p {
  color: #332E28 !important;
  opacity: 1 !important;
}

.collection-list .card {
  border: 1px solid rgba(51,46,40,.08);
  transition: all .4s ease;
}

.collection-list .card:hover {
  transform: translateY(-8px);
}

.collection-list .card__heading {
  font-size: 2rem !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}


.banner__heading {
  color: #f5f0ea !important;
  text-shadow:
    0 2px 10px rgba(0,0,0,.15),
    0 8px 40px rgba(0,0,0,.25);
}

.banner__text,
.banner__text p {
  color: #f5f0ea !important;
  letter-spacing: .25em !important;
  font-weight: 400 !important;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.05),
      rgba(0,0,0,.18)
    );
  z-index: 1;
}

.banner__content {
  position: relative;
  z-index: 3;
}


.banner__heading {
  max-width: 4ch !important;
  line-height: .9 !important;
}


.header__heading-logo {
  width: 140px !important;
  max-width: 140px !important;
}

/* 818 Final Hero Mobile Polish */

@media screen and (max-width: 749px) {
  .banner__heading {
    font-size: clamp(4.3rem, 15vw, 5.6rem) !important;
    line-height: .92 !important;
    max-width: 92vw !important;
  }

  .banner__buttons {
    margin-bottom: 3.5rem !important;
  }

  .banner__content {
    padding-bottom: 6rem !important;
  }
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.02) 0%,
      rgba(0,0,0,.10) 45%,
      rgba(0,0,0,.30) 100%
    );
  z-index: 1;
  pointer-events: none;
}

.banner__content {
  position: relative;
  z-index: 3;
}


/* =====================================
   818 Multicolumn Category Cards Upgrade
   For: Tops & Tees / Bottoms / Accessories
===================================== */

.multicolumn {
  background: #f7f4ef !important;
  padding-top: 4rem !important;
  padding-bottom: 4.5rem !important;
}

.multicolumn .title,
.multicolumn .multicolumn__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: clamp(2.8rem, 8vw, 5.5rem) !important;
  line-height: .95 !important;
  color: #332E28 !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

.multicolumn-list {
  gap: 1px !important;
}

.multicolumn-list__item {
  background: #E9E0D7 !important;
  border: 1px solid rgba(51, 46, 40, .10) !important;
  padding: 0 !important;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .45s ease !important;
}

.multicolumn-list__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(51,46,40,.10);
}

.multicolumn-card {
  background: #E9E0D7 !important;
  height: 100%;
}

.multicolumn-card__image-wrapper {
  background: #ffffff !important;
  overflow: hidden !important;
  margin: 0 !important;
  width: 100% !important;
}

.multicolumn-card__image-wrapper .media {
  padding-bottom: 68% !important;
}

.multicolumn-card__image,
.multicolumn-card__image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: grayscale(100%) contrast(.95) !important;
  transform: scale(1.03) !important;
  transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1),
              filter .5s ease !important;
}

.multicolumn-list__item:hover img {
  transform: scale(1.08) !important;
  filter: grayscale(20%) contrast(1) !important;
}

.multicolumn-card__info {
  background: #E9E0D7 !important;
  padding: 1.8rem 1.4rem 2rem !important;
}

.multicolumn-card__info h3,
.multicolumn-card__info h3 a {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: clamp(2rem, 7vw, 3rem) !important;
  line-height: 1 !important;
  color: #332E28 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.multicolumn-card__info h3::after {
  content: "Explore";
  display: block;
  margin-top: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5E5853;
}

.multicolumn-card__info .rte,
.multicolumn-card__info p {
  color: #5E5853 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .78rem !important;
  letter-spacing: .08em;
  line-height: 1.7;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .multicolumn {
    padding-top: 3rem !important;
    padding-bottom: 3.5rem !important;
  }

  .multicolumn-list {
    column-gap: 1px !important;
  }

  .multicolumn-list__item {
    min-height: 310px !important;
  }

  .multicolumn-card__image-wrapper .media {
    padding-bottom: 62% !important;
  }

  .multicolumn-card__info {
    padding: 1.5rem 1rem 1.8rem !important;
  }

  .multicolumn-card__info h3,
  .multicolumn-card__info h3 a {
    font-size: 2.15rem !important;
  }

  .multicolumn .slider-counter {
    font-family: 'Montserrat', Arial, sans-serif !important;
    color: #5E5853 !important;
    font-size: .8rem !important;
    letter-spacing: .08em;
  }

  .multicolumn .slider-button {
    color: #332E28 !important;
  }
}


/* =====================================
   818 Multicolumn Better Compact Version
===================================== */

.multicolumn {
  background: #f7f4ef !important;
  padding-top: 3rem !important;
  padding-bottom: 3.5rem !important;
}

.multicolumn-list__item {
  min-height: unset !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 .35rem !important;
  box-shadow: none !important;
}

.multicolumn-list__item:hover {
  transform: none !important;
  box-shadow: none !important;
}

.multicolumn-card {
  background: transparent !important;
}

.multicolumn-card__image-wrapper {
  background: #E9E0D7 !important;
  border: 1px solid rgba(51, 46, 40, .12) !important;
  overflow: hidden !important;
}

.multicolumn-card__image-wrapper .media {
  padding-bottom: 125% !important;
}

.multicolumn-card__image,
.multicolumn-card__image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: grayscale(100%) contrast(.95) !important;
  transform: scale(1.01) !important;
}

.multicolumn-card__info {
  background: transparent !important;
  padding: 1rem 0 0 !important;
}

.multicolumn-card__info h3,
.multicolumn-card__info h3 a {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.7rem !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  color: #332E28 !important;
  margin: 0 !important;
}

.multicolumn-card__info h3::after {
  content: "Explore";
  display: block;
  margin-top: .75rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .55rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5E5853;
}

/* remove big empty areas from slider */
.multicolumn .slider,
.multicolumn .grid {
  align-items: flex-start !important;
}

@media screen and (max-width: 749px) {
  .multicolumn {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
  }

  .multicolumn-list__item {
    padding: 0 .45rem !important;
  }

  .multicolumn-card__image-wrapper .media {
    padding-bottom: 118% !important;
  }

  .multicolumn-card__info h3,
  .multicolumn-card__info h3 a {
    font-size: 1.75rem !important;
  }
}


/* =====================================
   818 Native Marquee Strip
===================================== */

.eight-marquee {
  width: 100%;
  overflow: hidden;
  background: #332E28;
  color: #E9E0D7;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(233,224,215,.12);
  border-bottom: 1px solid rgba(233,224,215,.12);
}

.eight-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee818 22s linear infinite;
}

.eight-marquee__track span {
  flex: 0 0 auto;
  padding-right: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.2rem, 5vw, 2.8rem);
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #E9E0D7;
  line-height: 1;
}

@keyframes marquee818 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}

@media screen and (max-width: 749px) {
  .eight-marquee {
    padding: .9rem 0;
  }

  .eight-marquee__track {
    animation-duration: 18s;
  }

  .eight-marquee__track span {
    font-size: 1.55rem;
    letter-spacing: .06em;
    padding-right: 1.4rem;
  }
}


/* 818 Marquee Luxury Thin Version */

.eight-marquee {
  padding: .45rem 0 !important;
  min-height: 38px !important;
  background: #332E28 !important;
  border-top: 1px solid rgba(233,224,215,.10) !important;
  border-bottom: 1px solid rgba(233,224,215,.10) !important;
  display: flex !important;
  align-items: center !important;
}

.eight-marquee__track {
  animation-duration: 30s !important;
}

.eight-marquee__track span {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .72rem !important;
  font-weight: 400 !important;
  letter-spacing: .32em !important;
  text-transform: uppercase !important;
  color: #E9E0D7 !important;
  opacity: .88 !important;
  padding-right: 3rem !important;
  line-height: 1 !important;
}

@media screen and (max-width: 749px) {
  .eight-marquee {
    padding: .42rem 0 !important;
    min-height: 36px !important;
  }

  .eight-marquee__track span {
    font-size: .68rem !important;
    letter-spacing: .28em !important;
    padding-right: 2.4rem !important;
  }
}


/* 818 Multicolumn Final Slim Editorial Layout */

@media screen and (max-width: 749px) {
  .multicolumn {
    padding-top: 2.2rem !important;
    padding-bottom: 2.8rem !important;
  }

  .multicolumn-list__item {
    padding: 0 .35rem !important;
  }

  .multicolumn-card__image-wrapper {
    border: 1px solid rgba(51,46,40,.10) !important;
    background: #E9E0D7 !important;
  }

  .multicolumn-card__image-wrapper .media {
    padding-bottom: 95% !important;
  }

  .multicolumn-card__info {
    padding: .85rem 0 0 !important;
  }

  .multicolumn-card__info h3,
  .multicolumn-card__info h3 a {
    font-size: 1.45rem !important;
    line-height: 1.05 !important;
  }

  .multicolumn-card__info h3::after {
    margin-top: .55rem !important;
    font-size: .48rem !important;
    letter-spacing: .24em !important;
    opacity: .65;
  }

  .multicolumn .slider-buttons {
    margin-top: 1.5rem !important;
  }
}

iframe[src*="whatsapp"],
iframe[title*="whatsapp" i],
iframe[id*="whatsapp" i],
div[class*="whatsapp" i] {
  display: none !important;
}


/* 818 Show Native WhatsApp Button - Override app hide rule */

.eight-whatsapp {
  display: flex !important;
  position: fixed !important;
  right: 1rem !important;
  bottom: 5.8rem !important;
  z-index: 999999 !important;

  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;

  background: #332E28 !important;
  color: #E9E0D7 !important;

  align-items: center !important;
  justify-content: center !important;

  border: 1px solid rgba(233,224,215,.35) !important;
  box-shadow: 0 12px 30px rgba(51,46,40,.22) !important;
  text-decoration: none !important;
}

.eight-whatsapp svg {
  width: 23px !important;
  height: 23px !important;
  fill: currentColor !important;
  display: block !important;
}


/* 818 WhatsApp Final Refined Position */

.eight-whatsapp {
  width: 38px !important;
  height: 38px !important;

  right: 1.35rem !important;
  bottom: 7.4rem !important;

  background: rgba(51, 46, 40, .92) !important;
  color: #E9E0D7 !important;

  border: 1px solid rgba(233,224,215,.45) !important;
  box-shadow: 0 10px 26px rgba(51,46,40,.18) !important;

  opacity: .92 !important;
}

.eight-whatsapp svg {
  width: 20px !important;
  height: 20px !important;
}

.eight-whatsapp:hover {
  background: #5E5853 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 749px) {
  .eight-whatsapp {
    width: 36px !important;
    height: 36px !important;

    right: 1.15rem !important;
    bottom: 7.8rem !important;
  }

  .eight-whatsapp svg {
    width: 19px !important;
    height: 19px !important;
  }
}


.eight-whatsapp {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.eight-whatsapp svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  fill: currentColor !important;
  transform: none !important;
}


/* =====================================
   818 Brand Story Section
===================================== */

.eight-story {
  background: #332E28;
  color: #E9E0D7;
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.eight-story::before {
  content: "";
  position: absolute;
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  right: -20vw;
  top: -25vw;
  background: radial-gradient(circle, rgba(233,224,215,.08), transparent 68%);
  pointer-events: none;
}

.eight-story__inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.eight-story__eyebrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .65rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(233,224,215,.72);
  margin-bottom: 1.4rem;
}

.eight-story h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: .95;
  color: #E9E0D7 !important;
  margin: 0 0 2rem;
  letter-spacing: -.035em;
}

.eight-story p:not(.eight-story__eyebrow) {
  max-width: 460px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.9;
  color: rgba(233,224,215,.78);
  margin-bottom: 2rem;
}

.eight-story__link {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #E9E0D7;
  text-decoration: none;
  border-bottom: 1px solid rgba(233,224,215,.45);
  padding-bottom: .35rem;
  transition: opacity .25s ease, letter-spacing .25s ease;
}

.eight-story__link:hover {
  opacity: .7;
  letter-spacing: .26em;
}

@media screen and (max-width: 749px) {
  .eight-story {
    padding: 4.8rem 1.4rem;
  }

  .eight-story h2 {
    font-size: clamp(3.2rem, 14vw, 5.4rem);
  }

  .eight-story p:not(.eight-story__eyebrow) {
    font-size: .82rem;
  }
}


/* =====================================
   818 Featured Products / Product Grid
===================================== */

.featured-collection,
.collection {
  background: #f7f4ef !important;
  padding-top: 4rem !important;
  padding-bottom: 5rem !important;
}

.featured-collection .title,
.collection .title,
.title-wrapper-with-link .title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: clamp(3rem, 9vw, 6rem) !important;
  line-height: .95 !important;
  color: #332E28 !important;
  text-align: center !important;
}

.title-wrapper-with-link {
  justify-content: center !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

.product-grid {
  gap: 1px !important;
}

.product-grid .grid__item {
  padding: 0 !important;
}

.product-card-wrapper .card {
  background: #E9E0D7 !important;
  border: 1px solid rgba(51,46,40,.10) !important;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .45s ease !important;
}

.product-card-wrapper .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(51,46,40,.10);
}

.product-card-wrapper .card__inner {
  background: #fff !important;
  overflow: hidden !important;
}

.product-card-wrapper .card__media img {
  filter: grayscale(100%) contrast(.96) !important;
  transform: scale(1.01) !important;
  transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1),
              filter .5s ease !important;
}

.product-card-wrapper .card:hover .card__media img {
  transform: scale(1.06) !important;
  filter: grayscale(15%) contrast(1) !important;
}

.product-card-wrapper .card__content {
  background: #E9E0D7 !important;
  padding: 1.1rem 1rem 1.3rem !important;
}

.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.55rem !important;
  line-height: 1.05 !important;
  font-weight: 300 !important;
  color: #332E28 !important;
  text-decoration: none !important;
}

.product-card-wrapper .price,
.product-card-wrapper .price-item {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: #5E5853 !important;
  font-size: .72rem !important;
  letter-spacing: .12em !important;
  margin-top: .45rem !important;
}

.card__badge,
.badge {
  background: #332E28 !important;
  color: #E9E0D7 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .55rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 749px) {
  .featured-collection,
  .collection {
    padding-top: 3rem !important;
    padding-bottom: 3.8rem !important;
  }

  .product-grid {
    column-gap: 1px !important;
    row-gap: 1.6rem !important;
  }

  .product-card-wrapper .card__content {
    padding: .9rem .7rem 1.1rem !important;
  }

  .product-card-wrapper .card__heading,
  .product-card-wrapper .card__heading a {
    font-size: 1.2rem !important;
  }

  .product-card-wrapper .price,
  .product-card-wrapper .price-item {
    font-size: .65rem !important;
  }
}


/* =====================================
   818 Product Images Visibility Fix
===================================== */

.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .media,
.product-card-wrapper .media--transparent {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
  background: #E9E0D7 !important;
}

.product-card-wrapper .card__media {
  position: relative !important;
  width: 100% !important;
}

.product-card-wrapper .card__media .media {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 125% !important;
  position: relative !important;
}

.product-card-wrapper .card__media img,
.product-card-wrapper .media img,
.product-card-wrapper img.motion-reduce {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;

  object-fit: cover !important;
  object-position: center !important;

  filter: grayscale(100%) contrast(.96) !important;
  transform: scale(1.01) !important;
}

.product-card-wrapper .card:hover .card__media img,
.product-card-wrapper:hover .media img {
  filter: grayscale(15%) contrast(1) !important;
  transform: scale(1.06) !important;
}

/* make sure empty placeholder CSS doesn't cover real images */
.product-card-wrapper .card__inner::after {
  pointer-events: none !important;
  z-index: 0 !important;
}

.product-card-wrapper .card__media {
  z-index: 2 !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .card__media .media {
    padding-bottom: 120% !important;
  }
}


/* 818 Product Cards Final Balance */

.product-card-wrapper .card {
  background: #E9E0D7 !important;
  border: 1px solid rgba(51,46,40,.10) !important;
}

.product-card-wrapper .card__content {
  background: #E9E0D7 !important;
  padding: 1rem .95rem 1.2rem !important;
}

.product-card-wrapper .quick-add,
.product-card-wrapper .quick-add__submit {
  margin-top: .9rem !important;
}

.product-card-wrapper .quick-add__submit,
.product-card-wrapper button[name="add"] {
  background: #332E28 !important;
  color: #E9E0D7 !important;
  border: 1px solid #332E28 !important;
  border-radius: 0 !important;
  min-height: 48px !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .62rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.product-card-wrapper .quick-add__submit:hover,
.product-card-wrapper button[name="add"]:hover {
  background: #5E5853 !important;
  border-color: #5E5853 !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .card__content {
    padding: .85rem .75rem 1rem !important;
  }

  .product-card-wrapper .quick-add__submit,
  .product-card-wrapper button[name="add"] {
    min-height: 44px !important;
    font-size: .56rem !important;
    letter-spacing: .18em !important;
  }
}


/* 818 Product Section Final Mobile Polish */

@media screen and (max-width: 749px) {
  .featured-collection,
  .collection {
    padding-top: 2.4rem !important;
    padding-bottom: 3rem !important;
  }

  .featured-collection::before,
  .collection::before {
    display: none !important;
  }

  .featured-collection .title,
  .collection .title,
  .title-wrapper-with-link .title {
    font-size: 3.2rem !important;
    margin-bottom: 1.8rem !important;
  }

  .title-wrapper-with-link {
    margin-bottom: 1.6rem !important;
  }

  .product-card-wrapper .card__media .media {
    padding-bottom: 108% !important;
  }

  .product-card-wrapper .card__content {
    padding: .85rem .7rem 1rem !important;
  }

  .product-card-wrapper .card__heading,
  .product-card-wrapper .card__heading a {
    font-size: 1.05rem !important;
    line-height: 1.05 !important;
  }

  .product-card-wrapper .price,
  .product-card-wrapper .price-item {
    font-size: .6rem !important;
    letter-spacing: .12em !important;
  }

  .product-card-wrapper .quick-add__submit,
  .product-card-wrapper button[name="add"] {
    min-height: 42px !important;
    font-size: .5rem !important;
    letter-spacing: .2em !important;
    padding: .7rem .5rem !important;
  }

  .featured-collection .slider-buttons,
  .collection .slider-buttons {
    margin-top: 1.4rem !important;
  }
}

/* 818 Brand Story spacing fix */

.eight-story {
  padding-top: 4.8rem !important;
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 749px) {
  .eight-story {
    padding-top: 3.8rem !important;
    padding-bottom: 3rem !important;
  }

  .eight-story h2 {
    margin-bottom: 1.3rem !important;
  }

  .eight-story p:not(.eight-story__eyebrow) {
    margin-bottom: 1.5rem !important;
  }
}


/* 818 Story + Products Transition Final Fix */

.eight-story {
  padding-top: 4.2rem !important;
  padding-bottom: 2.2rem !important;
}

.eight-story__inner {
  transform: translateY(0) !important;
}

.featured-collection,
.collection {
  padding-top: 2.6rem !important;
}

@media screen and (max-width: 749px) {
  .eight-story {
    padding: 3.6rem 1.4rem 2rem !important;
  }

  .eight-story__eyebrow {
    margin-bottom: .9rem !important;
  }

  .eight-story h2 {
    font-size: clamp(2.9rem, 12vw, 4.5rem) !important;
    line-height: .95 !important;
    margin-bottom: 1rem !important;
  }

  .eight-story p:not(.eight-story__eyebrow) {
    font-size: .78rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1.1rem !important;
  }

  .eight-story__link {
    font-size: .58rem !important;
    letter-spacing: .22em !important;
  }

  .featured-collection,
  .collection {
    padding-top: 2.2rem !important;
  }

  .featured-collection .title,
  .collection .title,
  .title-wrapper-with-link .title {
    font-size: 3rem !important;
    margin-bottom: 1.5rem !important;
  }
}


/* =====================================
   818 Mobile Menu Premium Overlay
===================================== */

@media screen and (max-width: 989px) {
  /* Drawer background */
  .menu-drawer {
    background: #332E28 !important;
    color: #E9E0D7 !important;
    border: 0 !important;
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    background: #332E28 !important;
  }

  .menu-drawer__navigation {
    padding: 2.4rem 1.6rem 1.6rem !important;
  }

  /* Main menu links */
  .menu-drawer__menu-item,
  .menu-drawer__menu-item > span,
  .menu-drawer__menu-item a {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 300 !important;
    font-size: 2.4rem !important;
    line-height: 1.1 !important;
    color: #E9E0D7 !important;
    text-decoration: none !important;
    letter-spacing: -0.02em !important;
    padding: 1rem 0 !important;
  }

  .menu-drawer__menu-item {
    border-bottom: 1px solid rgba(233,224,215,.12) !important;
    min-height: 64px !important;
    transition: opacity .25s ease, transform .25s ease !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus {
    background: transparent !important;
    opacity: .7 !important;
  }

  /* Remove default grey hover */
  .menu-drawer__menu-item--active,
  .menu-drawer__menu-item:focus,
  .menu-drawer__close-button:focus {
    background: transparent !important;
  }

  /* Arrows / icons */
  .menu-drawer svg,
  .menu-drawer .icon {
    color: #E9E0D7 !important;
    fill: none !important;
  }

  /* Header icons when menu is open */
  details[open] > .header__icon--menu {
    color: #332E28 !important;
  }

  /* Submenu panel */
  .menu-drawer__submenu {
    background: #332E28 !important;
    color: #E9E0D7 !important;
  }

  .menu-drawer__close-button {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .65rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    color: #E9E0D7 !important;
    background: transparent !important;
    padding: 1.2rem 1.6rem !important;
    border-bottom: 1px solid rgba(233,224,215,.12) !important;
  }

  /* Utility links area */
  .menu-drawer__utility-links {
    background: #332E28 !important;
    border-top: 1px solid rgba(233,224,215,.12) !important;
    padding: 1.5rem 1.6rem 2rem !important;
  }

  .menu-drawer__utility-links a,
  .menu-drawer__account {
    color: rgba(233,224,215,.75) !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .65rem !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
  }

  /* Social icons */
  .menu-drawer .list-social__link {
    color: #E9E0D7 !important;
  }

  /* Overlay backdrop */
  .menu-drawer-container[open]::before {
    background: rgba(51,46,40,.45) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  /* Drawer animation polish */
  .js .menu-drawer {
    transition:
      transform .55s cubic-bezier(0.16, 1, 0.3, 1),
      visibility .55s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
}


/* 818 Mobile Menu Final Polish */

@media screen and (max-width: 989px) {
  .menu-drawer__menu-item,
  .menu-drawer__menu-item > span,
  .menu-drawer__menu-item a {
    font-size: 2.05rem !important;
    padding: .85rem 0 !important;
    min-height: 56px !important;
  }

  .menu-drawer__navigation {
    padding-top: 2rem !important;
  }

  .menu-drawer__utility-links {
    padding-top: 1.4rem !important;
    padding-bottom: 2.2rem !important;
  }

  .menu-drawer .list-social {
    gap: 1.4rem !important;
    margin-top: 1.4rem !important;
  }

  .menu-drawer .list-social__link {
    width: 32px !important;
    height: 32px !important;
    opacity: .85 !important;
  }

  body:has(.menu-drawer-container[open]) .eight-whatsapp {
    display: none !important;
  }
}


/* =====================================
   818 Header Size Refinement
===================================== */

@media screen and (max-width: 749px) {
  .header-wrapper {
    min-height: auto !important;
  }

  .header {
    min-height: 74px !important;
    height: 74px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header__heading-logo {
    width: 92px !important;
    max-width: 92px !important;
  }

  .header__icon,
  .header__icon--menu {
    width: 42px !important;
    height: 42px !important;
  }

  .header__icon .icon,
  .header__icon svg,
  .header__icon--menu svg {
    width: 25px !important;
    height: 25px !important;
  }

  .header__heading,
  .header__heading-link {
    padding: 0 !important;
  }
}


/* =====================================
   818 Home Transparent Header - Strong Version
   Works even if body.template-index does not exist
===================================== */

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

  /* Hide top announcement bar on homepage-like page */
  body:has(#MainContent .banner) .announcement-bar,
  body:has(#MainContent .banner) .announcement-bar-section,
  body:has(#MainContent .banner) .utility-bar,
  body:has(#MainContent .banner) .shopify-section-group-header-group:first-child {
    display: none !important;
  }

  /* Make header float over hero */
  body:has(#MainContent .banner) .header-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;

    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body:has(#MainContent .banner) sticky-header,
  body:has(#MainContent .banner) #shopify-section-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: transparent !important;
  }

  body:has(#MainContent .banner) .header {
    height: 74px !important;
    min-height: 74px !important;
    padding: 0 1.15rem !important;
    background: transparent !important;
  }

  /* Logo white */
  body:has(#MainContent .banner) .header__heading-logo {
    width: 76px !important;
    max-width: 76px !important;
    filter: brightness(0) invert(1) !important;
  }

  /* Icons white */
  body:has(#MainContent .banner) .header__icon,
  body:has(#MainContent .banner) .header__icon .icon,
  body:has(#MainContent .banner) .header__icon svg,
  body:has(#MainContent .banner) .header__icon path,
  body:has(#MainContent .banner) .header__icon circle {
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  body:has(#MainContent .banner) .header__icon {
    width: 42px !important;
    height: 42px !important;
  }

  body:has(#MainContent .banner) .header__icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  /* Thin hamburger */
  body:has(#MainContent .banner) .icon-hamburger path,
  body:has(#MainContent .banner) .header__icon--menu path {
    stroke: #ffffff !important;
    stroke-width: 1.4px !important;
  }

  /* Push hero up behind header */
  body:has(#MainContent .banner) #MainContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:has(#MainContent .banner) .banner {
    margin-top: 0 !important;
  }
}


/* =====================================
   818 Hamburger Menu
   Reference Layout + 818 Brand Colors
===================================== */

@media screen and (max-width: 989px) {
  .menu-drawer {
    background: #f7f4ef !important;
    color: #332E28 !important;
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container,
  .menu-drawer__submenu,
  .menu-drawer__utility-links {
    background: #f7f4ef !important;
    color: #332E28 !important;
  }

  .menu-drawer__navigation {
    display: none !important;
  }

  .eight-menu-custom {
    display: block !important;
    padding: 1.4rem 1.25rem 1.2rem !important;
    background: #f7f4ef !important;
  }

  .eight-menu-search {
    height: 58px !important;
    border: 1px solid rgba(51,46,40,.18) !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    gap: .8rem !important;
    padding: 0 1rem !important;
    margin-bottom: 1.8rem !important;
    background: #f3eee8 !important;
  }

  .eight-menu-search button {
    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #332E28 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .eight-menu-search svg {
    width: 23px !important;
    height: 23px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.5 !important;
  }

  .eight-menu-search input {
    flex: 1 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .92rem !important;
    letter-spacing: .02em !important;
    color: #332E28 !important;
    min-width: 0 !important;
  }

  .eight-menu-search input::placeholder {
    color: rgba(51,46,40,.45) !important;
  }

  .eight-menu-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: .9rem !important;
  }

  .eight-menu-card {
    min-height: 88px !important;
    border-radius: 8px !important;
    background: #efe8e0 !important;
    border: 1px solid rgba(51,46,40,.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 0 0 1.2rem !important;
    text-decoration: none !important;
    color: #332E28 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .eight-menu-card span {
    position: relative !important;
    z-index: 2 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
    color: #332E28 !important;
  }

  .eight-menu-card__image {
    width: 110px !important;
    height: 88px !important;
    flex: 0 0 110px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    overflow: hidden !important;
  }

  .eight-menu-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: right center !important;
    display: block !important;
  }

  .eight-menu-portal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    margin-top: 1.7rem !important;
    background: #332E28 !important;
    color: #E9E0D7 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .84rem !important;
    letter-spacing: .08em !important;
  }

  .menu-drawer__utility-links {
    border-top: 1px solid rgba(51,46,40,.10) !important;
    padding: 1.5rem 1.5rem 2rem !important;
  }

  .menu-drawer__account,
  .menu-drawer__utility-links a {
    color: #332E28 !important;
  }

  .menu-drawer .list-social__link,
  .menu-drawer .list-social__link svg {
    color: #332E28 !important;
    fill: #332E28 !important;
  }

  body:has(.menu-drawer-container[open]) .eight-whatsapp {
    display: none !important;
  }
}

/* =====================================
   818 Safe Hamburger Menu Card Layout
   CSS only - no Liquid edits
===================================== */

@media screen and (max-width: 989px) {
  .eight-menu-custom {
    display: none !important;
  }

  .menu-drawer {
    background: #f7f4ef !important;
    color: #332E28 !important;
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container,
  .menu-drawer__utility-links {
    background: #f7f4ef !important;
  }

  .menu-drawer__navigation {
    display: block !important;
    padding: 1.4rem 1.25rem 1rem !important;
  }

  .menu-drawer__menu {
    display: flex !important;
    flex-direction: column !important;
    gap: .85rem !important;
  }

  .menu-drawer__menu li {
    margin: 0 !important;
  }

  .menu-drawer__menu-item {
    min-height: 84px !important;
    background: #efe8e0 !important;
    border: 1px solid rgba(51,46,40,.08) !important;
    border-radius: 8px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    padding: 0 1.2rem !important;
    color: #332E28 !important;
    text-decoration: none !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .92rem !important;
    font-weight: 600 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;

    position: relative !important;
    overflow: hidden !important;
  }

  .menu-drawer__menu-item::after {
    content: "818";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);

    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3.8rem;
    font-weight: 300;
    letter-spacing: -.04em;
    color: rgba(51,46,40,.10);
    pointer-events: none;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus {
    background: #e9e0d7 !important;
    color: #332E28 !important;
  }

  .menu-drawer__menu-item .icon,
  .menu-drawer__menu-item svg {
    color: #332E28 !important;
    stroke: #332E28 !important;
    z-index: 2 !important;
  }

  .menu-drawer__utility-links {
    border-top: 1px solid rgba(51,46,40,.10) !important;
    padding: 1.4rem 1.5rem 2rem !important;
  }

  .menu-drawer__account,
  .menu-drawer__utility-links a {
    color: #332E28 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
  }

  .menu-drawer .list-social__link,
  .menu-drawer .list-social__link svg {
    color: #332E28 !important;
    fill: #332E28 !important;
  }

  body:has(.menu-drawer-container[open]) .eight-whatsapp {
    display: none !important;
  }
}

/* =====================================
   818 Mobile Menu Scroll + Social Fix
===================================== */

@media screen and (max-width: 989px) {
  .menu-drawer {
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 2rem !important;
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    min-height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .menu-drawer__navigation {
    flex: 0 0 auto !important;
    padding-bottom: 1rem !important;
  }

  .menu-drawer__utility-links {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    margin-top: auto !important;
    padding: 1.3rem 1.5rem 6rem !important;

    background: #f7f4ef !important;
    border-top: 1px solid rgba(51,46,40,.10) !important;
  }

  .menu-drawer .list-social {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    gap: 1.25rem !important;
    margin-top: 1.2rem !important;
    padding: 0 !important;
  }

  .menu-drawer .list-social__item {
    display: block !important;
  }

  .menu-drawer .list-social__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 34px !important;

    color: #332E28 !important;
    opacity: .85 !important;
  }

  .menu-drawer .list-social__link svg,
  .menu-drawer .list-social__link path {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    fill: #332E28 !important;
    color: #332E28 !important;
  }

  .menu-drawer__account {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    color: #332E28 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .82rem !important;
    letter-spacing: .04em !important;
  }
}

@media screen and (max-width: 989px) {
  .menu-drawer__menu {
    gap: .65rem !important;
  }

  .menu-drawer__menu-item {
    min-height: 72px !important;
    font-size: .82rem !important;
  }

  .menu-drawer__menu-item::after {
    font-size: 3.1rem !important;
  }
}


/* =====================================
   818 Menu Card Images - CSS Only
===================================== */

@media screen and (max-width: 989px) {
  .menu-drawer__menu-item {
    padding-right: 7.5rem !important;
  }

  .menu-drawer__menu-item::before {
    content: "";
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);

    width: 92px;
    height: 72px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 6px;
    opacity: .95;
    z-index: 1;
  }

  .menu-drawer__menu-item::after {
    right: 1.2rem !important;
    z-index: 0 !important;
    opacity: .25;
  }

  .menu-drawer__menu-item span,
  .menu-drawer__menu-item {
    position: relative;
    z-index: 2;
  }

  /* Card 1 */
  .menu-drawer__menu li:nth-child(1) .menu-drawer__menu-item::before {
    background-image: url("/cdn/shop/files/b568937fda9c5fda78c4d1ade4d2f482.jpg?v=1780179372");
  }

  /* Card 2 */
  .menu-drawer__menu li:nth-child(2) .menu-drawer__menu-item::before {
    background-image: url("/cdn/shop/files/10-ig-story-1080-1920.jpg?v=1780179326");
  }

  /* Card 3 */
  .menu-drawer__menu li:nth-child(3) .menu-drawer__menu-item::before {
    background-image: url("/cdn/shop/files/Untitled-1_copy.jpg?v=1777490938");
  }

  /* Card 4 */
  .menu-drawer__menu li:nth-child(4) .menu-drawer__menu-item::before {
    background-image: url("/cdn/shop/files/black-and-white-portrait-mens-fashion.jpg?v=1777619851");
  }
}


/* =====================================
   818 Product Page Mobile Polish
===================================== */

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

  /* Product page background */
  body[class*="product"] {
    background: #f7f4ef !important;
  }

  /* Smaller product page header */
  body[class*="product"] .header {
    height: 76px !important;
    min-height: 76px !important;
  }

  body[class*="product"] .header__heading-logo {
    width: 84px !important;
    max-width: 84px !important;
  }

  /* Product section spacing */
  .product {
    padding-top: 2rem !important;
    background: #f7f4ef !important;
  }

  .product.grid,
  .product--large,
  .product--medium,
  .product--small {
    row-gap: 1.8rem !important;
  }

  /* Product image area */
  .product__media-wrapper {
    padding: 0 1.25rem !important;
    margin-bottom: 1.2rem !important;
  }

  .product__media-list,
  .product__media-item,
  .product__media {
    background: #f7f4ef !important;
  }

  .product__media {
    border: 0 !important;
  }

  .product__media img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Zoom icon */
  .product__modal-opener .product__media-icon,
  .product__media-icon {
    width: 46px !important;
    height: 46px !important;
    background: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(51,46,40,.10) !important;
    box-shadow: 0 8px 24px rgba(51,46,40,.10) !important;
  }

  /* Product info */
  .product__info-wrapper {
    padding: 0 1.75rem 2rem !important;
  }

  .product__info-container {
    max-width: none !important;
  }

  .product__text,
  .product__vendor {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    letter-spacing: .28em !important;
    text-transform: uppercase !important;
    color: rgba(51,46,40,.55) !important;
    margin-bottom: .35rem !important;
  }

  .product__title,
  .product__title h1 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(3.3rem, 15vw, 5.2rem) !important;
    line-height: .9 !important;
    font-weight: 300 !important;
    color: #332E28 !important;
    margin-bottom: 1rem !important;
    letter-spacing: -.04em !important;
  }

  .price,
  .price-item,
  .product .price {
    font-family: 'Montserrat', Arial, sans-serif !important;
    color: #5E5853 !important;
    font-size: .82rem !important;
    letter-spacing: .12em !important;
  }

  /* Quantity */
  .product-form__quantity,
  .quantity {
    margin-top: 1.7rem !important;
  }

  .quantity__label,
  .form__label {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: .08em !important;
    color: #5E5853 !important;
    margin-bottom: .75rem !important;
  }

  .quantity {
    width: 170px !important;
    min-height: 54px !important;
    border: 1px solid rgba(51,46,40,.45) !important;
    background: transparent !important;
  }

  .quantity__button,
  .quantity__input {
    color: #332E28 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 1rem !important;
  }

  /* Add to cart */
  .product-form__buttons {
    max-width: none !important;
  }

  .product-form__submit,
  .shopify-payment-button__button {
    min-height: 58px !important;
    background: #332E28 !important;
    color: #E9E0D7 !important;
    border: 1px solid #332E28 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .65rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;

    transition: background .25s ease, transform .25s ease !important;
  }

  .product-form__submit:active {
    transform: scale(.985) !important;
  }

  .shopify-payment-button__button {
    margin-top: .7rem !important;
  }

  /* WhatsApp position on product page */
  body[class*="product"] .eight-whatsapp {
    bottom: 8.7rem !important;
    right: 1.15rem !important;
  }
}


/* =====================================
   818 Product Page Final Mobile Layout
===================================== */

@media screen and (max-width: 749px) {
  /* tighter top spacing */
  .product {
    padding-top: 1.2rem !important;
  }

  /* image wrapper: less empty side space */
  .product__media-wrapper {
    padding: 0 .85rem !important;
    margin-bottom: .8rem !important;
  }

  .product__media-list {
    margin-bottom: 0 !important;
  }

  .product__media-item {
    padding: 0 !important;
  }

  .product__media {
    background: #f7f4ef !important;
  }

  .product__media img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* make image feel more editorial */
  .product__media.media {
    border: 1px solid rgba(51,46,40,.06) !important;
  }

  /* product info closer + cleaner */
  .product__info-wrapper {
    padding: 0 1.45rem 2rem !important;
  }

  .product__text,
  .product__vendor {
    font-size: .66rem !important;
    letter-spacing: .30em !important;
    margin-bottom: .25rem !important;
  }

  .product__title,
  .product__title h1 {
    font-size: clamp(3.1rem, 14vw, 4.7rem) !important;
    margin-bottom: .75rem !important;
  }

  .product .price,
  .product .price-item {
    font-size: .76rem !important;
    letter-spacing: .14em !important;
  }

  /* quantity less bulky */
  .product-form__quantity {
    margin-top: 1.35rem !important;
    margin-bottom: 1.2rem !important;
  }

  .quantity__label,
  .form__label {
    font-size: .88rem !important;
    margin-bottom: .55rem !important;
  }

  .quantity {
    width: 150px !important;
    min-height: 48px !important;
  }

  /* buttons */
  .product-form__submit,
  .shopify-payment-button__button {
    min-height: 54px !important;
    font-size: .58rem !important;
    letter-spacing: .22em !important;
  }

  .shopify-payment-button__button {
    margin-top: .65rem !important;
  }

  /* share */
  .share-button,
  .share-button__button {
    color: #332E28 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .9rem !important;
  }

  /* move whatsapp away from buttons */
  body[class*="product"] .eight-whatsapp {
    bottom: 12.2rem !important;
    right: 1.05rem !important;
    width: 34px !important;
    height: 34px !important;
  }

  body[class*="product"] .eight-whatsapp svg {
    width: 18px !important;
    height: 18px !important;
  }
}

/* =====================================
   818 Product Page Strong Override
   Put this at the VERY END of base.css
===================================== */

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

  /* Main product section */
  main .shopify-section:has(.product__info-wrapper),
  main .shopify-section:has(product-info),
  .section-template--main,
  .product-section {
    background: #f7f4ef !important;
  }

  /* Product container */
  .product,
  .product.grid,
  .product--large,
  .product--medium,
  .product--small,
  .product__info-container,
  product-info {
    background: #f7f4ef !important;
  }

  /* Image area */
  .product__media-wrapper {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    margin-top: 1rem !important;
    margin-bottom: .8rem !important;
  }

  .product__media-list {
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media-item,
  .product__media,
  .product-media-container,
  .media,
  .global-media-settings {
    background: #f7f4ef !important;
    border: 0 !important;
  }

  .product__media img,
  .product-media-container img,
  .product__media-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* Product info closer */
  .product__info-wrapper,
  .product__info-container,
  product-info {
    padding-left: 1.45rem !important;
    padding-right: 1.45rem !important;
    padding-bottom: 2rem !important;
  }

  .product__info-container > * + * {
    margin-top: 1rem !important;
  }

  /* Vendor */
  .product__text,
  .product__vendor,
  .product__info-container .caption-with-letter-spacing {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .66rem !important;
    letter-spacing: .30em !important;
    text-transform: uppercase !important;
    color: rgba(51,46,40,.55) !important;
    margin-bottom: .25rem !important;
  }

  /* Title */
  .product__title,
  .product__title h1,
  .product__info-container h1 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(3rem, 14vw, 4.7rem) !important;
    line-height: .9 !important;
    font-weight: 300 !important;
    letter-spacing: -.04em !important;
    color: #332E28 !important;
    margin: 0 0 .75rem !important;
  }

  /* Price */
  .product .price,
  .product .price-item,
  .product__info-container .price,
  .product__info-container .price-item {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .76rem !important;
    letter-spacing: .14em !important;
    color: #5E5853 !important;
  }

  /* Quantity */
  .product-form__quantity {
    margin-top: 1.25rem !important;
    margin-bottom: 1.1rem !important;
  }

  .quantity__label,
  .form__label {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .88rem !important;
    letter-spacing: .08em !important;
    color: #5E5853 !important;
    margin-bottom: .55rem !important;
  }

  .quantity {
    width: 150px !important;
    min-height: 48px !important;
    border: 1px solid rgba(51,46,40,.45) !important;
    background: transparent !important;
  }

  .quantity__button,
  .quantity__input {
    color: #332E28 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
  }

  /* Buttons */
  .product-form__buttons {
    max-width: none !important;
  }

  .product-form__submit,
  .shopify-payment-button__button,
  .product-form button[type="submit"] {
    min-height: 54px !important;
    background: #332E28 !important;
    color: #E9E0D7 !important;
    border: 1px solid #332E28 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .58rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  .shopify-payment-button__button {
    margin-top: .65rem !important;
  }

  /* Hide WhatsApp only on product page layout */
  body:has(.product__info-wrapper) .eight-whatsapp,
  body:has(product-info) .eight-whatsapp {
    display: none !important;
  }
}

/* =====================================
   818 Product Page Tight Final Polish
===================================== */

@media screen and (max-width: 749px) {
  /* reduce top empty space before image */
  .product__media-wrapper {
    margin-top: 0 !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    margin-bottom: .25rem !important;
  }

  .product__media-list {
    padding-top: 0 !important;
  }

  /* make product image wider */
  .product__media,
  .product-media-container,
  .global-media-settings {
    max-width: none !important;
    width: 100% !important;
  }

  .product__media img,
  .product-media-container img,
  .product__media-item img {
    width: 100% !important;
  }

  /* bring info closer to image */
  .product__info-wrapper,
  .product__info-container,
  product-info {
    padding-top: .4rem !important;
  }

  .product__info-container > * + * {
    margin-top: .75rem !important;
  }

  .product__text,
  .product__vendor,
  .product__info-container .caption-with-letter-spacing {
    margin-top: 0 !important;
  }

  .product__title,
  .product__title h1,
  .product__info-container h1 {
    font-size: clamp(2.9rem, 13vw, 4.4rem) !important;
  }

  .product-form__quantity {
    margin-top: 1rem !important;
  }

  .quantity {
    width: 145px !important;
    min-height: 46px !important;
  }

  .product-form__submit,
  .shopify-payment-button__button,
  .product-form button[type="submit"] {
    min-height: 52px !important;
  }

  /* keep buy button away from Safari bottom bar */
  .product-form__buttons {
    padding-bottom: 2.5rem !important;
  }

  /* product page: hide WhatsApp to reduce clutter */
  body:has(.product__info-wrapper) .eight-whatsapp,
  body:has(product-info) .eight-whatsapp {
    display: none !important;
  }
}


/* =====================================
   818 Product Image Restore + Safe Wide Version
===================================== */

@media screen and (max-width: 749px) {
  .product__media-wrapper {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: .75rem !important;
    padding-right: .75rem !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: .6rem !important;
  }

  .product__media-list,
  .product__media-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product__media,
  .product-media-container,
  .global-media-settings {
    width: 100% !important;
    max-width: 100% !important;
    background: #f7f4ef !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  .product__media img,
  .product-media-container img,
  .product__media-item img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    object-fit: cover !important;
    object-position: center !important;
  }

  .product__media::before,
  .media::before,
  .product-media-container::before {
    display: block !important;
  }
}

/* =====================================
   818 Product Image Position Fix
   Removes big empty space above image
===================================== */

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

  /* remove product top gaps */
  .product,
  .product.grid,
  .product--large,
  .product--medium,
  .product--small {
    padding-top: 0 !important;
    margin-top: 0 !important;
    row-gap: .8rem !important;
  }

  /* media wrapper should start immediately */
  .product__media-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: .45rem !important;
    padding-right: .45rem !important;
    margin-bottom: .7rem !important;
  }

  .product__media-list,
  .product__media-item {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* keep Shopify image ratio working */
  .product__media,
  .product-media-container,
  .global-media-settings {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #f7f4ef !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  /* image visibility */
  .product__media img,
  .product-media-container img,
  .product__media-item img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* remove extra section padding above product */
  main .shopify-section:has(.product__media-wrapper) {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* reduce gap between image and product info */
  .product__info-wrapper,
  .product__info-container,
  product-info {
    padding-top: .2rem !important;
    margin-top: 0 !important;
  }
}

/* =====================================
   818 Product Image Controlled Height
   Full width feel without taking whole page
===================================== */

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

  .product__media-wrapper {
    padding-left: .55rem !important;
    padding-right: .55rem !important;
    margin-bottom: .9rem !important;
  }

  .product__media,
  .product-media-container,
  .global-media-settings {
    width: 100% !important;
    max-height: 480px !important;
aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
    background: #f7f4ef !important;
  }

  .product__media img,
  .product-media-container img,
  .product__media-item img {
    width: 100% !important;
    height: 100% !important;
    max-height: 520px !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }

  .product__info-wrapper,
  .product__info-container,
  product-info {
    padding-top: .4rem !important;
  }
}


/* =====================================
   818 Product Accordions Premium Style
===================================== */

@media screen and (max-width: 749px) {
  .product__accordion,
  .accordion {
    border-top: 1px solid rgba(51,46,40,.14) !important;
    border-bottom: 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
  }

  .product__accordion summary,
  .accordion summary {
    min-height: 58px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .product__accordion .summary__title,
  .accordion .summary__title {
    display: flex !important;
    align-items: center !important;
  }

  .product__accordion .accordion__title,
  .accordion .accordion__title {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    font-weight: 500 !important;
    letter-spacing: .20em !important;
    text-transform: uppercase !important;
    color: #332E28 !important;
  }

  .product__accordion .icon-caret,
  .accordion .icon-caret,
  .product__accordion summary svg,
  .accordion summary svg {
    width: 13px !important;
    height: 13px !important;
    color: #332E28 !important;
    opacity: .65 !important;
  }

  .product__accordion .accordion__content,
  .accordion .accordion__content {
    padding: 0 0 1.4rem !important;
    margin: 0 !important;
    color: #5E5853 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .82rem !important;
    line-height: 1.85 !important;
  }

  .product__accordion .accordion__content p,
  .accordion .accordion__content p {
    color: #5E5853 !important;
    font-size: .82rem !important;
    line-height: 1.85 !important;
    margin: 0 0 .9rem !important;
  }

  .product__accordion:last-of-type,
  .accordion:last-of-type {
    border-bottom: 1px solid rgba(51,46,40,.14) !important;
  }

  .product__accordion details[open] summary,
  .accordion details[open] summary {
    border-bottom: 0 !important;
  }
}

/* 818 Product Share Link */

@media screen and (max-width: 749px) {
  .share-button {
    margin-top: 1.4rem !important;
  }

  .share-button__button {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: rgba(51,46,40,.65) !important;
    min-height: 44px !important;
  }

  .share-button__button svg {
    width: 16px !important;
    height: 16px !important;
    color: rgba(51,46,40,.65) !important;
  }
}


/* =====================================
   818 Cart Drawer Premium Style
===================================== */

.cart-drawer,
.drawer,
.drawer__inner {
  background: #f7f4ef !important;
  color: #332E28 !important;
}

.drawer__inner {
  border-left: 1px solid rgba(51,46,40,.10) !important;
}

.drawer__header {
  padding: 1.4rem 1.4rem 1.1rem !important;
  border-bottom: 1px solid rgba(51,46,40,.12) !important;
}

.drawer__heading,
.cart-drawer__heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2.4rem !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #332E28 !important;
  letter-spacing: -.03em !important;
}

.drawer__close {
  color: #332E28 !important;
}

.drawer__close svg,
.drawer__close path {
  stroke: #332E28 !important;
}

/* Cart items */
.cart-drawer__items,
.drawer__contents {
  background: #f7f4ef !important;
}

.cart-item {
  border-bottom: 1px solid rgba(51,46,40,.10) !important;
  padding: 1.2rem 0 !important;
}

.cart-item__media {
  width: 92px !important;
}

.cart-item__image {
  border-radius: 0 !important;
  background: #E9E0D7 !important;
  object-fit: cover !important;
}

.cart-item__name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.35rem !important;
  font-weight: 300 !important;
  color: #332E28 !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
}

.cart-item__details,
.cart-item__details *,
.product-option,
.cart-item__price-wrapper,
.cart-item__totals {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: #5E5853 !important;
  font-size: .72rem !important;
  letter-spacing: .05em !important;
}

.cart-item__quantity-wrapper {
  margin-top: .8rem !important;
}

.cart-item quantity-input,
.cart-item .quantity {
  width: 116px !important;
  min-height: 38px !important;
  border: 1px solid rgba(51,46,40,.28) !important;
  background: transparent !important;
}

.cart-item .quantity__button,
.cart-item .quantity__input {
  color: #332E28 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Remove button */
.cart-remove-button,
.cart-remove-button .button {
  color: rgba(51,46,40,.55) !important;
}

.cart-remove-button svg,
.cart-remove-button path {
  fill: rgba(51,46,40,.55) !important;
}

/* Footer */
.cart-drawer__footer,
.drawer__footer {
  background: #f7f4ef !important;
  border-top: 1px solid rgba(51,46,40,.12) !important;
  padding: 1.3rem 1.4rem 1.6rem !important;
}

.totals,
.totals__total,
.totals__total-value {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: #332E28 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.totals__total {
  font-size: .78rem !important;
}

.totals__total-value {
  font-size: .82rem !important;
}

.tax-note,
.cart-drawer__footer small,
.drawer__footer small {
  color: rgba(51,46,40,.55) !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .72rem !important;
  line-height: 1.6 !important;
}

/* Checkout button */
.cart__checkout-button,
.drawer__footer .button,
.cart-drawer__footer .button {
  background: #332E28 !important;
  color: #E9E0D7 !important;
  border: 1px solid #332E28 !important;
  border-radius: 0 !important;
  min-height: 54px !important;

  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .65rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;

  transition: background .25s ease, transform .25s ease !important;
}

.cart__checkout-button:hover,
.drawer__footer .button:hover,
.cart-drawer__footer .button:hover {
  background: #5E5853 !important;
  border-color: #5E5853 !important;
}

.cart__checkout-button:active {
  transform: scale(.985) !important;
}

/* Empty cart */
.drawer__inner-empty,
.cart-drawer__empty-content {
  background: #f7f4ef !important;
  color: #332E28 !important;
}

.cart-drawer__empty-content h2,
.drawer__inner-empty h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2.8rem !important;
  font-weight: 300 !important;
  color: #332E28 !important;
}

.cart-drawer__empty-content .button,
.drawer__inner-empty .button {
  background: #332E28 !important;
  color: #E9E0D7 !important;
  border-radius: 0 !important;
}

/* Mobile cart drawer polish */
@media screen and (max-width: 749px) {
  .drawer__inner {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .drawer__header {
    padding-top: 1.2rem !important;
  }

  .drawer__heading,
  .cart-drawer__heading {
    font-size: 2.2rem !important;
  }

  .cart-item__media {
    width: 84px !important;
  }

  .cart-item__name {
    font-size: 1.2rem !important;
  }

  .cart-drawer__footer,
  .drawer__footer {
    padding-bottom: 2.4rem !important;
  }

  body:has(.drawer.active) .eight-whatsapp,
  body:has(cart-drawer.active) .eight-whatsapp {
    display: none !important;
  }
}


/* =====================================
   818 Cart Notification / Added to Cart Fix
===================================== */

@media screen and (max-width: 749px) {
  .cart-notification-wrapper,
  .cart-notification {
    background: #f7f4ef !important;
    color: #332E28 !important;
    border: 0 !important;
    box-shadow: 0 18px 50px rgba(51,46,40,.10) !important;
  }

  .cart-notification {
    padding: 1.4rem 1.4rem 1.8rem !important;
  }

  .cart-notification__header {
    align-items: center !important;
    margin-bottom: 1.4rem !important;
  }

  .cart-notification__heading {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.45rem !important;
    font-weight: 300 !important;
    color: #332E28 !important;
    letter-spacing: .02em !important;
  }

  .cart-notification__close {
    color: #332E28 !important;
  }

  .cart-notification-product {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    gap: 1rem !important;
    align-items: start !important;

    background: #efe8e0 !important;
    padding: 1rem !important;
    margin-bottom: 1.4rem !important;
    min-height: auto !important;
  }

  .cart-notification-product__image,
  .cart-notification-product img {
    width: 92px !important;
    height: 120px !important;
    object-fit: cover !important;
    display: block !important;
    background: #E9E0D7 !important;
  }

  .cart-notification-product__name,
  .cart-notification-product__name h3,
  .cart-notification-product h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.55rem !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    color: #332E28 !important;
    margin: 0 0 .45rem !important;
    text-transform: none !important;
  }

  .cart-notification-product dl,
  .cart-notification-product .product-option,
  .cart-notification-product__details,
  .cart-notification-product * {
    font-family: 'Montserrat', Arial, sans-serif;
  }

  .cart-notification__links {
    display: flex !important;
    flex-direction: column !important;
    gap: .85rem !important;
    margin-top: 0 !important;
  }

  .cart-notification__links .button,
  .cart-notification__links button,
  .cart-notification__links a.button {
    width: 100% !important;
    min-height: 54px !important;
    background: #332E28 !important;
    color: #E9E0D7 !important;
    border: 1px solid #332E28 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .62rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  .cart-notification__links .link,
  .cart-notification__links a:not(.button),
  .cart-notification__links button.link {
    color: #332E28 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .9rem !important;
    letter-spacing: .08em !important;
    text-underline-offset: .25rem !important;
    margin-top: .3rem !important;
  }

  /* Remove huge empty product preview area */
  .cart-notification-product .cart-notification-product__info,
  .cart-notification-product__info {
    min-height: auto !important;
    padding: 0 !important;
  }

  /* Hide WhatsApp while notification/cart is open */
  body:has(.cart-notification.active) .eight-whatsapp,
  body:has(.cart-notification[open]) .eight-whatsapp {
    display: none !important;
  }
}

/* =====================================
   818 Cart Page Premium Fix
===================================== */

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

  /* Cart page base */
  body:has(.cart-items),
  body:has(cart-items),
  body:has(.cart__items) {
    background: #332E28 !important;
  }

  main:has(.cart-items),
  main:has(cart-items),
  main:has(.cart__items) {
    background: #332E28 !important;
    color: #E9E0D7 !important;
  }

  /* Hide WhatsApp on cart page */
  body:has(.cart-items) .eight-whatsapp,
  body:has(cart-items) .eight-whatsapp,
  body:has(.cart__items) .eight-whatsapp {
    display: none !important;
  }

  /* Reduce top clutter on cart page */
  body:has(.cart-items) .eight-marquee,
  body:has(cart-items) .eight-marquee,
  body:has(.cart__items) .eight-marquee {
    display: none !important;
  }

  /* Cart container */
  .cart,
  .cart__items,
  cart-items,
  .cart-items {
    background: #332E28 !important;
    color: #E9E0D7 !important;
  }

  .cart__warnings,
  .cart__empty-text,
  .cart__contents {
    background: #332E28 !important;
    color: #E9E0D7 !important;
  }

  /* Continue shopping */
  .cart__warnings a,
  .cart__empty-text a,
  .underlined-link,
  .cart a {
    color: #E9E0D7 !important;
    text-underline-offset: .25rem !important;
  }

  /* Table headings */
  .cart-items th,
  .cart-items thead th {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .65rem !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
    color: rgba(233,224,215,.68) !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(233,224,215,.18) !important;
  }

  /* Cart item row */
  .cart-item {
    border-bottom: 1px solid rgba(233,224,215,.16) !important;
    padding: 1.4rem 0 !important;
  }

  .cart-item__image-container,
  .cart-item__media {
    width: 92px !important;
  }

  .cart-item__image {
    width: 92px !important;
    height: 126px !important;
    object-fit: cover !important;
    background: #E9E0D7 !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.45rem !important;
    font-weight: 300 !important;
    line-height: 1.05 !important;
    color: #E9E0D7 !important;
    text-decoration: none !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option,
  .cart-item__details *,
  .cart-item__totals,
  .cart-item__totals * {
    font-family: 'Montserrat', Arial, sans-serif !important;
    color: rgba(233,224,215,.72) !important;
    font-size: .72rem !important;
    letter-spacing: .06em !important;
  }

  /* Quantity input visible */
  .cart-item .quantity {
    width: 130px !important;
    min-height: 44px !important;
    border: 1px solid rgba(233,224,215,.45) !important;
    background: transparent !important;
  }

  .cart-item .quantity__button,
  .cart-item .quantity__input {
    color: #E9E0D7 !important;
    background: transparent !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .95rem !important;
  }

  .cart-item .quantity__button svg,
  .cart-item .quantity__button path {
    color: #E9E0D7 !important;
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  /* Remove icon */
  cart-remove-button,
  .cart-remove-button,
  .cart-remove-button a,
  .cart-remove-button button {
    color: #E9E0D7 !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg,
  cart-remove-button path,
  .cart-remove-button path {
    fill: #E9E0D7 !important;
    stroke: #E9E0D7 !important;
  }

  /* Footer / checkout area */
  .cart__footer,
  .cart__blocks,
  .cart__ctas {
    background: #332E28 !important;
    color: #E9E0D7 !important;
  }

  .cart__footer {
    padding: 1.5rem 1.4rem 7rem !important;
    border-top: 1px solid rgba(233,224,215,.16) !important;
  }

  .totals,
  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    color: #E9E0D7 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }

  .tax-note,
  .cart__footer small,
  .cart__footer p {
    color: rgba(233,224,215,.65) !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    line-height: 1.6 !important;
  }

  /* Checkout button */
  .cart__checkout-button,
  .cart__ctas button,
  .cart__ctas .button {
    width: 100% !important;
    min-height: 56px !important;

    background: #E9E0D7 !important;
    color: #332E28 !important;
    border: 1px solid #E9E0D7 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .65rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  .cart__checkout-button:hover,
  .cart__ctas button:hover,
  .cart__ctas .button:hover {
    background: #f7f4ef !important;
    border-color: #f7f4ef !important;
  }

  /* Cart page accordions */
  .cart .accordion,
  .cart__footer .accordion {
    border-color: rgba(233,224,215,.18) !important;
  }

  .cart .accordion__title,
  .cart__footer .accordion__title {
    color: #E9E0D7 !important;
  }

  .cart .accordion__content,
  .cart__footer .accordion__content,
  .cart .accordion__content p {
    color: rgba(233,224,215,.72) !important;
  }
}

@media screen and (max-width: 749px) {
  button[name="checkout"],
  input[name="checkout"],
  form[action="/cart"] button[type="submit"],
  .cart__checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 56px !important;

    background: #E9E0D7 !important;
    color: #332E28 !important;
    border: 1px solid #E9E0D7 !important;

    font-size: .65rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }
}

/* =====================================
   818 Hide Marquee On Cart Page - Strong
===================================== */

/* لو Shopify حاطط cart class على body */
body.template-cart .eight-marquee,
body.template-cart [class*="marquee"],
body.template-cart [class*="scrolling"],
body.template-cart .announcement-bar,
body.template-cart .announcement-bar-section {
  display: none !important;
}

/* لو الصفحة فيها cart form/table */
body:has(form[action="/cart"]) .eight-marquee,
body:has(form[action="/cart"]) [class*="marquee"],
body:has(form[action="/cart"]) [class*="scrolling"] {
  display: none !important;
}

/* لو الصفحة فيها cart items */
body:has(.cart-items) .eight-marquee,
body:has(.cart-items) [class*="marquee"],
body:has(cart-items) .eight-marquee,
body:has(cart-items) [class*="marquee"],
body:has(.cart__items) .eight-marquee,
body:has(.cart__items) [class*="marquee"] {
  display: none !important;
}

html.is-cart-page-818 .eight-marquee,
html.is-cart-page-818 .eight-marquee__track,
html.is-cart-page-818 .shopify-section:has(.eight-marquee) {
  display: none !important;
}

/* =====================================
   818 Hide SBS Marquee On Cart Page
===================================== */

body:has(form[action="/cart"]) .sbs-center,
body:has(form[action="/cart"]) .sbs-textarea,
body:has(form[action="/cart"]) [class*="slbn-"],
body:has(.cart-items) .sbs-center,
body:has(.cart-items) .sbs-textarea,
body:has(.cart-items) [class*="slbn-"],
body:has(cart-items) .sbs-center,
body:has(cart-items) .sbs-textarea,
body:has(cart-items) [class*="slbn-"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =====================================
   818 Cart Page Final Readability Polish
===================================== */

@media screen and (max-width: 749px) {
  .cart-item__name,
  .cart-item__name a,
  .cart-item__details,
  .cart-item__details *,
  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .cart-item__totals,
  .cart-item__totals * {
    opacity: 1 !important;
    color: #E9E0D7 !important;
  }

  .cart-item__details .product-option,
  .product-option {
    color: rgba(233,224,215,.72) !important;
  }

  .cart-item .quantity {
    background: rgba(233,224,215,.04) !important;
    border: 1px solid rgba(233,224,215,.45) !important;
  }

  .cart-item .quantity__input,
  .cart-item .quantity__button {
    opacity: 1 !important;
    color: #E9E0D7 !important;
  }

  .cart__footer,
  .cart__blocks,
  .cart__ctas {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;

    background: #E9E0D7 !important;
    color: #332E28 !important;
    border: 1px solid #E9E0D7 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .68rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }
}

/* =====================================
   818 Cart Page Bigger Mobile Elements
===================================== */

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

  /* product title */
  .cart-item__name,
  .cart-item__name a {
    font-size: 1.85rem !important;
    line-height: 1.05 !important;
    color: #E9E0D7 !important;
  }

  /* price / options / totals */
  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .cart-item__details,
  .cart-item__details *,
  .product-option,
  .cart-item__totals,
  .cart-item__totals *,
  .cart-items td,
  .cart-items .right {
    font-size: .9rem !important;
    line-height: 1.5 !important;
    color: rgba(233,224,215,.82) !important;
    opacity: 1 !important;
  }

  /* table headings */
  .cart-items th,
  .cart-items thead th {
    font-size: .78rem !important;
    letter-spacing: .22em !important;
    color: rgba(233,224,215,.75) !important;
  }

  /* quantity box bigger */
  .cart-item .quantity {
    width: 158px !important;
    min-height: 54px !important;
    border: 1px solid rgba(233,224,215,.55) !important;
  }

  .cart-item .quantity__input {
    font-size: 1.1rem !important;
    color: #E9E0D7 !important;
    opacity: 1 !important;
  }

  .cart-item .quantity__button {
    width: 48px !important;
    color: #E9E0D7 !important;
    opacity: 1 !important;
  }

  .cart-item .quantity__button svg {
    width: 14px !important;
    height: 14px !important;
  }

  .cart-item .quantity__button svg,
  .cart-item .quantity__button path {
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  /* remove icon bigger */
  cart-remove-button svg,
  .cart-remove-button svg {
    width: 20px !important;
    height: 20px !important;
  }

  /* totals bigger */
  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    font-size: .95rem !important;
    color: #E9E0D7 !important;
  }

  /* checkout button bigger */
  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    min-height: 64px !important;
    font-size: .78rem !important;
    letter-spacing: .24em !important;
  }
}

/* =====================================
   818 Cart Page Mobile Card Layout Fix
===================================== */

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

  /* Cart spacing */
  .cart-items {
    border: 0 !important;
  }

  .cart-items thead {
    display: none !important;
  }

  .cart-item {
    display: grid !important;
    grid-template-columns: 96px 1fr !important;
    grid-template-areas:
      "image details"
      "image controls"
      "image total" !important;
    column-gap: 1.15rem !important;
    row-gap: .75rem !important;

    padding: 1.5rem 0 !important;
    border-bottom: 1px solid rgba(233,224,215,.16) !important;
  }

  .cart-item__media {
    grid-area: image !important;
    width: 96px !important;
  }

  .cart-item__image-container,
  .cart-item__image {
    width: 96px !important;
  }

  .cart-item__image {
    height: 130px !important;
    object-fit: cover !important;
  }

  .cart-item__details {
    grid-area: details !important;
    padding: 0 !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-size: 1.5rem !important;
    line-height: 1.05 !important;
    color: #E9E0D7 !important;
    margin-bottom: .35rem !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option {
    font-size: .78rem !important;
    color: rgba(233,224,215,.68) !important;
  }

  .cart-item__quantity {
    grid-area: controls !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: .9rem !important;
  }

  .cart-item .quantity {
    width: 130px !important;
    min-height: 44px !important;
  }

  .cart-item .quantity__button {
    width: 42px !important;
  }

  .cart-item .quantity__input {
    font-size: .95rem !important;
  }

  cart-remove-button,
  .cart-remove-button {
    margin: 0 !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg {
    width: 18px !important;
    height: 18px !important;
  }

  .cart-item__totals {
    grid-area: total !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 0 !important;
  }

  .cart-item__totals *,
  .cart-item__totals .price {
    font-size: .82rem !important;
    color: rgba(233,224,215,.78) !important;
    letter-spacing: .08em !important;
  }

  /* Cart footer cleaner */
  .cart__footer {
    padding-top: 1.8rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .totals__total,
  .totals__total-value {
    font-size: .78rem !important;
    letter-spacing: .18em !important;
  }

  .tax-note {
    text-align: center !important;
    font-size: .68rem !important;
    color: rgba(233,224,215,.55) !important;
    margin-bottom: 1.5rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    max-width: none !important;
    width: 100% !important;
    min-height: 58px !important;
    font-size: .68rem !important;
    letter-spacing: .22em !important;
  }

  /* Less dead space at bottom */
  .cart__footer {
    padding-bottom: 5rem !important;
  }
}

@media screen and (max-width: 749px) {
  .cart-item .quantity {
    width: 112px !important;
    min-height: 40px !important;
  }

  .cart-item .quantity__button {
    width: 36px !important;
  }
}


/* =====================================
   818 Cart Page Final Compact Balance
===================================== */

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

  /* reduce empty divider space */
  .cart-items,
  .cart__items {
    margin-bottom: 1.2rem !important;
  }

  .cart-item {
    padding: 1.25rem 0 1.15rem !important;
    row-gap: .55rem !important;
  }

  .cart-item__image {
    height: 116px !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-size: 1.35rem !important;
    line-height: 1.05 !important;
    letter-spacing: .08em !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option {
    font-size: .72rem !important;
  }

  .cart-item .quantity {
    width: 112px !important;
    min-height: 40px !important;
  }

  .cart-item .quantity__button {
    width: 36px !important;
  }

  .cart-item .quantity__input {
    font-size: .88rem !important;
  }

  .cart-item__totals *,
  .cart-item__totals .price {
    font-size: .74rem !important;
  }

  /* remove excessive blank separators */
  .cart__items + .cart__footer,
  .cart__footer {
    margin-top: 0 !important;
    padding-top: 1.2rem !important;
  }

  .cart__footer::before,
  .cart__footer::after,
  .cart__blocks::before,
  .cart__blocks::after {
    display: none !important;
  }

  .cart__footer {
    border-top: 1px solid rgba(233,224,215,.18) !important;
  }

  .totals {
    margin-bottom: .8rem !important;
  }

  .totals__total,
  .totals__total-value {
    font-size: .72rem !important;
    letter-spacing: .16em !important;
  }

  .tax-note {
    font-size: .62rem !important;
    margin-bottom: 1.2rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    min-height: 54px !important;
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: .62rem !important;
    letter-spacing: .22em !important;
  }

  /* footer spacing on cart */
  body:has(.cart-items) .footer,
  body:has(cart-items) .footer,
  body:has(.cart__items) .footer {
    padding-top: 2rem !important;
  }

  body:has(.cart-items) .footer-block,
  body:has(cart-items) .footer-block,
  body:has(.cart__items) .footer-block {
    margin-bottom: 1.2rem !important;
  }
}

/* =====================================
   818 Cart Page True Mobile Layout
   Not desktop table scaled down
===================================== */

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

  /* Main cart page */
  main:has(.cart-items),
  main:has(cart-items),
  main:has(.cart__items) {
    background: #332E28 !important;
    color: #E9E0D7 !important;
  }

  /* Remove desktop table feeling */
  .cart-items,
  .cart-items tbody,
  .cart-items tr,
  .cart-items td {
    display: block !important;
    width: 100% !important;
  }

  .cart-items thead,
  .cart-items th {
    display: none !important;
  }

  .cart-items {
    padding: 0 1.35rem !important;
    margin: 0 !important;
    border: 0 !important;
  }

  /* Each item becomes a mobile card */
  .cart-item {
    display: grid !important;
    grid-template-columns: 112px 1fr !important;
    grid-template-areas:
      "image info"
      "image controls"
      "image line-total" !important;

    column-gap: 1.1rem !important;
    row-gap: .7rem !important;

    padding: 1.6rem 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(233,224,215,.16) !important;
    background: transparent !important;
  }

  /* Product image */
  .cart-item__media {
    grid-area: image !important;
    width: 112px !important;
    padding: 0 !important;
  }

  .cart-item__image-container {
    width: 112px !important;
    height: 148px !important;
    overflow: hidden !important;
    background: #E9E0D7 !important;
  }

  .cart-item__image {
    width: 112px !important;
    height: 148px !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Product info */
  .cart-item__details {
    grid-area: info !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.75rem !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    letter-spacing: -.02em !important;
    color: #E9E0D7 !important;
    text-decoration: none !important;
    margin: 0 0 .45rem !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .cart-item__details .product-option,
  .product-option {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .78rem !important;
    line-height: 1.5 !important;
    letter-spacing: .06em !important;
    color: rgba(233,224,215,.68) !important;
    opacity: 1 !important;
  }

  /* Quantity + remove */
  .cart-item__quantity {
    grid-area: controls !important;
    padding: 0 !important;
    margin: .25rem 0 0 !important;

    display: flex !important;
    align-items: center !important;
    gap: .85rem !important;
  }

  .cart-item .quantity {
    width: 124px !important;
    min-height: 42px !important;
    border: 1px solid rgba(233,224,215,.42) !important;
    background: rgba(233,224,215,.035) !important;
  }

  .cart-item .quantity__button {
    width: 40px !important;
    height: 42px !important;
    color: #E9E0D7 !important;
    opacity: 1 !important;
  }

  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    height: 42px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .95rem !important;
    color: #E9E0D7 !important;
    -webkit-text-fill-color: #E9E0D7 !important;
    opacity: 1 !important;
  }

  .cart-item .quantity__button svg,
  .cart-item .quantity__button path {
    width: 12px !important;
    height: 12px !important;
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  cart-remove-button,
  .cart-remove-button {
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg {
    width: 18px !important;
    height: 18px !important;
  }

  cart-remove-button path,
  .cart-remove-button path {
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  /* Line total under controls */
  .cart-item__totals {
    grid-area: line-total !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .cart-item__totals *,
  .cart-item__totals .price {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .82rem !important;
    letter-spacing: .10em !important;
    color: rgba(233,224,215,.72) !important;
    opacity: 1 !important;
  }

  /* Hide unnecessary desktop columns */
  .cart-item__quantity-wrapper,
  .cart-item__error,
  .cart-item__error-text {
    max-width: 100% !important;
  }

  /* Cart footer as mobile checkout block */
  .cart__footer {
    padding: 1.7rem 1.35rem 6rem !important;
    margin: 0 !important;
    border-top: 1px solid rgba(233,224,215,.16) !important;
    background: #332E28 !important;
  }

  .cart__blocks {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 0 0 .9rem !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .82rem !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: #E9E0D7 !important;
  }

  .tax-note {
    text-align: left !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .68rem !important;
    line-height: 1.55 !important;
    color: rgba(233,224,215,.55) !important;
    margin: 0 0 1.35rem !important;
  }

  .cart__ctas {
    width: 100% !important;
    margin: 0 !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;

    background: #E9E0D7 !important;
    color: #332E28 !important;
    border: 1px solid #E9E0D7 !important;
    border-radius: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .68rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  /* Continue shopping */
  .underlined-link,
  .cart a.underlined-link {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .82rem !important;
    letter-spacing: .06em !important;
    color: rgba(233,224,215,.78) !important;
    text-underline-offset: .28rem !important;
  }

  /* Less footer dominance on cart */
  body:has(.cart-items) .footer {
    padding-top: 2rem !important;
    border-top: 1px solid rgba(233,224,215,.12) !important;
  }
}

/* =====================================
   818 Cart TRUE Mobile Card Layout
   Based on actual main-cart-items.liquid table
===================================== */

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

  /* kill desktop table layout */
  table.cart-items,
  .cart-items,
  .cart-items tbody {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }

  .cart-items thead,
  .cart-items th {
    display: none !important;
  }

  .cart-items tbody tr.cart-item {
    display: grid !important;
    grid-template-columns: 128px 1fr !important;
    grid-template-areas:
      "image details"
      "controls controls" !important;

    column-gap: 1rem !important;
    row-gap: 1rem !important;

    width: 100% !important;
    padding: 1.5rem 1.35rem !important;
    margin: 0 !important;

    border-bottom: 1px solid rgba(233,224,215,.16) !important;
    background: #332E28 !important;
  }

  .cart-items tbody tr.cart-item > td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  /* image */
  .cart-items tbody tr.cart-item > td.cart-item__media {
    grid-area: image !important;
  }

  .cart-item__image-container {
    width: 128px !important;
    height: 164px !important;
    overflow: hidden !important;
    background: #E9E0D7 !important;
  }

  .cart-item__image {
    width: 128px !important;
    height: 164px !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* details */
  .cart-items tbody tr.cart-item > td.cart-item__details {
    grid-area: details !important;
    align-self: start !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    color: #E9E0D7 !important;
    text-decoration: none !important;
    margin-bottom: .55rem !important;
    display: block !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option,
  .cart-item__details * {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .76rem !important;
    line-height: 1.5 !important;
    letter-spacing: .06em !important;
    color: rgba(233,224,215,.68) !important;
    opacity: 1 !important;
  }

  /* quantity row */
  .cart-items tbody tr.cart-item > td.cart-item__quantity {
    grid-area: controls !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .8rem !important;

    margin-top: .1rem !important;
  }

  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: .8rem !important;
    width: 100% !important;
  }

  .cart-item .quantity {
    width: 132px !important;
    min-height: 44px !important;
    background: rgba(233,224,215,.035) !important;
    border: 1px solid rgba(233,224,215,.45) !important;
  }

  .cart-item .quantity__button {
    width: 42px !important;
    height: 44px !important;
    color: #E9E0D7 !important;
  }

  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    height: 44px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .95rem !important;
    color: #E9E0D7 !important;
    -webkit-text-fill-color: #E9E0D7 !important;
    opacity: 1 !important;
  }

  .cart-item .quantity__button svg,
  .cart-item .quantity__button path {
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  /* remove button */
  cart-remove-button,
  .cart-remove-button {
    margin-left: auto !important;
    width: 44px !important;
    height: 44px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg {
    width: 19px !important;
    height: 19px !important;
  }

  cart-remove-button path,
  .cart-remove-button path {
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  /* hide desktop total column completely */
  .cart-items tbody tr.cart-item > td.cart-item__totals,
  .cart-items tbody tr.cart-item > td:last-child,
  .cart-item__totals,
  .cart-item__totals *,
  .cart-items .right {
    display: none !important;
  }

  /* footer checkout block */
  .cart__footer {
    background: #332E28 !important;
    border-top: 1px solid rgba(233,224,215,.16) !important;
    padding: 1.6rem 1.35rem 5.5rem !important;
    margin: 0 !important;
  }

  .cart__blocks {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: .9rem !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .78rem !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: #E9E0D7 !important;
  }

  .tax-note {
    text-align: left !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .66rem !important;
    line-height: 1.6 !important;
    color: rgba(233,224,215,.55) !important;
    margin-bottom: 1.3rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;

    background: #E9E0D7 !important;
    color: #332E28 !important;
    border: 1px solid #E9E0D7 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .66rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }
}

/* =====================================
   818 Cart Page Real Mobile Layout
   Liquid-assisted mobile card
===================================== */

@media screen and (max-width: 749px) {
  .cart-items thead,
  .cart-items th {
    display: none !important;
  }

  table.cart-items,
  .cart-items,
  .cart-items tbody {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }

  .cart-items tbody tr.cart-item {
    display: grid !important;
    grid-template-columns: 118px 1fr !important;
    grid-template-areas:
      "image details"
      "quantity quantity" !important;
    gap: 1rem !important;

    padding: 1.5rem 1.35rem !important;
    border-bottom: 1px solid rgba(233,224,215,.16) !important;
    background: #332E28 !important;
  }

  .cart-items tbody tr.cart-item > td {
    padding: 0 !important;
    border: 0 !important;
  }

  .cart-items tbody tr.cart-item > td.cart-item__media {
    grid-area: image !important;
    display: block !important;
    width: 118px !important;
  }

  .cart-item__image-container {
    width: 118px !important;
    height: 150px !important;
    overflow: hidden !important;
    background: #E9E0D7 !important;
  }

  .cart-item__image {
    width: 118px !important;
    height: 150px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .cart-items tbody tr.cart-item > td.cart-item__details {
    grid-area: details !important;
    display: block !important;
    align-self: start !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.7rem !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    color: #E9E0D7 !important;
    text-decoration: none !important;
    margin: 0 0 .65rem !important;
    display: block !important;
  }

  .cart-item-mobile-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: .25rem !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .78rem !important;
    letter-spacing: .08em !important;
    color: rgba(233,224,215,.68) !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option,
  .cart-item__details .product-option {
    display: none !important;
  }

  .cart-items tbody tr.cart-item > td.cart-item__quantity,
  .cart-items tbody tr.cart-item > td[class*="cart-item__quantity"] {
    grid-area: quantity !important;
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: .2rem !important;
  }

  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: .85rem !important;
    width: 100% !important;
  }

  .cart-item .quantity {
    width: 132px !important;
    min-height: 44px !important;
    background: rgba(233,224,215,.035) !important;
    border: 1px solid rgba(233,224,215,.45) !important;
  }

  .cart-item .quantity__button {
    width: 42px !important;
    height: 44px !important;
    color: #E9E0D7 !important;
  }

  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    height: 44px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .95rem !important;
    color: #E9E0D7 !important;
    -webkit-text-fill-color: #E9E0D7 !important;
    opacity: 1 !important;
  }

  .cart-item .quantity__button svg,
  .cart-item .quantity__button path {
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  cart-remove-button,
  .cart-remove-button {
    margin-left: auto !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg {
    width: 19px !important;
    height: 19px !important;
  }

  cart-remove-button path,
  .cart-remove-button path {
    stroke: #E9E0D7 !important;
    fill: #E9E0D7 !important;
  }

  /* hide any desktop total/extra td columns */
  .cart-items tbody tr.cart-item > td:not(.cart-item__media):not(.cart-item__details):not([class*="cart-item__quantity"]) {
    display: none !important;
  }

  .cart-item__totals,
  .cart-item__totals *,
  .cart-items .right {
    display: none !important;
  }

  .cart__footer {
    background: #332E28 !important;
    border-top: 1px solid rgba(233,224,215,.16) !important;
    padding: 1.6rem 1.35rem 5.5rem !important;
    margin: 0 !important;
  }

  .cart__blocks {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: .9rem !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .78rem !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: #E9E0D7 !important;
  }

  .tax-note {
    text-align: left !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .66rem !important;
    line-height: 1.6 !important;
    color: rgba(233,224,215,.55) !important;
    margin-bottom: 1.3rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;

    background: #E9E0D7 !important;
    color: #332E28 !important;
    border: 1px solid #E9E0D7 !important;
    border-radius: 0 !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .66rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }
}

/* =====================================
   818 Cart Final Compact Cleanup
===================================== */

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

  /* tighten cart item */
  .cart-items tbody tr.cart-item {
    grid-template-columns: 118px 1fr !important;
    grid-template-areas:
      "image details"
      "image quantity" !important;
    gap: .8rem 1rem !important;
    padding: 1.25rem 1.35rem !important;
  }

  .cart-item__image-container,
  .cart-item__image {
    width: 118px !important;
    height: 142px !important;
  }

  /* remove weird tiny number/labels before product name */
  .cart-item__details > *:not(.cart-item__name):not(.cart-item-mobile-meta):not(.cart-item__price-wrapper):not(.product-option):not(dl):not(ul):not(.discounts) {
    display: none !important;
  }

  .cart-item__name,
  .cart-item__name a {
    font-size: 1.55rem !important;
    margin-bottom: .45rem !important;
  }

  .cart-item-mobile-meta {
    gap: .18rem !important;
    font-size: .72rem !important;
    letter-spacing: .08em !important;
  }

  /* bring quantity up beside image/info */
  .cart-items tbody tr.cart-item > td.cart-item__quantity,
  .cart-items tbody tr.cart-item > td[class*="cart-item__quantity"] {
    align-self: end !important;
    margin-top: 0 !important;
  }

  .cart-item__quantity-wrapper {
    justify-content: flex-start !important;
    gap: .75rem !important;
  }

  .cart-item .quantity {
    width: 118px !important;
    min-height: 40px !important;
  }

  .cart-item .quantity__button {
    width: 38px !important;
    height: 40px !important;
  }

  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    height: 40px !important;
    font-size: .9rem !important;
  }

  cart-remove-button,
  .cart-remove-button {
    width: 40px !important;
    height: 40px !important;
  }

  /* reduce empty divider area */
  .cart-items {
    margin-bottom: 0 !important;
  }

  .cart__footer {
    padding-top: 1.25rem !important;
  }

  .cart__footer > * + * {
    margin-top: .9rem !important;
  }

  .tax-note {
    margin-bottom: 1.1rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    min-height: 54px !important;
  }
}


/* =====================================
   818 NEW COASTAL PALETTE OVERRIDE
   Beige + Sky + Sea
   Put at the VERY END of base.css
===================================== */

:root {
  --818-cream: #F4EEE6;
  --818-sand: #E6D8C8;
  --818-sky: #BFD7E6;
  --818-sea: #2F6F86;
  --818-deep-sea: #17495A;
  --818-ink: #24343A;
  --818-white: #FFFFFF;
}

/* Global page background */
body,
.gradient,
.color-background-1,
.color-background-2 {
  background: var(--818-cream) !important;
  color: var(--818-ink) !important;
}

/* Header */
.header-wrapper,
.header,
.shopify-section-header-sticky {
  background: rgba(244, 238, 230, .88) !important;
  border-bottom: 1px solid rgba(36, 52, 58, .10) !important;
  box-shadow: none !important;
}

.header__icon,
.header__icon svg,
.header__icon path,
.header__icon circle,
.header__menu-item,
.list-menu__item {
  color: var(--818-ink) !important;
  stroke: var(--818-ink) !important;
}

/* Logo normal dark */
.header__heading-logo {
  filter: none !important;
}

/* Announcement bar */
.announcement-bar,
.announcement-bar-section,
.utility-bar {
  background: var(--818-sea) !important;
  color: var(--818-white) !important;
}

.announcement-bar *,
.utility-bar * {
  color: var(--818-white) !important;
}

/* Main dark sections become sea sections */
.eight-story,
.footer,
.cart,
.cart__items,
.cart-items,
.cart__footer,
.drawer,
.drawer__inner,
.cart-drawer {
  background: var(--818-deep-sea) !important;
  color: var(--818-cream) !important;
}

/* Text inside sea sections */
.eight-story *,
.footer *,
.cart *,
.cart__footer *,
.cart-items *,
.drawer *,
.cart-drawer * {
  color: var(--818-cream) !important;
}

/* Beige sections */
.featured-collection,
.collection,
.multicolumn,
.collection-list-wrapper,
.product,
.product__info-container,
.product__media-wrapper,
.product__media,
.product-media-container,
.global-media-settings {
  background: var(--818-cream) !important;
  color: var(--818-ink) !important;
}

/* Product/card backgrounds */
.card,
.card__inner,
.card__content,
.product-card-wrapper .card,
.multicolumn-card,
.multicolumn-list__item,
.cart-item,
.cart-notification-product {
  background: var(--818-sand) !important;
  color: var(--818-ink) !important;
  border-color: rgba(36, 52, 58, .10) !important;
}

/* Headings */
h1, h2, h3,
.h0, .h1, .h2, .h3,
.banner__heading,
.rich-text__heading,
.collection__title,
.card__heading,
.product__title,
.product__title h1,
.drawer__heading,
.cart-drawer__heading {
  color: var(--818-ink) !important;
}

/* Headings inside dark/sea sections */
.eight-story h2,
.eight-story h3,
.footer h2,
.footer h3,
.cart h1,
.cart h2,
.cart h3,
.cart__footer h2,
.cart__footer h3 {
  color: var(--818-cream) !important;
}

/* Body text */
p,
.rte,
.price,
.price-item,
.product-option,
.card-information,
.cart-item__details,
.cart-item__price-wrapper {
  color: rgba(36, 52, 58, .72) !important;
}

/* Text inside dark/sea sections */
.eight-story p,
.footer p,
.cart p,
.cart .product-option,
.cart-item__details *,
.cart-item__price-wrapper *,
.cart__footer p,
.tax-note {
  color: rgba(244, 238, 230, .72) !important;
}

/* Primary buttons */
.button,
a.button,
.shopify-payment-button__button,
.product-form__submit,
.cart__checkout-button,
button[name="checkout"],
input[name="checkout"],
.cart__ctas .button,
.eight-menu-portal {
  background: var(--818-sea) !important;
  color: var(--818-white) !important;
  border: 1px solid var(--818-sea) !important;
}

.button:hover,
a.button:hover,
.shopify-payment-button__button:hover,
.product-form__submit:hover,
.cart__checkout-button:hover,
button[name="checkout"]:hover,
.cart__ctas .button:hover {
  background: var(--818-deep-sea) !important;
  border-color: var(--818-deep-sea) !important;
  color: var(--818-white) !important;
}

/* Secondary / light buttons on dark cart */
.cart__checkout-button,
.cart__ctas .button,
button[name="checkout"] {
  background: var(--818-sky) !important;
  color: var(--818-deep-sea) !important;
  border-color: var(--818-sky) !important;
}

/* Marquee */
.eight-marquee,
.sbs-center,
.sbs-textarea,
[class*="slbn-"] {
  background: var(--818-sea) !important;
  color: var(--818-white) !important;
}

.eight-marquee *,
.sbs-center *,
.sbs-textarea *,
[class*="slbn-"] * {
  color: var(--818-white) !important;
}

/* Mobile menu */
.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation-container,
.menu-drawer__utility-links,
.menu-drawer__submenu {
  background: var(--818-cream) !important;
  color: var(--818-ink) !important;
}

.menu-drawer__menu-item,
.eight-menu-card,
.eight-menu-card-v2 {
  background: var(--818-sand) !important;
  color: var(--818-ink) !important;
  border-color: rgba(36,52,58,.10) !important;
}

.menu-drawer__menu-item *,
.eight-menu-card *,
.eight-menu-card-v2 * {
  color: var(--818-ink) !important;
}

/* Search input in menu */
.eight-menu-search {
  background: var(--818-white) !important;
  border-color: rgba(36,52,58,.20) !important;
}

.eight-menu-search input,
.eight-menu-search button,
.eight-menu-search svg {
  color: var(--818-ink) !important;
  stroke: var(--818-ink) !important;
}

/* Quantity boxes */
.quantity,
.cart-item .quantity {
  background: transparent !important;
  border-color: rgba(36,52,58,.45) !important;
}

.quantity__button,
.quantity__input,
.cart-item .quantity__button,
.cart-item .quantity__input {
  color: var(--818-ink) !important;
  -webkit-text-fill-color: var(--818-ink) !important;
}

/* Quantity on cart dark sea */
.cart .quantity,
.cart-item .quantity {
  border-color: rgba(244,238,230,.45) !important;
}

.cart .quantity__button,
.cart .quantity__input,
.cart-item .quantity__button,
.cart-item .quantity__input {
  color: var(--818-cream) !important;
  -webkit-text-fill-color: var(--818-cream) !important;
}

/* WhatsApp */
.eight-whatsapp {
  background: var(--818-sea) !important;
  color: var(--818-white) !important;
  border-color: rgba(255,255,255,.35) !important;
}

.eight-whatsapp:hover {
  background: var(--818-deep-sea) !important;
}

/* Product accordions */
.product__accordion,
.accordion {
  border-color: rgba(36,52,58,.14) !important;
}

.accordion__title,
.product__accordion .accordion__title {
  color: var(--818-ink) !important;
}

.accordion__content,
.accordion__content p {
  color: rgba(36,52,58,.70) !important;
}

/* Selection / badges */
.badge,
.card__badge {
  background: var(--818-sea) !important;
  color: var(--818-white) !important;
}

/* Links */
a,
.link,
.underlined-link {
  color: var(--818-sea) !important;
}

/* Links inside dark sea sections */
.cart a,
.footer a,
.eight-story a {
  color: var(--818-cream) !important;
}

/* Product page image background */
.product__media,
.product-media-container,
.global-media-settings {
  background: var(--818-cream) !important;
}

/* Mobile homepage transparent header still white on hero */
@media screen and (max-width: 749px) {
  body:has(#MainContent .banner) .header-wrapper {
    background: transparent !important;
    border-bottom: 0 !important;
  }

  body:has(#MainContent .banner) .header__heading-logo {
    filter: brightness(0) invert(1) !important;
  }

  body:has(#MainContent .banner) .header__icon,
  body:has(#MainContent .banner) .header__icon svg,
  body:has(#MainContent .banner) .header__icon path,
  body:has(#MainContent .banner) .header__icon circle {
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  body:has(#MainContent .banner) .header-wrapper.is-scrolled-818 {
    background: rgba(244,238,230,.92) !important;
    border-bottom: 1px solid rgba(36,52,58,.10) !important;
  }

  body:has(#MainContent .banner) .header-wrapper.is-scrolled-818 .header__heading-logo {
    filter: none !important;
  }

  body:has(#MainContent .banner) .header-wrapper.is-scrolled-818 .header__icon,
  body:has(#MainContent .banner) .header-wrapper.is-scrolled-818 .header__icon svg,
  body:has(#MainContent .banner) .header-wrapper.is-scrolled-818 .header__icon path,
  body:has(#MainContent .banner) .header-wrapper.is-scrolled-818 .header__icon circle {
    color: var(--818-ink) !important;
    stroke: var(--818-ink) !important;
  }
}

/* =====================================
   818 Coastal Cart Page Final Reset
   Beige cart + sea accents only
===================================== */

@media screen and (max-width: 749px) {
  body:has(.cart-items),
  body:has(cart-items),
  body:has(.cart__items),
  main:has(.cart-items),
  main:has(cart-items),
  main:has(.cart__items) {
    background: #F4EEE6 !important;
    color: #24343A !important;
  }

  .cart,
  .cart__items,
  cart-items,
  .cart-items,
  .cart__footer,
  .cart__blocks {
    background: #F4EEE6 !important;
    color: #24343A !important;
  }

  .cart-items tbody tr.cart-item {
    background: #E6D8C8 !important;
    border: 1px solid rgba(36,52,58,.10) !important;
    margin: 0 1.25rem 1.2rem !important;
    padding: 1rem !important;
    border-radius: 0 !important;

    display: grid !important;
    grid-template-columns: 108px 1fr !important;
    grid-template-areas:
      "image details"
      "quantity quantity" !important;
    gap: .9rem !important;
  }

  .cart-item__image-container,
  .cart-item__image {
    width: 108px !important;
    height: 138px !important;
  }

  .cart-item__image {
    object-fit: cover !important;
  }

  .cart-item__name,
  .cart-item__name a {
    color: #24343A !important;
    font-size: 1.55rem !important;
    line-height: 1 !important;
  }

  .cart-item-mobile-meta,
  .cart-item-mobile-meta *,
  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option,
  .cart-item__details * {
    color: rgba(36,52,58,.68) !important;
  }

  .cart-item .quantity {
    width: 122px !important;
    min-height: 42px !important;
    background: transparent !important;
    border: 1px solid rgba(36,52,58,.35) !important;
  }

  .cart-item .quantity__button,
  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    color: #24343A !important;
    -webkit-text-fill-color: #24343A !important;
  }

  .cart-item .quantity__button svg,
  .cart-item .quantity__button path {
    stroke: #24343A !important;
    fill: #24343A !important;
  }

  cart-remove-button,
  .cart-remove-button {
    background: #2F6F86 !important;
    width: 42px !important;
    height: 42px !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg,
  cart-remove-button path,
  .cart-remove-button path {
    stroke: #FFFFFF !important;
    fill: #FFFFFF !important;
  }

  .cart-item__totals,
  .cart-item__totals *,
  .cart-items .right {
    display: none !important;
  }

  .cart__footer {
    background: #F4EEE6 !important;
    border-top: 1px solid rgba(36,52,58,.12) !important;
    padding: 1.4rem 1.35rem 4.8rem !important;
  }

  .cart__footer,
  .cart__blocks {
    color: #24343A !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: .85rem !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    color: #24343A !important;
    font-size: .76rem !important;
    letter-spacing: .16em !important;
  }

  .tax-note,
  .cart__footer small,
  .cart__footer p {
    color: rgba(36,52,58,.58) !important;
    font-size: .66rem !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    width: 100% !important;
    min-height: 58px !important;

    background: #2F6F86 !important;
    color: #FFFFFF !important;
    border: 1px solid #2F6F86 !important;
    border-radius: 0 !important;

    font-size: .66rem !important;
    letter-spacing: .22em !important;
  }

  .cart__checkout-button:hover,
  button[name="checkout"]:hover,
  .cart__ctas .button:hover {
    background: #17495A !important;
    border-color: #17495A !important;
  }

  body:has(.cart-items) .footer,
  body:has(cart-items) .footer,
  body:has(.cart__items) .footer {
    background: #17495A !important;
    color: #F4EEE6 !important;
  }

  body:has(.cart-items) .footer *,
  body:has(cart-items) .footer *,
  body:has(.cart__items) .footer * {
    color: #F4EEE6 !important;
  }
}

/* =====================================
   818 Coastal Cart Clean Final
===================================== */

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

  .cart-items tbody tr.cart-item {
    background: #E6D8C8 !important;
    border: 1px solid rgba(36,52,58,.10) !important;
    margin: 0 1rem 1.2rem !important;
    padding: 1rem !important;

    display: grid !important;
    grid-template-columns: 104px 1fr !important;
    grid-template-areas:
      "image details"
      "quantity quantity" !important;

    gap: .9rem 1rem !important;
  }

  .cart-item__image-container,
  .cart-item__image {
    width: 104px !important;
    height: 132px !important;
  }

  .cart-item__image {
    object-fit: cover !important;
  }

  .cart-item__name,
  .cart-item__name a {
    color: #24343A !important;
    font-size: 1.45rem !important;
    line-height: 1 !important;
    margin-bottom: .45rem !important;
  }

  .cart-item-mobile-meta {
    display: block !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    letter-spacing: .08em !important;
    color: rgba(36,52,58,.62) !important;
  }

  .cart-item__price-wrapper,
  .cart-item__price-wrapper *,
  .product-option,
  .cart-item__details .product-option,
  .cart-item__details dl,
  .cart-item__details ul {
    display: none !important;
  }

  .cart-item__quantity-wrapper {
    justify-content: flex-start !important;
    gap: .8rem !important;
  }

  .cart-item .quantity {
    width: 124px !important;
    min-height: 42px !important;
    border: 1px solid rgba(36,52,58,.35) !important;
    background: transparent !important;
  }

  .cart-item .quantity__button,
  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    color: #24343A !important;
    -webkit-text-fill-color: #24343A !important;
  }

  cart-remove-button,
  .cart-remove-button {
    background: #2F6F86 !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: 0 !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg,
  cart-remove-button path,
  .cart-remove-button path {
    stroke: #FFFFFF !important;
    fill: #FFFFFF !important;
  }

  .cart-item__totals,
  .cart-item__totals *,
  .cart-items .right {
    display: none !important;
  }

  .cart__footer {
    background: #F4EEE6 !important;
    border-top: 1px solid rgba(36,52,58,.12) !important;
    padding: 1.4rem 1rem 4.8rem !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: .75rem !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    color: #24343A !important;
    font-size: .72rem !important;
    letter-spacing: .14em !important;
  }

  .tax-note,
  .cart__footer small,
  .cart__footer p {
    color: rgba(36,52,58,.58) !important;
    font-size: .64rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.2rem !important;
  }

  .cart__ctas {
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .cart__checkout-button,
  button[name="checkout"],
  input[name="checkout"],
  .cart__ctas .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;

    background: #2F6F86 !important;
    color: #FFFFFF !important;
    border: 1px solid #2F6F86 !important;
    border-radius: 0 !important;

    font-size: .64rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  .cart__checkout-button::before,
  .cart__checkout-button::after,
  button[name="checkout"]::before,
  button[name="checkout"]::after {
    display: none !important;
  }
}

/* =========================
   CART MOBILE POLISH
   ========================= */
@media screen and (max-width: 749px) {

  /* صفحة الكارت كلها */
  body.template-cart,
  body.template-cart #MainContent,
  body.template-cart .shopify-section {
    background: linear-gradient(
      180deg,
      #f5efe7 0%,
      #efe5d8 38%,
      #e7ded2 62%,
      #dce9ea 100%
    ) !important;
  }

  /* منع أي خلفيات قديمة تخبط */
  .cart,
  .cart__footer,
  .cart-items,
  .is-empty {
    background: transparent !important;
  }

  /* عنوان الصفحة + continue shopping */
  .title-wrapper-with-link {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 1rem !important;
    margin: 1.4rem 1.6rem 1.2rem !important;
    width: auto !important;
    text-align: left !important;
  }

  .title-wrapper-with-link .title,
  .title-wrapper-with-link h1 {
    margin: 0 !important;
    font-size: 2.6rem !important;
    line-height: 1 !important;
    color: #2e3131 !important;
    text-align: left !important;
  }

  .title-wrapper-with-link .underlined-link,
  .title-wrapper-with-link a {
    margin: 0 0 0 auto !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    color: #4c8aa0 !important;
    white-space: nowrap !important;
    text-align: right !important;
  }

  /* كارت المنتج */
  .cart-items tbody tr.cart-item {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    grid-template-areas:
      "image details"
      "controls controls" !important;
    gap: 1rem 1rem !important;

    margin: 0 1.6rem 1.6rem !important;
    padding: 1.4rem !important;

    background: rgba(255, 255, 255, 0.24) !important;
    border: 1px solid rgba(46, 49, 49, 0.10) !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 30px rgba(36, 52, 58, 0.06) !important;
    backdrop-filter: blur(8px);
  }

  .cart-item__media {
    grid-area: image !important;
    width: 112px !important;
    min-width: 112px !important;
    margin: 0 !important;
  }

  .cart-item__image-container {
    width: 112px !important;
    height: 140px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #f2ece3 !important;
  }

  .cart-item__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .cart-item__details {
    grid-area: details !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: .35rem !important;
  }

  .cart-item__details .caption-with-letter-spacing {
    font-size: .78rem !important;
    letter-spacing: .18em !important;
    color: rgba(46, 49, 49, 0.55) !important;
    margin: 0 0 .15rem !important;
  }

  .cart-item__name,
  .cart-item__name.h4,
  .cart-item__details a {
    font-size: 1.95rem !important;
    line-height: 1.02 !important;
    color: #2e3131 !important;
    margin: 0 !important;
    text-decoration: none !important;
  }

  /* السعر */
  .cart-item-mobile-meta {
    display: block !important;
    margin-top: .2rem !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    letter-spacing: .06em !important;
    color: rgba(46, 49, 49, 0.62) !important;
  }

  .cart-item-mobile-meta span {
    display: block !important;
  }

  /* لو لسه فيه price wrappers قديمة */
  .cart-item__price-wrapper,
  .cart-item__totals,
  .cart-item__details dl:empty {
    display: none !important;
  }

  /* منطقة الكوانتتي + الحذف */
  td.cart-item__quantity,
  .cart-item__quantity {
    grid-area: controls !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .9rem !important;
    width: 100% !important;
    margin-top: .2rem !important;
    padding: 0 !important;
  }

  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: .9rem !important;
    width: 100% !important;
  }

  .cart-item .quantity {
    width: 142px !important;
    min-height: 48px !important;
    border: 1px solid rgba(46, 49, 49, 0.28) !important;
    background: rgba(255,255,255,0.18) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .cart-item .quantity__button,
  .cart-item .quantity__input {
    color: #22363c !important;
    -webkit-text-fill-color: #22363c !important;
    font-size: 1rem !important;
  }

  .cart-item .quantity__input {
    font-weight: 500 !important;
  }

  /* زرار الحذف */
  cart-remove-button,
  .cart-remove-button {
    margin: 0 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 12px !important;
    background: #3d8199 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg,
  cart-remove-button path,
  .cart-remove-button path {
    fill: #fff !important;
    stroke: #fff !important;
  }

  /* منطقة الاجمالي */
  .cart__footer {
    margin: 1rem 1.6rem 2rem !important;
    padding: 1.4rem !important;
    background: rgba(255,255,255,0.18) !important;
    border: 1px solid rgba(46, 49, 49, 0.10) !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 30px rgba(36, 52, 58, 0.04) !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: .8rem !important;
  }

  .totals > * {
    margin: 0 !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    font-size: .95rem !important;
    letter-spacing: .16em !important;
    color: #2e3131 !important;
  }

  .tax-note,
  .cart__footer p,
  .cart__footer small {
    margin: 0 0 1rem !important;
    font-size: .78rem !important;
    line-height: 1.55 !important;
    color: rgba(46, 49, 49, 0.56) !important;
  }

  /* زرار checkout */
  .cart__ctas {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    width: 100% !important;
  }

  .cart__checkout-button,
  .cart__ctas .button,
  button[name="checkout"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    border-radius: 14px !important;
    border: none !important;
    background: linear-gradient(135deg, #3f879f 0%, #2f6f86 100%) !important;
    color: #ffffff !important;
    font-size: .78rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 24px rgba(47, 111, 134, 0.20) !important;
  }

  .cart__checkout-button::before,
  .cart__checkout-button::after,
  .cart__ctas .button::before,
  .cart__ctas .button::after,
  button[name="checkout"]::before,
  button[name="checkout"]::after {
    display: none !important;
  }

  /* مسافات عامة */
  .cart-items {
    margin-bottom: 1rem !important;
  }

  .cart__footer::before,
  .cart__footer::after {
    display: none !important;
  }
}

/* =====================================
   818 Cart Mobile Fix After Gradient Layout
   Product image top + info below
===================================== */

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

  /* Cart item card */
  .cart-items tbody tr.cart-item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "image"
      "details"
      "quantity" !important;

    margin: 0 1.4rem 1.6rem !important;
    padding: 1.2rem !important;

    background: rgba(255, 255, 255, 0.24) !important;
    border: 1px solid rgba(36, 52, 58, 0.10) !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 30px rgba(36, 52, 58, 0.06) !important;

    gap: 1rem !important;
  }

  /* Image */
  .cart-item__media {
    grid-area: image !important;
    width: 100% !important;
    min-width: 0 !important;
    display: block !important;
  }

  .cart-item__image-container {
    width: 100% !important;
    height: 280px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #E6D8C8 !important;
  }

  .cart-item__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }

  /* Details */
  .cart-item__details {
    grid-area: details !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .cart-item__name,
  .cart-item__name.h4,
  .cart-item__name a,
  .cart-item__details a.cart-item__name {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 2.2rem !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    color: #24343A !important;
    text-decoration: none !important;

    margin: 0 0 .45rem !important;
  }

  .cart-item-mobile-meta {
    display: block !important;
    width: 100% !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .82rem !important;
    line-height: 1.4 !important;
    letter-spacing: .08em !important;
    color: rgba(36, 52, 58, .62) !important;
  }

  .cart-item-mobile-meta span {
    display: inline-block !important;
  }

  /* Hide old duplicated price wrappers */
  .cart-item__price-wrapper,
  .cart-item__totals,
  .cart-item__details dl,
  .cart-item__details ul,
  .cart-item__details .product-option {
    display: none !important;
  }

  /* Quantity + delete row */
  td.cart-item__quantity,
  .cart-item__quantity,
  .cart-items tbody tr.cart-item > td.cart-item__quantity,
  .cart-items tbody tr.cart-item > td[class*="cart-item__quantity"] {
    grid-area: quantity !important;
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    padding: 0 !important;
    margin: 0 !important;
  }

  .cart-item__quantity-wrapper {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .85rem !important;
  }

  .cart-item .quantity {
    width: calc(100% - 64px) !important;
    max-width: none !important;
    min-height: 52px !important;

    background: rgba(255,255,255,.20) !important;
    border: 1px solid rgba(36,52,58,.28) !important;
    border-radius: 14px !important;
  }

  .cart-item .quantity__button {
    width: 52px !important;
    height: 52px !important;
    color: #24343A !important;
  }

  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    height: 52px !important;
    font-size: 1rem !important;
    color: #24343A !important;
    -webkit-text-fill-color: #24343A !important;
    opacity: 1 !important;
  }

  cart-remove-button,
  .cart-remove-button {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 14px !important;

    margin: 0 !important;
    background: #2F6F86 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg {
    width: 20px !important;
    height: 20px !important;
  }

  cart-remove-button svg,
  .cart-remove-button svg,
  cart-remove-button path,
  .cart-remove-button path {
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important;
  }

  /* Footer total card */
  .cart__footer {
    margin: 1rem 1.4rem 2rem !important;
    padding: 1.2rem !important;

    background: rgba(255,255,255,.22) !important;
    border: 1px solid rgba(36,52,58,.10) !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 30px rgba(36,52,58,.04) !important;
  }

  .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: .8rem !important;
  }

  .totals__total,
  .totals__total-value,
  .cart__footer .totals * {
    font-size: .82rem !important;
    letter-spacing: .14em !important;
    color: #24343A !important;
  }

  .tax-note,
  .cart__footer p,
  .cart__footer small {
    font-size: .72rem !important;
    line-height: 1.55 !important;
    color: rgba(36,52,58,.56) !important;
    margin-bottom: 1rem !important;
  }

  .cart__checkout-button,
  .cart__ctas .button,
  button[name="checkout"] {
    width: 100% !important;
    min-height: 56px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #3F879F 0%, #2F6F86 100%) !important;
    color: #FFFFFF !important;
    border: 0 !important;
  }
}

/* =====================================
   818 Cart Mobile Balanced Card Final
===================================== */

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

  /* title row */
  .title-wrapper-with-link {
    margin: 1.2rem 1.4rem 1rem !important;
    align-items: center !important;
  }

  .title-wrapper-with-link .title,
  .title-wrapper-with-link h1 {
    font-size: 2.35rem !important;
    white-space: nowrap !important;
  }

  .title-wrapper-with-link .underlined-link,
  .title-wrapper-with-link a {
    font-size: 1.05rem !important;
    white-space: nowrap !important;
  }

  /* card: image left, details right, controls bottom */
  .cart-items tbody tr.cart-item {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    grid-template-areas:
      "image details"
      "controls controls" !important;

    margin: 0 1.35rem 1.5rem !important;
    padding: 1.15rem !important;
    gap: 1rem !important;

    min-height: auto !important;
    background: rgba(255,255,255,.24) !important;
    border: 1px solid rgba(36,52,58,.10) !important;
    border-radius: 22px !important;
  }

  .cart-item__media {
    grid-area: image !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }

  .cart-item__image-container {
    width: 100px !important;
    height: 156px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #E6D8C8 !important;
  }

  .cart-item__image {
    width: 132px !important;
    height: 172px !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .cart-item__details {
    grid-area: details !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
  }

  .cart-item__name,
  .cart-item__name.h4,
  .cart-item__name a,
  .cart-item__details a.cart-item__name {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;

    font-size: 1.65rem !important;
    line-height: 1.05 !important;
    letter-spacing: -.02em !important;
    color: #24343A !important;
    margin: 0 0 .35rem !important;
  }

  .cart-item-mobile-meta {
    font-size: .75rem !important;
    line-height: 1.4 !important;
    letter-spacing: .08em !important;
    color: rgba(36,52,58,.62) !important;
  }

  /* controls row */
  td.cart-item__quantity,
  .cart-item__quantity,
  .cart-items tbody tr.cart-item > td.cart-item__quantity,
  .cart-items tbody tr.cart-item > td[class*="cart-item__quantity"] {
    grid-area: controls !important;
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .85rem !important;
    width: 100% !important;
  }

  .cart-item .quantity {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-height: 50px !important;
    background: rgba(255,255,255,.20) !important;
    border: 1px solid rgba(36,52,58,.28) !important;
    border-radius: 14px !important;
  }

  .cart-item .quantity__button {
    width: 52px !important;
    height: 50px !important;
    color: #24343A !important;
  }

  .cart-item .quantity__input,
  .cart-item input.quantity__input {
    height: 50px !important;
    font-size: 1rem !important;
    color: #24343A !important;
    -webkit-text-fill-color: #24343A !important;
  }

  cart-remove-button,
  .cart-remove-button {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 14px !important;
    background: #2F6F86 !important;
    margin: 0 !important;
  }

  /* total box tighter */
  .cart__footer {
    margin: 1rem 1.35rem 2rem !important;
    padding: 1.15rem !important;
    border-radius: 22px !important;
  }

  .cart__checkout-button,
  .cart__ctas .button,
  button[name="checkout"] {
    min-height: 56px !important;
    border-radius: 14px !important;
  }
}

/* =====================================
   818 Home Hero Title Background Fix
===================================== */

@media screen and (max-width: 749px) {
  body:has(#MainContent .banner) .banner__box,
  body:has(#MainContent .banner) .banner__content,
  body:has(#MainContent .banner) .banner__text,
  body:has(#MainContent .banner) .banner__heading,
  body:has(#MainContent .banner) .image-banner .banner__box {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body:has(#MainContent .banner) .banner__box {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

/* 818 Home Hero Text Area Gradient */

@media screen and (max-width: 749px) {
  body:has(#MainContent .banner) .banner__content {
    background: linear-gradient(
      180deg,
      rgba(244,238,230,0) 0%,
      rgba(244,238,230,.78) 32%,
      rgba(191,215,230,.38) 100%
    ) !important;
  }
}

/* =====================================
   818 Remove Product Image Grayscale
===================================== */

.product-card-wrapper .card__media img,
.product-card-wrapper .media img,
.product-card-wrapper img.motion-reduce,
.card__media img,
.card img {
  filter: none !important;
  -webkit-filter: none !important;
}

.product-card-wrapper .card:hover .card__media img,
.product-card-wrapper:hover .media img,
.card:hover img {
  filter: none !important;
  -webkit-filter: none !important;
}

/* Force all product/collection images to natural color */

.collection img,
.featured-collection img,
.product-grid img,
.card-wrapper img,
.grid__item img {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
}

/* =====================================
   818 Header Restore + Safe Transparent Home
===================================== */

@media screen and (max-width: 749px) {
  /* restore header visibility */
  .header-wrapper,
  .section-header,
  #shopify-section-header,
  sticky-header,
  .header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header {
    display: grid !important;
  }

  /* homepage only: transparent floating header */
  body.template-index .header-wrapper,
  body.template-index #shopify-section-header,
  body.template-index sticky-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.template-index .header {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  /* icons white only on homepage hero */
  body.template-index .header__heading-logo {
    filter: brightness(0) invert(1) !important;
  }

  body.template-index .header__icon,
  body.template-index .header__icon svg,
  body.template-index .header__icon path,
  body.template-index .header__icon circle {
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  /* prevent horizontal shift safely */
  html,
  body {
    overflow-x: hidden !important;
  }

  body.template-index #MainContent,
  body.template-index .shopify-section,
  body.template-index .banner,
  body.template-index .banner__media,
  body.template-index .banner__content {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}

/* =====================================
   818 Remove Thin Line Under Home Header
===================================== */

@media screen and (max-width: 749px) {
  body.template-index #MainContent > .shopify-section:first-child,
  body.template-index #MainContent > .shopify-section:first-child *,
  body.template-index .banner,
  body.template-index .banner *,
  body.template-index .banner__media,
  body.template-index .banner__content,
  body.template-index .banner__box {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.template-index #MainContent > .shopify-section:first-child::before,
  body.template-index #MainContent > .shopify-section:first-child::after,
  body.template-index .banner::before,
  body.template-index .banner::after,
  body.template-index .banner__media::before,
  body.template-index .banner__media::after,
  body.template-index .banner__content::before,
  body.template-index .banner__content::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.template-index .header-wrapper,
  body.template-index .header,
  body.template-index #shopify-section-header,
  body.template-index sticky-header {
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
}


/* =====================================
   818 Mobile Home Transparent Header Line Fix
===================================== */

@media screen and (max-width: 749px) {
  /* Only mobile homepage */
  body.template-index .header-wrapper,
  body.template-index .header-wrapper.gradient,
  body.template-index .header-wrapper.color-background-1,
  body.template-index .header-wrapper--border-bottom {
    background: transparent !important;
    border: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.template-index .header {
    background: transparent !important;
    border: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  /* Dawn sometimes uses this for the separator */
  body.template-index .header-wrapper--border-bottom {
    border-bottom: 0 !important;
  }

  /* Kill pseudo separator */
  body.template-index .header-wrapper::before,
  body.template-index .header-wrapper::after,
  body.template-index .header::before,
  body.template-index .header::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* When menu opens, remove its top/bottom separator too */
  body.template-index .menu-drawer,
  body.template-index .menu-drawer__inner-container,
  body.template-index .menu-drawer__navigation-container {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  /* Make drawer start flush, not under a border line */
  body.template-index .menu-drawer {
    top: 0 !important;
    height: 100dvh !important;
  }
}

@media screen and (max-width: 749px) {
  body.template-index .banner__media {
    margin-top: -2px !important;
  }
}

/* =====================================
   818 Unified Transparent Homepage Header
   Mobile + Desktop same style
===================================== */

/* Homepage header transparent on all screen sizes */
body.template-index .header-wrapper,
body.template-index .header-wrapper.gradient,
body.template-index .header-wrapper.color-background-1,
body.template-index .header-wrapper--border-bottom,
body.template-index #shopify-section-header,
body.template-index sticky-header,
body.template-index .section-header,
body.template-index .shopify-section-header-sticky {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;

  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Header itself */
body.template-index .header {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Remove all pseudo-lines */
body.template-index .header-wrapper::before,
body.template-index .header-wrapper::after,
body.template-index .header-wrapper--border-bottom::before,
body.template-index .header-wrapper--border-bottom::after,
body.template-index #shopify-section-header::before,
body.template-index #shopify-section-header::after,
body.template-index sticky-header::before,
body.template-index sticky-header::after,
body.template-index .section-header::before,
body.template-index .section-header::after,
body.template-index .header::before,
body.template-index .header::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* White logo on homepage hero */
body.template-index .header__heading-logo {
  filter: brightness(0) invert(1) !important;
}

/* White icons + menu links on homepage hero */
body.template-index .header__icon,
body.template-index .header__icon svg,
body.template-index .header__icon path,
body.template-index .header__icon circle,
body.template-index .header__menu-item,
body.template-index .list-menu__item,
body.template-index .list-menu__item span,
body.template-index .header a {
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
}

/* Desktop nav links */
body.template-index .header__inline-menu a,
body.template-index .header__inline-menu span,
body.template-index .header__menu-item span {
  color: #ffffff !important;
}

/* Make desktop header height closer to mobile */
body.template-index .header {
  min-height: 74px !important;
  height: 74px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Desktop logo size */
@media screen and (min-width: 750px) {
  body.template-index .header__heading-logo {
    width: 92px !important;
    max-width: 92px !important;
  }

  body.template-index .header__menu-item {
    font-size: .72rem !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }
}

/* Mobile logo size */
@media screen and (max-width: 749px) {
  body.template-index .header__heading-logo {
    width: 76px !important;
    max-width: 76px !important;
  }

  body.template-index .header {
    min-height: 72px !important;
    height: 72px !important;
  }
}

/* Scrolled homepage header: coastal glass */
body.template-index .header-wrapper.is-scrolled-818,
body.template-index #shopify-section-header.is-scrolled-818,
body.template-index sticky-header.is-scrolled-818 {
  position: fixed !important;
  background: rgba(244, 238, 230, .92) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(36, 52, 58, .08) !important;
  box-shadow: 0 10px 30px rgba(36, 52, 58, .06) !important;
}

/* Scrolled logo/icons become dark */
body.template-index .header-wrapper.is-scrolled-818 .header__heading-logo,
body.template-index sticky-header.is-scrolled-818 .header__heading-logo {
  filter: none !important;
}

body.template-index .header-wrapper.is-scrolled-818 .header__icon,
body.template-index .header-wrapper.is-scrolled-818 .header__icon svg,
body.template-index .header-wrapper.is-scrolled-818 .header__icon path,
body.template-index .header-wrapper.is-scrolled-818 .header__icon circle,
body.template-index .header-wrapper.is-scrolled-818 .header__menu-item,
body.template-index .header-wrapper.is-scrolled-818 .list-menu__item,
body.template-index .header-wrapper.is-scrolled-818 .header a,
body.template-index sticky-header.is-scrolled-818 .header__icon,
body.template-index sticky-header.is-scrolled-818 .header__icon svg,
body.template-index sticky-header.is-scrolled-818 .header__icon path,
body.template-index sticky-header.is-scrolled-818 .header__menu-item,
body.template-index sticky-header.is-scrolled-818 .header a {
  color: #24343A !important;
  stroke: #24343A !important;
}

/* Prevent page horizontal shift */
html,
body {
  overflow-x: hidden !important;
}

body.template-index #MainContent,
body.template-index .shopify-section,
body.template-index .banner,
body.template-index .banner__media,
body.template-index .banner__content {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* =====================================
   818 HOME HERO RESET — CLEAN FINAL
   Fix desktop broken title + mobile alignment
===================================== */

/* Desktop homepage header stays clean beige */
@media screen and (min-width: 750px) {
  body.template-index .header-wrapper,
  body.template-index #shopify-section-header,
  body.template-index sticky-header {
    position: relative !important;
    background: #F4EEE6 !important;
    border-bottom: 1px solid rgba(36,52,58,.08) !important;
    box-shadow: none !important;
  }

  body.template-index .header {
    background: #F4EEE6 !important;
    min-height: 96px !important;
    height: 96px !important;
  }

  body.template-index .header__heading-logo {
    filter: none !important;
    width: 92px !important;
    max-width: 92px !important;
  }

  body.template-index .header__icon,
  body.template-index .header__icon svg,
  body.template-index .header__icon path,
  body.template-index .header__icon circle,
  body.template-index .header__menu-item,
  body.template-index .list-menu__item,
  body.template-index .header a {
    color: #24343A !important;
    stroke: #24343A !important;
  }
}

/* Global home hero safety */
body.template-index {
  overflow-x: hidden !important;
}

body.template-index #MainContent,
body.template-index .shopify-section,
body.template-index .banner,
body.template-index .banner__media,
body.template-index .banner__content {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Desktop hero layout fix */
@media screen and (min-width: 750px) {
  body.template-index .banner {
    min-height: 720px !important;
    position: relative !important;
  }

  body.template-index .banner__media,
  body.template-index .banner__media img {
    width: 100% !important;
    height: 720px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.template-index .banner__content {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    padding: 0 8vw !important;
    background: linear-gradient(
      90deg,
      rgba(244,238,230,.88) 0%,
      rgba(244,238,230,.70) 34%,
      rgba(244,238,230,.12) 65%,
      rgba(244,238,230,0) 100%
    ) !important;
  }

  body.template-index .banner__box {
    width: min(620px, 42vw) !important;
    max-width: 620px !important;
    min-width: 520px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  body.template-index .banner__heading,
  body.template-index .banner__heading *,
  body.template-index .banner__heading span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  body.template-index .banner__heading {
    font-size: clamp(5.2rem, 7vw, 8.5rem) !important;
    line-height: .86 !important;
    letter-spacing: -.055em !important;
    color: #24343A !important;
    max-width: 620px !important;
    margin: 0 0 1.4rem !important;
  }

  body.template-index .banner__text,
  body.template-index .banner__text p {
    color: rgba(36,52,58,.68) !important;
    font-size: .78rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  body.template-index .banner__buttons {
    margin-top: 1.8rem !important;
    display: flex !important;
    gap: 1rem !important;
  }
}

/* Mobile hero stays editorial / transparent header */
@media screen and (max-width: 749px) {
  body.template-index .header-wrapper,
  body.template-index #shopify-section-header,
  body.template-index sticky-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.template-index .header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 72px !important;
    height: 72px !important;
  }

  body.template-index .header__heading-logo {
    filter: brightness(0) invert(1) !important;
    width: 76px !important;
    max-width: 76px !important;
  }

  body.template-index .header__icon,
  body.template-index .header__icon svg,
  body.template-index .header__icon path,
  body.template-index .header__icon circle {
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  body.template-index .banner {
    min-height: 100svh !important;
  }

  body.template-index .banner__media,
  body.template-index .banner__media img {
    height: 100svh !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body.template-index .banner__content {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;

    padding: 0 1.45rem 5.8rem !important;

    background: linear-gradient(
      180deg,
      rgba(36,52,58,0) 0%,
      rgba(36,52,58,.06) 35%,
      rgba(244,238,230,.42) 72%,
      rgba(244,238,230,.84) 100%
    ) !important;
  }

  body.template-index .banner__box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  body.template-index .banner__heading,
  body.template-index .banner__heading *,
  body.template-index .banner__heading span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  body.template-index .banner__heading {
    font-size: clamp(4.1rem, 17vw, 6rem) !important;
    line-height: .88 !important;
    letter-spacing: -.055em !important;
    color: #24343A !important;
    margin: 0 0 1rem !important;
  }

  body.template-index .banner__text,
  body.template-index .banner__text p {
    color: rgba(36,52,58,.72) !important;
    font-size: .62rem !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  body.template-index .banner__buttons {
    margin-top: 1.3rem !important;
    display: flex !important;
    gap: .8rem !important;
  }
}

/* Hero buttons coastal */
body.template-index .banner__buttons .button,
body.template-index .banner__buttons a.button {
  background: #2F6F86 !important;
  color: #FFFFFF !important;
  border: 1px solid #2F6F86 !important;
  border-radius: 0 !important;
}

body.template-index .banner__buttons .button:hover,
body.template-index .banner__buttons a.button:hover {
  background: #17495A !important;
  border-color: #17495A !important;
}


/* =====================================
   818 Coastal Product Card Buttons
   Home / collections product cards
===================================== */

.product-card-wrapper .quick-add__submit,
.product-card-wrapper .button,
.quick-add__submit,
.quick-add button,
.card .button,
.card__content .button,
.featured-collection .button,
.collection .button {
  background: #2F6F86 !important;
  color: #FFFFFF !important;
  border: 1px solid #2F6F86 !important;
}

.product-card-wrapper .quick-add__submit:hover,
.product-card-wrapper .button:hover,
.quick-add__submit:hover,
.quick-add button:hover,
.card .button:hover,
.card__content .button:hover,
.featured-collection .button:hover,
.collection .button:hover {
  background: #17495A !important;
  color: #FFFFFF !important;
  border-color: #17495A !important;
}

/* remove old button pseudo backgrounds */
.product-card-wrapper .button::before,
.product-card-wrapper .button::after,
.quick-add__submit::before,
.quick-add__submit::after,
.card .button::before,
.card .button::after {
  display: none !important;
}

/* product card button text */
.product-card-wrapper .quick-add__submit *,
.quick-add__submit *,
.card .button * {
  color: #FFFFFF !important;
}

/* =====================================
   818 Home Product Cards Add To Cart
   Coastal Blue Override
===================================== */

#MainContent .featured-collection .quick-add__submit,
#MainContent .featured-collection .quick-add button,
#MainContent .featured-collection .product-form__submit,
#MainContent .featured-collection .button,
#MainContent .collection .quick-add__submit,
#MainContent .collection .quick-add button,
#MainContent .collection .product-form__submit,
#MainContent .collection .button,
#MainContent .product-card-wrapper .quick-add__submit,
#MainContent .product-card-wrapper .quick-add button,
#MainContent .product-card-wrapper .product-form__submit,
#MainContent .product-card-wrapper .button {
  background: #2F6F86 !important;
  background-color: #2F6F86 !important;
  color: #FFFFFF !important;
  border: 1px solid #2F6F86 !important;
  box-shadow: none !important;
}

/* Shopify buttons sometimes use ::before / ::after as the real background */
#MainContent .featured-collection .quick-add__submit::before,
#MainContent .featured-collection .quick-add__submit::after,
#MainContent .featured-collection .button::before,
#MainContent .featured-collection .button::after,
#MainContent .collection .quick-add__submit::before,
#MainContent .collection .quick-add__submit::after,
#MainContent .collection .button::before,
#MainContent .collection .button::after,
#MainContent .product-card-wrapper .quick-add__submit::before,
#MainContent .product-card-wrapper .quick-add__submit::after,
#MainContent .product-card-wrapper .button::before,
#MainContent .product-card-wrapper .button::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Text inside button */
#MainContent .featured-collection .quick-add__submit *,
#MainContent .featured-collection .button *,
#MainContent .collection .quick-add__submit *,
#MainContent .collection .button *,
#MainContent .product-card-wrapper .quick-add__submit *,
#MainContent .product-card-wrapper .button * {
  color: #FFFFFF !important;
}

/* Hover */
#MainContent .featured-collection .quick-add__submit:hover,
#MainContent .featured-collection .quick-add button:hover,
#MainContent .featured-collection .button:hover,
#MainContent .collection .quick-add__submit:hover,
#MainContent .collection .quick-add button:hover,
#MainContent .collection .button:hover,
#MainContent .product-card-wrapper .quick-add__submit:hover,
#MainContent .product-card-wrapper .quick-add button:hover,
#MainContent .product-card-wrapper .button:hover {
  background: #17495A !important;
  background-color: #17495A !important;
  color: #FFFFFF !important;
  border-color: #17495A !important;
}


/* =====================================
   818 Product Page Conversion Polish
===================================== */

@media screen and (max-width: 749px) {
  /* Product title easier to read */
  .product__title,
  .product__title h1,
  .product__info-container h1 {
    font-size: clamp(2.6rem, 11vw, 4rem) !important;
    line-height: .95 !important;
    margin-bottom: .7rem !important;
    color: #24343A !important;
  }

  /* Price should be strong */
  .product .price,
  .product .price-item,
  .product__info-container .price,
  .product__info-container .price-item {
    font-size: 1rem !important;
    letter-spacing: .08em !important;
    color: #2F6F86 !important;
    font-weight: 500 !important;
  }

  /* Variant labels */
  .product-form__input .form__label,
  .variant-picker__label,
  .product-form__input legend {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: rgba(36,52,58,.68) !important;
    margin-bottom: .7rem !important;
  }

  /* Variant pills */
  .product-form__input input[type="radio"] + label {
    border: 1px solid rgba(36,52,58,.22) !important;
    background: rgba(255,255,255,.35) !important;
    color: #24343A !important;
    border-radius: 999px !important;
    padding: .72rem 1rem !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: .72rem !important;
    letter-spacing: .08em !important;
  }

  .product-form__input input[type="radio"]:checked + label {
    background: #2F6F86 !important;
    border-color: #2F6F86 !important;
    color: #FFFFFF !important;
  }

  /* Sold out/unavailable clearer */
  .product-form__input input[type="radio"].disabled + label,
  .product-form__input input[type="radio"]:disabled + label {
    opacity: .35 !important;
    text-decoration: line-through !important;
  }

  /* Quantity less dominant */
  .product-form__quantity {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .quantity {
    border-radius: 12px !important;
    border: 1px solid rgba(36,52,58,.25) !important;
    background: rgba(255,255,255,.25) !important;
  }

  /* Main Add to Cart */
  .product-form__submit {
    min-height: 58px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #3F879F 0%, #2F6F86 100%) !important;
    color: #FFFFFF !important;
    border: 0 !important;
    box-shadow: 0 12px 26px rgba(47,111,134,.18) !important;
    font-size: .72rem !important;
    letter-spacing: .22em !important;
  }

  .product-form__submit::before,
  .product-form__submit::after {
    display: none !important;
  }

  /* Hide broken pickup availability if still visible */
  pickup-availability,
  .pickup-availability-info,
  .pickup-availability-preview {
    display: none !important;
  }

  /* Accordions closer */
  .product__accordion {
    border-color: rgba(36,52,58,.14) !important;
  }

  .product__accordion .accordion__title {
    color: #24343A !important;
  }
}


/* =====================================
   818 Product Extra Info V2
   Cleaner policy + care instructions
===================================== */

/* hide old version if still exists */
.eight-product-info-tabs {
  display: none !important;
}

/* product buttons rescue */
.product-form__submit,
.product-form__submit.button,
button.product-form__submit {
  background: #2F6F86 !important;
  background-color: #2F6F86 !important;
  color: #FFFFFF !important;
  border: 0 !important;
  box-shadow: 0 12px 26px rgba(47,111,134,.18) !important;
}

.product-form__submit::before,
.product-form__submit::after {
  display: none !important;
}

.shopify-payment-button__button {
  background: #17495A !important;
  background-color: #17495A !important;
  color: #FFFFFF !important;
  border: 0 !important;
}

/* wrapper */
.eight-product-extra-v2 {
  width: 100%;
  margin: 1.7rem 0 1.2rem !important;
  color: #24343A;
}

/* remove default marker */
.eight-product-extra-v2 summary {
  list-style: none;
}

.eight-product-extra-v2 summary::-webkit-details-marker {
  display: none;
}

/* policy accordion */
.eight-policy-v2 {
  border-top: 1px solid rgba(36,52,58,.14);
  border-bottom: 1px solid rgba(36,52,58,.14);
  margin-bottom: 1.1rem;
}

.eight-policy-v2 summary {
  cursor: pointer;
  min-height: 58px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .84rem;
  letter-spacing: .08em;
  font-weight: 600;
  color: #17495A;
}

/* care box */
.eight-care-v2 {
  margin-top: .9rem;
}

.eight-care-v2 summary {
  cursor: pointer;
  min-height: 58px;
  padding: 0 1rem;
  border: 1px solid rgba(36,52,58,.14);
  background: rgba(255,255,255,.34);

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .88rem;
  letter-spacing: .01em;
  color: rgba(36,52,58,.74);
}

/* arrow circle smaller */
.eight-chevron-v2 {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(47,111,134,.08);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #17495A;
  font-size: .9rem;
  line-height: 1;
}

/* policy content */
.eight-policy-content-v2 {
  padding: 0 0 1.1rem;
}

.eight-policy-content-v2 p {
  margin: 0 0 .75rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .88rem;
  line-height: 1.8;
  color: rgba(36,52,58,.68);
}

/* care list */
.eight-care-list-v2 {
  padding: 1.15rem .15rem .3rem;
}

.eight-care-item-v2 {
  display: flex;
  align-items: center;
  gap: .95rem;
  margin-bottom: .95rem;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .88rem;
  line-height: 1.4;
  color: rgba(36,52,58,.68);
}

/* icon small premium */
.eight-care-icon-v2 {
  width: 34px;
  height: 34px;
  min-width: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1.2px solid rgba(36,52,58,.52);
  color: #24343A;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .66rem;
  font-weight: 600;
  line-height: 1;
}

/* reduce share spacing */
.share-button,
.product__info-container share-button {
  margin-top: .8rem !important;
}

/* mobile polish */
@media screen and (max-width: 749px) {
  .eight-product-extra-v2 {
    margin-top: 1.4rem !important;
  }

  .eight-policy-v2 summary {
    min-height: 56px;
    font-size: .86rem;
    letter-spacing: .07em;
  }

  .eight-care-v2 summary {
    min-height: 56px;
    font-size: .9rem;
    padding: 0 .9rem;
  }

  .eight-chevron-v2 {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .eight-care-list-v2 {
    padding-top: 1.05rem;
  }

  .eight-care-item-v2 {
    gap: .9rem;
    margin-bottom: .85rem;
    font-size: .9rem;
  }

  .eight-care-icon-v2 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: .62rem;
  }
}


/* =====================================
   818 Care Instructions Real Icons
===================================== */

/* hide older care versions */
.eight-product-info-tabs,
.eight-product-extra-v2 {
  display: none !important;
}

.eight-product-extra-v3 {
  width: 100%;
  margin: 1.6rem 0 1.2rem !important;
  color: #24343A;
}

.eight-product-extra-v3 summary {
  list-style: none;
}

.eight-product-extra-v3 summary::-webkit-details-marker {
  display: none;
}

/* Policy */
.eight-policy-v3 {
  border-top: 1px solid rgba(36,52,58,.14);
  border-bottom: 1px solid rgba(36,52,58,.14);
  margin-bottom: 1rem;
}

.eight-policy-v3 summary {
  cursor: pointer;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .86rem;
  letter-spacing: .08em;
  font-weight: 600;
  color: #17495A;
}

.eight-policy-content-v3 {
  padding: 0 0 1rem;
}

.eight-policy-content-v3 p {
  margin: 0 0 .7rem;
  font-size: .88rem;
  line-height: 1.75;
  color: rgba(36,52,58,.68);
}

/* Care box */
.eight-care-v3 summary {
  cursor: pointer;
  min-height: 56px;
  padding: 0 1rem;
  border: 1px solid rgba(36,52,58,.14);
  background: rgba(255,255,255,.34);

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .9rem;
  color: rgba(36,52,58,.76);
}

/* Chevron */
.eight-chevron-v3 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: rgba(47,111,134,.08);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #17495A;
  font-size: .9rem;
}

/* Care list */
.eight-care-list-v3 {
  padding: 1.15rem 0 .3rem;
}

.eight-care-item-v3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;

  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .9rem;
  color: rgba(36,52,58,.68);
}

/* Real icons */
.eight-care-icon-v3 {
  width: 34px;
  height: 34px;
  min-width: 34px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.eight-care-icon-v3 svg {
  width: 30px;
  height: 30px;
  display: block;

  fill: none;
  stroke: #24343A;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eight-care-icon-v3 svg text {
  fill: #24343A;
  stroke: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .eight-product-extra-v3 {
    margin-top: 1.35rem !important;
  }

  .eight-policy-v3 summary {
    font-size: .86rem;
    min-height: 54px;
  }

  .eight-care-v3 summary {
    min-height: 56px;
    font-size: .9rem;
  }

  .eight-care-item-v3 {
    gap: .95rem;
    margin-bottom: .95rem;
    font-size: .9rem;
  }

  .eight-care-icon-v3 {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .eight-care-icon-v3 svg {
    width: 28px;
    height: 28px;
  }
}


/* =====================================
   818 Judge.me Reviews Styling
===================================== */

.jdgm-widget,
.jdgm-rev-widg,
.jdgm-all-reviews-widget {
  background: #F4EEE6 !important;
  color: #24343A !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
}

.jdgm-rev-widg {
  border: 0 !important;
  padding: 2rem 0 !important;
  margin-top: 2rem !important;
}

.jdgm-rev-widg__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(3rem, 8vw, 4.8rem) !important;
  line-height: .95 !important;
  letter-spacing: -.04em !important;
  color: #24343A !important;
  text-align: left !important;
  margin-bottom: 1.2rem !important;
}

.jdgm-star,
.jdgm-prev-badge__stars .jdgm-star,
.jdgm-rev__rating .jdgm-star {
  color: #2F6F86 !important;
}

.jdgm-prev-badge__text {
  font-size: .78rem !important;
  letter-spacing: .08em !important;
  color: rgba(36,52,58,.65) !important;
}

.jdgm-write-rev-link,
.jdgm-btn,
.jdgm-submit-rev {
  background: #2F6F86 !important;
  color: #FFFFFF !important;
  border: 1px solid #2F6F86 !important;
  border-radius: 14px !important;
  min-height: 48px !important;
  padding: 0 1.4rem !important;

  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .72rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.jdgm-write-rev-link:hover,
.jdgm-btn:hover,
.jdgm-submit-rev:hover {
  background: #17495A !important;
  border-color: #17495A !important;
  color: #FFFFFF !important;
}

.jdgm-rev {
  border-top: 1px solid rgba(36,52,58,.12) !important;
  padding: 1.4rem 0 !important;
}

.jdgm-rev__author {
  color: #24343A !important;
  font-weight: 600 !important;
}

.jdgm-rev__body,
.jdgm-rev__title,
.jdgm-rev__timestamp {
  color: rgba(36,52,58,.68) !important;
}

.jdgm-form-wrapper {
  background: rgba(255,255,255,.34) !important;
  border: 1px solid rgba(36,52,58,.12) !important;
  border-radius: 18px !important;
  padding: 1.2rem !important;
}

.jdgm-form input,
.jdgm-form textarea {
  background: rgba(255,255,255,.62) !important;
  border: 1px solid rgba(36,52,58,.16) !important;
  color: #24343A !important;
  border-radius: 10px !important;
}

@media screen and (max-width: 749px) {
  .jdgm-rev-widg {
    padding: 1.6rem 0 !important;
  }

  .jdgm-rev-widg__title {
    font-size: 3.2rem !important;
  }

  .jdgm-write-rev-link,
  .jdgm-btn,
  .jdgm-submit-rev {
    width: 100% !important;
    justify-content: center !important;
  }
}


/* =====================================
   818 Size Guide Force Hidden Until Click
===================================== */

.eight-size-guide__modal {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.eight-size-guide__modal.is-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.eight-size-guide__modal:not(.is-open) .eight-size-guide__overlay,
.eight-size-guide__modal:not(.is-open) .eight-size-guide__box {
  display: none !important;
}

.eight-size-guide__modal.is-open .eight-size-guide__overlay,
.eight-size-guide__modal.is-open .eight-size-guide__box {
  display: block !important;
}

/* =====================================
   818 Size Guide Image Smaller Fix
===================================== */

.eight-size-guide__box {
  width: min(90vw, 520px) !important;
  max-height: 88vh !important;
  overflow-y: auto !important;
  padding: 1.2rem !important;
}

.eight-size-guide__box img {
  width: 100% !important;
  max-width: 430px !important;
  max-height: 40vh !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .eight-size-guide__box {
    width: calc(100vw - 2rem) !important;
    max-height: 84vh !important;
    padding: 1rem !important;
  }

  .eight-size-guide__box img {
    max-width: 90% !important;
    max-height: 35vh !important;
    object-fit: contain !important;
  }
}