/** Shopify CDN: Minification failed

Line 5724:0 Unexpected "/"
Line 6108:0 Unexpected "@media"
Line 6156:0 Unexpected "#"
Line 6177:1 Expected identifier but found whitespace

**/
/* Release The
me - v2.0.1 */

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

:root {
  /* Spacing */
  --spacing-unit: 1.6rem;
  --spacing-0: calc(var(--spacing-unit) * 0); /* 0 */
  --spacing-05: calc(var(--spacing-unit) * 0.125); /* 0.2rem */
  --spacing-1: calc(var(--spacing-unit) * 0.25); /* 0.4rem */
  --spacing-2: calc(var(--spacing-unit) * 0.50); /* 0.8rem */
  --spacing-3: calc(var(--spacing-unit) * 0.75); /* 1.2rem */
  --spacing-4: calc(var(--spacing-unit) * 1); /* 1.6rem */
  --spacing-5: calc(var(--spacing-unit) * 1.5); /* 2.4rem */
  --spacing-6: calc(var(--spacing-unit) * 2); /* 3.2rem */
  --spacing-7: calc(var(--spacing-unit) * 3); /* 4.8rem */
  --spacing-8: calc(var(--spacing-unit) * 4); /* 6.4rem */
  --spacing-9: calc(var(--spacing-unit) * 6); /* 9.6rem */
  --spacing-10: calc(var(--spacing-unit) * 8); /* 12.8rem */
  --spacing-11: calc(var(--spacing-unit) * 10); /* 16rem */
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
  scroll-padding-block-start: var(--header-height);
  /* overscroll-behavior: none; */
}

body {
  display: flex;
  flex-direction: column;
  min-width: 32rem;
  max-width: 100vw;
  min-height: 100%;
  margin: 0;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overscroll-behavior: none; */
}

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

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

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

/* Transparent Header -- START */
.header__logo-image {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__logo-image-transparent {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

@media screen and (max-width: 989px) {
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) {
    --header-background-alpha: 0;
    --color-foreground: var(--transparent-header-menu-text-color);
    --header-inner-after-opacity: 0.1;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image-transparent {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* CHECK: what is this for? **
  body.is-at-top:has(.shopify-section:first-child):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open)::after {
    background-color: currentColor;
    opacity: var(--header-inner-after-opacity);
  } */
}
@media screen and (min-width: 990px) {
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.is-megamenu-open) {
    --header-background-alpha: 0;
    --color-foreground: var(--transparent-header-menu-text-color);
    --header-inner-after-opacity: 0.1;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.is-megamenu-open) .header__logo-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.is-megamenu-open) .header__logo-image-transparent {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* Transparent Header -- END */

.block {
  display: block !important;
}

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

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

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

/* .container-fluid */
.max-w-fluid {
  max-width: 100%;
}

/* .container--no-padding - .container--fullwidth */
.max-w-full {
  max-width: 100%;
  padding-inline: 0;
}

.max-w-xxs, .max-w-narrower {
  max-width: calc(var(--page-width) * var(--max-w-xxs-multiplier));
}
.max-w-xs, .max-w-small {
  max-width: calc(var(--page-width) * var(--max-w-xs-multiplier));
}
.max-w-sm, .max-w-medium {
  max-width: calc(var(--page-width) * var(--max-w-sm-multiplier));
}
.max-w-lg, .max-w-narrow {
  max-width: calc(var(--page-width) * var(--max-w-lg-multiplier));
}
.max-w-fit {
  max-width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex > div[class*='col-'] {
  flex: 0 0 auto;
}
.col-1 {
  width: 16.66667%;
}
.col-2 {
  width: 33.33333%;
}
.col-3 {
  width: 50%;
}
.col-4 {
  width: 66.66667%;
}
.col-5 {
  width: 83.33333%;
}
.col-6 {
  width: 100%;
}
.col-auto {
  width: auto;
}

.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-auto {
  grid-column: auto / auto;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-subgrid {
  grid-column: subgrid;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr);
}


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

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


@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .small-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .small-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

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

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

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

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

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

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

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

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

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

html.js .js-visually-hidden,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.overflow-hidden {
  overflow: hidden !important;
}
.overflow-unset {
  overflow: unset !important;
}

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

.full-width-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

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

  margin-block: 0;
}

/* italic heading styling -- start */
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em {
  font-family: var(--font-italic-family);
  font-style: var(--font-italic-style);
  font-weight: var(--font-italic-weight);
  line-height: 0;
}
/* italic heading styling -- end */

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * var(--h1-multiplier));
  line-height: var(--line-height-h1);
}
h2, .h2 {
  font-size: calc(var(--font-heading-scale) * var(--h2-multiplier));
  line-height: var(--line-height-h2);
}
h3, .h3 {
  font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
  line-height: var(--line-height-h3);
}
h4, .h4 {
  font-size: calc(var(--font-heading-scale) * var(--h4-multiplier));
  line-height: var(--line-height-h4);
}
h5, .h5 {
  font-size: calc(var(--font-heading-scale) * var(--h5-multiplier));
  line-height: var(--line-height-h5);
}
h6, .h6 {
  font-size: calc(var(--font-heading-scale) * var(--h6-multiplier));
  line-height: var(--line-height-h6);
}

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

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

/* italic heading styling -- start */
h1 em, .h1 em {
  font-size: calc(var(--font-italic-scale) * var(--h1-multiplier));
}
h2 em, .h2 em {
  font-size: calc(var(--font-italic-scale) * var(--h2-multiplier));
}
h3 em, .h3 em {
  font-size: calc(var(--font-italic-scale) * var(--h3-multiplier));
}
h4 em, .h4 em {
  font-size: calc(var(--font-italic-scale) * var(--h4-multiplier));
}
h5 em, .h5 em {
  font-size: calc(var(--font-italic-scale) * var(--h5-multiplier));
}
h6 em, .h6 em {
  font-size: calc(var(--font-italic-scale) * var(--h6-multiplier));
}

h1:has(em), .h1:has(em), h1.section__heading, .h1.section__heading {
  padding-block: calc(var(--h1-multiplier) / 5.0);
}
h2:has(em), .h2:has(em), h2.section__heading, .h2.section__heading {
  padding-block: calc(var(--h2-multiplier) / 5.0);
}
h3:has(em), .h3:has(em), h3.section__heading, .h3.section__heading {
  padding-block: calc(var(--h3-multiplier) / 5.0);
}
h4:has(em), .h4:has(em), h4.section__heading, .h4.section__heading {
  padding-block: calc(var(--h4-multiplier) / 5.0);
}
h5:has(em), .h5:has(em), h5.section__heading, .h5.section__heading {
  padding-block: calc(var(--h5-multiplier) / 5.0);
}
h6:has(em), .h6:has(em), h6.section__heading, .h6.section__heading {
  padding-block: calc(var(--h6-multiplier) / 5.0);
}
/* italic heading styling -- end */

blockquote {
  font-style: italic;
  padding-inline-start: 1.6rem;
  border-inline-start: 0.2rem solid rgba(var(--color-border), var(--alpha-border));
}

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

.caption {
  font-size: var(--font-size-static-md);
  line-height: var(--line-height-static-md);
  letter-spacing: 0.04rem;
}

.caption--small {
  font-size: var(--font-size-static-sm);
}

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

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

.center {
  text-align: center;
}

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

.spacer {
  margin-block: 2rem;
}

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

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

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

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

/* NEW: Rotate */
.rotate-0, .icon--rotate-0 svg {
  transform: rotate(0deg);
}
.rotate-90, .icon--rotate-90 svg {
  transform: rotate(90deg);
}
.rotate-180, .icon--rotate-180 svg {
  transform: rotate(180deg);
}
.rotate-270, .icon--rotate-270 svg {
  transform: rotate(270deg);
}


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

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

.link::before {
  content: '';
  position: absolute;
  inset-block-end: 0.2rem;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}

.link svg {
  vertical-align: middle;
}

.link--back {
  display: flex;
  align-items: center;
  padding: 0;
}

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

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

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

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

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

  .link:not(span):hover {
    color: rgb(var(--color-foreground));
  }
}

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default focus outline */

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

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

/* Focus ring - inset */
.focus-inset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

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

/* Focus with background */
.focus-primary::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(var(--color-border), var(--alpha-border));
  outline: 0.2rem solid currentColor;
  transition: opacity var(--duration-short);
}

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

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

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

/* Focus ring - none */

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

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

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

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

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

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

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

.grid--reverse {
  direction: rtl;
}

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

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

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

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

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

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

/* aspect ratio */
.aspect-auto, .aspect-auto--mobile {
  aspect-ratio: auto;
}
.aspect-1-1, .aspect-1-1--mobile {
  aspect-ratio: 1/1;
}
/*** aspect ratio - portrait ***/
.aspect-1-2, .aspect-1-2--mobile {
  aspect-ratio: 1/2;
}
.aspect-2-3, .aspect-2-3--mobile {
  aspect-ratio: 2/3;
}
.aspect-3-4, .aspect-3-4--mobile {
  aspect-ratio: 3/4;
}
.aspect-4-5, .aspect-4-5--mobile {
  aspect-ratio: 4/5;
}
.aspect-9-16, .aspect-9-16--mobile {
  aspect-ratio: 9/16;
}
/*** aspect ratio - landscape ***/
.aspect-3-2, .aspect-3-2--mobile {
  aspect-ratio: 3/2;
}
.aspect-4-3, .aspect-4-3--mobile {
  aspect-ratio: 4/3;
}
.aspect-5-4, .aspect-5-4--mobile {
  aspect-ratio: 5/4;
}
.aspect-16-9, .aspect-16-9--mobile {
  aspect-ratio: 16/9;
}
.aspect-2-1, .aspect-2-1--mobile {
  aspect-ratio: 2/1;
}
.aspect-4-1, .aspect-4-1--mobile {
  aspect-ratio: 4/1;
}
.aspect-8-1, .aspect-8-1--mobile {
  aspect-ratio: 5/1;
}

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

img.lazy {
  opacity: 0;
}

img:not(.lazy):not([loading='eager']) {
  opacity: 1;
  transition: opacity 1000ms ease-in-out, transform 600ms ease;
}

.icon {
  fill: currentColor;
}

.icon-with-text {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
}

.icon img, .icon svg {
  width: 1em; height: 1em;
}

.media-position--top,
.media-position--bottom,
.media-position--start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-position--top .media,
.media-position--bottom .media,
.media-position--start .media {
  display: flex;
  justify-content: center;
  align-self: var(--section-content-alignment, center);
  background-color: transparent;
}

.media-position--top img,
.media-position--bottom img,
.media-position--start img {
  width: auto;
}

.media-position--top .content,
.media-position--bottom .content,
.media-position--start .content {
  display: inherit;
  flex-direction: inherit;
  max-width: 100%;
  width: 100%;
}
.media-position--top:not(:has(.media)) .content,
.media-position--bottom:not(:has(.media)) .content,
.media-position--start:not(:has(.media)) .content {
  height: 100%;
}

.media-position--top .media,
.media-position--start .media {
  order: -1;
}

.media-position--top .media + .content,
.media-position--bottom .content + .media {
  margin-block-start: var(--spacing-4);
}

.media-position--start .content {
  flex-direction: column;
}

.media-position--bottom .media {
  order: 1;
}

.media-position--background .media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.media-position--background .media img {
  object-fit: cover;
  object-position: center center;
}

.media-position--background .content {
  display: flex;
  flex-direction: column;
  justify-items: stretch; /* ios fix: instead of 'height: 100%' */
  position: relative;
  z-index: 1;
  width: 100%;
}

*[class*='media-position-'] .content {
  padding: var(--content-padding);
}

/* Media Position with Section Height - START */
.media-position--background.section-height-auto {
  aspect-ratio: var(--media-aspect-ratio);
}
.media-position--top.section-height-auto .media,
.media-position--bottom.section-height-auto .media,
.media-position--start.section-height-auto .media {
  aspect-ratio: var(--media-aspect-ratio);
}
.media-position--top.section-height-auto.has-video .media,
.media-position--bottom.section-height-auto.has-video .media {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.media-position--top:not(.section-height-auto) .media,
.media-position--bottom:not(.section-height-auto) .media,
.media-position--start:not(.section-height-auto) .media {
  width: 100%; height: 100%;
}

.section-height-third {
  height: 33svh;
}
.section-height-half {
  height: 50svh;
}
.section-height-full {
  height: calc(100svh - var(--header-top-position));
}
.section-height-auto {
  height: auto;
}

@media screen and (max-width: 749px) {
  .media-position--background.section-height-auto--mobile {
    aspect-ratio: var(--media-aspect-ratio);
  }
  .media-position--top.section-height-auto--mobile .media,
  .media-position--bottom.section-height-auto--mobile .media,
  .media-position--start.section-height-auto--mobile .media {
    aspect-ratio: var(--media-aspect-ratio);
  }
  .media-position--top:not(.section-height-auto--mobile) .media,
  .media-position--bottom:not(.section-height-auto--mobile) .media,
  .media-position--start:not(.section-height-auto--mobile) .media {
    width: 100%; height: 100%;
  }

  .section-height-third--mobile {
    height: 33svh;
  }
  .section-height-half--mobile {
    height: 50svh;
  }
  .section-height-full--mobile {
    height: calc(100svh - var(--header-top-position));
  }
  .section-height-auto--mobile {
    height: auto;
  }
}
/* Section Height - END */

/* Section Specific - START -- note: this can be generalized */
.section-carousel .swiper-slide {
  height: auto;
}
.section-carousel .media-position--background {
  aspect-ratio: var(--aspect-ratio);
}
.section-carousel .media-position--top .media,
.section-carousel .media-position--bottom .media,
.section-carousel .media-position--start .media {
  aspect-ratio: var(--aspect-ratio);
}
.section-carousel .content {
  padding: var(--padding);
}
.section-carousel__block {
  width: 100%;
  height: 100%;
  display: flex;
}
.section-carousel__block.media-position--top .media,
.section-carousel__block.media-position--bottom .media {
  width: 100%;
  height: unset;
}
.section-carousel__content--button {
  margin-block-start: var(--spacing-4);
}

@media (hover: hover) {
  .section-carousel__block:hover .section-carousel__content--button.button {
    color: var(--color-button-hover-text);
    background-color: var(--color-button-hover-background);
    border-color: var(--color-button-hover-outline);
  }

  .section-carousel__block.media-position--background:hover .section-carousel__content--button.button.button--text {
    /* padding: 0; */
    border-width: 0;
    background-color: transparent;
    color: rgb(var(--color-heading-text));
    min-height: auto;
  }

  .section-carousel__block:hover .section-carousel__content--button.button.button--text::after {
    width: 30%;
    background-color: rgb(var(--color-heading-text));
  }
}
/* Section Specific - END */

.media {
  display: block;
  background-color: rgb(var(--color-background));
  position: relative;

  border-radius: var(--card-corner-radius);
  overflow: hidden;
}

.max-w-full .media {
  border-radius: 0;
}

.media--overlay:after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-image: var(--media-overlay-gradient);
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .media--overlay:after {
    background-image: var(--media-overlay-gradient-mobile);
  }
}

.media > *,
.media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 1;

  position: relative;
}

.media iframe {
  border-radius: 0;
  border: none;
}

a.media {
  transition: opacity var(--duration-default);
}

a.media.card-product__media {
  aspect-ratio: var(--card-media-aspect-ratio);
  border-radius: var(--card-corner-radius);
}

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

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

.media.card-product__media img,
.media.card-product__media > iframe,
.media.card-product__media video {
  object-fit: var(--card-media-object-fit, cover);
}

.media--square {
  aspect-ratio: 1/1;
}

.media--portrait {
  aspect-ratio: 3/4;
}

.media--landscape {
  aspect-ratio: 3/2;
}

.media--1-1 {
  aspect-ratio: 1/1;
}
.media--4-3 {
  aspect-ratio: 3/4;
}
.media--3-4 {
  aspect-ratio: 4/3;
}
.media--16-9 {
  aspect-ratio: 16/9;
}
.media--9-16 {
  aspect-ratio: 9/16;
}
.media--3-2 {
  aspect-ratio: 3/2;
}
.media--2-3 {
  aspect-ratio: 2/3;
}

.media--small {
  aspect-ratio: 3/2;
}

.media--circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

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

  .media--mobile-2-4 {
    aspect-ratio: 2/4;
  }
}

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

.media--aspect-ratio {
  aspect-ratio: auto;
}

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

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

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

deferred-media {
  display: block;
}

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

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

.deferred-media__button svg {
  background-color: rgb(var(--color-background));
  position: absolute;
  inset-block-start: 2rem;
  inset-inline-end: 2rem;
  z-index: 1;
}

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

.deferred-media__wrapper {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  aspect-ratio: 16/9;
}

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

.button,
#shopify-product-reviews .spr-summary-actions-newreview {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  font-family: var(--font-button-family);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: calc(1 + 0.0 / var(--font-button-scale));
  font-weight: var(--font-button-weight);
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}

.button--fixed-size {
  min-width: 18rem;
  max-width: 100%;
  min-height: 5rem;
}

.button--filled {
  --color-button-text: rgb(var(--color-filled-button-text));
  --color-button-background: rgb(var(--color-filled-button));
  --color-button-outline: rgb(var(--color-filled-button));
  --color-button-hover-text: rgb(var(--color-filled-button));
  --color-button-hover-background: transparent;
  --color-button-hover-outline: rgb(var(--color-filled-button));
}
.button--filled:focus-visible {
  outline: 0.2rem solid var(--color-button-background);
}

.button--outlined {
  --color-button-text: rgb(var(--color-outlined-button-text));
  --color-button-background: transparent;
  --color-button-outline: rgb(var(--color-outlined-button-text));
  --color-button-hover-text: rgb(var(--color-outlined-button));
  --color-button-hover-background: rgb(var(--color-outlined-button-text));
  --color-button-hover-outline: rgb(var(--color-outlined-button-text));
}
.button--outlined:focus-visible {
  outline: 0.2rem solid var(--color-button-outline);
}

.button--inverse {
  --color-button-text: rgb(var(--color-filled-button));
  --color-button-background: rgb(var(--color-filled-button-text));
  --color-button-outline: rgb(var(--color-filled-button-text));
  --color-button-hover-text: rgb(var(--color-filled-button-text));
  --color-button-hover-background: rgb(var(--color-filled-button));
  --color-button-hover-outline: rgb(var(--color-filled-button-text));
}
.button--inverse:focus-visible {
  outline: 0.2rem solid var(--color-button-background);
}

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

.button--normalcase,
.button--capitalize,
.button--lowercase {
  text-transform: none;
}

.button--uppercase {
  text-transform: uppercase;
}

.button--lowercase {
  text-transform: lowercase;
}

.button--capitalize {
  text-transform: capitalize;
}

.button--normalcase {
  text-transform: none;
}

.button.button--text {
  padding: 0.425rem 0;
  border-width: 0;
  background-color: transparent;
  font-size: var(--font-size-static-sm);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--font-button-letter-spacing);
  color: rgb(var(--color-foreground));
  position: relative;

  min-width: auto; min-height: auto;
}

.button.button--text::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, 0);
  height: 1px;
  background-color: rgb(var(--color-foreground));
  transition: background-color var(--duration-long), width var(--duration-long);
}
[dir='rtl'] .button.button--text::after {
  transform: translate(50%, 0);
}

.button.button--small {
  padding: .6rem .8rem;
  font-weight: var(--font-weight-button-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: 1px;
}

.button.button--icon {
  border-radius: var(--button-action-border-radius, 0.6rem);
  padding: 1.2rem;
  box-shadow: 0px 6.65px 9.776px 0px rgba(var(--color-shadow), 0.03), 0px 22.336px 32.834px 0px rgba(var(--color-shadow), 0.04), 0px 100px 147px 0px rgba(var(--color-shadow), 0.07);
}

.button__spinner {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-popup-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
  border-radius: var(--button-border-radius);
}

.button:disabled,
.button.disabled,
.button[disabled] {
  /* digi-note--kk - is this transformed to a variable? -- start */
  --color-button-text: rgb(255, 255, 255);
  --color-button-background: rgb(224, 224, 224);
  --color-button-outline: rgb(224, 224, 224);
  /* opacity: 0.7; */
  /* digi-note--kk - is this transformed to a variable? -- end */
  pointer-events: none;
}

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

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

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

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

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

.button--rounded {
  border-radius: 5rem;
}

.button--rounded-0 {
  border-radius: 0;
}

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

  .button.button--text:hover::after {
    width: 30%;
  }

  .button.button--text:hover::after {
    background-color: rgb(var(--color-heading-text));
  }

  .button.button--icon {
    background-color: var(--color-button-background);
  }
}

.inactive-link {
  pointer-events: none;
  cursor: pointer;
}

.sign-in-with-shop-provider {
  text-align: center;
}
.sign-in-with-shop-provider .button {
  width: 100%;
}
.sign-in-with-shop-provider p {
  margin-block-end: 0;
}

/* Shopify Accelerated Checkout Button -- Start */
.shopify-payment-button [role='button'],
button.shopify-payment-button__button--unbranded {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  font-family: var(--font-button-family);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: calc(1 + 0.0 / var(--font-button-scale));
  font-weight: var(--font-button-weight);
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}

quick-cart-drawer:not(:has(.shopify-payment-button)) .button--highlighted-product {
  margin-block-start: calc(-1 * var(--spacing-4));
}

button.shopify-payment-button__button {
  --color-button-text: rgb(var(--color-filled-button-text));
  --color-button-background: rgb(var(--color-filled-button));
  --color-button-outline: rgb(var(--color-filled-button));
  --color-button-hover-text: rgb(var(--color-filled-button));
  --color-button-hover-background: transparent;
  --color-button-hover-outline: rgb(var(--color-filled-button));
}

button.shopify-payment-button__button--unbranded {
  --color-button-text: rgb(var(--color-outlined-button-text));
  --color-button-background: transparent;
  --color-button-outline: rgb(var(--color-outlined-button-text));
  --color-button-hover-text: rgb(var(--color-outlined-button));
  --color-button-hover-background: rgb(var(--color-outlined-button-text));
  --color-button-hover-outline: rgba(var(--color-outlined-button), var(--button-hover-border-color-opacity));
}

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

.shopify-payment-button__button--branded .shopify-cleanslate div[role='button'] {
  padding-block: 1.2rem !important;
}
more-payment-options-link {
  display: inline-flex;
  transform: translateX(-50%);
  inset-inline-start: 50%;
  position: relative;
}
[dir='rtl'] more-payment-options-link {
  transform: translateX(50%);
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

.shopify-payment-button__more-options {
  display: inline-block;
  margin-block-start: 1.2rem;
  position: relative;
  text-transform: uppercase;
  margin-top: var(--spacing-3)!important;
  font-size: var(--font-size-static-xs)!important;
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--font-button-letter-spacing);
  text-decoration: none!important;
}

.shopify-payment-button__more-options::after {
  content: '';
  position: absolute;
  inset-block-end: calc(-1.5 * var(--spacing-1))!important;
  inset-inline: 0;
  margin-inline: auto;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-filled-button));
  transition: background-color var(--duration-long), width var(--duration-long);
}

[data-shopify="payment-button"] {
  min-height: 4.4rem;
}

.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}

.shopify-cleanslate [role='button'] {
  height: 46px !important;
}

.shopify-cleanslate div > ul > li {
  border-radius: var(--button-border-radius);
  overflow: hidden;
}

.cart__dynamic-checkout {
  width: 100%;
}

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

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

.shopify-payment-button [role='button']:hover,
button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: var(--color-button-hover-text);
  background-color: var(--color-button-hover-background);
  border-color: var(--color-button-hover-outline);
}

button.shopify-payment-button__button:hover {
  color: var(--color-button-hover-text);
  background-color: var(--color-button-hover-background);
  border-color: var(--color-button-hover-text);
}
/* Shopify Accelerated Checkout Button -- End */

/* Shopify Challenge Button -- Start */
.shopify-challenge__button {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  margin: var(--spacing-4) auto 0;
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  font-family: var(--font-button-family);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: calc(1 + 0.0 / var(--font-button-scale));
  font-weight: var(--font-button-weight);
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-filled-text);
  text-decoration: none;
  background-color: var(--color-button-filled-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}
.shopify-challenge__button {
  --color-button-text: rgb(var(--color-filled-button-text));
  --color-button-background: rgb(var(--color-filled-button));
  --color-button-outline: rgb(var(--color-filled-button));
  --color-button-hover-text: rgb(var(--color-filled-button));
  --color-button-hover-background: transparent;
  --color-button-hover-outline: rgb(var(--color-filled-button));
}
@media (hover: hover) {
  .shopify-challenge__button:hover {
    color: var(--color-button-filled-background);
    background-color: var(--color-button-filled-text);
    border-color: var(--color-button-filled-background);
  }
}
/* Shopify Challenge Button -- End */

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

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

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

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

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

.field {
  position: relative;
}

.field__label:not(.visually-hidden),
.field__input,
.dropdown__label {
  position: relative;
  z-index: 2;
}
.field__input::placeholder,
.field__input:-ms-input-placeholder {
  color: rgba(var(--color-foreground), 0.75);
}
.field__input:focus::placeholder,
.field__input:focus:-ms-input-placeholder {
  color: transparent;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__button,
.dropdown__label {
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  cursor: pointer;
  font-weight: var(--font-weight-medium);
}

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

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

#shopify-product-reviews .spr-form-input:not(.spr-starrating)::placeholder {
  color: rgba(var(--color-foreground), 0.75);
}

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

.field--textarea .field__input {
  display: block;
  height: auto;
  min-height: 11.4rem;
  padding: var(--spacing-4);
  resize: vertical;
}

.field__message {
  display: none;
}

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

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

.errors {
  margin-block-end: 3.2rem;
}

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

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

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

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

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

/* SEARCH FIELD - START */
html.js .drawer--search .drawer__content {
  transform: unset;
  transform: translateY(-100%);
  padding: var(--spacing-6) var(--spacing-4) var(--spacing-5);
}

.field--search {
  flex: 1;
}

.field--search .field__input {
  padding-inline-start: 0;
  font-size: var(--font-size-static-h6);
  line-height: var(--line-height-static-sm);
  border-radius: 0;
  border: none;
}

.drawer--search .drawer__row {
  margin-block: 0;
}

.drawer--search .search__body,
.drawer--search .search-drawer__suggestions {
  margin-block: var(--spacing-5);
  padding-block: var(--spacing-5);
  border-block-start: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
}

.search-drawer__title, h6.search-drawer__title {
  font-family: var(--font-heading-family);
  color: rgb(var(--color-heading-text));
  opacity: .5;
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-heading-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}

.drawer--search .search-drawer__suggestions ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.drawer--search .search-drawer__suggestions ul li a {
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
}

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

.search__controls .drawer__button-close {
  width: 2.8rem; height: 2.8rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  margin-block-end: 0;
  padding: 0;
  z-index: 10;
}

.template--search .search__controls {
  position: relative;
  padding-inline-end: 0;
}
.template--search .search__controls .drawer__button-close {
  display: none;
}
.template--search .search-hero .search__controls .search__button--submit,
.template--search .search-hero .search__controls .search__button--clear {
  position: absolute;
  z-index: 3;
}
.template--search .search-hero .search__controls .search__button--submit {
  margin-inline-end: var(--spacing-3);
  display: flex; align-items: center; justify-content: center;
}
.template--search .search-hero .search__controls .search__button--submit svg {
  width: 1.6rem; height: 1.6rem;
}

@media screen and (min-width: 990px) {
  html.js .drawer--search .drawer__content {
    padding-block-start: var(--spacing-7);
    padding-inline: var(--spacing-6);
  }

  .field--search .field__input {
    font-family: var(--font-heading-family);
    font-size: var(--font-size-static-h5);
  }

  .field--search::after {
    display: none;
  }
}
/* SEARCH FIELD - END */

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

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

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

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

.checkbox input:before {
  content: '';
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  background-color: currentColor;
  opacity: 0;
  transition: opacity var(--duration-default);
}
[dir='rtl'] .checkbox input:before {
  transform: translate(50%, -50%);
}

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

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

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

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

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

quantity-input {
  display: block;
}

.quantity {
  color: rgb(var(--color-outlined-button));
  position: relative;
  width: 8rem;
}

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

.quantity__input {
  color: rgb(var(--color-foreground));
  font: inherit;
  font-size: var(--font-size-static-sm);
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 2rem;
  height: 2.8rem;
  flex-grow: 0;
  -webkit-appearance: none;
  appearance: none;
  /* pointer-events: none; */
}
.quantity__input:focus-visible {
  outline: none;
  box-shadow: inset 0 -0.2rem 0 0 rgba(var(--color-foreground), 0.5);
}

.quantity__button {
  color: rgb(var(--color-foreground));
  width: 2rem;
  flex-shrink: 0;
  opacity: 0.5;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__button svg {
  pointer-events: none;
}

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

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

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

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

.select-input {
  width: 100%;
}

select {
  background: none;
  color: inherit;
}

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

.select-input__wrapper, .dropdown__button {
  position: relative;
  color: rgb(var(--color-foreground));
}

.select-input__wrapper svg,
.dropdown__button svg {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 1.6rem;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

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

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

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

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

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

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

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

.is-active .dropdown__item-button {
  background-color: rgba(var(--color-foreground), .025);
}

@media (hover:hover) {
  .dropdown__item-button:hover:not([disabled]) {
    background-color: rgba(var(--color-foreground), .05);
  }

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

.shopify-policy__title {
  margin: 0 0 .8rem;
}

.shopify-policy__title > * {
  text-transform: capitalize;
  font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
  color: rgb(var(--color-heading-text));
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: break-word;
  margin-block: 0;
  line-height: var(--line-height-h3);
  padding-block: calc(var(--h3-multiplier) / 5);
}

.shopify-policy__container {
  padding-block-start: 4rem;
  padding-block-end: 3.2rem;
  max-width: calc(var(--page-width) * var(--max-w-xxs-multiplier));
}

@media screen and (min-width: 750px) {
  .shopify-policy__title {
    margin: 0 0 1.6rem;
  }
  .shopify-policy__container {
    padding-block-start: 3.2rem;
    padding-block-end: 6.4rem;
  }
}

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

.rte a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.rte p:empty {
  display: flex;
}

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

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

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

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

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 749px) {
    input, select, textarea {
      font-size: var(--font-size-static-lg) !important;
    }
  }
}

.rte table {
  width: 100%;
}

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

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

.rte ol,
.rte ul {
  margin: var(--spacing-1) auto;
  list-style-position: inside;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text-start .rte ol,
.text-start .rte ul {
  margin-inline-start: 0;
}

.text-end .rte ol,
.text-end .rte ul {
  margin-inline-end: 0;
}

.main-page .rte ol,
.main-page .rte ul,
.shopify-policy__container .rte ol,
.shopify-policy__container .rte ul {
  margin: revert;
  list-style-position: revert;
  padding: revert;
  width: revert;
}

.main-page .rte h1 a,
.main-page .rte h2 a,
.main-page .rte h3 a,
.main-page .rte h4 a,
.main-page .rte h5 a,
.main-page .rte h6 a,
.shopify-policy__container .rte h1 a,
.shopify-policy__container .rte h2 a,
.shopify-policy__container .rte h3 a,
.shopify-policy__container .rte h4 a,
.shopify-policy__container .rte h5 a,
.shopify-policy__container .rte h6 a {
  text-decoration: none;
}

.main-page .rte h1,
.main-page .rte h2,
.main-page .rte h3,
.main-page .rte h4,
.main-page .rte h5,
.main-page .rte h6,
.shopify-policy__container .rte h1,
.shopify-policy__container .rte h2,
.shopify-policy__container .rte h3,
.shopify-policy__container .rte h4,
.shopify-policy__container .rte h5,
.shopify-policy__container .rte h6 {
  margin-block-end: var(--spacing-5);
}

.main-page .rte p:last-child,
.shopify-policy__container .rte p:last-child {
  margin-block-end: revert;
}

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

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

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

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

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

.price del {
  color: rgb(var(--color-foreground));
  margin-inline-end: 0.5rem;
}

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

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

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

/* Swiper slider */

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

.swiper-button {
  width: 4.2rem;
  height: 4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: var(--button-action-border-radius, 0.6rem);
  cursor: pointer;
  pointer-events: all;
  position: relative;
  will-change: opacity;
  transition: opacity var(--duration-default);
  color: rgba(var(--color-button-swiper));
  user-select: none;
}

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

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

/* all classes with starting .swiper-button--prev */
button[class*=" swiper-button--prev"] {
  margin-inline-end: 1.6rem;
  transform: scaleX(-1);
}
[dir='rtl'] button[class*=" swiper-button--prev"] {
  margin-inline-end: unset;
  transform: scaleX(1);
}
[dir='rtl'] button[class*=" swiper-button--next"] {
  margin-inline-start: 1.6rem;
  transform: scaleX(-1);
}

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

.section__head--buttons .swiper-buttons {
  margin-block-start: 0;
  margin-inline-start: 3.6rem;
  padding: 0;
}
.section__head--buttons .swiper-buttons .swiper-button {
  width: 2.4rem; height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__head--buttons .swiper-buttons .icon {
  width: 1.6rem; height: 1.6rem;
}
.section__head--buttons .swiper-buttons .swiper-button--prev {
  margin-inline-end: 1.6rem;
}

.swiper-pagination--shape {
  display: flex;
  align-items: center;
  --swiper-pagination-top: 1rem;
  inset-block-start: 1rem;
  inset-block-end: unset !important;
  inset-inline-start: 1rem !important;
  width: fit-content !important;
}
.swiper-pagination--shape .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 0.5rem;
  border: 0.2rem solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: 0.3s;
}
.swiper-pagination--shape .swiper-pagination-bullet span {
  color: rgb(var(--color-white-rgb));
  font-size: var(--font-size-static-sm);
  font-weight: var(--font-heading-weight);
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2rem;
}
[dir='rtl'] .swiper-pagination--shape .swiper-pagination-bullet span {
  transform: translate(50%, -50%);
}
.swiper-pagination--shape .progress--square .origin {
  border-radius: 0.5rem;
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 155px;
  stroke-dashoffset: 155px;
}
.swiper-pagination--shape .progress--circle {
  display: block;
  position: fixed;
  inset-inline-start: -1.6rem;
  transform: rotate(-90deg);
}
.swiper-pagination--shape .progress--circle .origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 56.5487px;
  stroke-dashoffset: 56.5487px;
}
.swiper-pagination--shape .swiper-pagination-bullet-active .progress--circle .origin {
  animation: circle-progress var(--slideshow-pagination-progress-time);
}

.swiper-pagination--dots {
  display: flex;
  gap: var(--spacing-1);
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.swiper-pagination--dots .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(var(--color-background), 0.0);
  transition: background-color var(--duration-default);
}
.swiper-pagination--dots .swiper-pagination-bullet::before,
.swiper-pagination--dots .swiper-pagination-bullet span {
  display: inline-block;
  width: 0.4rem; height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.5);
}

.swiper-pagination--dots .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-foreground), 0.1);
}
.swiper-pagination--dots .swiper-pagination-bullet-active::before,
.swiper-pagination--dots .swiper-pagination-bullet-active span {
  background-color: rgba(var(--color-foreground), 0.75);
}

.slideshow-alignment--center {
  width: fit-content !important;
  margin-inline: auto;
}

/* Product Variants and Swatches */
.product-card fieldset {
  margin: 0; padding: 0; border: 0; /* reset */
  display: flex;
  align-items: center;
}

/* PRODUCT OPTION STYLES -- START */
.variant-options,
.product__variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
}
.product-option__label--image img {
  opacity: 1;
}
.product .product__variant-options {
  gap: var(--spacing-2);
}
.product-card .product__variant-options {
  gap: var(--spacing-1);
}
.product .product__variant-options > * {
  display: inline-flex;
}

.variant-options fieldset,
.product__variant-options fieldset,
fieldset.product__variant-options {
  margin: 0; padding: 0; border: 0; /* reset */
  display: flex;
  align-items: center;
}

.variant-options fieldset legend,
.product__variant-options fieldset legend,
fieldset.product__variant-options legend {
  margin: 0; padding: 0; border: 0; /* reset */
  margin-block-end: var(--spacing-1);

  display: flex;
  align-items: center;
  width: 100%;

  font-size: var(--font-size-static-sm);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-heading-text));
}
.product .product__variant-options legend {
  margin-block-end: var(--spacing-2);
}

.variant-options fieldset legend span,
.product__variant-options fieldset legend span,
fieldset.product__variant-options legend span,
.variant-options fieldset legend strong,
.product__variant-options fieldset legend strong,
fieldset.product__variant-options legend strong {
  font-weight: var(--font-weight-heading-semibold);
  margin-inline-start: var(--spacing-1);
}

.product-card .button--variant:has(.product-option__label) {
  min-width: var(--product-card-option-button-size);
  height: calc(var(--product-card-option-button-size) + 0.05rem);
}
.product-card .product-option__input + .product-option__label--image {
  width: var(--product-card-option-button-size);
  height: var(--product-card-option-button-size);
}

.product-option__label {
  --variant-option-label--border-radius: 0;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: auto;
  max-width: 100%;

  font-size: var(--font-size-static-xs);
  line-height: var(--line-height-static-xs);
  letter-spacing: 0.1rem;
  color: rgb(var(--color-foreground));
  text-transform: uppercase;
  cursor: pointer;

  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--variant-option-label--border-radius);

  will-change: border-color;
  transition: border-color var(--duration-default);
}

.product-option__label:hover {
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
}

.product-option__label:not(.product-option__label--image):not(:has(.product-option__swatch)) {
  width: auto;
  min-width: 2.8rem;
  height: 2.8rem;
  padding-inline: var(--spacing-2);

  will-change: border-color, background-color;
  transition: border-color var(--duration-default), background-color var(--duration-default);
  --variant-option-label--border-radius: 0;
}
.product-card .product-option__label:not(.product-option__label--image):not(:has(.product-option__swatch)) {
  min-width: var(--product-card-option-button-size);
  height: var(--product-card-option-button-size);
}

.product__product-group .product-option__label {
  min-width: var(--product-card-option-button-size);
  height: var(--product-card-option-button-size);
}

.product-option__label--square {
  --variant-option-label--border-radius: 0;
}
.product-option__label--rounded {
  --variant-option-label--border-radius: var(--button-border-radius);
}
.product-option__label--circle {
  --variant-option-label--border-radius: 50%;
}
.product-option__swatch--square {
  --variant-option-swatch--border-radius: 0;
}
.product-option__swatch--circle {
  --variant-option-swatch--border-radius: 50%;
}
.product-option__label--square .product-option__swatch--circle {
  --variant-option-swatch--border-radius: 0;
}

.product-option__input:active + .product-option__label,
.product-option__input:checked + .product-option__label,
.product-option__input:focus-visible + .product-option__label,
.product-option__input:active:focus-visible + .product-option__label,
.product-option__input:checked:focus-visible + .product-option__label {
  border-color: rgba(var(--color-foreground), 1.00);
}

.product-option__input:active + .product-option__label:has(.product-option__swatch),
.product-option__input:checked + .product-option__label:has(.product-option__swatch) {
  border-color: rgba(var(--color-foreground), 1.00);
}

.product-option__input:disabled + .product-option__label,
.product-option__input.disabled + .product-option__label {
  pointer-events: none;
  border-color: rgba(var(--color-foreground), 0.15);
  color: rgba(var(--color-foreground), 0.4);
  background-color: transparent;
  overflow: hidden;
}

.product-option__input:disabled:active + .product-option__label,
.product-option__input.disabled:active + .product-option__label,
.product-option__input:disabled:checked + .product-option__label,
.product-option__input.disabled:checked + .product-option__label,
.product-option__input:disabled:focus-visible + .product-option__label,
.product-option__input.disabled:focus-visible + .product-option__label,
.product-option__input:disabled:active:focus-visible + .product-option__label,
.product-option__input.disabled:active:focus-visible + .product-option__label,
.product-option__input:disabled:checked:focus-visible + .product-option__label,
.product-option__input.disabled:checked:focus-visible + .product-option__label {
  border-color: rgba(var(--color-foreground), 0.5);
}

.product-option__label:has(.product-option__swatch) .product-option__swatch {
  width: 1.6rem; height: 1.6rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
}

.product-option__input:checked + .product-option__label:has(.product-option__swatch) {
  border: 0.15rem solid rgba(var(--color-foreground), 1);
}

.product-card .product-option__label:has(.product-option__swatch) {
  width: auto;
  height: var(--product-card-option-button-size);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.product-card .product-option__label:has(.product-option__swatch) .product-option__swatch {
  width: 100%;
  height: 100%;
}
.product-card .product-option__label:has(.product-option__swatch) .product-option__swatch.product-option__swatch--circle {
  border-radius: 50%;
}

.product-option__label .product-option__swatch {
  --variant-option-swatch--size: 2.4rem;
  --variant-option-swatch--border-radius: var(var(--variant-option-label--border-radius), 50%);

  position: relative;
  display: block;
  width: var(--variant-option-swatch--size);
  height: var(--variant-option-swatch--size);
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, 50% 50%);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
  border-radius: var(--variant-option-swatch--border-radius);
  cursor: pointer;
  transition: opacity var(--duration-default), border-color var(--duration-default), transform var(--duration-default);
}

.product-option__label .product-option__swatch--unavailable {
  border-style: dashed;
  border-color: rgba(var(--color-foreground), 0.5);
}

.product-option__input:disabled + .product-option__label .product-option__swatch,
.product-option__input.visually-disabled + .product-option__label .product-option__swatch {
  position: relative;
  overflow: hidden;
  opacity: 0.4;
}

.product-option__input:disabled + .product-option__label::after,
.product-option__input.disabled + .product-option__label::after,
.product-option__input.visually-disabled + .product-option__label::after,
.product-option__input:disabled + .product-option__label .product-option__swatch::after,
.product-option__input.disabled + .product-option__label .product-option__swatch::after,
.product-option__input.visually-disabled + .product-option__label .product-option__swatch::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(var(--color-background), 0) calc(50% - 1px), rgba(var(--color-foreground), 0.0), rgba(var(--color-background), 0) calc(50% + 1px));
}

.product-option__input:disabled + .product-option__label::before,
.product-option__input.disabled + .product-option__label::before,
.product-option__input.visually-disabled + .product-option__label::before,
.product-option__input:disabled + .product-option__label .product-option__swatch::before,
.product-option__input.disabled + .product-option__label .product-option__swatch::before,
.product-option__input.visually-disabled + .product-option__label .product-option__swatch::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(var(--color-background), 0) calc(50% - 1px), rgba(var(--color-foreground), 0.1), rgba(var(--color-background), 0) calc(50% + 1px));
}

.product-option__input + .product-option__label--image {
  --variant-option-label--border-radius: 0;
  position: relative;
  display: block;
  width: 6rem; height: 6rem;
  transform: none; transition: none; background: none;
  overflow: hidden;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.product-option__input + .product-option__label--image > img,
.product-option__input + .product-option__label--image > svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-option__input + .product-option__label--image > svg path {
  stroke: rgb(var(--color-foreground));
}

.product-option__input:disabled + .product-option__label--image > img,
.product-option__input:disabled + .product-option__label--image > svg,
.product-option__input.disabled + .product-option__label--image > img,
.product-option__input.disabled + .product-option__label--image > svg,
.product-option__input.visually-disabled + .product-option__label--image > img,
.product-option__input.visually-disabled + .product-option__label--image > svg {
  opacity: 0.5;
}

.product-option__input + .product-option__label--image .product-option__swatch {
  display: none;
}

.product-option__input + .product-option__label--image:has(.placeholder-svg) .product-option__swatch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

/* Product Groups */
.product__product-groups {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
.product-card__options--inline .product__product-groups {
  width: 100%;
  flex-direction: row;
  gap: var(--spacing-2);
  justify-content: space-between;
}
fieldset.product__product-group {
  margin-block-end: var(--spacing-5);
}
.product-card fieldset.product__product-group {
  margin-block-end: var(--spacing-0);
}
.product-option__label:not(.product-option__label--image) {
  padding: 0.1rem;
}
.product__product-group .product-option__label.active {
  border-color: rgba(var(--color-foreground), 1.00);
  border-width: 0.15rem;
}
.product-option__label--image.product-option__label--circle {
  border-radius: 50%;
}
.product__product-group .product-option__label:not(.product-option__label--image) a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
}
.product__product-group .product-option__label:not(.product-option__label--image) a.product-option__only-text {
  height: auto;
  border: 0;
}
.product__product-group .media {
  border-radius: var(--variant-option-swatch--border-radius);
}
.product__product-group .product-option__label--image,
.product__product-group .product-option__label--swatch {
  --variant-option-label--border-radius: 0;
  position: relative;
  display: block;
  width: 6.4rem; height: 6.4rem;
  transform: none; transition: none; background: none;
  overflow: hidden;
  will-change: border-color;
  transition: border-color var(--duration-default);
}
.product__product-group .product-option__label--swatch {
  width: 2.4rem; height: 2.4rem;
}
.product__product-group .product-option__label--image:hover {
  border-color: rgba(var(--color-foreground), 0.1);
}
.product__product-group .product-option__label--image a.product-option__swatch {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.product-card .product__product-group .product-option__label--image {
  width: auto;
  height: var(--product-card-option-button-size);
  aspect-ratio: 1 / 1;
}

.product__product-group .product-option__label--image {
  padding: 0.5rem;
}

.product__variant-picker .product-option__label--image {
  padding: 0.5rem;
}

.product-option__label--circle a,
.product-option__label--circle a.media {
  border-radius: 50%;
}

.product__product-group .product-option__label--image img {
  aspect-ratio: 1 / 1;
  border-width: 0.1rem;
  border-style: solid;
  border-color: rgba(var(--color-foreground), 0.1);
}

.product-option__label--circle img {
  border-radius: 50%;
}

.product__product-group .product-option__label--image > img,
.product__product-group .product-option__label--image > svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product__product-group .product-option__label--image > svg path {
  stroke: rgb(var(--color-foreground));
}
.collection-facets .checkbox input + label.product-option__label {
  padding-inline: 0;
  border: 0.15rem solid rgba(var(--color-foreground), 0);
}

.product__size-guide {
  display: block;
  margin-inline-start: auto;
  margin-block: auto;
}
.product__size-guide .button.button--text {
  display: block;
  padding-block-start: 0;
  font-size: var(--font-size-static-xs);
}
.product__size-guide .rte {
  overflow: auto;
}
.product__size-guide .rte * {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  text-transform: none;
  margin-inline: unset;
  letter-spacing: initial;
}
.product__size-guide .rte b,
.product__size-guide .rte strong {
  font-weight: bold;
}
.product__size-guide .rte table {
  width: auto;
  margin-inline: 0.2rem;
  margin-block-end: 1.6rem;
}

.product-card__options {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
.product-card__options--inline {
  flex-direction: row;
  justify-content: space-between;
}
/* PRODUCT OPTION STYLES -- END */

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  /* background-attachment: fixed; this code is not supported by many browsers. */
}

/* Section */

.section {
  padding: calc(var(--section-spacing-unit-size) * 2) 0;
  background-color: rgb(var(--color-background));
}

.section.layout-1 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: var(--spacing-5);
  grid-template-areas:
    "section-head section-head section-foot"
    "section-body section-body section-body"
    ". . .";
}

.section.layout-2 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: var(--spacing-5);
  grid-template-areas:
    "section-head section-head section-head"
    "section-body section-body section-body"
    "section-foot section-foot section-foot";
}

.section.layout-1 .section__head {
  display: flex;
  align-items: center;
  text-align: start;
  padding-inline: 0;
}

.max-w-full .section.layout-1 .section__head {
  padding-inline: calc(var(--page-gutter) * 1) 0;
}

.section.layout-1 .section__head--buttons {
  position: relative;
  justify-content: flex-end;
  white-space: nowrap;
}

.section.layout-2 .section__head {
  text-align: center;
}

.section.layout-1 .section__foot,
.section.layout-2 .section__foot,
.section-layout-2 .section__foot {
  text-align: center;
}

.section.layout-1 .section__foot {
  align-content: end;
  height: 100%;
  margin-block: 0;
  padding: 0 0 var(--spacing-5);
  text-align: end;
}

.max-w-full .section.layout-1 .section__foot {
  padding-inline-end: var(--page-gutter);
}

.section.layout-1 .section__foot:has(.button--text) {
  padding-block-end: calc(var(--section-spacing-unit-size) * 2 + 0.4rem);
}
.section.layout-2 .section__foot:has(.button--text) {
  padding-block-end: 0.4rem;
}

.section.layout-1 .card-slider__buttons {
  position: relative;
  margin-inline-start: 3.6rem;
  position: unset;
  transform: unset;
}

.section.layout-2 .section__foot,
.section-layout-2 .section__foot {
  margin-block-start: calc(var(--section-spacing-unit-size) * 2);
  margin-block-end: 0;
}

.section.layout-2 .card-slider__buttons,
.section.layout-2 .card-product-slider__buttons {
  justify-content: center;
}

.section.layout-1 .swiper-button,
.section.layout-2 .swiper-button {
  color: rgb(var(--color-foreground));
}
.section.layout-1 .max-w-full .section__head {
  padding-inline-start: var(--page-gutter);
}
@media screen and (min-width: 750px) {
  .section.layout-1 .section__head {
    height: 100%;
    padding-block-end: calc(var(--section-spacing-unit-size) * 2.25);
    margin-block-end: 0;
  }

  .section.layout-1 .section__foot {
    padding-block-end: calc(var(--section-spacing-unit-size) * 2.25);
  }

  .section.layout-1 .card-slider__buttons {
    justify-content: flex-end;
  }

  .section.layout-2 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3.2rem;
    grid-template-areas:
      "section-head section-head section-head"
      "section-body section-body section-body"
      "section-foot section-foot section-foot";
  }

  .section.layout-2 .section__head {
    text-align: center;
  }

  .section.layout-2 .section__foot,
  .section-layout-2 .section__foot {
    text-align: center;
  }

  .section.layout-2 .card-slider__buttons,
  .section.layout-2 .card-product-slider__buttons {
    justify-content: center;
  }
}

.section__head {
  grid-area: section-head;
}

.section__body {
  grid-area: section-body;
}

.section__foot {
  grid-area: section-foot;
}

.section__head .section__title {
  margin: 0;
}

.section__head, .section__foot {
  margin-block-end: calc(var(--section-spacing-unit-size) * 2);
}

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

.section-w-swiper.layout-2 .container {
  position: relative;
}

.section-w-swiper.layout-2 .swiper-buttons {
  position: absolute;
  inset-inline: 0;
  justify-content: space-between;
  margin-inline: calc(var(--spacing-unit-size-static) * 4);
  z-index: 4;
}

.section-w-swiper.layout-2 .swiper-button {
  width: 4rem;
  height: 4rem;
  padding: var(--spacing-3);
  background-color: #fff;
  opacity: var(--swiper-button-opacity, 1);
  border-radius: var(--button-action-border-radius, 0.6rem);
  box-shadow: 0px 100px 147px 0px rgba(0, 0, 0, 0.07), 0px 22.336px 32.834px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 9.776px 0px rgba(0, 0, 0, 0.03);
}

.section-w-swiper.layout-2 .swiper-buttons .swiper-button--plain {
  background-color: transparent !important;
  box-shadow: none !important;
}

.section-w-swiper.layout-2 .swiper-button svg {
  width: 2rem;
  height: 2rem;
}

.section-w-swiper.layout-2 .swiper-button:disabled {
  opacity: 0;
}

@media screen and (max-width: 749px) {
  .section-w-swiper .swiper {
    margin-inline: 0 auto;
    overflow: visible;
  }

  .section-w-swiper .swiper-wrapper {
    max-width: 80%;
  }
}

@media screen and (min-width: 750px) {
  .section-w-swiper.layout-2:has(.products-feed__tab:has(.button--text)) .section__foot {
    margin-block-start: var(--spacing-8);
  }

  .section-w-swiper.layout-2 .swiper-button {
    opacity: var(--swiper-button-opacity, 0);
  }

  .section-w-swiper.layout-2 .swiper-buttons:hover {
    --swiper-button-opacity: 1;
  }

  .section-w-swiper.layout-2 .section__body:hover+.section__foot .swiper-button {
    --swiper-button-opacity: 1;
  }
}

.shopify-section-group-header-group {
  z-index: var(--z-header);
}

/* digi-note--kk - can it moved to section stylings? -- start */
.section__head--in {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section__head--buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 0.5rem;
}

.section__foot .section__head--buttons {
  margin-block-start: 0;
}
/* digi-note--kk - can it moved to section stylings? -- end */

@media screen and (min-width: 750px) {
  .section__head {
    margin-block-end: calc(var(--section-spacing-unit-size) * 2.25);
  }

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

nav-accordion {
  display: block;
}

localization-form {
  display: block;
}

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

.slim-scrollbar {
  scrollbar-width: 0.4rem;
}
.slim-scrollbar::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.slim-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--color-foreground), 0.125);
  -webkit-box-shadow: inset 0 0 6px rgba(var(--color-foreground), 0.25);
}
.slim-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(var(--color-foreground), 0.125);
}
.slim-scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(var(--color-foreground), 0.1);
}


svg {
  display: block;
}

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

.font-size-sm {
  font-size: var(--font-size-static-sm);
}

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

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

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

.font-size-h1 {
  font-size: var(--font-size-static-h1);
}
.font-size-h2 {
  font-size: var(--font-size-static-h2);
}
.font-size-h3 {
  font-size: var(--font-size-static-h3);
}
.font-size-h4 {
  font-size: var(--font-size-static-h4);
}
.font-size-h5 {
  font-size: var(--font-size-static-h5);
}
.font-size-h6 {
  font-size: var(--font-size-static-h6);
}
.font-size-h7 {
  font-size: var(--font-size-static-h7);
}

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

.color-inherit {
  color: inherit;
}

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

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

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

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

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

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

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

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

.text-current {
  color: currentColor;
}

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

.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
@media screen and (max-width: 749px) {
  .absolute--mobile {
    position: absolute !important;
  }
  .relative--mobile {
    position: relative !important;
  }
}

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

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}

.justify-self-start {
  justify-self: start;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-end {
  justify-self: end;
}

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

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

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

  .justify-start--mobile {
    justify-content: flex-start;
  }
  .justify-center--mobile {
    justify-content: center;
  }
  .justify-between--mobile {
    justify-content: space-between;
  }
  .justify-end--mobile {
    justify-content: flex-end;
  }

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

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

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

.content-position-start .content {
  margin-block-end: auto;
}
.content-position-center .content {
  margin-block: auto;
}
.content-position-end .content {
  margin-block-start: auto;
}

.bg-default {
  background-color: rgb(var(--color-background));
}

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

.ms-auto {
  margin-inline-start: auto;
}

.me-auto {
  margin-inline-end: auto;
}

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

.label {
  margin: 0;
  padding: 0;
  border: 0;
  margin-block-end: var(--spacing-1);
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--font-size-static-sm);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-heading-text));
}

.text-nowrap {
  white-space: nowrap;
}

.text--label,
.text--link {
  position: relative;

  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-heading-weight);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
  letter-spacing: 0.14rem;

  margin-block-end: -0.4rem;
  padding-block: 0.625rem;
}

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

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

.text-link,
.text-label {
  display: inline-block;
}

.text-link .text-link--on-hover,
.text-link .text-link--on-load {
  padding-block: var(--spacing-1);
}
.text-link .text-link--on-hover:has(img, svg),
.text-link .text-link--on-load:has(img, svg) {
  display: flex;
  align-items: center;
  column-gap: var(--spacing-2);
}

.text-link--on-hover {
  background: linear-gradient(to right, rgba(var(--color-foreground), 1), rgba(var(--color-foreground), 1));
  background-size: 0 0.1em, 100% 0.1em;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms, background-position 400ms;
}
.text-link:has(.text-link--on-hover):hover .text-link--on-hover,
.text-link:has(.text-link--on-hover):focus .text-link--on-hover {
  background-size: 100% 0.1em, 0 0.1em;
}

.text-link--on-load {
  background: linear-gradient(to right, rgba(var(--color-foreground), 1), rgba(var(--color-foreground), 1));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms, background-position 400ms;
}
.text-link:has(.text-link--on-load):hover .text-link--on-load,
.text-link:has(.text-link--on-load):focus .text-link--on-load {
  background-size: 0 0.1em, 100% 0.1em;
}
.shopify-section-group-header-group .text-link,
.shopify-section-group-header-group .text-label{
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-heading-weight);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
}

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

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

.search__controls {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: var(--spacing-2);
  padding-inline-end: var(--spacing-6);
  height: 2.8rem;
}

.search__button {
  width: 2.4rem; height: 2.4rem;
  color: rgb(var(--color-link));
  transition: background-color var(--duration-default), transform var(--duration-short);
}

.search__button svg {
  width: 100%; height: 100%;
}

.search__button.search__button--clear {
  width: fit-content;
  padding-inline: var(--spacing-3);
  background: rgb(var(--color-border));
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-heading-medium);
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  border-radius: var(--button-border-radius);
  line-height: var(--line-height-static-sm);
}

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

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

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

.search__button:disabled {
  visibility: hidden;
  pointer-events: none;
}

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

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

.card__content {
  position: absolute;
  z-index: 2;
  padding: calc(var(--section-spacing-unit-size) * 1.5);
}

/* digi-note--kk - this seems so specific, can it be moved to section specific file? -- start */
.content-centered:not(.header__card-text) .card__content {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
[dir='rtl'] .content-centered:not(.header__card-text) .card__content {
  transform: translate(50%, -50%);
}

.content-bottom-start:not(.header__card-text) .card__content {
  inset-block-end: 0;
  inset-inline-start: 0;
  text-align: start;
}

.content-bottom-centered:not(.header__card-text) .card__content {
  inset-block-end: 0;
  inset-inline-start: 0;
  text-align: center;
  width: 100%;
}
/* digi-note--kk - this seems so specific, can it be moved to section specific file? -- end */

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

.newsletter-form .field__input-wrapper {
  display: flex;
  outline: none;
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  border-radius: var(--input-border-radius);
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--duration-default);
  overflow: hidden;
}
.newsletter-form .field__input-wrapper input {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  outline: none;
}
.newsletter-form .field__input-wrapper button {
  padding: 0 var(--spacing-4);
  white-space: nowrap;
  font-size: var(--font-size-static-sm);
  letter-spacing: var(--letter-spacing-medium);
  color: rgb(var(--color-black-rgb));
  border-radius: 0;
  background-color: rgb(var(--color-white-rgb));
  transition: background-color var(--duration-default);
  align-items: center;
}
.newsletter-form .field__input-wrapper button:hover {
  background-color: rgba(var(--color-border), var(--alpha-border));
}

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

accordion-default {
  display: block;
}

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

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

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

.accordion summary {
  user-select: none;
}

.accordion__icon svg {
  width: 1em; height: 1em;
  transform: rotate(0);
  transition: transform var(--duration-default);
}
.accordion__section.is-active .accordion__icon svg,
html.no-js .accordion__section[open] .accordion__icon svg {
  transform: rotate(180deg);
}

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

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

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

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

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

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

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

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

.breadcrumbs {
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--letter-spacing-small);
  text-transform: var(--font-button-text-transform);
  width: 100%;
  z-index: 2;
}
.section-page-banner .breadcrumbs {
  width: auto;
}

.breadcrumbs__list {
  display: flex;
}

.breadcrumbs__list > li {
  white-space: nowrap;
}

.breadcrumbs__list > li:not(:last-child) {
  opacity: 0.75;
}

.breadcrumbs__separator {
  margin: 0 0.8rem;
}

.breadcrumbs__link {
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 0.4rem;
  transition: text-decoration-color var(--duration-short);
  text-decoration-color: currentColor;
  padding-block: 0;
}

.breadcrumbs span {
  opacity: 0.8;
  text-wrap: auto;
  text-align: center;
  display: inline-block;
}

.breadcrumbs--start .breadcrumbs__list {
  justify-content: start;
}
.breadcrumbs--center .breadcrumbs__list {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: var(--spacing-2);
}
.breadcrumbs--end .breadcrumbs__list {
  justify-content: end;
}

@media (hover: hover) {
  .breadcrumbs__link:hover {
    text-decoration-color: currentColor;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumbs__list {
    overflow-x: auto;
  }
}
/* Animations */

/* <html class="js shopify-design-mode"> is added by the theme */
html.js:not(.shopify-design-mode) .js-animation-fade-in {
  animation: fade-in 300ms forwards paused;
}

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

html.js:not(.shopify-design-mode) .animation-init {
  animation-play-state: running;
}

html.js:not(.shopify-design-mode) .animation-none {
  animation: none;
}

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

  to {
    opacity: 1;
  }
}

.pulse {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  color: rgb(var(--color-background));
}

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

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

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

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

  45% {
    transform: scale(1);
  }

  55% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.entry {
  color: rgba(var(--color-foreground), 0.7);
  line-height: var(--line-height-static-sm);
}

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

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

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

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

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

.youtube-container iframe {
  width: auto;
  height: calc(100% + 12rem) !important;
}

.social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}
.social-sharing a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  transition: opacity var(--duration-default);
}
.social-sharing a > svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (hover: hover) {
  .social-sharing a:hover {
    opacity: 0.7;
  }
}

/* PRODUCT & PRODUCT CARD STYLES -- START */

/*** Product-Blocks -- START ***/
.product__block {
  margin-block: 0;
  padding-block: 0;
}
.product__block.product__block--gap-0 {
  margin-block-end: 0;
}
.product__block.product__block--gap-1 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.00); /* 1.6rem */
}
.product__block.product__block--gap-2 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.25); /* 2.0rem */
}
.product__block.product__block--gap-3 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.50); /* 2.4rem */
}
.product__block.product__block--gap-4 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.75); /* 2.8rem */
}
.product__block:last-child {
  margin-block-end: 0 !important;
}
/*** Product-Blocks -- END ***/

/*** Product-Blocks: Divider -- START ***/
.product__divider {
  height: 0.1rem;
  background-color: rgba(var(--color-border), var(--alpha-border));
}
.product__divider:has(+ .product__divider) {
  display: none;
}
/*** Product-Blocks: Divider -- END ***/

/*** Product-Blocks: Pre-Order -- START ***/
.product__preorder {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-2);
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-static-sm);
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: rgba(var(--color-foreground), 0.05);
}
.product__preorder-notice {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-lg);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--letter-spacing-xl);
}
.product__preorder-dot {
  display: block;
  width: var(--spacing-1); height: var(--spacing-1);
  background-color: rgba(255, 165, 0, 1);
}
.product__preorder-warning {
  font-size: var(--font-size-static-md);
  line-height: var(--line-height-static-md);
  letter-spacing: var(--letter-spacing-md);
  color: rgba(var(--color-foreground), 0.5);
}
.product__preorder-warning strong {
  font-weight: var(--font-weight-semibold);
}
/*** Product-Blocks: Pre-Order -- END ***/

/* PRODUCT & PRODUCT CARD STYLES -- END */

/* SNIPPETS -- START */

/* SNIPPET - COUNTDOWN TIMER */
.countdown-timer {
  display: block;
}

.countdown-timer__columns {
  display: flex;
}

.countdown-timer__column {
  flex: 1 0 0;
}

.countdown-timer__column > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.countdown-timer__column--col > div {
  flex-direction: column;
}

.countdown-timer__column--row > div {
  flex-direction: row;
}

.countdown-timer__column:first-child .countdown-timer__column-number:before {
  display: none;
}

.countdown-timer__column-text {
  text-transform: uppercase;
}

@media screen and (min-width: 750px) {
  .countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* SNIPPET - TEXT TRUNCATOR */
text-truncator {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.text-truncator {
  display: none;
}

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

.text-truncator p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

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

.text-truncator__icon span {
  cursor: pointer;
  text-transform: capitalize;
}

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

.text-truncator__icon span svg {
  fill: var(--color-body-text);
  width: var(--font-size-static-md);
  height: var(--font-size-static-md);
}

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

/* SNIPPET - LOAD MORE / PREVIOUS */
dynamic-load-more {
  display: block;
  margin: var(--spacing-6) 0 0;
}
dynamic-load-previous {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0 0 var(--spacing-6);
}
dynamic-load-previous::before {
  margin: var(--spacing-6) auto;
}

/* SNIPPET - BACK TO TOP */
back-to-top.hide {
  display: none;
}

.back-to-top {
  position: fixed;
  inset-block-end: var(--spacing-5);
  inset-inline-end: var(--spacing-5);
  z-index: var(--z-fab);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: var(--button-border-radius);
  cursor: pointer;
}

.back-to-top .button--outlined {
  box-shadow: none;
}

.back-to-top svg {
  width: 2rem;
  height: auto;
  padding-block-end: 0.2rem;
}

.back-to-top svg path {
  stroke: currentColor;
}

/* SNIPPET - NEWSLETTER FORM */
.newsletter__terms {
  margin-block-start: var(--spacing-2);
}
.newsletter__terms .checkbox label {
  font-size: var(--font-size-static-sm);
  text-align: start;
}
/* SNIPPETS -- END */

/* NATIVE COOKIE BANNER -- START */
.shopify-pc__banner__dialog,
.shopify-pc__prefs__dialog {

  border-radius: var(--card-corner-radius) !important;
}
.shopify-pc__banner__body {
  margin-block-end: var(--spacing-5) !important;
}
.shopify-pc__banner__dialog h2 {
  font-size: var(--font-size-static-h7) !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: var(--line-height-static-sm) !important;
  margin-block-end: var(--spacing-3) !important;
}
.shopify-pc__banner__dialog p,
.shopify-pc__prefs__intro-main p,
.shopify-pc__prefs__option p {
  font-size: var(--font-size-static-md) !important;
  line-height: var(--line-height-static-md) !important;
  letter-spacing: var(--letter-spacing-xl) !important;
  /* opacity: 0.8; */
}
.shopify-pc__banner__btns,
.shopify-pc__prefs__header-actions {
  gap: var(--spacing-2) !important;
}
.shopify-pc__banner__dialog button,
.shopify-pc__prefs__header-actions button {
  border-radius: var(--button-border-radius) !important;
  text-transform: var(--button-text-transform) !important;
  padding: var(--spacing-4) var(--spacing-6) !important;
  font-size: var(--font-size-static-xs) !important;
  line-height: var(--line-height-static-sm) !important;
  letter-spacing: var(--letter-spacing-lg) !important;
  margin: 0 !important;
}
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs {
  font-size: var(--font-size-static-sm) !important;
  padding: 0 !important;
}
.shopify-pc__prefs__dialog header {
  flex-direction: column !important;
  padding-block-end: var(--spacing-5) !important;
}
.shopify-pc__prefs__dialog header h2 {
  font-size: var(--font-size-static-h6) !important;
  line-height: var(--line-height-static-sm) !important;
  font-weight: var(--font-weight-semibold) !important;
  letter-spacing: var(--letter-spacing-xxs) !important;
  text-align: center !important;
  margin-block-end: var(--spacing-5) !important;
  padding-inline-end: 0 !important;
}
.shopify-pc__prefs__header-actions {
  padding-inline-end: 0 !important;
}
.shopify-pc__prefs__header-actions button {
  margin-inline-end: var(--spacing-4) !important;
}
.shopify-pc__prefs__intro-main {
  padding-block-start: var(--spacing-5) !important;
}
.shopify-pc__prefs__option:first-child {
  padding-block-start: var(--spacing-5) !important;
}
.shopify-pc__prefs__option label {
  font-size: var(--font-size-static-h7) !important;
  line-height: var(--line-height-static-sm) !important;
  font-weight: var(--font-heading-weight) !important;
  letter-spacing: var(--letter-spacing-xs) !important;
  margin-block-end: var(--spacing-1) !important;
}
/* NATIVE COOKIE BANNER -- END */


/* CRITICAL CSS */
.main-product {
  max-width: 100vw;
}

.swiper-pagination-progressbar {
  background: transparent !important;
}

.swiper-pagination.hero__swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
}

.template--cart .header__utils-item--cart {
  pointer-events: none;
}

/* ALÉA UNI — Luxury Redesign 01 */
[id$="__full_width_banner_kQ8Uw8"] p {
  font-size: clamp(64px, 10vw, 168px) !important;
  line-height: .82 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
}
[id$="__full_width_banner_kQ8Uw8"] a {
  font-size: 11px !important;
  letter-spacing: .18em;
  margin-top: 28px;
}
[id$="__full_width_banner_tbkHgy"] {
  width: 72vw !important;
  max-width: 72vw !important;
  margin: 14vh 0 20vh 24vw !important;
}
[id$="__full_width_banner_DmBUmx"] {
  width: 68vw !important;
  max-width: 68vw !important;
  margin: 0 0 24vh 0 !important;
}
.header__logo-image-transparent {
  filter: invert(1);
}
@media (max-width: 749px) {
  [id$="__full_width_banner_kQ8Uw8"] p {
    font-size: 18vw !important;
    letter-spacing: -.05em !important;
  }
  [id$="__full_width_banner_tbkHgy"] {
    width: 92vw !important;
    max-width: 92vw !important;
    margin: 12vw 0 20vw 8vw !important;
  }
  [id$="__full_width_banner_DmBUmx"] {
    width: 88vw !important;
    max-width: 88vw !important;
    margin: 0 12vw 22vw 0 !important;
  }
}



/* ALÉA UNI — Collection composition */
[id$="__featured_collections_4ffjyr"] .section__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3vw;
  padding-inline: 3vw;
  margin-bottom: 10vh;
}
[id$="__featured_collections_4ffjyr"] .section__head-title {
  margin-left: 24vw;
}
[id$="__featured_collections_4ffjyr"] .section__heading {
  font-size: clamp(64px, 8vw, 132px) !important;
  line-height: .84 !important;
  letter-spacing: -.055em !important;
  text-align: left;
}
[id$="__featured_collections_4ffjyr"] .section__body {
  width: 43vw;
  margin-left: 3vw;
}
[id$="__featured_collections_4ffjyr"] .card-collection__heading {
  font-size: 13px !important;
  letter-spacing: .08em;
}
@media (max-width: 749px) {
  [id$="__featured_collections_4ffjyr"] .section__head {
    display: block;
    padding-inline: 4vw;
    margin-bottom: 10vw;
  }
  [id$="__featured_collections_4ffjyr"] .section__head-title {
    margin-left: 18vw;
  }
  [id$="__featured_collections_4ffjyr"] .section__heading {
    font-size: 17vw !important;
  }


/* ALÉA UNI — Future editorial image slots */
[id$="__full_width_banner_pWVYeL"] {
  width: 36vw !important;
  max-width: 36vw !important;
  margin: 18vh 8vw 18vh auto !important;
}
[id$="__full_width_banner_pWVYeL"] > div {
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  background: #f1f0ed;
}
[id$="__full_width_banner_MNFVL7"] {
  width: 76vw !important;
  max-width: 76vw !important;
  margin: 16vh auto 20vh 4vw !important;
}
[id$="__full_width_banner_MNFVL7"] > div {
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  background: #f1f0ed;
}
[id$="__full_width_banner_pWVYeL"] p,
[id$="__full_width_banner_MNFVL7"] p {
  font-size: 10px !important;
  letter-spacing: .2em !important;
  text-transform: uppercase;
}
@media (max-width: 749px) {
  [id$="__full_width_banner_pWVYeL"] {
    width: 72vw !important;
    max-width: 72vw !important;
    margin: 18vw 0 20vw 28vw !important;
  }
  [id$="__full_width_banner_MNFVL7"] {
    width: 92vw !important;
    max-width: 92vw !important;
    margin: 16vw 8vw 22vw 0 !important;
  }
}

  [id$="__featured_collections_4ffjyr"] .section__head--buttons {
    margin-top: 5vw;
    text-align: right;
  }
  [id$="__featured_collections_4ffjyr"] .section__body {
    width: 78vw;
    margin-left: 4vw;
  }
}



/* ALÉA UNI — Footer restraint */
[id$="__footer"] .footer__block-heading {
  display: none;
}
[id$="__footer"] .footer__links a {
  font-size: 11px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}
[id$="__footer"] .footer__brand {
  width: 100%;
  margin-top: 10vh;
}
[id$="__footer"] .footer__brand a {
  display: block;
  font-size: clamp(72px, 12vw, 190px);
  line-height: .78;
  letter-spacing: -.065em;
  white-space: nowrap;
}
@media (max-width: 749px) {
  [id$="__footer"] .footer__brand {
    margin-top: 16vw;
  }
  [id$="__footer"] .footer__brand a {
    font-size: 20vw;
  }
}



/* ALÉA UNI — luxury product page */
.product-grid {
  gap: 0 !important;
  align-items: start;
}
.product-grid__item--content {
  border-left: 1px solid rgba(17,17,17,.14);
  background: #fff;
}
.product-grid__item--content-wrapper {
  max-width: 480px;
  margin-inline: auto;
}
.product-grid__sticky {
  top: 88px !important;
  padding: clamp(52px,7vh,96px) clamp(28px,4vw,64px) 72px !important;
}
.product__content {
  gap: 0 !important;
}
.product__title {
  margin: 0 0 10px !important;
  font-size: clamp(17px,1.35vw,22px) !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
}
.product__price {
  margin: 0 0 30px !important;
  font-size: 13px !important;
  letter-spacing: .01em;
}
.product__badges,
.product__description,
.product__text.product__block,
.product__content-grid.product__block,
.product-form__quantity,
.pickup-availability {
  display: none !important;
}
.product-form__input {
  margin: 0 !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(17,17,17,.14);
}
.product-form__input legend,
.product-form__input .form__label {
  font-size: 11px !important;
  line-height: 1.2;
  letter-spacing: .09em !important;
  text-transform: uppercase;
}
.product-form__buttons {
  margin-top: 28px !important;
}
.product-form__submit {
  min-height: 54px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
  font-weight: 500 !important;
}
.main-product__media--slider,
.main-product__media--grid-item {
  background: #f5f5f3 !important;
}
.main-product__media--slider .media,
.main-product__media--grid-item .media {
  background: #f5f5f3 !important;
}
.main-product__media--slider img,
.main-product__media--grid-item img {
  object-fit: contain !important;
  padding: clamp(34px,5vw,88px) !important;
}
.product details,
.product .accordion {
  border-color: rgba(17,17,17,.14) !important;
}
.product .accordion summary,


/* Product launch cleanup */
.product__price,
.shopify-payment-button {
  display: none !important;
}
.product details summary {
  min-height: 54px;
  font-size: 11px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}


@media screen and (min-width: 990px) {
  .product-grid {
    grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr) !important;
  }
  .product-grid__item--media,
  .product-grid__item--content {
    min-width: 0 !important;
    grid-column: auto !important;
  }
  .main-product__media--slider,
  .main-product__media--slider .swiper,
  .main-product__media--slider .swiper-wrapper,
  .main-product__media--slider .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }
  .main-product__media--slider img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 990px) {
  .product-grid {
    grid-template-columns: minmax(0, 66.666%) minmax(340px, 33.334%) !important;
  }
  .main-product__media {
    min-width: 0;
  }
  .main-product__media--slider {
    min-height: calc(100vh - 76px);
  }
  .main-product__media--slider .swiper-slide,
  .main-product__media--slider .media {
    min-height: calc(100vh - 76px);
  }
}
@media screen and (max-width: 989px) {
  .product-grid__item--content {
    border-left: 0;
    border-top: 1px solid rgba(17,17,17,.14);
  }
  .product-grid__sticky {
    position: static !important;
    padding: 30px 20px 64px !important;
  }
  .product-grid__item--content-wrapper {
    max-width: none;
  }
  .main-product__media--slider img {
    padding: 28px !important;
  }
}



/* ALÉA UNI — Fendi product page reference */
.product > .container.max-w-fluid {
  padding-inline: 0 !important;
}
.product-grid {
  min-height: calc(100vh - 76px) !important;
  background: #fff;
}
.product-grid__item--media {
  background: #f4f4f4 !important;
}
.product-grid__item--content {
  border: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.product-grid__item--content-wrapper {
  width: min(430px, calc(100% - 72px)) !important;
  max-width: 430px !important;
}
.product-grid__sticky {
  position: static !important;
  padding: 54px 0 !important;
}
.product__content {
  display: flex !important;
  flex-direction: column !important;
}
.product__title {
  order: 1;
  margin-bottom: 10px !important;
  font-size: clamp(25px, 2vw, 32px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}
.product__description {
  display: block !important;
  order: 2;
  margin: 0 0 12px !important;
  font-size: 13px !important;
  line-height: 1.45;
  color: rgba(17,17,17,.66);
}
.product__description p:not(:first-child),
.product__description .text-truncator__button {
  display: none !important;
}
.product__price {
  display: block !important;
  order: 3;
  margin: 0 0 30px !important;
}
.product__variant-picker,
variant-selects {
  order: 4;
}
.product-form {
  order: 5;
}
.main-product__media--slider,
.main-product__media--slider .swiper,
.main-product__media--slider .swiper-wrapper,
.main-product__media--slider .swiper-slide,
.main-product__media--slider .media {
  min-height: calc(100vh - 76px) !important;
  background: #f4f4f4 !important;
}
.main-product__media--slider img {
  padding: 90px 90px 28px !important;
  object-position: center bottom !important;
}
.swiper-buttons {
  display: none !important;
}
.main-product__media--slider-wrapper {
  position: relative;
}
.main-product__media--slider-wrapper::before {
  content: "●A○";
  white-space: pre;
  position: absolute;
  z-index: 5;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  line-height: 1.65;
  color: #555;
  pointer-events: none;
}
/* Colour swatches: cropped variant-image chips — locale- and colour-name independent */
.product-option__label--image {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  border-radius: 0 !important;
  border: 1px solid rgba(17,17,17,.35) !important;
  position: relative !important;
  overflow: hidden !important;
}
.product-option__label--image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(2.6) !important;
  transform-origin: 50% 42% !important;
  display: block !important;
}
@media screen and (min-width: 990px) {
  .product-grid {
    grid-template-columns: minmax(0, 56%) minmax(390px, 44%) !important;
  }
}
@media screen and (max-width: 989px) {
  .product-grid {
    min-height: auto !important;
  }
  .product-grid__item--content {
    display: block !important;
  }
  .product-grid__item--content-wrapper {
    width: auto !important;
    max-width: none !important;
  }
  .product__title {
    font-size: 24px !important;
  }
  .main-product__media--slider,
  .main-product__media--slider .swiper,
  .main-product__media--slider .swiper-wrapper,
  .main-product__media--slider .swiper-slide,
  .main-product__media--slider .media {
    min-height: 72vh !important;
  }
  .main-product__media--slider img {
    padding: 52px 32px 20px !important;
  }
  .main-product__media--slider-wrapper::before {
    display: none;
  }
}



/* Fendi hierarchy correction */
.product__badges { order: 0; }
.product__title { order: 1 !important; }
.product__description { order: 2 !important; }
.product__price { order: 3 !important; }
.product__variant-picker { order: 4 !important; }
.product__buy-buttons { order: 5 !important; }
.product__inventory-notice,
.product__text.product__block,
.product__content-grid.product__block { order: 6 !important; }
.product__price > .visually-hidden,
.product__price .price__regular .visually-hidden,
.product__price .tooltip,
.product__price .product__price--info,
.product__price .product__installments {
  display: none !important;
}
.product__price .price__regular > span:not(.visually-hidden) {
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}


.main-product__media--slider-wrapper::before {
  content: "" !important;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
  box-shadow: 0 12px 0 #aaa;
}



/* Fendi-inspired scroll gallery and quieter footer */
[id$="__footer"] .footer__brand a {
  font-size: clamp(52px, 7vw, 108px) !important;
  letter-spacing: -.045em !important;
  line-height: .86 !important;
}
[id$="__footer"] .footer__brand {
  margin-top: 7vh !important;
}
.main-product__media--slider-wrapper::before {
  display: none !important;
}
@media screen and (min-width: 990px) {
  .product-grid {
    align-items: stretch !important;
  }
  .product-grid__item--media {
    background: #f2f2f2 !important;
  }
  .main-product__media--grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1px !important;
    background: #fff !important;
  }
  .main-product__media--grid-item {
    min-height: calc(100vh - 76px) !important;
    height: calc(100vh - 76px) !important;
    background: #f2f2f2 !important;
    scroll-snap-align: start;
  }
  .main-product__media--grid-item .media {
    width: 100% !important;
    height: 100% !important;
    background: #f2f2f2 !important;
  }
  .main-product__media--grid-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    padding: 76px 80px 22px !important;
  }
  .product-grid__item--content-wrapper.product-grid__sticky {
    position: sticky !important;
    top: 76px !important;
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 989px) {
  [id$="__footer"] .footer__brand a {
    font-size: 14vw !important;
  }
}



/* ALEA product-page correction */
.product__sticky-cart,.product__sticky-cart.is-hidden{display:none!important;visibility:hidden!important}
.product-grid__item--content-wrapper.product-grid__sticky{position:static!important;top:auto!important;min-height:0!important}
.product-grid__item--content{align-items:flex-start!important}
.product-grid__item--media,.main-product__media--grid,.main-product__media--grid-item{position:relative!important;z-index:0!important}
.product-grid__item--media{overflow:hidden!important}
.shopify-section-group-footer-group,[id$="__footer"],.footer{position:relative!important;z-index:10!important;background:#fff!important;isolation:isolate!important;clear:both!important}
[id$="__footer"] .footer__brand{margin-top:32px!important;margin-bottom:24px!important}
[id$="__footer"] .footer__brand a{font-size:clamp(36px,4vw,56px)!important;line-height:.9!important;letter-spacing:-.035em!important}
@media screen and (max-width:989px){[id$="__footer"] .footer__brand a{font-size:clamp(32px,10vw,48px)!important}}


/* ALÉA UNI — corporate footer and institutional pages */
[id$="__footer"] .footer{
  background:#fff!important;
}
[id$="__footer"] .section-footer{
  padding:56px 36px 48px!important;
  border-top:1px solid #d8d8d8!important;
}
[id$="__footer"] .grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  column-gap:28px!important;
  row-gap:48px!important;
}
[id$="__footer"] .block-link_list_PagyFa{
  grid-column:1 / span 4!important;
}
[id$="__footer"] .block-brand_TLymXh{
  grid-column:5 / span 5!important;
}
[id$="__footer"] .block-social_media_YeVfDQ{
  grid-column:12!important;
  justify-self:end!important;
  align-self:start!important;
}
[id$="__footer"] .footer__block-heading{
  display:none!important;
}
[id$="__footer"] .footer__links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:24px!important;
  row-gap:13px!important;
}
[id$="__footer"] .footer__links li{
  margin:0!important;
}
[id$="__footer"] .footer__links a{
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
[id$="__footer"] .footer__brand{
  margin:0!important;
  align-self:start!important;
}
[id$="__footer"] .footer__brand a{
  font-size:clamp(34px,3.3vw,48px)!important;
  line-height:.86!important;
  letter-spacing:-.045em!important;
}
[id$="__footer"] .footer__social svg{
  width:18px!important;
  height:18px!important;
}
[id$="__footer_JadcgE"] .footer{
  background:#fff!important;
}
[id$="__footer_JadcgE"] .section-footer{
  padding:18px 36px 22px!important;
  border-top:1px solid #d8d8d8!important;
}
[id$="__footer_JadcgE"] .grid{
  display:block!important;
}
[id$="__footer_JadcgE"] .footer__richtext{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px 24px!important;
  color:#5c5c5c!important;
}
[id$="__footer_JadcgE"] .footer__richtext p{
  margin:0!important;
  font-size:9px!important;
  line-height:1.5!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
[id$="__footer_JadcgE"] .footer__richtext p:empty{
  display:none!important;
}

/* Institutional page language */
.template--page .main-page__breadcrumbs,
.template--page .breadcrumbs{
  display:none!important;
}
.template--page main{
  background:#fff!important;
}
.template--page .main-page{
  padding:clamp(88px,11vw,168px) 0 clamp(72px,10vw,144px)!important;
}
.template--page .main-page>.container,
.template--page main>.shopify-section>.color-scheme-1>.container{
  width:min(100% - 72px,1280px)!important;
  max-width:none!important;
  margin-inline:auto!important;

/* Keep American Express in its original sRGB brand blue */
html body footer svg[aria-labelledby="footer-pi-american_express"] path[fill="#0071CE"] {
  fill: #0071CE !important;
}

}
.template--page .main-page__content,
.template--page .main-page__foot,
.template--page .seo-content{
  max-width:760px!important;
  margin-left:0!important;
  text-align:left!important;
}
.template--page .rte h1,
.template--page .rte h2,
.template--page .section__heading,
.template--page main h1,
.template--page main h2{
  font-size:clamp(30px,4vw,58px)!important;
  font-weight:400!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
  margin:0 0 42px!important;
}
.template--page .rte h3,
.template--page main h3{
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.3!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.template--page .rte p,
.template--page .seo-content p{
  font-size:14px!important;
  line-height:1.65!important;
  letter-spacing:.005em!important;
  margin:0 0 14px!important;
}
.template--page .rte a:not(.button),
.template--page .seo-content a:not(.button){
  color:#111!important;
  text-decoration:none!important;
  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}
.template--page .au-actions{
  margin-top:24px!important;
}
.template--page .au-btn{
  border:0!important;
  border-radius:0!important;
  padding:0 0 5px!important;
  background:transparent!important;
  gap:10px!important;
  border-bottom:1px solid #111!important;
  font-size:11px!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  transform:none!important;
}
.template--page .au-btn:hover{
  background:transparent!important;
  transform:none!important;
  opacity:.55!important;
}
.template--page input,
.template--page textarea,
.template--page select{
  border:0!important;
  border-bottom:1px solid #aaa!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:15px 0!important;
  font-size:13px!important;
}
.template--page textarea{
  min-height:150px!important;
}
.template--page button[type="submit"],
.template--page .button{
  border-radius:0!important;
  min-width:180px!important;
  background:#111!important;
  color:#fff!important;
  border:1px solid #111!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.template--page .accordion__section{
  border-top:1px solid #cfcfcf!important;
  border-radius:0!important;
}
.template--page .accordion__section:last-child{
  border-bottom:1px solid #cfcfcf!important;
}
.template--page .accordion summary{
  padding:20px 0!important;
  font-size:12px!important;
  letter-spacing:.04em!important;
}

/* Remove empty/template-looking fragments */
.template--contact .seo-content p{
  font-size:clamp(30px,4vw,58px)!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
.template--contact .map__wrapper:empty,
.template--contact .main-page__content:empty{
  display:none!important;
}

@media screen and (max-width:749px){
  [id$="__footer"] .section-footer{
    padding:40px 20px 36px!important;
  }
  [id$="__footer"] .grid{
    display:flex!important;
    flex-direction:column!important;
    gap:34px!important;
  }
  [id$="__footer"] .footer__links{
    grid-template-columns:1fr!important;
    row-gap:12px!important;
  }
  [id$="__footer"] .footer__brand a{
    font-size:36px!important;
  }
  [id$="__footer"] .block-social_media_YeVfDQ{
    align-self:flex-start!important;
  }
  [id$="__footer_JadcgE"] .section-footer{
    padding:16px 20px 22px!important;
  }
  [id$="__footer_JadcgE"] .footer__richtext{
    display:block!important;
    text-align:left!important;
  }
  [id$="__footer_JadcgE"] .footer__richtext p{
    margin-bottom:7px!important;
    font-size:8px!important;
  }
  .template--page .main-page>.container,
  .template--page main>.shopify-section>.color-scheme-1>.container{
    width:calc(100% - 40px)!important;
  }
  .template--page .main-page{
    padding:80px 0 64px!important;
  }
}


/* Homepage restraint: one hero, no repeated/empty template banners */
[id$="__full_width_banner_Rp9MGb"],
[id$="__full_width_banner_DmBUmx"]{
  display:none!important;
}

/* Legal index as institutional rows, not DIY buttons */
.template--legal-and-privacy .main-page__content{
  max-width:920px!important;
}
.template--legal-and-privacy .main-page__content::before{
  content:'Legal & Privacy';
  display:block;
  margin-bottom:64px;
  font-size:clamp(36px,5vw,68px);
  line-height:.95;
  letter-spacing:-.045em;
  color:#111;
}
.template--legal-and-privacy .legal-links{
  display:block!important;
  width:100%!important;
  margin:0!important;
}
.template--legal-and-privacy .legal-link{
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  min-height:62px!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin:0!important;
  padding:20px 0!important;
  border:0!important;
  border-top:1px solid #cfcfcf!important;
  border-radius:0!important;
  background:transparent!important;
  color:#111!important;
  font-size:11px!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  transform:none!important;
}
.template--legal-and-privacy .legal-link:last-child{
  border-bottom:1px solid #cfcfcf!important;
}
.template--legal-and-privacy .legal-link::after{
  content:'';
  font-size:13px;
  letter-spacing:0;
}
.template--legal-and-privacy .legal-link:hover{
  background:transparent!important;
  color:#777!important;
  transform:none!important;
}


/* ALÉA UNI — rhythm pass */

/* Payment methods remain visible, but quiet */
[id$="__footer_JadcgE"] .block-payment_icons_g4NcKc{
  display:block!important;
  margin-top:18px!important;
}
[id$="__footer_JadcgE"] .footer__payment{
  justify-content:flex-start!important;
  text-align:left!important;
}
[id$="__footer_JadcgE"] .list-payment{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  gap:6px!important;
}
[id$="__footer_JadcgE"] .list-payment__item{
  margin:0!important;
  opacity:.58!important;
  filter:grayscale(0)!important;
  transition:opacity .2s ease,filter .2s ease!important;
}
[id$="__footer_JadcgE"] .list-payment__item:hover{
  opacity:1!important;
  filter:grayscale(0)!important;
}
[id$="__footer_JadcgE"] .list-payment__item svg{
  width:28px!important;
  height:auto!important;
}

/* Collection rhythm */
.template--collection .collection__grid{
  column-gap:12px!important;
  row-gap:48px!important;
}
.template--collection .product-card__media{
  background:#f2f2f2!important;
}
.template--collection .product-card__media img{
  object-fit:contain!important;
  padding:14px!important;
}
.template--collection .product-card__content{
  padding-top:12px!important;
}
.template--collection .product-card h3,
.template--collection .product-card__title{
  font-size:11px!important;
  line-height:1.25!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}
.template--collection .product-card__price,
.template--collection .price{
  font-size:11px!important;
  line-height:1.25!important;
  color:#555!important;
}

/* Contact: title, place, action, form */
.template--contact main{
  display:flex!important;
  flex-direction:column!important;
}
.template--contact [id$="__seo_content_7TdTCA"]{order:1!important;padding-top:112px!important}
.template--contact [id$="__main"]{order:2!important}
.template--contact [id$="__custom_liquid_xzUUgN"]{order:3!important}
.template--contact [id$="__map"]{display:none!important}
.template--contact [id$="__custom_liquid_4Vt6h3"]{order:4!important}
.template--contact .main-page{
  padding:42px 0 64px!important;
}
.template--contact [id$="__custom_liquid_4Vt6h3"] h1{
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin-bottom:34px!important;
}

/* B2B: remove blank template banner */
.template--lookbook [id$="__page_banner_jgHx3d"]{
  display:none!important;
}
.template--lookbook [id$="__custom_liquid_FcBHMk"]{
  padding-top:clamp(96px,11vw,160px)!important;
  padding-bottom:clamp(80px,10vw,144px)!important;
}

/* Shipping: one strong entry heading */
.template--shipping-and-returns main::before{
  content:'Shipping & Returns';
  display:block;
  width:min(100% - 72px,1280px);
  margin:0 auto;
  padding-top:clamp(96px,11vw,160px);
  padding-bottom:64px;
  font-size:clamp(36px,5vw,68px);
  line-height:.95;
  letter-spacing:-.045em;
}
.template--shipping-and-returns [id$="__e4a22221-96e8-47eb-8e41-ff9780104ed3"]{
  display:none!important;
}
.template--shipping-and-returns main>.shopify-section{
  width:min(100% - 72px,1280px)!important;
  margin-inline:auto!important;
}
.template--shipping-and-returns main>.shopify-section:last-child{
  padding-bottom:clamp(80px,10vw,144px)!important;
}

/* Legal: remove empty visual fragments */
.template--legal-and-privacy [id$="__full_width_banner_zrY4HC"],
.template--legal-and-privacy [id$="__seo_content_rdm8Aa"]{
  display:none!important;
}

/* About: alternate text and image breathing */
.template--about-us main>.shopify-section{
  margin-bottom:clamp(72px,9vw,132px)!important;
}
.template--about-us main>.shopify-section:first-child{
  display:none!important;
}
.template--about-us .seo-content{
  width:min(100% - 72px,720px)!important;
  margin-inline:auto!important;
}
.template--about-us .section-full-width-banner{
  width:calc(100% - 72px)!important;
  margin-inline:auto!important;
}
.template--about-us main>.shopify-section:last-child{
  margin-bottom:0!important;
}

/bu* Shared page closing rhythm */
.template--page footer{
  margin-top:0!important;
}

@media screen and (max-width:749px){
  [id$="__footer_JadcgE"] .block-payment_icons_g4NcKc{
    margin-top:14px!important;
  }
  [id$="__footer_JadcgE"] .list-payment{
    gap:5px!important;
  }
  [id$="__footer_JadcgE"] .list-payment__item svg{
    width:25px!important;
  }
  .template--collection .collection__grid{
    column-gap:8px!important;
    row-gap:32px!important;
  }
  .template--collection .product-card__media img{
    padding:8px!important;
  }
  .template--shipping-and-returns main::before{
    width:calc(100% - 40px)!important;
    padding-top:80px!important;
    padding-bottom:44px!important;
  }
  .template--shipping-and-returns main>.shopify-section{
    width:calc(100% - 40px)!important;
  }
  .template--about-us .seo-content,
  .template--about-us .section-full-width-banner{
    width:calc(100% - 40px)!important;
  }
  .template--about-us main>.shopify-section{
    margin-bottom:72px!important;
  }
}


/* Exact product grid spacing */
.template--collection #product-grid.collection__grid{gap:48px 12px!important}
@media screen and (max-width:749px){.template--collection #product-grid.collection__grid{gap:32px 8px!important}}


/* ========================================================================== 
   ALÉA UNI — JACQUEMUS COMMERCE × ISSEY MIYAKE ART DIRECTION — 2026-07-20
   ========================================================================== */
:root{
  --au-ink-2026:#101010;
  --au-muted-2026:#666663;
  --au-line-2026:#d7d7d3;
  --au-surface-2026:#efefec;
  --au-white-2026:#ffffff;
  --au-ease-2026:cubic-bezier(.22,.61,.36,1);
}
html{scroll-behavior:smooth}
body,input,textarea,select,button{
  font-family:var(--font-body-family)!important;
  color:var(--au-ink-2026);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family:var(--font-heading-family)!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
a,button,summary{transition:opacity .25s var(--au-ease-2026),color .25s var(--au-ease-2026),background-color .25s var(--au-ease-2026),border-color .25s var(--au-ease-2026)!important}
a:hover,button:hover,summary:hover{opacity:.62}

/* Header: consumer first. Wholesale remains in the footer only. */
[id$="__header"]{
  border-bottom:1px solid transparent;
  transition:background-color .35s var(--au-ease-2026),border-color .35s var(--au-ease-2026)!important;
}
#header.header{background:rgba(255,255,255,.98)!important}
.header__logo{width:112px!important}
.header__logo-image{width:112px!important;height:auto!important}
.header__nav-link,.header__utils-link,.drawer__subs-link{
  font-size:12px!important;
  font-weight:400!important;
  letter-spacing:.015em!important;
  text-transform:none!important;
}
.header__nav-item:has(a[href*="/pages/contact"]){display:none!important}
.slide-out-menu li:has(a[href*="#wholesale"]){display:none!important}
.header__utils-link .icon{stroke-width:1.25!important}
@media(min-width:990px){
  .header__inner{grid-template-columns:auto minmax(0,1fr) auto auto!important;column-gap:0!important;min-height:76px!important}
  .header__utils{justify-self:end!important;grid-column:3!important;grid-row:1!important}
  .header__utils-items{gap:18px!important}
}
@media(max-width:989px){
  .header__inner{min-height:66px!important}
  .header__logo{width:102px!important}
  .header__logo-image{width:102px!important}
}

/* Home: full visual impact, then irregular product rhythm. */
.au-home-page #header.header{background:#fff!important}
.au-home-page [id$="__full_width_banner_kQ8Uw8"]>div{padding:0!important}
.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__container{
  margin:0!important;
}
@media(min-width:750px){
html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__container{
  height:calc((100vw - 56px)*0.5625)!important;
  min-height:0!important;
}
.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media,
.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media img{
  height:100%!important;
}
}
.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media img{
  object-fit:cover!important;
  object-position:center center!important;
}
.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content{
  padding:0 36px 34px!important;
  max-width:none!important;
}
@media(min-width:750px){
.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section__heading{
  font-size:12px!important;
  line-height:1.25!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
}
.au-home-page body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button{
  font-size:11px!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
  border-bottom:1px solid currentColor!important;
}
.au-home-curation{max-width:none!important;margin:0!important;padding:18px 20px 0!important}
.au-home-heading{border-top:0!important;margin:0!important;padding:30px 26px 22px!important;align-items:center!important}
.au-home-heading h2,.au-home-heading a{
  font-size:12px!important;
  font-weight:400!important;
  letter-spacing:.015em!important;
  text-transform:none!important;
}
.au-home-heading a{border-bottom:1px solid currentColor!important}
@media(min-width:901px){
  .au-product-grid{
    display:grid!important;
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    gap:88px 5px!important;
    align-items:start!important;
  }
  .au-product-card:nth-child(1){grid-column:1 / 6!important;padding-top:0!important}
  .au-product-card:nth-child(2){grid-column:6 / 9!important;padding-top:11vw!important}
  .au-product-card:nth-child(3){grid-column:9 / 13!important;padding-top:0!important}
  .au-product-card:nth-child(4){grid-column:7 / 12!important;padding-top:0!important}
}
.au-product-media{background:var(--au-surface-2026)!important;border-radius:0!important}
.au-product-media img{padding:0!important;transform:scale(.91)!important;mix-blend-mode:multiply;transition:transform .75s var(--au-ease-2026)!important}
.au-product-card:hover .au-product-media img{transform:scale(.875)!important}
.au-product-meta{padding:13px 4px 0!important}
.au-product-title{
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.35!important;
  letter-spacing:.005em!important;
  text-transform:none!important;
}
.au-editorial-pause{
  display:block!important;
  margin:122px -6px 0!important;
  min-height:88svh!important;
  background:var(--au-white-2026)!important;
}
.au-editorial-image{min-height:88svh!important}
.au-editorial-image img{width:100%!important;height:88svh!important;object-fit:cover!important;object-position:center 38%!important}
.au-editorial-copy{display:none!important}
@media(max-width:900px){
  .au-home-curation{padding:6px 12px 0!important}
  .au-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:38px 3px!important}
  .au-product-card:nth-child(even){padding-top:0!important}
  .au-home-heading{padding:24px 18px 18px!important}
  .au-editorial-pause{margin-top:72px!important;min-height:72svh!important}
  .au-editorial-image,.au-editorial-image img{min-height:72svh!important;height:72svh!important}
}

/* Shop: four-column grid with controlled scale changes. */
.template--collection .collection{padding-inline:20px!important}
.template--collection #ProductGridContainer,.template--collection .collection-grid-container{padding-inline:0!important;margin-inline:0!important}
.template--collection .collection__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  column-gap:5px!important;
  row-gap:52px!important;
}
.template--collection .product-card{min-width:0!important}
.template--collection .product-card__media{
  background:var(--au-surface-2026)!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.template--collection .product-card__media img{
  padding:0!important;
  object-fit:contain!important;
  mix-blend-mode:multiply;
  transition:transform .7s var(--au-ease-2026)!important;
}
.template--collection .product-card:hover .product-card__media img{transform:scale(.965)!important}
.template--collection .product-card__content{padding:13px 4px 0!important}
.template--collection .product-card__title,
.template--collection .product-card__price{
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.35!important;
  letter-spacing:.005em!important;
  text-transform:none!important;
}
.template--collection .collection__title,.template--collection .collection__title h1{
  font-size:clamp(28px,4vw,58px)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  text-transform:none!important;
}
@media(max-width:749px){
  .template--collection .collection{padding-inline:12px!important}
  .template--collection .collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:3px!important;row-gap:36px!important}
  .template--collection .product-card__title,.template--collection .product-card__price{font-size:11px!important}
}

/* Product: clear buying hierarchy, sculptural image field, no floating sales banner. */
.main-product .product-grid{gap:0!important;background:#fff!important}
.main-product .product-grid__item--media,
.main-product .main-product__media--grid-item,
.main-product .main-product__media--grid-item .media{background:var(--au-surface-2026)!important;border-radius:0!important}
.main-product .main-product__media--grid-item .media img{
  object-fit:contain!important;
  padding:clamp(28px,4vw,74px)!important;
  mix-blend-mode:multiply!important;
}
.main-product .product-grid__item--content{padding:58px clamp(28px,4.2vw,68px) 80px!important}
.main-product .product-grid__item--content-wrapper{top:96px!important}
.main-product .product__content{max-width:460px!important;margin:0 auto!important}
.main-product .product__title{
  margin:0 0 8px!important;
  font-size:clamp(27px,2.25vw,36px)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  text-transform:none!important;
}
.main-product .product__price{margin:0 0 30px!important;font-size:13px!important;line-height:1.4!important}
.main-product .product__price .au-product-lead{
  display:block!important;
  margin:16px 0 0!important;
  max-width:36em!important;
  color:#444!important;
  font-size:13px!important;
  line-height:1.55!important;
  letter-spacing:0!important;
}
.main-product .product__variant-picker{margin:0 0 26px!important;padding-top:18px!important;border-top:1px solid var(--au-line-2026)!important}
.main-product .form__label{
  font-size:10px!important;
  font-weight:500!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
.main-product .product-option__label{border-radius:0!important;border-color:#bdbdb9!important}
.main-product .product-form__buttons .button{
  min-height:56px!important;
  border-radius:0!important;
  background:#111!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:400!important;
  letter-spacing:.04em!important;
}
.main-product .product__text,
.main-product .product__content-grid{display:none!important}
.main-product .au-product-service-links,
.main-product .au-product-inline-info{border-top:1px solid var(--au-line-2026)!important}
.main-product details,
.main-product .au-product-service-links a{
  border-color:var(--au-line-2026)!important;
  border-radius:0!important;
}
.main-product summary,
.main-product .au-product-service-links a{
  padding:17px 0!important;
  font-size:11px!important;
  font-weight:400!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}
.main-product .au-product-service-links a>span:last-child{font-size:0!important;width:8px;height:8px;border-top:1px solid #111;border-right:1px solid #111;transform:rotate(45deg);margin-right:3px}
.main-product .product-bar,.main-product-sticky-bar,[data-sticky-add-to-cart]{display:none!important}
@media(min-width:750px){
  .main-product .product-grid{grid-template-columns:minmax(0,62%) minmax(360px,38%)!important}
}
@media(max-width:749px){
  .main-product .product-grid__item--content{padding:34px 20px 62px!important}
  .main-product .product__title{font-size:28px!important}
}

/* Information pages and forms: editorial structure without archive labels. */
.template--page main input,
.template--page main textarea,
.template--page main select{
  border:0!important;
  border-bottom:1px solid var(--au-line-2026)!important;
  border-radius:0!important;
  background:transparent!important;
  min-height:48px!important;
  padding:10px 0!important;
  font-size:13px!important;
}
.template--page main textarea{min-height:120px!important;resize:vertical!important}
/* Boxed wholesale (B2B) form fields keep inner padding — the underline-style rule above zeroes it */
.template--page main input.au-b2b-input,
.template--page main select.au-b2b-input,
.template--page main textarea.au-b2b-input{padding:12px 16px!important}
.template--page main select.au-b2b-input{padding-right:40px!important}
.template--page main label{
  font-size:10px!important;
  font-weight:500!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
.template--page main button[type="submit"]{
  min-height:54px!important;
  border-radius:0!important;
  background:#111!important;
  color:#fff!important;
  font-size:11px!important;
  letter-spacing:.04em!important;
}
.template--page main hr,
.template--page main details,
.template--page main [class*="divider"]{border-color:var(--au-line-2026)!important}

/* Footer: Wholesale and showroom live here, never in the primary brand layer. */
footer{border-top:1px solid var(--au-line-2026)!important;background:#fff!important}
[id$="__footer"] .section-footer{padding:48px 34px 42px!important}
 ，[id$="__footer"] .footer__brand a{
  font-size:20px!important;
  font-weight:400!important;
  letter-spacing:-.035em!important;
}
[id$="__footer"] .footer__links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(150px,1fr))!important;
  gap:10px 42px!important;
}
[id$="__footer"] .footer__links li:has(a[href*="#wholesale"]){order:99!important}
[id$="__footer"] .footer__links a{
  font-size:12px!important;
  line-height:1.45!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
}
[id$="__footer"] .footer__social svg{width:17px!important;height:17px!important}
[id$="__footer_JadcgE"]{border-top:1px solid var(--au-line-2026)!important}
[id$="__footer_JadcgE"] .section-footer{padding:18px 34px 24px!important}
[id$="__footer_JadcgE"] .footer__richtext p{
  font-size:10px!important;
  line-height:1.55!important;
  letter-spacing:.01em!important;
  color:var(--au-muted-2026)!important;
}
[id$="__footer_JadcgE"] .list-payment__item{filter:none!important;opacity:1!important}
[id$="__footer_JadcgE"] .list-payment__item svg{width:34px!important;height:22px!important;filter:none!important;opacity:1!important}
@media(max-width:749px){
  [id$="__footer"] .section-footer{padding:34px 20px 30px!important}
  [id$="__footer"] .footer__links{grid-template-columns:1fr 1fr!important;gap:10px 18px!important}
  [id$="__footer_JadcgE"] .section-footer{padding:18px 20px 26px!important}
}

/* restrained motion */
@media(prefers-reduced-motion:no-preference){
  .au-reveal{transition-duration:1s!important;transition-timing-function:var(--au-ease-2026)!important}
  .product-card,.au-product-card{transition:opacity .35s var(--au-ease-2026)!important}
}
，吗，


/* ALÉA UNI — final rhythm corrections */
@media(min-width:750px){
  .header__inner{min-height:76px!important}
}
html body.template--collection #product-grid.collection__grid{column-gap:5px!important;row-gap:52px!important}
.template--collection .section-page-banner__group{aspect-ratio:16/9!important;height:auto!important;min-height:0!important;max-height:none!important}
.template--collection .section-page-banner__group img{object-fit:cover!important;object-position:center 30%!important}
.template--collection [id$="__page_banner_jWtyM4"]{margin-bottom:52px!important;display:block!important}
.template--collection [id$="__page_banner_jWtyM4"]{padding:20px 20px 0!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important}
.template--collection [id$="__page_banner_jWtyM4"] > .gradient{margin:0!important;overflow:hidden!important;aspect-ratio:21/9!important;height:auto!important;position:relative!important}
.au-cat-nav{display:flex;justify-content:flex-start;gap:34px;margin:0 0 58px;padding:0;scroll-margin-top:96px}
.au-cat-nav a{font-size:11px!important;font-weight:400!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#8a8a86!important;text-decoration:none!important;padding-bottom:3px;border-bottom:1px solid transparent;transition:color .25s}
.au-cat-nav a:hover{color:#111!important}
.au-cat-nav a.is-active{color:#111!important;border-bottom-color:#111}
@media(max-width:749px){
  .template--collection [id$="__page_banner_jWtyM4"]{padding:12px 12px 0!important}
  .template--collection [id$="__page_banner_jWtyM4"] > .gradient{margin:0!important;aspect-ratio:16/9!important}
  .template--collection [id$="__page_banner_jWtyM4"]{margin-bottom:36px!important}
  .au-cat-nav{gap:24px;margin-bottom:38px}
}
.template--collection .section-page-banner__content{display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:0 28px 24px!important}
.template--collection .page-banner__title{font-size:22px!important;line-height:1!important;letter-spacing:-.025em!important;text-transform:none!important}
html body footer [id$="__footer"] .footer__links a{font-size:12px!important;line-height:1.45!important;letter-spacing:.01em!important;text-transform:none!important}
html body footer [id$="__footer"] .footer__brand a{font-size:20px!important}
html body footer [id$="__footer_JadcgE"] .footer__richtext p{font-size:10px!important;line-height:1.55!important;letter-spacing:.01em!important}


/* Fendi-style desktop header: no text nav, menu button rightmost */
@media(min-width:990px){
 html body [id$="__header"] #header .header__nav{display:none!important}
 html body [id$="__header"] #header .header__inner{grid-template-columns:auto minmax(0,1fr) auto auto!important}
 html body [id$="__header"] #header .header__utils{grid-column:3!important;grid-row:1!important;justify-self:end!important}
 html body [id$="__header"] #header .header__drawer{display:flex!important;align-items:center!important;grid-column:4!important;grid-row:1!important;margin-left:34px!important;width:auto!important}
 html body [id$="__header"] #header .header__drawer summary,
 html body [id$="__header"] #header .header__drawer .drawer__button{padding:0!important;margin:0!important;min-width:0!important;display:flex!important;align-items:center!important}
 /* icon order: country · bag · account · search (menu sits right of these) */
 html body [id$="__header"] #header .header__utils-item--cart{order:1}
 html body [id$="__header"] #header .header__utils-item--account{order:2}
 html body [id$="__header"] #header .header__utils-item--search{order:3}
 /* Fendi icon scale */
 html body [id$="__header"] #header .header__utils-item--search svg,
 html body [id$="__header"] #header .header__utils-item--cart svg{width:18px!important;height:18px!important}
 html body [id$="__header"] #header .header__utils-item--account svg{width:17px!important;height:17px!important}
 html body [id$="__header"] #header .header__drawer svg{width:19px!important;height:19px!important}
 html body [id$="__header"] #header .header__utils-link .icon{stroke-width:1.4!important}
}


/* ALÉA UNI — About editorial rhythm + footer wholesale */
#

@media(min-width:901px){
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid{
   grid-template-columns:repeat(4,minmax(0,1fr))!important;
   gap:56px 5px!important;
 }
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(1),
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(2),
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(3),
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(4){
   grid-column:auto!important;
   grid-row:auto!important;
   width:auto!important;
   margin:0!important;
   padding-top:0!important;
   align-self:start!important;
 }
}
shopify-section-template--31748139319645__custom_liquid_xNhEi6 > div{padding-block-start:0!important;padding-block-end:0!important}
.au-about-page .au-about{max-width:none!important;margin:0!important;padding:30px 0 128px!important;overflow:hidden}
.

/* ALÉA UNI — uniform product grid */
@media(min-width:901px){
  [id$="__custom_liquid_8tdLih"] .au-product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:56px 5px!important;
  }
  [id$="__custom_liquid_8tdLih"] .au-product-card,
  [id$="__custom_liquid_8tdLih"] .au-product-card:nth-child(n){
    grid-column:auto!important;
    grid-row:auto!important;
    width:auto!important;
    margin:0!important;
    padding-top:0!important;
    align-self:start!important;
  }
}
.template--collection #product-grid.collection__grid>*,
.template--collection #product-grid.collection__grid>*:nth-child(n){
  grid-column:auto!important;
  grid-row:auto!important;
  width:auto!important;
  margin:0!important;
}
au-about-page .au-about-hero{grid-template-columns:26% 1fr!important;margin-inline:3.25vw!important;padding-top:18px!important;border-color:var(--au-line-2026,#d7d7d3)!important}
.au-about-page .au-about-lead{max-width:980px!important;font-size:clamp(46px,5.3vw,82px)!important;line-height:.96!important;letter-spacing:-.052em!important}
.au-about-page .au-about-image-primary{width:100vw!important;max-width:none!important;margin:72px 0 0!important;aspect-ratio:1.78/1!important}
.au-about-page .au-about-image-primary img{object-position:center 46%!important}
.au-about-page .au-about-intro{grid-template-columns:52% 48%!important;margin:112px 3.25vw 0!important}
.au-about-page .au-about-intro>.au-about-label{grid-column:1!important}
.au-about-page .au-about-copy{grid-column:2!important;max-width:520px!important;font-size:15px!important;line-height:1.65!important}
.au-about-page .au-about-image-pair{grid-template-columns:54% 46%!important;margin-top:128px!important}
.au-about-page .au-about-image-note{margin-left:3.25vw!important;border-color:var(--au-line-2026,#d7d7d3)!important}
.au-about-page .au-about-image-portrait{aspect-ratio:4/5.1!important}
.au-about-page .au-about-closing{grid-template-columns:29% 71%!important;margin:126px 3.25vw 0!important;border-color:var(--au-line-2026,#d7d7d3)!important}
.au-about-page .au-about-closing p{max-width:900px!important;font-size:clamp(34px,4.2vw,64px)!important;line-height:1!important}
footer a[href*="#wholesale"]{font-size:0!important;white-space:nowrap!important}

@media(max-width:749px){
 .au-about-page .au-about{padding:16px 0 80px!important}
 .au-about-page .au-about-hero{grid-template-columns:1fr!important;gap:28px!important;margin-inline:20px!important}
 .au-about-page .au-about-lead{font-size:clamp(39px,11.5vw,54px)!important;line-height:.98!important}
 .au-about-page .au-about-image-primary{margin-top:46px!important;aspect-ratio:4/5!important}
 .au-about-page .au-about-intro{grid-template-columns:1fr!important;gap:28px!important;margin:70px 20px 0!important}
 .au-about-page .au-about-intro>.au-about-label,.au-about-page .au-about-copy{grid-column:1!important}
 .au-about-page .au-about-copy{font-size:14px!important}
 .au-about-page .au-about-image-pair{grid-template-columns:18% 82%!important;margin-top:76px!important}
 .au-about-page .au-about-image-note{margin-left:20px!important;padding-right:12px!important}
 .au-about-page .au-about-closing{grid-template-columns:1fr!important;margin:76px 20px 0!important}
 .au-about-page .au-about-closing p{grid-column:1!important;font-size:36px!important}
}



/* ALÉA UNI — final uniform grid priority */
@media(min-width:901px){
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid{
   display:grid!important;
   grid-template-columns:repeat(4,minmax(0,1fr))!important;
   gap:56px 5px!important;
 }
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(1),
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(2),
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(3),
 html body.au-home-page [id$="__custom_liquid_8tdLih"] .au-home-products .au-product-grid>.au-product-card:nth-child(4){
   grid-column:auto!important;
   grid-row:auto!important;
   width:auto!important;
   margin:0!important;
   padding-top:0!important;
   align-self:start!important;
 }
 html body.template--collection #product-grid.collection__grid{
   grid-template-columns:repeat(4,minmax(0,1fr))!important;
 }
 html body.template--collection #product-grid.collection__grid>*:nth-child(n){
   grid-column:auto!important;
   grid-row:auto!important;
   width:auto!important;
   margin:0!important;
 }
}


/* ALÉA UNI — image motion system */
@keyframes au-hero-enter{
  0%{opacity:.72;transform:scale(1.035)}
  100%{opacity:1;transform:scale(1)}
}
@keyframes au-grid-enter{
  0%{opacity:0;transform:translateY(18px)}
  100%{opacity:1;transform:translateY(0)}
}
[id$="__full_width_banner_kQ8Uw8"] img{
  transform-origin:center center!important;
  animation:au-hero-enter 1.35s cubic-bezier(.22,.61,.36,1) both!important;
}
.au-home-products .au-product-media img{
  transform:scale(1.01)!important;
  transition:transform .9s cubic-bezier(.22,.61,.36,1)!important;
}
.au-home-products .au-product-card:hover .au-product-media img{transform:scale(.965)!important}
.template--collection #product-grid .product-card__media{overflow:hidden!important}
.template--collection #product-grid .product-card__media img{
  transition:transform .85s cubic-bezier(.22,.61,.36,1),opacity .5s ease!important;
}
.template--collection #product-grid .product-card:hover .product-card__media img{transform:scale(1.035)!important}
.au-about-image-primary img,.au-about-image-portrait img{
  transform:scale(1.025);
  transition:transform 1.2s cubic-bezier(.22,.61,.36,1)!important;
}
.au-about-image-primary.is-visible img,.au-about-image-pair.is-visible .au-about-image-portrait img{transform:scale(1)}
@media(prefers-reduced-motion:reduce){
 [id$="__full_width_banner_kQ8Uw8"] img,
 .template--collection #product-grid .product-card{animation:none!important}
 .au-home-products .au-product-media{clip-path:none!important;transition:none!important}
 .au-home-products .au-product-media img,
 .template--collection #product-grid .product-card__media img,
 .au-about-image-primary img,.au-about-image-portrait img{transition:none!important;transform:none!important}
}


/* ALÉA UNI — homepage typography refinement */
[id$="__full_width_banner_kQ8Uw8"] .section__heading{
  font-size:13px!important;
  line-height:1.3!important;
  letter-spacing:.055em!important;
  font-weight:400!important;
}
body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#101010!important;
  font-size:11px!important;
  line-height:1.4!important;
  letter-spacing:.055em!important;
  text-decoration:none!important;
  text-underline-offset:0!important;
  transition:opacity .24s ease!important;font-family:var(--font-body-family)!important;font-size:13px!important;letter-spacing:.015em!important;text-transform:none!important;
}
[id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button::before{display:none!important}
[id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button::after{
  content:none!important;
  position:static!important;
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  background:none!important;
  transform:none!important;
  font-size:13px!important;
  line-height:1!important;
  transition:transform .3s cubic-bezier(.22,.61,.36,1)!important;
}
[id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button:hover{opacity:.58!important}
[id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button:hover::after{transform:translateX(3px)!important}
.au-home-heading h2,.au-home-heading a{
  font-size:11px!important;
  line-height:1.35!important;
  letter-spacing:.065em!important;
  font-weight:400!important;
}
.au-home-heading a{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  border:0!important;
  text-decoration:none!important;
  text-transform:none!important;
  transition:opacity .24s ease!important;font-family:var(--font-body-family)!important;font-size:13px!important;letter-spacing:.015em!important;text-transform:none!important;
}
.au-home-heading a::after{content:"→";font-size:12px;transition:transform .3s cubic-bezier(.22,.61,.36,1)}
.au-home-heading a:hover{opacity:.58}
.au-home-heading a:hover::after{transform:translateX(3px)}
.au-product-title{
  font-size:13px!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
@media(max-width:749px){
 [id$="__full_width_banner_kQ8Uw8"] .section__heading{font-size:11px!important}
 body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button{font-size:10px!important}
 .au-home-heading h2,.au-home-heading a{font-size:10px!important}
 .au-product-title{font-size:11px!important}
}


/* ALÉA UNI — product imagery motion correction */
.au-home-products .au-product-media,
.au-home-products.is-visible .au-product-media{
  clip-path:none!important;
  transition:none!important;
}
.au-home-products .au-product-card:nth-child(n) .au-product-media{transition-delay:0s!important}
.au-home-products .au-product-media img{
  transform:scale(1)!important;
  transition:transform .6s cubic-bezier(.25,.1,.25,1),opacity .6s cubic-bezier(.25,.1,.25,1)!important;
  will-change:transform;
}
.au-home-products .au-product-card:hover .au-product-media img{transform:scale(1.028)!important}


/* ALÉA UNI — quiet luxury media cursor */
.product__gallery-toggle,
.product__gallery-toggle[role="button"] {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle cx='17' cy='17' r='15.5' fill='%23ffffff' fill-opacity='.92' stroke='%23111111' stroke-width='.75'/%3E%3Cpath d='M11.75 22.25L22.25 11.75M15.25 11.75h7v7' fill='none' stroke='%23111111' stroke-width='1.05' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") 17 17, zoom-in !important;
}
.product__gallery-toggle[role="button"] {
  display: block;
}
.product__gallery-toggle[role="button"]:focus-visible {
  outline: 1px solid #111;
  outline-offset: 4px;
}

.template--collection #product-grid .product-card__media img{
  transform:scale(1)!important;
  transition:transform .6s cubic-bezier(.25,.1,.25,1),opacity .6s cubic-bezier(.25,.1,.25,1)!important;
  will-change:transform;
}


#b2b_phone[aria-invalid="true"]:not(:placeholder-shown) {
  border-color: #8a3b34;
}

.template--collection #product-grid .product-card:hover .product-card__media img{transform:scale(1.028)!important}
@media(hover:none){
 .au-home-products .au-product-card:hover .au-product-media img,
 .template--collection #product-grid .product-card:hover .product-card__media img{transform:scale(1)!important}
}


/* ALÉA UNI — B2B field validation */
.au-field-hint {
  margin: 0.6rem 0 0;
  color: rgba(17, 17, 17, 0.56);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: none;
}
#b2b_vat[aria-invalid="true"]:not(:placeholder-shown) {
  border-color: #8a3b34;
}



/* ALÉA UNI — wholesale portal */
body:has(.au-service-panel[data-au-panel="wholesale"]:not([hidden])) #au-enquiry-form{display:none!important}
.au-b2b-portal{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  margin:0 0 34px;
  padding:24px 0;
  border-top:1px solid #d7d7d3;
  border-bottom:1px solid #d7d7d3;
}
.au-b2b-portal__eyebrow{margin:0 0 9px;font-size:10px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}
.au-b2b-portal__copy{max-width:590px;margin:0;color:#555;font-size:13px;line-height:1.55}
.au-b2b-portal__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:210px;
  min-height:48px;
  padding:0 20px;
  border:1px solid #101010;
  color:#101010;
  background:#fff;
  font-size:11px;
  line-height:1.3;
  letter-spacing:.04em;
  text-decoration:none;
  transition:background .3s ease,color .3s ease;
}
.au-b2b-portal__link:hover{background:#101010;color:#fff}
.au-b2b-portal__link{-webkit-tap-highlight-color:transparent}
.au-b2b-portal__link:active,
.au-b2b-portal__link:focus-visible{background:#101010!important;color:#fff!important;outline:none}
.au-b2b-portal__link span{font-size:13px}
@media(max-width:749px){
 .au-b2b-portal{grid-template-columns:1fr;gap:22px;padding:22px 0}
 .au-b2b-portal__link{width:100%}
}






/* ALÉA UNI — restrained motion and visible color range */
[id$="__full_width_banner_kQ8Uw8"] img {
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}
.au-home-products .au-product-media img,
.template--collection #product-grid .product-card__media img {
  transform: scale(1) !important;
  transition: transform .42s cubic-bezier(.25,.1,.25,1) !important;
  will-change: auto !important;
}
.au-home-products .au-product-card:hover .au-product-media img,
.template--collection #product-grid .product-card:hover .product-card__media img {
  transform: scale(1.012) !important;
}
.au-home-products .au-product-media,
.template--collection #product-grid .product-card__media {
  position: relative !important;
}
fa.au-color-indicators {
  position: absolute;
  z-index: 3;
  left: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}
.au-color-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--au-swatch,#c8c6c0);
  border: .75px solid rgba(17,17,17,.28);
  box-shadow: 0 0 0 .5px rgba(255,255,255,.55);
}
@media(max-width:749px){
  .au-color-indicators { left: 10px; bottom: 10px; gap: 5px; }
  .au-color-dot { width: 8px; height: 8px; }
}
@media(prefers-reduced-motion:reduce){
  .au-home-products .au-product-media img,
  .template--collection #product-grid .product-card__media img {
    transition: none !important;
    transform: none !important;
  }
}



.au-home-products .au-product-media > .au-color-indicators,
.template--collection #product-grid .product-card__media > .au-color-indicators {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  top: auto !important;
  right: auto !important;
  bottom: 14px !important;
  left: 14px !important;
  object-fit: initial !important;
}
@media(max-width:749px){
  .au-home-products .au-product-media > .au-color-indicators,
  .template--collection #product-grid .product-card__media > .au-color-indicators {
    bottom: 10px !important;
    left: 10px !important;
  }
}



.au-home-products .au-product-media > .au-color-indicators,
.template--collection #product-grid .product-card__media > .au-color-indicators {
  position: absolute !important;
  display: flex !important;
  width: max-content !important;
  height: 9px !important;
  inset: auto auto 14px 14px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}
@media(max-width:749px){
  .au-home-products .au-product-media > .au-color-indicators,
  .template--collection #product-grid .product-card__media > .au-color-indicators {
    height: 8px !important;
    inset: auto auto 10px 10px !important;
    gap: 5px !important;
  }
}



/* ALÉA UNI — Jacquemus/Fendi inspired product restraint */
.au-home-products.au-reveal,
.au-home-products.au-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
.au-home-products .au-product-grid,
.au-home-products .au-product-card {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.au-color-indicators {
  display: none !important;
}
.au-color-caption {
  display: block;
  width: 100%;
  margin: 0 0 7px;
  color: rgba(17,17,17,.56);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}
.au-home-products .au-product-meta {
  padding-top: 11px;
}
.au-home-products .au-product-meta .au-color-caption {
  margin-bottom: 5px;
}
.template--collection #product-grid .product-card__info .au-color-caption {
  order: -1;
}
@media(max-width:749px){
  .au-color-caption {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: .06em;
  }
}




/* ALÉA UNI — editorial Shipping & Returns refinement */
.template--contact .au-shipping-panel{
  padding-top:42px;
}
.template--contact .au-shipping-panel .au-panel-heading{
  margin-bottom:38px;
}
.template--contact .au-shipping-panel .au-panel-heading h2{
  letter-spacing:.08em;
}
.template--contact .au-shipping-panel .au-panel-heading p{
  max-width:36rem;
  font-size:clamp(17px,1.55vw,22px);
  line-height:1.45;
  letter-spacing:-.018em;
}
.template--contact .au-shipping-panel .au-rate-grid{
  gap:10px;
  padding:10px;
  margin-bottom:48px;
  border:0;
  background:#f4f1eb;
}
.template--contact .au-shipping-panel .au-rate-card{
  min-height:118px;
  padding:22px 20px;
  border:0;
  background:rgba(255,255,255,.42);
  align-content:space-between;
}
.template--contact .au-shipping-panel .au-rate-card span{
  font-size:10px;
  letter-spacing:.1em;
  color:rgba(17,17,17,.66);
}
.template--contact .au-shipping-panel .au-rate-card strong{
  font-size:clamp(20px,2vw,28px);
  line-height:1;
  font-weight:400;
  letter-spacing:-.03em;
}
.template--contact .au-shipping-panel .au-rate-card small{
  font-size:11px;
  line-height:1.35;
  color:rgba(17,17,17,.58);
}
.template--contact .au-shipping-panel .au-service-details{
  border-top-color:rgba(17,17,17,.48);
}
.template--contact .au-shipping-panel .au-service-detail{
  border-bottom-color:rgba(17,17,17,.14);
}
.template--contact .au-shipping-panel .au-service-detail summary{
  min-height:68px;
  padding:25px 2px;
  font-size:13px;
  line-height:1.35;
  font-weight:400;
  letter-spacing:.005em;
  text-transform:none;
}
.template--contact .au-shipping-panel .au-detail-mark{
  width:8px;
  height:8px;
  opacity:.58;
}
.template--contact .au-shipping-panel .au-detail-mark::before,
.template--contact .au-shipping-panel .au-detail-mark::after{
  width:8px;
}
.template--contact .au-shipping-panel .au-detail-copy{
  max-width:48rem;
  padding:0 34px 34px 2px;
  color:rgba(17,17,17,.72);
}
.template--contact .au-shipping-panel .au-policy-link{
  min-height:68px;
  padding-block:24px;
  font-size:11px;
  letter-spacing:.07em;
}
@media (max-width:749px){
  .template--contact .au-shipping-panel{
    padding-top:40px;
  }
  .template--contact .au-shipping-panel .au-panel-heading{
    margin-bottom:28px;
  }
  .template--contact .au-shipping-panel .au-rate-grid{
    gap:8px;
    padding:8px;
    margin-bottom:42px;
  }
  .template--contact .au-shipping-panel .au-rate-card{
    min-height:96px;
    padding:18px 16px;
  }
  .template--contact .au-shipping-panel .au-service-detail summary{
    min-height:64px;
    padding-block:23px;
  }
}


/* ALÉA UNI — Client Services hierarchy refinement */
.template--contact [id$="__seo_content_7TdTCA"]{
  display:none!important;
}
.template--contact [id$="__custom_liquid_xzUUgN"]{
  padding-top:clamp(124px,10vw,156px);
}
.template--contact .au-shipping-panel .au-shipping-intro{
  grid-template-columns:minmax(180px,220px) minmax(0,1fr);
  gap:clamp(32px,4vw,60px);
  padding-bottom:40px;
}
.template--contact .au-shipping-panel .au-shipping-intro .au-panel-kicker{
  font-size:clamp(20px,1.7vw,25px);
  line-height:1.08;
  letter-spacing:-.025em;
  text-transform:none;
}
.template--contact .au-shipping-panel .au-shipping-intro>p:last-child{
  max-width:38rem;
  font-size:17px;
  line-height:1.5;
  letter-spacing:-.012em;
  color:rgba(17,17,17,.74);
}
.template--contact .au-shipping-panel .au-rate-grid{
  gap:0;
  padding:0;
  margin-bottom:52px;
  border-top:1px solid rgba(17,17,17,.42);
  border-bottom:1px solid rgba(17,17,17,.16);
  background:transparent;
}
.template--contact .au-shipping-panel .au-rate-card{
  min-height:92px;
  padding:20px 28px;
  border-right:1px solid rgba(17,17,17,.12);
  background:transparent;
}
.template--contact .au-shipping-panel .au-rate-card:last-child{
  border-right:0;
}
.template--contact .au-shipping-panel .au-rate-card strong{
  font-size:16px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:-.015em;
}
.template--contact .au-shipping-panel .au-rate-card span{
  color:rgba(17,17,17,.62);
}
.template--contact .au-shipping-panel .au-rate-card small{
  color:rgba(17,17,17,.52);
}
.template--contact .au-shipping-panel .au-policy-links{
  margin-top:42px;
}
.template--contact .au-shipping-panel .au-legal-link{
  min-height:62px;
  padding:21px 2px;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.005em;
  text-transform:none;
  border-bottom-color:rgba(17,17,17,.14);
}
.template--contact .au-shipping-panel .au-legal-link span:last-child{
  font-size:10px;
  opacity:.5;
}
@media (max-width:749px){
  .template--contact [id$="__custom_liquid_xzUUgN"]{
    padding-top:104px;
  }
  .template--contact .au-service-tabs{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .template--contact .au-service-tabs::-webkit-scrollbar{
    display:none;
  }
  .template--contact .au-service-tab{
    flex:0 0 auto;
    white-space:nowrap;
  }
  .template--contact .au-shipping-panel .au-shipping-intro{
    display:block;
    padding-bottom:30px;
  }
  .template--contact .au-shipping-panel .au-shipping-intro .au-panel-kicker{
    margin-bottom:14px;
    font-size:22px;
  }
  .template--contact .au-shipping-panel .au-shipping-intro>p:last-child{
    font-size:16px;
    line-height:1.48;
  }
  .template--contact .au-shipping-panel .au-rate-grid{
    margin-bottom:42px;
  }
  .template--contact .au-shipping-panel .au-rate-card{
    min-height:72px;
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid rgba(17,17,17,.1);
  }
  .template--contact .au-shipping-panel .au-rate-card:last-child{
    border-bottom:0;
  }
  .template--contact .au-shipping-panel .au-rate-card strong{
    font-size:15px;
  }
  .template--contact .au-shipping-panel .au-policy-links{
    margin-top:34px;
  }
}


/* ALÉA UNI — unified delivery information */
.template--contact .au-shipping-panel .au-rate-grid{
  display:none!important;
}
.template--contact .au-shipping-panel .au-shipping-intro{
  padding-bottom:48px;
}
.template--contact .au-shipping-panel .au-service-details{
  margin-top:0;
}
@media (max-width:749px){
  .template--contact .au-shipping-panel .au-shipping-intro{
    padding-bottom:34px;
  }
}


/* ALÉA UNI — merged Returns content hierarchy */
.template--contact .au-shipping-panel .au-detail-subheading{
  margin:30px 0 12px;
  font-size:12px;
  line-height:1.35;
  font-weight:500;
  letter-spacing:.025em;
  text-transform:none;
  color:#111;
}
.template--contact .au-shipping-panel .au-detail-copy>p+.au-detail-subheading{
  margin-top:32px;
}
@media (max-width:749px){
  .template--contact .au-shipping-panel .au-detail-subheading{
    margin-top:26px;
  }
}


.template--contact .au-shipping-panel .au-detail-copy .au-detail-subheading{
  font-size:12px!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}


/* ALÉA UNI — quiet Shopify system chrome */
.template--collection .collection__grid:has(.collection__no-result){
  display:block!important;
  padding:clamp(132px,16vw,240px) 24px clamp(112px,14vw,210px)!important;
  text-align:center;
}
.template--collection .collection__no-result{
  margin:0;
  font-size:clamp(25px,3.1vw,44px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.04em;
  color:#111;
}
.template--collection .au-collection-empty-note{
  margin:18px auto 0;
  font-size:12px;
  line-height:1.5;
  letter-spacing:.015em;
  color:rgba(17,17,17,.55);
}
.cart-drawer__empty .cart-drawer__empty-text{
  font-size:clamp(26px,3vw,38px);
  line-height:1.05;
  font-weight:400;
  letter-spacing:-.035em;
  text-transform:none;
}
.cart-drawer__empty .cart-drawer__empty-desc{
  color:rgba(17,17,17,.58);
}
.cart-drawer__empty .button{
  letter-spacing:.025em;
  text-transform:none!important;
}


/* ALÉA UNI — Fendi service clarity × Jacquemus restraint */
.cart-drawer__inner{
  width:min(100vw,640px);
  background:#fff;
}
.cart-drawer__head{
  min-height:74px;
  padding:22px 32px;
  border-bottom:1px solid rgba(17,17,17,.14);
}
.cart-drawer__title{
  font-size:15px!important;
  line-height:1.2;
  font-weight:400;
  letter-spacing:.005em;
  text-transform:none;
}
.cart-drawer__title-counter{
  margin-left:7px;
  font-size:10px;
  vertical-align:top;
  opacity:.55;
}
.cart-drawer__close{
  width:28px;
  height:28px;
}
.cart-drawer__close svg{
  width:17px;
  height:17px;
}
.cart-drawer__top{
  display:none!important;
}
.cart-drawer__body{
  min-height:0;
}
.cart-drawer__empty{
  flex:1;
  min-height:0;
  padding:clamp(70px,12vh,120px) 42px 56px;
  justify-content:flex-start;
}
.cart-drawer__empty .cart-drawer__empty-text{
  max-width:20rem;
  margin:0 auto;
  font-size:clamp(29px,3vw,38px);
}
.cart-drawer__empty .cart-drawer__empty-desc{
  margin-top:16px;
  font-size:12px;
  letter-spacing:.01em;
}
.cart-drawer__empty .button{
  min-height:46px;
  margin-top:30px;
  padding-inline:28px;
  border-radius:0;
  font-size:11px;
}
.au-cart-services{
  flex:0 0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(17,17,17,.14);
  background:#fff;
}
.au-cart-services span{
  min-height:64px;
  display:flex;
  align-items:center;
  padding:16px 18px;
  border-right:1px solid rgba(17,17,17,.1);
  font-size:10px;
  line-height:1.35;
  letter-spacing:.025em;
  color:rgba(17,17,17,.68);
}
.au-cart-services span:last-child{
  border-right:0;
}
.cart-drawer__main{
  padding:24px 32px;
}
.cart-drawer .cart-item{
  padding-block:22px;
}
.cart-drawer .cart-item+.cart-item{
  border-top:1px solid rgba(17,17,17,.12);
}
.cart-drawer .cart-item__media{
  width:128px;
}
cart-drawer .cart-item__title{
  font-size:14px;
  line-height:1.35;
  font-weight:400;
  letter-spacing:-.01em;
  text-transform:none;
}
cart-drawer .cart-item__price,
.cart-drawer__total-price{
  font-size:13px;
  font-weight:400;
}
.cart-drawer__bottom{
  padding:22px 32px 28px;
  border-top:1px solid rgba(17,17,17,.14);
}
.cart-drawer__summary-total{
  font-size:15px!important;
  font-weight:400;
}
.cart-drawer__summary-tax{
  margin-top:8px;
  font-size:10px;
  line-height:1.45;
  color:rgba(17,17,17,.56);
}
.cart-drawer__action-buttons .button,
.cart-drawer .cart-summary__button{
  min-height:52px;
  border-radius:0;
  background:#111;
  color:#fff;
  font-size:11px;
  letter-spacing:.035em;
  text-transform:none;
}
@media (max-width:749px){
  .cart-drawer__head{
    padding-inline:20px;
  }
  .cart-drawer__empty{
    padding:64px 24px 42px;
  }
  .au-cart-services{
    grid-template-columns:1fr;
  }
  .au-cart-services span{
    min-height:42px;
    padding:11px 20px;
    border-right:0;
    border-bottom:1px solid rgba(17,17,17,.08);
  }
  .au-cart-services span:last-child{
    border-bottom:0;
  }
  .cart-drawer__main,
  .cart-drawer__bottom{
    padding-inline:20px;
  }
}


/* ALÉA UNI — warm mineral functional palette */
.cart-drawer__inner,
.cart-drawer__head,
.cart-drawer__body,
.cart-drawer__empty,
.cart-drawer__main,
.cart-drawer__bottom{
  background:#F6F4F0;
  color:#171717;
}
.cart-drawer__head,
.cart-drawer__bottom{
  border-color:#D8D4CD;
}
cart-drawer.is-visible .cart-drawer::before{
  background:rgba(23,22,20,.48);
}
.au-cart-services{
  background:#ECE9E3;
  border-top-color:#D8D4CD;
}
.au-cart-services span{
  color:#77736D;
  border-color:#D8D4CD;
}
.cart-drawer .cart-item+.cart-item{
  border-top-color:#D8D4CD;
}
.cart-drawer .cart-item__media,
.cart-drawer .cart-item__media .media{
  background:#ECE9E3;
}
.cart-drawer__summary-tax,
.cart-drawer__empty .cart-drawer__empty-desc{
  color:#77736D;
}
.cart-drawer__empty .button{
  border-color:#77736D;
  background:transparent;
  color:#171717;
}
.cart-drawer__empty .button:hover{
  background:#171717;
  border-color:#171717;
  color:#F6F4F0;
}
.cart-drawer quantity-input,
.cart-drawer .quantity{
  background:#ECE9E3;
  border-color:#D8D4CD;
}
.cart-drawer__action-buttons .button,
.cart-drawer .cart-summary__button{
  background:#171717;
  border-color:#171717;
  color:#F6F4F0;
}


/* ALÉA UNI — bespoke editorial Shopping Bag composition */
.cart-drawer__inner{
  display:flex!important;
  flex-direction:column!important;
  width:min(100vw,560px)!important;
  overflow:hidden!important;
  background:#fff!important;
}
.cart-drawer::before{
  background:rgba(34,31,28,.52)!important;
}
.cart-drawer__head{
  flex:0 0 82px;
  min-height:82px;
  padding:0 36px!important;
  align-items:center;
  background:#fff!important;
  border-bottom:1px solid #D8D4CD!important;
}
.cart-drawer__title{
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:.045em!important;
}
.cart-drawer__title-counter::before{
  content:'(';
}
.cart-drawer__title-counter::after{
  content:')';
}
.cart-drawer__title-counter{
  margin-left:6px!important;
  font-size:10px!important;
  vertical-align:baseline!important;
}
.cart-drawer__close{
  width:24px!important;
  height:24px!important;
}
.cart-drawer__body{
  flex:1 1 auto!important;
  width:100%;
  height:auto!important;
  min-height:0!important;
  overflow:auto!important;
  background:#fff!important;
}
.cart-drawer__empty{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:clamp(116px,16vh,168px) 42px 42px!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
  background:#fff!important;
}
.cart-drawer__empty .cart-drawer__empty-text{
  width:100%;
  max-width:none!important;
  margin:0!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  text-align:left!important;
  white-space:nowrap;
}
.cart-drawer__empty .cart-drawer__empty-desc{
  margin:14px 0 0!important;
  font-size:11px!important;
  line-height:1.45!important;
  color:#77736D!important;
  text-align:left!important;
}
.cart-drawer__empty .button{
  width:100%;
  min-height:54px!important;
  margin-top:38px!important;
  padding:0 24px!important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid #171717!important;
  border-radius:0!important;
  background:#171717!important;
  color:#F6F4F0!important;
  font-size:11px!important;
  letter-spacing:.025em!important;
}
.cart-drawer__empty .button::after{
  content:'';
  font-size:12px;
  opacity:.7;
}
.au-cart-services{
  flex:0 0 auto!important;
  position:relative;
  z-index:2;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  background:#fff!important;
  border-top:1px solid #D0CBC3!important;
}
.au-cart-services span{
  min-height:68px!important;
  padding:17px 14px!important;
  justify-content:flex-start;
  color:#6F6A63!important;
  border-color:#D0CBC3!important;
  font-size:9px!important;
  line-height:1.35!important;
  letter-spacing:.055em!important;
  text-transform:uppercase;
}
.cart-drawer__bottom{
  flex:0 0 auto;
  background:#fff!important;
}
@media (max-width:749px){
  .cart-drawer__inner{
    width:100vw!important;
  }
  .cart-drawer__head{
    padding-inline:22px!important;
  }
  .cart-drawer__empty{
    padding:96px 24px 32px!important;
  }
  .cart-drawer__empty .cart-drawer__empty-text{
    font-size:28px!important;
    white-space:normal;
  }
  .au-cart-services{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .au-cart-services span{
    min-height:58px!important;
    padding:12px 9px!important;
    text-align:center;
    justify-content:center;
  }
}


/* ALÉA UNI — editorial cart drawer, Jacquemus-inspired */
@media (min-width: 750px) {
  .cart-drawer .drawer__inner {
    width: min(42vw, 640px) !important;
    max-width: 640px !important;
  }
}

.cart-drawer .drawer__inner {
  background: #fff !important;
  border-left: 1px solid rgba(17,17,17,.08) !important;
  padding: 0 !important;
}

.cart-drawer .drawer__header {
  min-height: 82px !important;
  padding: 0 40px !important;
  border-bottom: 1px solid rgba(17,17,17,.08) !important;
  align-items: center !important;
}

.cart-drawer .drawer__heading,
.cart-drawer .drawer__header p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

.cart-drawer .drawer__close {
  width: 48px !important;
  height: 48px !important;
  margin-right: -14px !important;
}

.cart-drawer__empty {
  min-height: calc(100svh - 82px) !important;
  padding: 44px 40px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.cart-drawer__empty .cart-drawer__empty-text {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

.cart-drawer__empty .cart-drawer__empty-desc {
  margin: 0 !important;
  color: rgba(17,17,17,.46) !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  letter-spacing: .015em !important;
}

.cart-drawer__empty .button {
  display: none !important;
}

.cart-drawer__empty .au-cart-services {
  display: none !important;
}

.au-recently-viewed {
  width: 100%;
  margin-top: auto;
  padding: 56px 0 36px;
}

.au-recently-viewed__title {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .01em;
}

.au-recently-viewed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.au-recently-viewed__item {
  min-width: 0;
  color: #111;
  text-decoration: none;
}

.au-recently-viewed__image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f4f4f2;
}

.au-recently-viewed__meta {
  padding-top: 9px;
  font-size: 10px;
  line-height: 1.35;
}

.au-recently-viewed__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.au-recently-viewed__price {
  display: block;
  margin-top: 2px;
  color: rgba(17,17,17,.5);
}

@media (max-width: 749px) {
  .cart-drawer .drawer__inner {
    width: 100% !important;
    max-width: none !important;
  }

  .cart-drawer .drawer__header {
    min-height: 68px !important;
    padding: 0 20px !important;
  }

  .cart-drawer__empty {
    min-height: calc(100svh - 68px) !important;
    padding: 34px 20px 0 !important;
  }

  .au-recently-viewed {
    padding: 44px 0 24px;
  }

  .au-recently-viewed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

/* ALÉA UNI — refined utility icon rhythm */
@media (min-width:750px){
  .header__utils-items{
    column-gap:24px!important;
    align-items:center!important;
  }
  .header__utils-item:first-child{
    margin-right:10px!important;
  }
  .header__utils-item--search,
  .header__utils-item--account,
  .header__utils-item--cart{
    width:20px!important;
    min-width:20px!important;
    margin:0!important;
  }
  .header__utils-item--search button,
  .header__utils-item--account a,
  .header__utils-item--cart a{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    color:#111!important;
    opacity:1!important;
    transform:none!important;
    transition:opacity .2s ease!important;
  }
  .header__utils-item--search svg,
  .header__utils-item--cart svg{
    width:19px!important;
    height:19px!important;
  }
  .header__utils-item--account svg{
    width:18px!important;
    height:18px!important;
  }
  .header__utils-item--search button:hover,
  .header__utils-item--account a:hover,
  .header__utils-item--cart a:hover{
    opacity:.55!important;
    background:transparent!important;
    transform:none!important;
  }
  .header__utils-item--search button:focus-visible,
  .header__utils-item--account a:focus-visible,
  .header__utils-item--cart a:focus-visible{
    outline:1px solid currentColor!important;
    outline-offset:4px!important;
  }
}

/* Search uses a summary control in this theme */
@media (min-width:750px){
 .header__utils-item--search summary{width:20px!important;height:20px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#111!important;opacity:1!important;transition:opacity .2s ease!important;}
 .header__utils-item--search summary:hover{opacity:.55!important;background:transparent!important;}
 .header__utils-item--search summary:focus-visible{outline:1px solid currentColor!important;outline-offset:4px!important;}
}

/* Icon hover stays purely tonal: no template underline */
@media (min-width:750px){
 .header__utils-item--search .text-link--on-hover,
 .header__utils-item--account .text-link--on-hover,
 .header__utils-item--cart .text-link--on-hover,
 .header__utils-item--search summary:hover .text-link--on-hover,
 .header__utils-item--account a:hover .text-link--on-hover,
 .header__utils-item--cart a:hover .text-link--on-hover{
  background-image:none!important;
  background-size:0 0!important;
 }
}

/* ALÉA UNI — larger country selector hit area without visual shift */
@media (min-width:750px){
  .header__utils-item:first-child summary.drawer__button--text{
    min-width:45px!important;
    min-height:44px!important;
    padding:12px 8px!important;
    margin:-12px -8px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
  }
}

/* ALÉA UNI — align country selector with utility icon rhythm */
@media (min-width:750px){
  .header__utils-item:first-child{
    margin-right:-13px!important;
  }
}

/* ALÉA UNI — keep country and utility controls above the wide nav hit layer */
@media (min-width:750px){
  .header__utils{
    position:relative!important;
    z-index:5!important;
  }
}


/* ALÉA UNI — align footer brand and legal line to the container start */
[id$="__footer"] .footer__brand {
  width: 100%;
  margin-inline: 0 auto !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

[id$="__footer"] .footer__brand > a {
  margin-inline: 0 auto !important;
  text-align: left !important;
}

[id$="__footer_JadcgE"] .footer__richtext--copyright {
  width: 100%;
  margin-inline: 0 auto !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

/* Keep the Brand block in the first grid columns; legacy rules centered it full-width. */
[id$="__footer"] .section-footer__block[class*="__footer__brand_TLymXh"] {
  grid-column: 1 / span 2 !important;
  grid-row: auto !important;
  width: 100% !important;
  justify-self: start !important;
  align-self: start !important;
}

/* Final footer start-edge override */
html body footer .section-footer__block:has(.footer__brand) {
  grid-column: auto / span 2 !important;
  grid-row: auto !important;
  justify-self: start !important;
  align-self: start !important;
}

html body footer .footer__brand,
html body footer .footer__brand > a {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

html body footer .footer__richtext--copyright {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}


/* Wholesale form spacing and consent alignment */
#WholesaleForm textarea.au-b2b-input {
  padding-left: 12px;
  padding-right: 12px;
}

#WholesaleForm .au-b2b-consent input[type='checkbox'] {
  width: 14px !important;
  height: 14px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 1px 0 0 !important;
  flex: 0 0 14px !important;
}

#WholesaleForm .au-b2b-input {
  padding: 12px 16px !important;
}

#WholesaleForm select.au-b2b-input {
  padding-right: 40px !important;
}


/* Footer: single separator and back-to-top beneath Instagram */
html body footer {
  border-top: 0 !important;
}

@media screen and (min-width: 750px) {
  html body footer {
    position: relative;
  }

  html body footer .section-footer__block:has(.alea-footer-top) {
    position: static !important;
  }

  html body footer .alea-footer-top {
    position: absolute !important;
    top: 145px;
    right: 34px;
    width: 95px !important;
    justify-content: flex-start !important;
  }

  html body footer .alea-footer-top__link {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #d8d8d8;
    justify-content: space-between;
    letter-spacing: 0.08em;
  }
}


html body footer .shopify-section:has(.alea-footer-top),
html body footer .footer:has(.alea-footer-top) {
  position: static !important;
}

html body footer .alea-footer-top {
  margin: 0 !important;
}

html body footer .section-footer__block:has(.alea-footer-top) {
  overflow: visible !important;
}

@media screen and (min-width: 750px) {
  html body footer .alea-footer-top {
    top: 132px;
    z-index: 2;
  }

  html body footer .alea-footer-top__link {
    padding-top: 0;
    border-top: 0;
  }
}

@media screen and (min-width: 750px) {
  html body footer .shopify-section:has(.alea-footer-top) {
    position: relative !important;
    z-index: 20 !important;
  }

  html body footer .alea-footer-top {
    top: -17px;
  }
}


/* American Express — force original sRGB brand blue */
html body footer svg[aria-labelledby="footer-pi-american_express"] path[fill="#0071CE"] {
  fill: rgb(0, 113, 206) !important;
}


html body footer svg[aria-labelledby="footer-pi-american_express"] path[stroke-opacity="0.07"] {
  fill: none !important;
}


/* Klarna — restore native pink background */
html body footer svg[aria-labelledby="footer-pi-klarna"] rect[fill="#FFA8CD"] {
  fill: rgb(255, 168, 205) !important;
}

html body footer svg[aria-labelledby="footer-pi-klarna"] rect[stroke-opacity="0.07"] {
  fill: none !important;
}

html body footer svg[aria-labelledby="footer-pi-klarna"] rect[stroke-opacity=".07"] {
  fill: none !important;
}


/* Back to top — match the footer link interaction */
html body footer .alea-footer-top__link {
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

html body footer .alea-footer-top__link:hover {
  transform: none !important;
}


/* Footer — Fendi-inspired tonal block system */
html body footer,
html body footer > .shopify-section,
html body footer > .shopify-section > .gradient {
  background: rgb(250, 250, 250) !important;
  background-image: none !important;
}

html body footer > .shopify-section,
html body footer .section-footer {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Fendi footer — section-specific override */
html body footer > [id$="__custom_liquid_jGHYjk"],
html body footer > [id$="__footer"],
html body footer > [id$="__footer_JadcgE"],
html body footer > [id$="__custom_liquid_jGHYjk"] > .gradient,
html body footer > [id$="__footer"] > .gradient,
html body footer > [id$="__footer_JadcgE"] > .gradient {
  background: rgb(250, 250, 250) !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html body footer [id$="__footer"] .section-footer,
html body footer [id$="__footer_JadcgE"] .section-footer {
  border-top: 0 !important;
  border-bottom: 0 !important;
}


/* Homepage hero CTA — refined editorial typography */
html body [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 !important;
  font-family: var(--font-body-family) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

html body [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button:hover {
  opacity: 0.65 !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  html body [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
  }
}


/* Homepage hero CTA — final typography priority */
html.au-home-page body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 !important;
  font-family: var(--font-body-family) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

html.au-home-page body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button:hover {
  opacity: 0.65 !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  html.au-home-page body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
  }
}

/* Homepage hero CTA — corrected page scope */
html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button {
  min-height: 44px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button:hover {
  opacity: 0.65 !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
  }
}


/* Country selector: give the localization drawer enough room for its full content. */
@media screen and (min-width: 990px) {
  html.js .country-drawer > .drawer__content {
    width: min(calc(100vw - 5rem), 72rem);
    max-width: 72rem;
    padding-inline: 5.6rem;
    overflow-y: auto;
  }

  .country-drawer .select-input__el {
    min-width: 0;
    width: 100%;
  }
}


.country-drawer > .drawer__content {
  background: #fff !important;
}

@media screen and (min-width: 990px) {
  html.js .country-drawer > .drawer__content {
    min-height: 28rem;
  }
}

/* Consistent non-emoji external-link arrows */
.au-legal-link > span:last-child { position: relative; display: inline-block; width: 10px; height: 10px; flex: 0 0 10px; font-size: 0; line-height: 0; }
.au-legal-link > span:last-child::before { content: ''; position: absolute; top: 1px; right: 0; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.au-legal-link > span:last-child::after { content: ''; position: absolute; width: 8px; height: 1px; top: 5px; right: 1px; background: currentColor; transform: rotate(-45deg); transform-origin: right center; }


/* Mobile contact tabs: deliberate snap scrolling */
@media screen and (max-width: 749px) {
  .au-service-tabs {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .au-service-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Mobile primary menu: editorial typography for the three main links only */
  .primary-menu-panel a.h4[href='/collections/all'],
  .primary-menu-panel a.h4[href='/pages/about'],
  .primary-menu-panel a.h4[href='/pages/contact'] {
    display: block;
    padding: 7px 0;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: #111111 !important;
    text-transform: none !important;
  }
}


/* Architectural Balloon Trousers: corrected solid color swatches */
product-info[data-product-handle='architectural-balloon-trousers'] .product-option__label--image[title='Olive'] { background: #77735E !important; }
product-info[data-product-handle='architectural-balloon-trousers'] .product-option__label--image[title='White'] { background: #FFFFFF !important; }
product-info[data-product-handle='architectural-balloon-trousers'] .product-option__label--image[title='Olive'] img,
product-info[data-product-handle='architectural-balloon-trousers'] .product-option__label--image[title='White'] img { opacity: 0 !important; }


/* Mobile refinement: horizontal-only service tabs and quieter editorial menu */
@media screen and (max-width: 749px) {
  .au-service-tabs {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x !important;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
    scroll-snap-type: x mandatory !important;
    white-space: nowrap;
  }
  .au-service-tab {
    touch-action: pan-x !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }
  .primary-menu-panel a.h4[href='/collections/all'],
  .primary-menu-panel a.h4[href='/pages/about'],
  .primary-menu-panel a.h4[href='/pages/contact'] {
    padding: 12px 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em !important;
    color: #1B1B1B !important;
    text-transform: none !important;
  }
}


/* Country drawer typography alignment */
@media screen and (max-width: 749px) {
  menu-drawer .country-drawer .drawer__title {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
  }

  menu-drawer .country-drawer .drawer__content p {
    max-width: 30em;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.01em !important;
    color: #555 !important;
  }

  menu-drawer .country-drawer .select-input__el {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.06em !important;
  }
}
/* Camel swatch color fix */
product-info[data-product-handle='architectural-balloon-trousers'] .product-option__label--image[title='Camel'] {
  background: #C19A6B !important;
}
product-info[data-product-handle='architectural-balloon-trousers'] .product-option__label--image[title='Camel'] img {
  opacity: 0 !important;
}

/* Product info fade-in animation */
product-info > div {
  animation: au-info-fade-in 220ms ease;
}
@keyframes au-info-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ALEA UNI - Shopify policy pages (/policies/*): editorial, small-caps typography */
.shopify-policy__container {
  max-width: 660px !important;
  margin: 72px auto 110px !important;
  padding: 0 20px !important;
}
.shopify-policy__title {
  text-align: left !important;
  margin: 0 0 8px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #111;
}
.shopify-policy__title h1 {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
}
.shopify-policy__body {
  font-size: 13px !important;
  line-height: 1.75 !important;
  color: #333 !important;
}
.shopify-policy__body .rte { font-size: 13px !important; line-height: 1.75 !important; }
.shopify-policy__body p { margin: 0 0 14px !important; }
.shopify-policy__body h3 {
  margin: 40px 0 14px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}
.shopify-policy__body ul, .shopify-policy__body ol { margin: 0 0 16px !important; padding-left: 18px !important; }
.shopify-policy__body li { margin-bottom: 8px !important; }
.shopify-policy__body a { color: #111 !important; text-decoration: none !important; border-bottom: 1px solid #111; }
.shopify-policy__body hr { margin: 28px 0 !important; border: 0 !important; border-top: 1px solid #ddd !important; }
@media (max-width: 749px) {
  .shopify-policy__container { margin: 44px auto 72px !important; }
}

.shopify-policy__body p.au-policy-heading {
  margin: 36px 0 12px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}
.shopify-policy__body p.au-policy-lede { display: none !important; }

/* Unified 20px frame across home & shop */
html body [id$="__full_width_banner_kQ8Uw8"] > div{padding-left:20px!important;padding-right:20px!important}
html body .au-editorial-pause{margin-left:0!important;margin-right:0!important}
html body .au-editorial-pause .au-editorial-image,
html body .au-editorial-pause .au-editorial-image img{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100%!important}
@media(max-width:749px){
  html body [id$="__full_width_banner_kQ8Uw8"] > div{padding-left:12px!important;padding-right:12px!important}
}

/* Country/language drawer: editorial restraint */
.country-drawer .drawer__content{padding:30px 28px!important;background:#fff!important;border-left:1px solid #E5E2DB!important}
.country-drawer .drawer__title{font-size:11px!important;font-weight:500!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#111!important;margin:10px 0 0!important}
.country-drawer .drawer__row--gutter-sm p{display:none!important}
.country-drawer .form-row{margin:0!important}
.country-drawer .select-input__wrapper{position:relative}
.country-drawer .select-input__el{
  border:0!important;border-bottom:1px solid #DAD6CE!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;
  font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#111!important;
  padding:16px 26px 14px 0!important;width:100%!important;
}
.country-drawer .select-input__el:focus{border-bottom-color:#111!important;outline:none!important}
.country-drawer .select-input__wrapper .icon{width:9px!important;height:9px!important;opacity:.55}
.country-drawer .drawer__row{margin-top:26px!important}
.country-drawer .drawer__button-close{top:26px!important;right:24px!important}
.country-drawer .drawer__button-close svg{width:13px!important;height:13px!important}

/* Country drawer: inline option list below the row */
.country-drawer .au-select-options{max-height:0;overflow:hidden;transition:max-height .35s ease}
.country-drawer .au-select-options.is-open{max-height:420px;overflow-y:auto}
.country-drawer .au-select-option{
  display:block;width:100%;text-align:left;background:transparent;border:0;cursor:pointer;
  padding:11px 0 11px 14px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#8F8B84;
  border-bottom:1px solid #EFECE6;transition:color .2s;
}
.country-drawer .au-select-option:hover{color:#111}
.country-drawer .au-select-option.is-selected{color:#111}
.country-drawer .au-select-option.is-selected::after{content:' \2713';font-size:10px}

/* Shop grid: Fendi-like staggered entrance */
.template--collection #product-grid .product-card{opacity:0;transform:translateY(48px)}
.template--collection #product-grid .product-card.au-in{
  opacity:1;transform:none;
  transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--au-stagger,0s);
}
@media(prefers-reduced-motion:reduce){
  .template--collection #product-grid .product-card{opacity:1!important;transform:none!important;transition:none!important}
}

/* Home curation: Fendi-like per-card entrance */
.au-home-products.au-reveal{opacity:1!important;transform:none!important;transition:none!important}
.au-home-products .au-product-card{opacity:0;transform:translateY(48px)}
.au-home-products .au-product-card.au-in{
  opacity:1;transform:none;
  transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--au-stagger,0s);
}
/* Hero CTA text: no animation */
[id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content,
[id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content *{
  animation:none!important;transition:none!important;opacity:1!important;transform:none!important;
}
@media(prefers-reduced-motion:reduce){
  .au-home-products .au-product-card{opacity:1!important;transform:none!important;transition:none!important}
}

/* Product gallery: no grey-out on hover */
.template--product a.media:hover,
.main-product a.media:hover,
.main-product__media a.media:hover{opacity:1!important}

/* Home second banner (editorial image): no animation */
.au-editorial-pause.au-reveal{opacity:1!important;transform:none!important;transition:none!important}
.au-editorial-pause .au-editorial-image img{transition:none!important;transform:none!important;animation:none!important}

/* Home curation cards: price + color chips (match shop grid) */
.au-product-price{margin:4px 2px 0;font-size:11px;letter-spacing:.02em;color:#111}
.au-product-swatches{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:12px 2px 0}
.au-chip{font-size:10px;letter-spacing:.09em;text-transform:uppercase;padding:6px 11px;border:1px solid #D9D5CD;color:#4c4a46;background:#fff}
.au-chip.is-active{border-color:#111;color:#111}
.au-chip[data-img]{cursor:pointer}
.au-chip-more{font-size:10px;color:#8F8B84}

/* Mobile product gallery: full-width centered, garment fills the frame */
@media(max-width:749px){
  .main-product__media .swiper--product-gallery .swiper-slide{aspect-ratio:1/1!important}
  .main-product__media .swiper--product-gallery .swiper-slide .media{overflow:hidden!important}
  .main-product__media .swiper--product-gallery .swiper-slide .media>img,
  .main-product__media .swiper--product-gallery .swiper-slide .media>a>img{
    object-fit:contain!important;
    transform:none;
  }
}

/* Card colour chips: single scrollable row on mobile */
@media(max-width:749px){
  .product-card__variants--list,
  .product-card__variants--list li,
  .product-card__variants--list .js-product-card-options{min-width:0}
  .product-card__variants--list .js-product-card-options{
    display:flex!important;flex-wrap:nowrap!important;gap:8px!important;
    overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch;
  }
  .product-card__variants--list .js-product-card-options::-webkit-scrollbar{display:none}
  .au-product-swatches{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important}
  .au-product-swatches::-webkit-scrollbar{display:none}
}

/* Grid cards: fabric swatch chips instead of text boxes */
.product-card .product-option__label--image{
  width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;
  padding:0!important;border:1px solid #C9C5BD!important;border-radius:0!important;
  overflow:hidden!important;position:relative!important;display:block!important;
}
.product-card .product-option__label--image img{
  width:100%!important;height:100%!important;object-fit:cover!important;
  transform:scale(2.6)!important;transform-origin:50% 42%!important;border-radius:0!important;
}
.product-card .button--variant input:checked+.product-option__label--image{
  border-color:#C9C5BD!important;box-shadow:inset 0 0 0 2px #fff!important;
}
.product-card .button--variant input:checked+.product-option__label--image:after{content:none!important}
.product-card .product-card__variants--more{font-size:10px;color:#8F8B84;align-self:center}
/* home curated cards: same treatment */
.au-product-swatches .au-chip[data-img]{
  width:24px;height:24px;padding:0!important;border:1px solid #C9C5BD;
  background-size:260%;background-position:50% 42%;color:transparent!important;
  overflow:hidden;font-size:0!important;
}
.au-product-swatches .au-chip[data-img].is-active{border-color:#C9C5BD;box-shadow:inset 0 0 0 2px #fff}
.au-product-swatches .au-chip:not([data-img]){border:0;padding:0}

/* Contact enquiry form: collapsed behind editorial toggle */
[data-au-collapsible]{overflow-x:hidden!important;max-width:100%!important;box-sizing:border-box!important}
.au-enquiry-toggle{
  display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;
  width:calc(100% - 40px);max-width:780px;margin:0 20px;padding:20px 20px;
  background:transparent;border:0;border-top:1px solid #DAD6CE;border-bottom:1px solid #DAD6CE;
  font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#111;cursor:pointer;
}
@media(min-width:750px){.au-enquiry-toggle{margin:0 auto;width:min(780px,calc(100% - 40px))}}
.au-enquiry-toggle ~ .au-enquiry-toggle{display:none!important}
.au-enquiry-toggle::before,.au-enquiry-toggle::after{content:none!important;display:none!important}
.au-enquiry-toggle__sign{font-size:14px;font-weight:400}
.au-enquiry-collapsed > *:not(.au-enquiry-toggle){display:none!important}
[data-au-collapsible] > style,[data-au-collapsible] > script{display:none!important}
.au-enquiry-open .au-enquiry-toggle{border-bottom-color:transparent}

/* PDP swatches: selected = white inset ring, no black frame/underline */
.main-product .product-form__input--button input:checked+.product-option__label--square{
  border-color:#c6c6c6!important;box-shadow:inset 0 0 0 3px #fff!important;
}
.main-product .product-form__input--button input:checked+.product-option__label--square:after{content:none!important}
/* card chip rows are flex so display-order can be unified */
.js-product-card-options{display:flex;flex-wrap:wrap;gap:8px}

/* Contact tabs: obvious active state */
.au-service-tab{color:#9A968E!important;transition:color .2s}
.au-service-tab:hover{opacity:1!important;color:#111!important}
.au-service-tab[aria-selected="true"]{color:#111!important;font-weight:500!important}
.au-service-tab[aria-selected="true"]:after{background:#111!important;height:2px!important}
/* enquiry toggle: enforce geometry */
.au-enquiry-toggle{width:min(780px,calc(100% - 40px),calc(100vw - 40px))!important;margin:0 20px!important;padding:20px!important}
@media(min-width:750px){.au-enquiry-toggle{margin:0 auto!important}}

/* Site-wide: pressed buttons go black, never system grey */
*{-webkit-tap-highlight-color:transparent}
.button:active,.button:focus-visible,
a.button:active,
button[name="checkout"]:active,button[name="checkout"]:focus-visible,
.product-form__submit:active,
.au-b2b-submit:active,
.quick-cart__checkout-button:active,
.cart__checkout-button:active{
  background:#101010!important;color:#fff!important;border-color:#101010!important;outline:none!important;opacity:1!important;
}
/* text-style buttons: press = solid black text, no grey */
.button--text:active{color:#101010!important;opacity:1!important}

/* Mobile header: COS-style — logo left, compact icon cluster top-right */
@media(max-width:749px){
  #header .header__inner{display:flex!important;align-items:center!important;min-height:62px!important;height:62px!important}
  #header .header__logo{order:1!important;position:static!important;transform:none!important;margin:0 auto 0 0!important}
  #header .header__logo,#header .header__logo-image{width:135px!important}
  #header .header__utils{order:2!important;display:flex!important;align-items:center!important;gap:18px!important;width:auto!important;margin:0 21px 0 0!important}
  #header .header__utils a,#header .header__utils button{padding:0!important;margin:0!important;min-width:0!important;width:auto!important}
  #header .drawer--start{order:3!important;width:auto!important;flex:0 0 auto!important;margin-left:-18px!important;height:62px!important;display:flex!important;align-items:center!important}
  #header .drawer--start > .drawer__container,#header .drawer--start > summary{height:auto!important;display:flex!important;align-items:center!important}
  #header .drawer--start summary,#header .drawer--start button{padding:0!important;margin:0!important;min-width:0!important}
  #header .header__utils svg,#header .drawer--start svg{width:15px!important;height:15px!important}
  #header .header__inner > *{min-width:0}
}

/* Header icons: pure black */
#header .header__utils a,#header .header__utils button,
#header .drawer--start summary,#header .drawer--start button,
#header .header__utils svg,#header .drawer--start svg{color:#000!important;opacity:1!important}

/* Header: four icons perfectly evenly spaced */
@media(max-width:749px){
  #header .header__utils-items{display:flex!important;align-items:center!important;gap:18px!important;margin:0!important;padding:0!important}
  #header .header__utils-items > li,
  #header .header__utils-items .header__utils-item{margin:0!important;padding:0!important}
  #header .header__utils-items .header__utils-link,
  #header .header__utils-items .drawer__button{padding:0!important;margin:0!important;min-width:0!important;width:auto!important}
  #header .drawer--start .drawer__button{padding:0!important;margin:0!important;width:auto!important;min-width:0!important;display:block!important}
  #header .drawer--start summary{padding:0!important;margin:0!important;width:auto!important}
  #header .drawer--start .drawer__button,#header .drawer--start summary{padding:12px!important;margin:-12px 0 -12px -12px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:0!important}
}

/* Mobile menu visual */
.au-menu-visual{margin:34px 20px 24px}
.au-menu-visual img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
@media(min-width:750px){.au-menu-visual{display:none}}
@media(max-width:749px){
  #header .container{padding-left:20px!important;padding-right:24px!important}
  #header .header__inner{margin:0!important;width:100%!important}
}

/* Buttons: rectangular everywhere (match editorial language) */
.button,a.button,button.button,
.quick-cart .button,.quick-cart__footer button,
.cart__checkout-button,button[name="checkout"],
.drawer .button,.product-form__submit,.au-b2b-submit{border-radius:0!important}

/* Menu icon: pixel-align with siblings */
@media(max-width:749px){
  #header .drawer--start .drawer__button svg,#header .drawer--start summary svg{transform:translateY(5px)!important}
}

/* Menu button: bars when closed, X when open (Fendi-like toggle) */
body:not(.drawer--is-open) #header .drawer--start .drawer__button svg:nth-of-type(2){display:none!important}
body.drawer--is-open #header .drawer--start .drawer__button svg:nth-of-type(1){display:none!important}
body.drawer--is-open #header .drawer--start .drawer__button svg:nth-of-type(2){display:block!important;transform:translateY(5px)!important;width:15px!important;height:15px!important}

/* Mobile hero: Fendi-editorial — framed image, heading below (mobile only) */
@media(max-width:749px){
  [id$="__full_width_banner_kQ8Uw8"]{overflow-x:hidden!important;max-width:100%!important;box-sizing:border-box!important;padding:12px 12px 0!important;display:block!important}
  [id$="__full_width_banner_kQ8Uw8"] > div{padding:0!important;max-width:100%!important}
  [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__container{
    height:auto!important;min-height:0!important;display:block!important;position:relative!important;margin:0!important;max-width:100%!important;
  }
  [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media{
    position:relative!important;inset:auto!important;
    height:auto!important;aspect-ratio:4/5!important;min-height:0!important;max-height:none!important;
    margin:0!important;overflow:hidden!important;display:block!important;max-width:100%!important;
  }
  [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media img{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    object-fit:cover!important;display:block!important;transform:none!important;
  }
  [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content{
    position:static!important;inset:auto!important;transform:none!important;
    max-width:none!important;padding:26px 12px 6px!important;margin:0!important;
    background:#fff!important;color:#111!important;text-align:left!important;
    display:block!important;
  }
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section__heading,
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section__heading h1,
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] h1{
    font-size:36px!important;line-height:1.05!important;letter-spacing:0!important;
    text-transform:uppercase!important;color:#111!important;margin:0 0 20px!important;font-weight:500!important;
  }
  [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button,
  [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content a{
    color:#111!important;font-size:12px!important;letter-spacing:.06em!important;
    text-transform:uppercase!important;border-bottom:1px solid #111!important;padding:0 0 2px!important;
    background:transparent!important;display:inline-block!important;
  }
}

@media(max-width:749px){
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content a,
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button{
    text-decoration:underline!important;text-underline-offset:4px!important;text-decoration-thickness:1px!important;
  }
}

/* Mobile hero: nuclear-specificity finishing */
@media(max-width:749px){
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media{
    height:calc((100vw - 24px) * 1.25)!important;aspect-ratio:auto!important;
  }
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] a.section-full-width-banner__button{
    text-decoration:underline!important;text-underline-offset:4px!important;text-decoration-thickness:1px!important;
    font-size:13px!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#111!important;
  }
}



/* Desktop: Fendi-scale logo + hero pulled up under header */
@media(min-width:750px){
  #header .header__logo,#header .header__logo-image{width:135px!important}
  #header .header__inner{min-height:76px!important}
}

/* Desktop menu open-state X: clean sizing (mobile keeps its 15px + nudge) */
@media(min-width:750px){
  body.drawer--is-open #header .drawer--start .drawer__button svg:nth-of-type(2){transform:none!important;width:17px!important;height:17px!important}
}

/* Desktop menu drawer: force slide-in open state (Fendi header) */
@media(min-width:990px){
  html.js body #header .header__drawer .drawer__container.menu-opening > .drawer__content{
    transform:translateX(0)!important;opacity:1!important;pointer-events:auto!important;
    height:100dvh!important;max-height:100dvh!important;
  }
}

/* Enquiry form: symmetric — same 780px centered column as the toggle */
@media(min-width:750px){
  .au-enquiry-open .au-form-layout{display:block!important;padding:0!important}
  .au-enquiry-open .au-frame{max-width:780px!important;width:min(780px,100%)!important;margin:0 auto!important;box-sizing:border-box!important}
}
@media(max-width:749px){
  .au-enquiry-open .au-form-layout{display:block!important;padding:0!important}
  .au-enquiry-open .au-frame{width:auto!important;margin:0 20px!important;box-sizing:border-box!important}
}

/* Cart drawer: unified white, no grey panels; identical action buttons */
.cart-drawer__inner,.cart-drawer__body,.cart-drawer__main{background:#fff!important}
.cart-drawer__action-buttons .button{font-size:11px!important;letter-spacing:.02em!important;min-height:52px!important;text-transform:uppercase!important}

/* Desktop menu drawer: breathing room at top */
@media(min-width:990px){
  html.js body #header .header__drawer .drawer__container.menu-opening > .drawer__content{padding-top:96px!important}
}

/* Desktop menu drawer: refined type scale + editorial visual */
.au-menu-visual-desktop{display:none}
@media(min-width:990px){
  html.js body #header .header__drawer .drawer__content nav a,
  html.js body #header .header__drawer .drawer__content .drawer__nav-link{
    font-size:20px!important;line-height:1.25!important;letter-spacing:-.01em!important;
  }
  .au-menu-visual-desktop{display:block;margin:40px 0 0;width:300px}
  .au-menu-visual-desktop img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover}
  .au-menu-visual-desktop:hover img{opacity:.92}
}

/* Desktop menu: hide redundant country row (header ITALY selector covers it) */
@media(min-width:990px){
  #header .header__drawer .drawer__content li.drawer__subs-item:has(.country-drawer){display:none!important}
}

/* Desktop hero CTA: white over the photo (mobile stays black on white) */
@media(min-width:750px){
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button,
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content{
    color:#fff!important;
  }
}

/* Mobile hero: show ONLY the mobile image (desktop diptych stays hidden) */
@media(max-width:749px){
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__media.small-hide{display:none!important}
}

/* Mobile hero text: left-aligned, no underline (Fendi editorial) */
@media(max-width:749px){
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content,
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content *{
    text-align:left!important;
  }
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__buttons{
    justify-content:flex-start!important;margin:0!important;padding:0!important;display:flex!important;
  }
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] a.section-full-width-banner__button,
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__button{
    text-decoration:none!important;border-bottom:0!important;margin:0!important;
  }
  html body.au-home-page [id$="__full_width_banner_kQ8Uw8"] .section__heading{
    display:block!important;position:static!important;
  }
}

/* Mobile hero typography — Fendi rhythm (final authority) */
@media(max-width:749px){
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content{
    padding:42px 12px 10px!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section__heading,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__heading,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h1,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h2{
    font-size:33px!important;line-height:1.14!important;letter-spacing:.005em!important;
    font-weight:500!important;text-transform:uppercase!important;color:#111!important;
    margin:0 0 34px!important;max-width:20ch;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] a.section-full-width-banner__button{
    font-size:13px!important;letter-spacing:.03em!important;font-weight:500!important;
    line-height:1.2!important;min-height:0!important;padding:0!important;
    text-decoration:none!important;border-bottom:0!important;
  }
}

/* Mobile hero: CTA slightly larger, margins locked to heading */
@media(max-width:749px){
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section__heading,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h1,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h2{
    padding:0!important;text-indent:0!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__buttons{
    justify-content:flex-start!important;margin:0!important;padding:0!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] a.section-full-width-banner__button{
    font-size:15px!important;letter-spacing:.02em!important;font-weight:500!important;
    margin:0!important;padding:0!important;text-indent:0!important;
  }
}

/* Mobile footer: Instagram icon on its own row below the links (standard placement) */
@media(max-width:749px){
  [id$="__footer"] .block-social_media_YeVfDQ{
    position:static!important;justify-self:start!important;align-self:auto!important;
    margin:28px 0 2px!important;padding:0!important;
  }
  [id$="__footer"] .block-social_media_YeVfDQ .footer__social{margin:0!important}
}

/* Mobile hero: pull CTA up under the heading (visible above the fold) */
@media(max-width:749px){
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content > *{
    margin-block:0!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content p:empty,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__text:empty{
    display:none!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section__heading,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h1,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h2{
    margin:0 0 18px!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content{
    padding:34px 12px 8px!important;
  }
}

/* Mobile footer: IG icon vertically centered on the wordmark line */
@media(max-width:749px){
  [id$="__footer"] .footer__brand{align-items:center!important}
  [id$="__footer"] .footer__brand a{display:block}
  [id$="__footer"] .footer__brand .block-social_media_YeVfDQ{display:flex!important;align-items:center!important;line-height:0!important}
  [id$="__footer"] .footer__brand .footer__social,
  [id$="__footer"] .footer__brand .footer__social li{margin:0!important;padding:0!important;line-height:0!important}
  [id$="__footer"] .footer__brand .footer__social a{display:flex!important;align-items:center!important;padding:0!important;margin:0!important}
  [id$="__footer"] .footer__brand .footer__social svg{display:block!important;width:18px!important;height:18px!important}
}

/* Desktop hero: same copy/type as mobile, in white over the image */
@media(min-width:750px){
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section__heading,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h1,
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content h2{
    display:block!important;font-size:33px!important;line-height:1.14!important;letter-spacing:.005em!important;
    font-weight:500!important;text-transform:uppercase!important;color:#fff!important;
    margin:0 0 18px!important;padding:0!important;max-width:20ch;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] a.section-full-width-banner__button{
    font-size:15px!important;letter-spacing:.02em!important;font-weight:500!important;line-height:1.2!important;
    color:#fff!important;text-decoration:none!important;border-bottom:0!important;
    min-height:0!important;margin:0!important;padding:0!important;
  }
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section-full-width-banner__content > *{margin-block:0!important}
  html.js body.au-home-page [id$="__full_width_banner_kQ8Uw8"][id$="__full_width_banner_kQ8Uw8"] .section__heading{margin-bottom:18px!important}
}

/* Footer logo: exact same size as header logo (kill theme 16rem floor) */
[id$="__footer"] .footer__brand-logo,
html body footer .footer__brand-logo{
  min-width:0!important;width:135px!important;height:auto!important;margin:0!important;
}

/* B2B portal button: pressed = solid black, never dimmed */
html body .au-b2b-portal__link:hover,
html body .au-b2b-portal__link:active,
html body .au-b2b-portal__link:focus-visible{
  background:#101010!important;color:#fff!important;border-color:#101010!important;opacity:1!important;
}
/* Global: any solid/primary button press = solid black, no grey dim */
html body .button:active,html body a.button:active,html body button.button:active{
  background:#101010!important;color:#fff!important;border-color:#101010!important;opacity:1!important;
}
