/** Shopify CDN: Minification failed

Line 3810:14 Expected identifier but found whitespace
Line 3810:15 Unexpected "6rem"
Line 4020:16 Expected identifier but found whitespace
Line 4020:17 Unexpected "8"
Line 4838:8 Expected identifier but found whitespace
Line 4838:14 Unexpected "!"
Line 5467:7 Expected identifier but found whitespace
Line 5468:11 Expected identifier but found whitespace
Line 5952:33 Unexpected "/"
Line 6148:2 Unexpected "="
... and 11 more hidden warnings

**/

:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
text-transform: none;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product__title h1 {
  font-weight: 500;
}

/* Product title size - Dawn theme */
.product__title h1 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
h1 {
font-weight: 500;
letter-spacing: 0.02em;
text-transform: none;
}
h2, h3 {
font-weight: 500;
letter-spacing: 0.02em;
}

body,
p,
span,
li,
input,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

p {
  max-width: 42em;
}

a {
  color: #111111;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  body,
  p {
    font-size: 14px;
    line-height: 1.55;
  }
}

h1, h2, h3, h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;        /* Medium weight, not bold */
  letter-spacing: 0.03em;  /* Subtle luxury spacing */
  line-height: 1.2;        /* Tight but breathable */
  text-transform: none; /* Optional: very editorial feel */
  color: #111111;          /* Soft black, not harsh */
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}

body, p, li, span {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.6;
color: #111111;
}

h1 {
  letter-spacing: 0.04em;
}

h2 {
  letter-spacing: 0.03em;
}

/* =========================================
   LUXURY TYPOGRAPHY FOUNDATION – INTER
   Dawn-safe, clean, no overrides
========================================= */

/* Global font rendering */
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------------
   PRODUCT TITLE
----------------------------------------- */
.product__title h1 {
  font-size: 30px;
  font-weight: 500; /* Inter Medium */
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: none;
  max-width: 28ch;
}

/* Mobile product title */
@media screen and (max-width: 749px) {
  .product__title h1 {
    font-size: 24px;
  }
}

/* -----------------------------------------
   BODY & DESCRIPTIONS
----------------------------------------- */
.product__description {
  font-size: 14px;
  line-height: 1.6;
}

.product__description p {
  margin-bottom: 1.4em;
}

/* -----------------------------------------
   PRICE (SUBTLE)
----------------------------------------- */
.price {
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

.price-item {
  font-size: 14px;
  opacity: 0.75;
  letter-spacing: 0.02em;
}

/* -----------------------------------------
   BUTTON TYPOGRAPHY – LUXURY
----------------------------------------- */
.button,
.product-form__submit {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* -----------------------------------------
   BUTTON TYPOGRAPHY – LUXURY
----------------------------------------- */
.button,
.product-form__submit {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Headings weight refinement */
h1, h2, h3, h4, h5, h6 {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 500 !important; /* change to 600 for semibold */
}

/* =====================================
   LUXURY SPACING PRESET – DAWN
   Global vertical rhythm refinement
===================================== */

/* Sections breathing room */
.section {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* Homepage hero spacing */
.banner__content {
  padding-top: 6rem !important

  /* =====================================
   PRODUCT PAGE LUXURY SPACING – DAWN
===================================== */

/* Space between title and price */
.product__title {
  margin-bottom: 8px !important;
}

/* Space between price and description */
.price {
  margin-bottom: 20px !important;
}

/* Description breathing room */
.product__description {
  margin-top: 20px !important;
  margin-bottom: 28px !important;
  line-height: 1.65 !important;
}

/* Paragraph spacing inside description */
.product__description p {
  margin-bottom: 1.2em !important;
}

/* Add to cart spacing */
.product-form {
  margin-top: 26px !important;
}

/* Variant selector spacing (if present) */
.product-form__input {
  margin-bottom: 18px !important;
}

/* =====================================
   LUXURY PRODUCT PAGE PRESET – DAWN
   Typography + spacing + button balance
===================================== */

/* ---------- Product title ---------- */
.product__title {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important; /* semibold */
  font-size: 22px !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
}

/* ---------- Price ---------- */
.price {
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}

/* ---------- Description ---------- */
.product__description {
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  margin-top: 20px !important;
  margin-bottom: 28px !important;
}

/* Paragraph spacing */
.product__description p {
  margin-bottom: 1.2em !important;
}

/* ---------- Variant selectors ---------- */
.product-form__input {
  margin-bottom: 18px !important;
}

/* ---------- Add to cart button ---------- */
.product__form .product-form__submit {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  padding: 0.7em 1.6em !important;
  margin-top: 26px !important;
}

/* Hover softness */
.product__form .product-form__submit:hover {
  opacity: 0.9 !important;
}

/* =====================================
   LUXURY COLLECTION PAGE PRESET – DAWN
   Grid spacing + typography refinement
===================================== */

/* Collection title */
.collection-hero__title {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 500 !important; /* medium */
  font-size: 32px !important;
  text-transform: none !important;
  margin-bottom: 14px !important;
}

/* Collection description spacing */

/* =====================================
   LUXURY PRODUCT CARD REFINEMENT – DAWN
===================================== */

/* Product card title size + spacing */
.card__heading {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin-bottom: 6px !important;
}

/* Price under product cards */
.card-information .price {
  font-size: 14px !important;
  opacity: 0.7 !important;
  letter-spacing: 0.02em !important;
}

/* Increase vertical spacing between cards */
.card-wrapper {
  margin-bottom: 36px !important;
}

/* Remove aggressive hover zoom */
.card__media img {
  transition: opacity 0.3s ease !important;
}

.card__media:hover img {
  opacity: 0.96 !important;
}

/* =====================================
   PRODUCT TITLES – SEMIBOLD (GLOBAL)
===================================== */

/* Product page title */
.product__title {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important; /* Semi-bold */
}

/* Collection / product card titles */
.card__heading,
.card__heading a {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important; /* Semi-bold */
}

/* =====================================
   PRODUCT TITLES – SEMIBOLD (GLOBAL)
===================================== */

/* Product page title */
.product__title {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important; /* Semi-bold */
}

/* Collection / product card titles */
.card__heading,
.card__heading a {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important; /* Semi-bold */
}

/* =====================================
   PRODUCT TITLES – SENTENCE CASE
===================================== */

/* Product page title */
.product__title,
.product__title h1 {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Collection / product card titles */
.card__heading,
.card__heading a {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   LUXURY PRODUCT TITLE REFINEMENT – DAWN
   Sentence case, editorial breaks, calm spacing
===================================== */

/* -----------------------------
   PRODUCT PAGE TITLE
----------------------------- */
.product__title,
.product__title h1 {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important;        /* Semi-bold */
  font-size: 22px !important;
  line-height: 1.25 !important;
  max-width: 26ch;                    /* Editorial line length */
  text-transform: none !important;    /* Sentence case */
  letter-spacing: 0.01em !important;
  margin-bottom: 8

  /* =====================================
   LUXURY PRODUCT TITLES – DESKTOP + MOBILE
===================================== */

/* ---------- Product page title (desktop) ---------- */
.product__title,
.product__title h1 {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important;        /* Semi-bold */
  font-size: 22px !important;
  line-height: 1.25 !important;
  max-width: 26ch;                    /* Editorial line length */
  text-transform: none !important;    /* Sentence case */
  letter-spacing: 0.01em !important;
  margin-bottom: 8px !important;
}

/* ---------- Collection / card titles (desktop) ---------- */
.card__heading,
.card__heading a {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}

/* =====================================
   MOBILE OPTIMISATION
===================================== */
@media screen and (max-width: 749px) {

  /* Product page title (mobile) */
  .product__title,
  .product__title h1 {
    font-size: 20px !important;     /* Slightly smaller */
    line-height: 1.3 !important;
    max-width: 100%;                /* Prevent awkward wrapping */
    letter-spacing: 0 !important;   /* Cleaner on small screens */
  }

  /* Collection / card titles (mobile) */
  .card__heading,
  .card__heading a {
    font-size: 14px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }
}

/* =====================================
   PRODUCT TITLES – MICRO BOLD TUNE
===================================== */

/* Product page title */
.product__title,
.product__title h1 {
  font-weight: 650 !important; /* Slightly bolder than semibold */
}

/* Collection / product card titles */
.card__heading,
.card__heading a {
  font-weight: 650 !important;
}

/* =====================================
   FINAL MOBILE POLISH – LUXURY RHYTHM
   Mobile-only refinements
===================================== */

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

  /* ---------- Product title ---------- */
  .product__title,
  .product__title h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    margin-bottom: 6px !important;
  }

  /* ---------- Price ---------- */
  .price {
    font-size: 14px !important;
    margin-bottom: 18px !important;
    opacity: 0.75;
  }

  /* ---------- Description ---------- */
  .product__description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-top: 18px !important;
    margin-bottom: 24px !important;
  }

  .product__description p {
    margin-bottom: 1.3em !important;
  }

  /* ---------- Variant selectors ---------- */
  .product-form__input {
    margin-bottom: 16px !important;
  }

  /* ---------- Add to cart button ---------- */
  .product-form__submit {
    min-height: 44px !important;
    font-size: 12px !important;
    letter-spacing: 0.06em !important;
    margin-top: 20px !important;
  }

  /* ---------- Product images ---------- */
  .product__media-wrapper {
    margin-bottom: 24px !important;
  }
}

/* =====================================
   HEADINGS – INTER MEDIUM (LUXURY)
===================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 500 !important; /* Medium, not bold */
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   MOBILE PRODUCT TITLE BREATHING ROOM
===================================== */

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

  /* Product title */
  .product__title,
  .product__title h1 {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    line-height: 1.35 !important;
  }

  /* Vendor / brand line above title */
  .product__vendor {
    margin-bottom: 6px !important;
  }

  /* Subtitle / product tagline */
  .product__description--short,
  .product__subtitle {
    margin-top: 6px !important;
  }
}

/* =====================================
   MOBILE PURCHASE AREA – LUXURY POLISH
===================================== */

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

  /* ---------- Reviews line ---------- */
  .rating,
  .rating-count,
  .product__rating {
    font-size: 13px !important;
   
/* =====================================
   BLOG EDITORIAL POLISH – DAWN
===================================== */

.article-template__title {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.article-template__content p {
  line-height: 1.65;
  margin-bottom: 1.4em;
}

/* =====================================
   INGREDIENTS PAGE – EDITORIAL POLISH
===================================== */

/* Target only pages with Ingredients content
   (adjust the page handle if yours is different) */
.page--ingredients,
.page-ingredients,
.page-ingredients-template {

  /* Page width + breathing room */
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Page title */
.page--ingredients h1,
.page-ingredients h1 {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;           /* Medium */
  font-size: 28px;
  line-height: 1.3;
  margin

  /* =====================================
   INGREDIENTS PAGE – EDITORIAL POLISH
===================================== */

/* Target only pages with Ingredients content
   (adjust the page handle if yours is different) */
.page--ingredients,
.page-ingredients,
.page-ingredients-template {

  /* Page width + breathing room */
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Page title */
.page--ingredients h1,
.page-ingredients h1 {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;           /* Medium */
  font-size: 28px;
  line-height: 1.3;
  margin

  /* Editorial links */
a:not(.button) {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:not(.button):hover {
  opacity: 0.7;
}

/* Calm form inputs */
input,
textarea,
select {
  border-radius: 0;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(0,0,0,0.4);
}

/* Subtle image behaviour */
img {
  image-rendering: auto;
}

.card__media img {
  transition: opacity 0.25s ease;
}

.card__media:hover img {
  opacity: 0.97;
}

/* Micro labels only */
.small-text,
.caption {
  letter-spacing: 0.06em;
  font-size: 11px;
}

/* Global calm */
body {
  background-color: #ffffff;
}

section {
  scroll-margin-top: 80px;
}

/* =====================================
   MOBILE PRODUCT HEADER – FINAL SPACING
===================================== */

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

  /* Space after product images */
  .product__media-wrapper {
    margin-bottom: 32px !important;
  }

  /* Brand / vendor line */
  .product__vendor {
    margin-bottom: 10px !important;
    display: block;
  }

  /* Product title */
  .product__title,
  .product__title h1 {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    line-height: 1.35 !important;
  }

  /* Subtitle / short description */
  .product__description--short,
  .product__subtitle {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }

  /* Reviews row */
  .rating,
  .product__rating {
    margin-top: 6px !important;
    margin-bottom: 22px !important;
  }

}

button.quick-add__submit.button.button--full-width.button--secondary span {
background:rgb(15, 15, 15);
color: #000;
padding: 10px;
width: 100%;
}

/* Calm luxury button typography (safe) */
.button,
.product-form__submit {
font-family: Inter, system-ui, sans-serif;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.06em;
}

/* =====================================
   ALL HEADINGS – SENTENCE CASE
===================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   DAWN – FORCE SENTENCE CASE EVERYWHERE
   (Overrides theme-level uppercase rules)
===================================== */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,

/* Section headings */
.section-title,
.title,
.heading,

/* Product titles */
.product__title,
.product__title h1,

/* Collection titles */
.collection-hero__title,

/* Card / grid titles */
.card__heading,
.card__heading a,

/* Blog titles */
.article-card__title,
.article-template__title,

/* Page titles */
.main-page-title {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Collection product card titles */
.template-collection .card__heading,
.template-collection .card__heading a {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
REVIEWS – HAIRLINE DIVIDERS (DESKTOP)
===================================== */

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

/* Individual review item */
.review,
.spr-review {
padding: 24px 0;
border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Remove divider after last review */
.review:last-child,
.spr-review:last-child {
border-bottom: none;
}

}

/* =====================================
REVIEWS – FULL EDITORIAL POLISH (DESKTOP)
===================================== */

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

/* Individual review block */
.review,
.spr-review {
padding: 28px 0;
border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Remove divider on last review */
.review:last-child,
.spr-review:last-child {
border-bottom: none;
}

/* Review stars – soften visual weight */
.spr-icon,
.rating-star {
color: rgba(0,0,0,0.55) !important;
}

/* Review title */
.spr-review-header-title {
font-weight: 500 !important; /* Medium, not bold */
font-size: 14px;
margin-bottom: 6px;
}

/* Review body text */
.spr-review-content-body {
font-size: 14px;
line-height: 1.6;
color: rgba(0,0,0,0.85);
}

/* Meta (author + date) */
.spr-review-header-byline {
font-size: 12px;
opacity: 0.6;
margin-bottom: 10px;
}
}

/* =====================================
   REVIEWS – REMOVE USER ICONS
===================================== */

/* Shopify Product Reviews user icon */
.spr-review-header-byline::before,
.spr-review-header-byline .spr-review-header-byline-user {
  display: none !important;
}

/* Generic avatar / icon fallback */
.spr-review-header .spr-icon,
.review-author::before {
  display: none !important;
}

/* =====================================
   REVIEWS – REMOVE USER / AVATAR ICONS
   App-agnostic (safe)
===================================== */

/* Hide avatar images inside reviews */
.review img,
.review svg,
[class*="review"] img,
[class*="review"] svg {
  display: none !important;
}

/* Hide icons before reviewer names */
.review-author::before,
.review-name::before,
.review__author::before,
[class*="review"]::before {
  display: none !important;
}

/* Ensure text aligns cleanly after icon removal */
.review-author,
.review-name,
.review__author {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* =====================================
   REVIEWS – FORCE CLEAN NAME TEXT
===================================== */

/* Reviewer name line: force plain text */
.review-author,
.review-name,
.review__author,
[class*="review"] strong,
[class*="review"] .author,
[class*="review"] .name {
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* Hide any icon font characters before names */
.review-author *,
.review-name *,
.review__author * {
  font-family: inherit !important;
}

/* If icon is injected via ::before with content */
.review-author::before,
.review-name::before,
.review__author::before {
  content: "" !important;
  display: none !important;
}

/* =====================================
   YOTPO – FORCE REMOVE AVATAR ICON
   (background-image based)
===================================== */

/* Remove background avatar icons */
.yotpo-reviewer,
.yotpo-reviewer-details,
.yotpo-reviewer-wrapper,
.yotpo-reviewer-name {
  background-image: none !important;
  background: none !important;
}

/* Kill avatar containers completely */
.yotpo-user-icon,
.yotpo-reviewer-image,
.yotpo-avatar,
.yotpo-user-avatar,
.yotpo-icon-profile {
  display: none !important;
}

/* Remove reserved space for avatar */
.yotpo-reviewer-wrapper,
.yotpo-reviewer-details {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Ensure text aligns cleanly */
.yotpo-reviewer-name {
  display: inline !important;
}

/* =====================================
YOTPO – NUCLEAR AVATAR REMOVAL
Handles inline background-image styles
===================================== */

/* Force-remove any background images in review header */
.yotpo-reviewer *,
.yotpo-reviewer-details *,
.yotpo-reviewer-wrapper *,
.yotpo-reviewer-name * {
background-image: none !important;
background: transparent !important;
}

/* Explicitly remove avatar containers */
.yotpo-reviewer-image,
.yotpo-avatar,
.yotpo-user-avatar,
.yotpo-user-icon,
.yotpo-icon-profile {
display: none !important;
}

/* Remove left spacing reserved for avatars */
.yotpo-reviewer,
.yotpo-reviewer-details,
.yotpo-reviewer-wrapper {
padding-left: 0 !important;
margin-left: 0 !important;
}

/* Prevent pseudo-elements from rendering icons */
.yotpo-reviewer::before,
.yotpo-reviewer-details::before,
.yotpo-reviewer-wrapper::before {
content: none !important;
display: none !important;
}

/* =====================================
   DAWN – REMOVE UPPERCASE FROM HEADINGS
   (Global, definitive)
===================================== */

/* Dawn heading classes */
.title,
.heading,
.section-heading,
.section-title,
.rich-text__heading,
.collection-hero__title,
.banner__heading,
.card__heading,
.article-card__title,
.article-template__title,
.main-page-title {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   COLLECTION PRODUCT TITLES – SENTENCE CASE
===================================== */

.card__heading,
.card__heading a,
.card-information__text,
.card__information .card__heading {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   COLLECTION PRODUCT TITLES – FORCE SENTENCE CASE
   (Link-level override)
===================================== */

.card__heading a,
.card__heading a.uppercase,
.card__heading a[class*="uppercase"],
.card__information a,
.card__information a.uppercase {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   COLLECTION PRODUCT TITLES – SENTENCE CASE
   (Non-link text)
===================================== */

/* Product title text in collection cards */
.card__heading,
.card__heading span,
.card__heading p,
.card-information__text,
.card__information .card__heading,
.card__information span {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   OPTIONAL – SOFTEN UPPERCASE PRODUCT TITLES
   Collection cards only
===================================== */

/* Product titles in collection grids */
.card__heading,
.card__heading span,
.card__heading p,
.card__information .card__heading {
  font-weight: 500;          /* Medium, not bold */
  letter-spacing: 0.08em;    /* Air between letters */
  opacity: 0.85;              /* Slightly softer ink */
}

/* =====================================
   COLLECTION RANGE SUMMARY – SOFTEN
===================================== */

.collection-hero__description,
.collection__description,
.rte {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,0.85);
}

/* =====================================
   Disable uppercase for headings + product titles
===================================== */

h1.uppercase,
h2.uppercase,
h3.uppercase,
.title.uppercase,
.card__heading.uppercase,
.collection-hero__title.uppercase,
.product__title.uppercase {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   Force normal case inside collection cards
===================================== */

.collection .card__heading,
.collection .card__heading *,
.collection-template .card__heading,
.collection-template .card__heading * {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* =====================================
   RICH TEXT – TRUE CENTER ALIGNMENT FIX
===================================== */

/* Center container properly */
.rich-text__blocks {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Remove uneven side padding */
.rich-text__blocks {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Ensure headings + text inside are centered */
.rich-text__heading,
.rich-text__text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rich-text__heading {
  letter-spacing: 0.04em;
}




/* .product-grid .grid__item product-form .quick-add__submit:before{border: 1px solid #000!important;}
.shopify-payment-button__button--unbranded{color: #000!important;}
.product__title+.product__text.caption-with-letter-spacing{margin-top: 0!important;} */



/* =====================================
   Button Refinement – Softer Uppercase
===================================== */

button,
.button,
.product-form__submit {
  letter-spacing: 0.08em;
  font-weight: 500;
}

.button {
  font-weight: 500;
  letter-spacing: 0.02em;
}




/* =====================================
   Refined grid buttons (collection + homepage)
===================================== */

.card .button,
.collection .button {
  background-color: transparent !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,0.35) !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 8px 16px !important;
}

/* subtle hover */
.card .button:hover,
.collection .button:hover {
  background-color: #111 !important;
  color: #fff !important



.card .button,
.collection .button {
  font-weight: 500;
  padding: 8px 14px !important;
}

/* =====================================
   Refined Uppercase Grid Buttons
===================================== */

.card .button,
.collection .button {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 8px 16px !important;
}



/* =====================================
   Smaller grid button typography
===================================== */

.collection .button,
.card .button {
  font-size: 12.5px !important;
  padding: 6px 14px !important;
}

/* =====================================
   Editorial press logos
===================================== */

.press-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
  opacity: 0.75;
}

.press-logos img {
  height: 22px;
  width: auto;
  filter: grayscale(100%);
}


/* =====================================
   Editorial press logos
===================================== */

.press-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
  opacity: 0.75;
}

.press-logos img {
  height: 22px;
  width: auto;
  filter: grayscale(100%);
}


/* =====================================
   Strong architectural accordion
===================================== */

/* Stronger divider */
.product__accordion {
  border-top: 1.5px solid rgba(0,0,0,0.18);
}

.product__accordion:last-child {
  border-bottom: 1.5px solid rgba(0,0,0,0.18);
}

/* Heading */
.product__accordion summary {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  padding: 32px 0;
  color: #000;
}

/* Chevron stronger */
.product__accordion .icon {
  width: 18px;
  height: 18px;
  opacity: 1;
}

/* Content */
.product__accordion .accordion__content {
  font-size: 15px;
  line-height: 1.75;
  padding-bottom: 34px;
  color: rgba(0,0,0,0.9);
}

/* =====================================
   Strong product title
===================================== */

.template-product .product__title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}


@media (max-width: 749px) {
  .template-product .product__title {
    font-size: 26px;
  }
}



.product__title h1 {
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 4px;
}


.product__text.subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 0;
  margin-bottom: 12px;
}


.price {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 18px;
}



.product-form__input label {
text-transform: lowercase;
font-size: 14px;
letter-spacing: 0.5px;
color: #444;
}


.product-form__buttons {
margin-top: 18px;
}


button.product-form__submit {
letter-spacing: 1px;
font-weight: 500;
}


.quantity {
border: 1px solid #e5e5e5;
}


.product__description {
font-size: 15px;
line-height: 1.7;
color: #333;
max-width: 520px;
}

.product__description p {
margin-bottom: 16px;
}

.product__tax,
.product__inventory,
.caption {
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
color: #777;
}


button.product-form__submit {
background-color: #111;
border: 1px solid #111;
transition: all 0.3s ease;
}

button.product-form__submit:hover {
background-color: transparent;
color: #111;
}


@media screen and (max-width: 749px) {
.product {
padding-left: 20px;
padding-right: 20px;
}

.product__info-wrapper {
padding-top: 20px;
}
}



.price-item {
font-weight: 500;
letter-spacing: 0.3px;
}


.product-form__input:has(select:only-child) legend {
display: none;
}


.product__title {
margin-bottom: 6px;
}

.price {
margin-bottom: 18px;
}

.product-form__input {
margin-bottom: 14px;
}


/* ===============================
KUDU Refined NEW Badge
================================= */

.card__badge .badge,
.product__badge .badge {
background: transparent;
border: 1px solid #1a1a1a;
color: #1a1a1a;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.15em;
padding: 6px 14px;
border-radius: 20px;
text-transform: uppercase;
}


@media screen and (max-width: 749px) {
  .card__badge .badge,
  .product__badge .badge {
    font-size: 10px;
    padding: 5px 12px;
  }
}


/* ===============================
   KUDU Refined NEW Badge (force)
================================= */

.badge {
  background: transparent !important;
  border: 1px solid #1a1a1a !important;
  color: #1a1a1a !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
}


.badge {
  display: inline-block;
}


.card__badge span,
.product__badge span {
  background: transparent !important;
  border: 1px solid #1a1a1a !important;
  color: #1a1a1a !important;
  padding: 6px 14px;
  border-radius: 20px;
}


/* ===============================
KUDU Product Page NEW Badge
================================= */

.product__info-wrapper .badge,
.product__info-wrapper .product__badge,
.product__media-wrapper .badge {
background: transparent !important;
border: 1px solid #1a1a1a !important;
color: #1a1a1a !important;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.15em;
padding: 6px 14px;
border-radius: 20px;
text-transform: uppercase;
display: inline-block;
}


.product__info-wrapper .badge span {
border: 1px solid #1a1a1a !important;
padding: 6px 14px;
border-radius: 20px;
}


/* ==================================
KUDU Product Page Label (NEW)
=================================== */

.product__info-wrapper .badge {
background-color: transparent !important;
border: 1px solid #1a1a1a !important;
color: #1a1a1a !important;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.15em;
padding: 6px 14px !important;
border-radius: 20px;
text-transform: uppercase;
display: inline-block;
}

.price__badge {
background-color: transparent !important;
border: 1px solid #1a1a1a !important;
color: #1a1a1a !important;
}


body {
line-height: 1.65;
}

button,
.button {
letter-spacing: 0.08em;
}

.card__media img,
.product__media img {
border-radius: 2px;
}

.card-wrapper {
  padding-bottom: 24px;
}

.cart-drawer {
  background-color: #fafafa;
}

.cart-item__name {
  font-weight: 500;
}


details[open] summary ~ * {
  animation: fadeIn 0.25s ease-in-out;
}

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

.button {
padding: 12px 24px;
}


* {
  -webkit-tap-highlight-color: transparent;
}


.section {
padding-top: 80px;
padding-bottom: 80px;
}



@media screen and (max-width: 749px) {
.section {
padding-top: 50px;
padding-bottom: 50px;
}
}


.price-item {
font-weight: 500;
letter-spacing: 0.2px;
}


:focus {
  outline: none;
}


.header__menu-item {
  font-weight: 400;
  letter-spacing: 0.04em;
}



.button:hover {
opacity: 0.92;
}


hr,
.product__accordion,
.collection-hero,
.card-wrapper {
border-color: #e8e8e8;
}

body {
background-color: #F4F2ED;
}


h1, h2, h3 {
font-weight: 500;
letter-spacing: 0.2px;
color: #1a1a1a;
}


body {
color: #2a2a2a;
}


.section {
padding-top: 90px;
padding-bottom: 90px;
}


@media screen and (max-width: 749px) {
.section {
padding-top: 60px;
padding-bottom: 60px;
}
}

.button,
button {
font-weight: 500;
letter-spacing: 0.08em;
border-radius: 2px;
}

* {
border-color: #e6e3dc;
}


.badge {
background: transparent !important;
border: none !important;
font-size: 10px;
letter-spacing: 0.15em;
color: #777;
}


.product__title h1 {
margin-bottom: 8px;
font-size: 28px;
font-weight: 500;
}


.product__text.subtitle {
color: #555;
}


body {
background-color: #f4f2ed;
color: #2a2a2a;
line-height: 1.65;
}


/* ======================================
KUDU – 90% Typology Minimal System
====================================== */

/* 1️⃣ Background & Tone */
body {
background-color: #f4f2ed;
color: #2a2a2a;
line-height: 1.65;
}

/* 2️⃣ Headings – Medium Weight Only */
h1, h2, h3, h4 {
font-weight: 500;
letter-spacing: 0.2px;
color: #1a1a1a;
}

/* 3️⃣ Section Spacing */
.section {
padding-top: 90px;
padding-bottom: 90px;
}

@media screen and (max-width: 749px) {
.section {
padding-top: 60px;
padding-bottom: 60px;
}
}

/* 4️⃣ Buttons – Quiet Authority */
.button,
button {
background-color: #111;
font-weight: 500;
letter-spacing: 0.06em;
border-radius: 2px;
padding: 12px 22px;
}

.button:hover {
opacity: 0.92;
}

/* 5️⃣ Soft Structural Borders */
hr,
.product__accordion,
.card-wrapper {
border-color: #e6e3dc;
}

/* 6️⃣ Remove Visual Noise */
:focus {
outline: none;
}

* {
-webkit-tap-highlight-color: transparent;
}

/* 7️⃣ Product Title Refinement */
.product__title h1 {
font-size: 28px;
font-weight: 500;
margin-bottom: 8px;
}


.footer {
background-color: #eae7e0;
}

.footer {
  color: #2a2a2a;
}

.footer a {
  color: #1a1a1a;
}

/* =========================
KUDU Footer – Soft Ground
========================= */

.footer {
background-color: #eae7e0;
color: #2a2a2a;
border-top: 1px solid #e0ddd6;
}

.footer a {
color: #1a1a1a;
text-decoration: none;
}

.footer a:hover {
opacity: 0.75;
}


.footer h2,
.footer h3 {
font-weight: 500;
}


Footer: #EEECE6
Border top: #E3E0D8


.footer hr {
border: none;
border-top: 1px solid #dedad2;
}


.footer .payment-icons img {
  opacity: 0.65;
}


.footer .social-icons svg {
opacity: 0.75;
}


/* Headings */
h1, h2, h3 {
letter-spacing: 0.02em;
line-height: 1.2;
font-weight: 500;
}

/* Body text */
body {
line-height: 1.6;
letter-spacing: 0.01em;
color: #1c1c1c;
}

/* Section spacing */
.section {
padding-top: 80px;
padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
.section {
padding-top: 60px;
padding-bottom: 60px;
}
}


.footer-newsletter {
  background-color: #EEECE6;
  padding: 60px 30px;
  border-radius: 12px;
}

.footer-newsletter input {
  background: #F8F6F1;
  border: 1px solid #DDD9D0;
  padding: 14px 16px;
}

.footer-newsletter button {
  background: #1a1a1a;
  color: #fff;
  padding: 14px 24px;
  letter-spacing: 0.08em;
  font-size: 13px;
}


@media screen and (max-width: 768px) {
.product__info-wrapper {
padding-left: 24px;
padding-right: 24px;
}

.footer {
padding-left: 24px;
padding-right: 24px;
}

.page-width {
padding-left: 24px;
padding-right: 24px;
}
}


.button--primary {
background-color: #111111;
border: none;
letter-spacing: 0.1em;
font-size: 13px;
padding: 16px 28px;
transition: 0.3s ease;
}

.button--primary:hover {
background-color: #2a2a2a;
}


.footer {
background-color: #EEECE6;
}

.footer h2,
.footer h3 {
font-size: 14px;
letter-spacing: 0.08em;
}

.footer a {
font-size: 14px;
opacity: 0.85;
}

.footer a:hover {
opacity: 1;
}

.footer hr {
border: none;
border-top: 1px solid #DEDAD2;
}

.footer .payment-icons img {
filter: grayscale(100%);
opacity: 0.7;
}


body {
color: #222222;
}


/* =========================
   KUDU REFINED HEADER
   ========================= */

/* Warm, soft background */
.header-wrapper {
  background-color: #F6F5F2;
}

/* Reduce rounded look */
.header {
  border-radius: 0px !important;
}

/* Remove heavy shadow */
.header-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

/* Increase breathing room */
.header {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Make logo feel more editorial */
.header__heading-logo {
  letter-spacing: 0.08em;
}

/* Clean icon styling */
.header__icon {
  color: #111;
}

/* Optional: soften cart bubble */
.cart-count-bubble {
  background: #111;
  font-weight: 500;
}

/* =========================
KUDU REFINED BUTTONS
========================= */

.button,
.button--primary {
background-color: #111111;
color: #ffffff;
border: 1px solid #111111;
border-radius: 4px;
letter-spacing: 0.05em;
font-weight: 500;
text-transform: uppercase;
padding: 16px 28px;
transition: all 0.3s ease;
}

/* Hover */
.button:hover,
.button--primary:hover {
background-color: transparent;
color: #111111;
}


.button--secondary {
background: transparent;
color: #1C1C1C;
border: 1px solid #111111;
border-radius: 4px;
letter-spacing: 0.08em;
font-weight: 500;
padding: 16px 28px;
transition: all 0.3s ease;
}

.button--secondary:hover {
background-color: #111111;
color: #ffffff;
}


/* =========================
KUDU TYPOGRAPHY SYSTEM
========================= */

h1, .h1 {
font-weight: 500;
letter-spacing: -0.02em;
}

h2, .h2 {
font-weight: 500;
letter-spacing: -0.01em;
}

h3, .h3 {
font-weight: 500;
}

body {
font-weight: 400;
letter-spacing: 0.01em;
color: #1C1C1C;
}


.card__heading,
.product__title {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
}


.button,
.button--primary {
background-color: #1C1C1C;
border: 1px solid #1C1C1C;
border-radius: 4px;
letter-spacing: 0.08em;
font-weight: 500;
text-transform: uppercase;
padding: 16px 28px;
transition: all 0.3s ease;
}

.button:hover {
background-color: transparent;
color: #1C1C1C;
}


body {
background-color: #F4F4F2;
}


.section {
padding-top: 80px;
padding-bottom: 80px;
}


.footer {
background-color: #EFEFEE;
}

.footer * {
color: #1C1C1C;
}


.header-wrapper {
background-color: rgba(246, 244, 241, 0.95);
backdrop-filter: blur(8px);
}

.composition-title {
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #555;
margin-top: 24px;
}

.composition-list {
font-size: 15px;
letter-spacing: 0.02em;
margin-top: 8px;
}


/* ===============================
KUDU Composition Block
================================= */

.composition-title {
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #666;
margin-top: 32px;
margin-bottom: 8px;
}

.composition-list {
font-size: 15px;
letter-spacing: 0.03em;
line-height: 1.6;
color: #1C1C1C;
}

/* Subtle divider above composition */
.composition-title::before {
content: "";
display: block;
width: 32px;
height: 1px;
background-color: #E3DFD7;
margin-bottom: 16px;
}


.product__description strong {
display: block;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #666;
margin-top: 32px;
margin-bottom: 8px;
}

.product__description strong::before {
content: "";
display: block;
width: 32px;
height: 1px;
background-color: #E3DFD7;
margin-bottom: 16px;
}


.product__description p {
  margin-bottom: 0.6rem;
}

.product__description strong {
  display: block;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.05em;
}



/* Homepage boutique card refinement */
.template-index .card__heading {
margin-bottom: 8px;
letter-spacing: 0.04em;
}

.template-index .card__information {
padding-top: 18px;
}

.template-index .card-wrapper {
border: none;
}


.template-index .card__information {
padding-bottom: 20px;
}


/* Remove card borders & shadows globally */
.card-wrapper {
border: none !important;
box-shadow: none !important;
}


.template-index .grid {
row-gap: 60px;
}


.template-index .button {
background: transparent;
color: #1C1C1C;
border: 1px solid #E3DFD7;
font-size: 12px;
letter-spacing: 0.12em;
padding: 12px 22px;
}

.template-index .button:hover {
background: #1C1C1C;
color: #fff;
}


* {
-webkit-tap-highlight-color: transparent;
}

:focus {
outline: none;
}


.template-index .card__heading {
font-weight: 500;
letter-spacing: 0.06em;
}


body {
background-color: #F4F4F2;
}


.section {
padding-top: 120px;
padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
.section {
padding-top: 80px;
padding-bottom: 80px;
}
}


.template-index h2 {
font-size: 28px;
letter-spacing: 0.04em;
}


/* =========================
KUDU Press Logos – Multicolumn
========================= */

/* Target multicolumn images */
.multicolumn .media img {
max-height: 28px; /* Keep logos small */
width: auto;
object-fit: contain;
filter: grayscale(100%); /* Remove colour */
opacity: 0.6; /* Subtle authority */
}

/* Add generous spacing around section */
.multicolumn {
padding-top: 80px;
padding-bottom: 80px;
}


.product-recommendations {
  margin-top: 80px;
}


* Softer, smaller product price */

.price {
font-size: 0.95rem; /* slightly smaller */
color: #4a4a4a; /* softer than black */
font-weight: 400; /* remove heaviness */
}


/* Product price refinement */

.price,
.price-item,
.product__price {
  font-size: 0.95rem !important;
  color: #4a4a4a !important;
  font-weight: 400 !important;
}



.price {
  font-size: 0.9rem;
  color: #5c5c5c;
  letter-spacing: 0.02em;
}


/* Product price refinement */

.price,
.price-item,
.product__price {
font-size: 0.9rem !important;
font-weight: 400 !important;
color: #5c5c5c !important; /* softer warm grey */
letter-spacing: 0.02em;
}


/* Make ZAR lighter */
.price-currency,
.currency-symbol {
color: #8a8a8a !important;
font-weight: 400 !important;
}


/* Product price – refined */

.product .price,
.product .price-item {
font-size: 0.88rem !important;
font-weight: 400 !important;
color: #6e6e6e !important; /* soft neutral grey */
letter-spacing: 0.03em;
}

/* Currency softer */
.product .price-item span {
color: #9a9a9a !important;
}


.product__tax,
.tax-note,
.product__policies {
display: none !important;
}


.product .badge {
font-size: 0.7rem;
font-weight: 500;
letter-spacing: 0.15em;
color: #8a8a8a;
background: transparent;
border: none;
padding: 0;
}


.quantity {
border: 1px solid #dcdcdc !important;
}



.quantity button {
color: #666 !important;
}


/* Remove tax + shipping line on product page */

.product__policies,
.product__tax,
.tax-note,
.shopify-policy {
display: none !important;
}



.product__text.caption-with-letter-spacing {
display: none !important;
}


/* Product size refinement */

.product-form__input .form__label,
.product__text,
.product__inventory,
.product__sku,
.product__size {
font-size: 13px !important;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #7a7a7a;
}


/* If 200 ml is standalone text */
.product__text.caption-with-letter-spacing {
font-size: 13px !important;
letter-spacing: 0.08em;
color: #7a7a7a !important;
margin-top: 8px;
}



/* Product size refinement */

.product-form__input .form__label,
.product__text,
.product__inventory,
.product__sku,
.product__size {
font-size: 13px !important;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #7a7a7a;
}

/* If 200 ml is standalone text */
.product__text.caption-with-letter-spacing {
font-size: 13px !important;
letter-spacing: 0.08em;
color: #b5b5b5 !important;
margin-top: 8px;
}


/* =========================================
PRODUCT PAGE — 8PX RHYTHM SYSTEM
========================================= */

/* Badge (NEW ARRIVAL) */
.product__text.caption-with-letter-spacing {
margin-bottom: 8px;
}

/* Product title */
.product__title {
margin-bottom: 16px;
}

/* Subtitle */
.product__info-wrapper .product__text {
margin-bottom: 24px;
}

/* Price */
.price {
margin-bottom: 16px;
}

/* Size (200 ml) */
.product-form__input {
margin-top: 8px;
margin-bottom: 24px;
}

/* Quantity */
.quantity {
margin-bottom: 24px;
}

/* Add to Cart spacing */
.product-form__buttons {
margin-top: 8px;
}


* =====================================
REFINED TEXT COLOUR SYSTEM
===================================== */

/* Primary headings */
h1, h2, h3 {
color: #1C1C1C;
}

/* Body text */
body,
.product__description,
.product__text {
color: #444444;
}

/* Price */
.price {
color: #5C5C5C !important;
}

/* Meta text (200 ml, badges, small text) */
.product__text.caption-with-letter-spacing,
.product-form__input,
small {
color: #8A8A8A !important;
}


.footer__heading {
letter-spacing: 0.12em;
text-transform: uppercase;
}

.footer a {
  letter-spacing: 0.02em;
}

.footer .button {
  letter-spacing: 0.1em;
}

/* ================================
SCANDINAVIAN FOOTER REFINEMENT
================================ */

/* Footer Background */
.footer {
background-color: #f3f3f1; /* soft warm grey */
padding-top: 80px;
padding-bottom: 60px;
}

/* Headings (NEWSLETTER, QUICK LINKS, SOCIALS) */
.footer__heading {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: #1f1f1f;
}

/* Footer Links */
.footer a {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.01em;
color: #3a3a3a;
text-decoration: none;
}

.footer a:hover {
opacity: 0.7;
}

/* Newsletter Input */
.footer input {
font-family: 'IBM Plex Sans', sans-serif;
border: 1px solid rgba(0, 0, 0, 0.15);
background: #ffffff;
padding: 14px;
}

/* Newsletter Button */
.footer .button {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 500;
letter-spacing: 0.12em;
background: #1f1f1f; /* soft black */
color: #ffffff;
border: none;
padding: 14px 24px;
}

.footer .button:hover {
opacity: 0.85;
}

/* Divider Line */
.footer hr {
border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Social Icons */
.footer .list-social__item {
opacity: 0.7;
}

.footer .list-social__item:hover {
opacity: 1;
}


/* ==================================
PARIS MINIMAL FOOTER – KUDU
================================== */

.footer {
background-color: #f6f6f4; /* soft stone */
padding-top: 100px;
padding-bottom: 80px;
}

/* Section Headings */
.footer__heading {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 500;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.18em;
color: #1a1a1a;
margin-bottom: 28px;
}

/* Links */
.footer a {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 400;
font-size: 13px;
letter-spacing: 0.02em;
color: #2c2c2c;
text-decoration: none;
line-height: 2.1;
}

.footer a:hover {
opacity: 0.6;
}

/* Newsletter input */
.footer input {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
background: transparent;
padding: 16px 0;
}

.footer input:focus {
outline: none;
border-bottom: 1px solid #000;
}

/* Newsletter button */
.footer .button {
background: transparent;
color: #000;
border: none;
padding: 16px 0;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.18em;
text-transform: uppercase;
}

.footer .button:hover {
opacity: 0.7;
}

/* Divider */
.footer hr {
border-top: 1px solid rgba(0, 0, 0, 0.06);
margin: 60px 0;
}

/* Social icons */
.footer .list-social__item {
opacity: 0.65;
}

.footer .list-social__item:hover {
opacity: 1;
}


.banner {
  min-height: 85vh;
}

@media screen and (max-width: 749px) {
  .banner {
    min-height: 95vh;
  }
}


/* ------------------------------
   PRODUCT CARD REFINEMENT
---------------------------------*/

/* Product title */
.card__heading,
.card__heading a {
  font-family: 'Inter', sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-transform: none !important;
  color: #1a1a1a;
  margin-top: 18px;
}

/* Mobile title */
@media screen and (max-width: 749px) {
  .card__heading,
  .card__heading a {
    font-size: 16px;
  }
}

/* Price styling */
.price {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 6px;
}

/* Remove heavy spacing under image */
.card__information {
  padding-top: 10px;
}

/* Increase vertical spacing between cards */
.grid__item {
  margin-bottom: 40px;
}

/* Subtle hover effect */
.card__media img {
  transition: transform 0.4s ease;
}

.card__media:hover img {
  transform: scale(1.03);
}

/* Remove uppercase everywhere on cards */
.card__heading,
.card__heading a,
.price {
  text-transform: none !important;
}


/* Increase desktop page width */
@media screen and (min-width: 990px) {
.page-width {
max-width: 1400px;
}
}


/* Increase space between product cards */
@media screen and (min-width: 990px) {
.grid {
column-gap: 60px;
row-gap: 60px;
}
}


/* =========================
HERO TYPOGRAPHY SYSTEM
========================= */

/* Hero heading */
.banner__heading,
.banner h1 {
font-family: 'Inter', sans-serif;
font-weight: 600; /* SemiBold */
letter-spacing: -0.5px;
line-height: 1.08;
color: #1A1A1A;
}

/* Mobile heading size */
@media screen and (max-width: 749px) {
.banner__heading,
.banner h1 {
font-size: 40px;
}
}

/* Desktop heading size */
@media screen and (min-width: 750px) {
.banner__heading,
.banner h1 {
font-size: 58px;
}
}

/* Subheading */
.banner__text,
.banner p {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
color: rgba(26,26,26,0.85);
margin-top: 14px;
}

/* Button styling */
.banner .button {
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 16px 32px;
margin-top: 26px;
}


@media screen and (max-width: 749px) {
.banner {
min-height: 85vh;
}
}


h1, h2, h3, h4 {
font-family: 'Inter', sans-serif;
font-weight: 600;
letter-spacing: -0.3px;
}


.banner__heading,
.banner h1 {
font-weight: 600;
}


/* ============================= */
/* KUDU MOBILE REFINEMENT */
/* ============================= */

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

/* --- Section Spacing --- */
.section {
padding-top: 40px !important;
padding-bottom: 40px !important;
}

/* --- Hero Typography --- */
.banner__heading {
font-weight: 600 !important; /* Semi-bold */
font-size: 34px !important;
letter-spacing: -0.01em;
line-height: 1.1;
}

.banner__text {
font-size: 16px !important;
letter-spacing: 0.02em;
line-height: 1.4;
margin-top: 8px;
}

/* --- Hero Button --- */
.banner__buttons .button {
font-weight: 500;
letter-spacing: 0.08em;
padding: 14px 24px;
}

/* --- Product Card Titles --- */
.card__heading {
font-weight: 500 !important;
letter-spacing: 0.04em;
}

/* --- Product Price --- */
.price {
font-weight: 500 !important;
font-size: 1.05rem;
}

}


/* ============================= */
/* KUDU STRONG MOBILE REFINEMENT */
/* ============================= */

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

/* Tighten vertical rhythm */
.section {
padding-top: 32px !important;
padding-bottom: 32px !important;
}

/* HERO */
.banner__heading {
font-weight: 600 !important;
font-size: 36px !important;
letter-spacing: -0.02em;
line-height: 1.05;
}

.banner__text {
font-size: 17px !important;
font-weight: 400;
letter-spacing: 0.01em;
line-height: 1.45;
margin-top: 10px;
opacity: 0.9;
}

.banner__buttons .button {
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 16px 28px;
}

/* PRODUCT GRID */
.card-wrapper {
margin-bottom: 28px !important;
}

.card__heading {
font-weight: 600 !important;
font-size: 18px;
letter-spacing: 0.05em;
}

.price {
font-weight: 500 !important;
font-size: 1.1rem;
margin-top: 6px;
}

}



/* ============================= */
/* GLOBAL HEADING REFINEMENT */
/* ============================= */

h1, h2, h3, .h1, .h2, .h3, .banner__heading, .card__heading {
font-weight: 600; /* Semi Bold */
letter-spacing: -0.01em;
}

/* ============================= */
/* HEADER NAV SPACING */
/* ============================= */

.header__menu-item {
padding: 0 1.5rem;
letter-spacing: 0.08em;
font-weight: 600;
}

/* Remove space below header */
.shopify-section-group-header-group + .shopify-section {
margin-top: 0 !important;
}

/* ============================= */
/* HERO SPACING */
/* ============================= */

.banner__box {
padding: 3rem 3rem 3.5rem 3rem;
}

.banner__heading {
margin-bottom: 0.8rem;
}

.banner__buttons {
margin-top: 1.8rem;
}

/* ============================= */
/* SECTION VERTICAL RHYTHM */
/* ============================= */

.shopify-section {
margin-top: 60px;
margin-bottom: 60px;
}

/* ============================= */
/* PRODUCT GRID REFINEMENT */
/* ============================= */

.card-wrapper {
padding: 0 10px;
}

.grid {
row-gap: 3.5rem;
}

.card__heading {
margin-bottom: 0.4rem;
letter-spacing: 0.04em;
}

.price {
margin-top: 0;
}

/* ============================= */
/* MOBILE REFINEMENT */
/* ============================= */

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

.banner__box {
padding: 2rem 1.5rem;
}

.banner__heading {
margin-bottom: 0.6rem;
}

.banner__buttons {
margin-top: 1.2rem;
}

.shopify-section {
margin-top: 40px;
margin-bottom: 40px;
}

.grid {
row-gap: 2.5rem;
}

}



/* ============================= */
/* KUDU – Refined Footer Styling */
/* ============================= */

.footer {
padding-top: 100px;
padding-bottom: 80px;
line-height: 1.75;
font-size: 0.9rem;
}

/* Footer headings */
.footer__block-heading {
font-weight: 600; /* Semi-bold */
margin-bottom: 20px;
letter-spacing: 0.04em;
}

/* Footer link spacing */
.footer__block ul li {
margin-bottom: 12px;
}

/* Newsletter spacing */
.footer .newsletter-form {
margin-top: 20px;
}

.footer .newsletter-form__field-wrapper {
margin-bottom: 16px;
}

/* Reduce cramped feeling on mobile */
@media screen and (max-width: 749px) {
.footer {
padding-top: 70px;
padding-bottom: 60px;
}

.footer__block {
margin-bottom: 40px;
}
}



* Reduce space under header */
.template-index .section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Reduce space under header */
.template-index .section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Reduce space under header */
.template-index .section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Reduce vertical spacing between sections */
.shopify-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 749px) {
  .shopify-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}



/* Tighten product grid spacing */
.card-wrapper {
  padding: 0 10px;
}

.grid {
  row-gap: 3.5rem;
}

@media screen and (max-width: 749px) {
  .grid {
    row-gap: 2.5rem;
  }
}



/* Tighten product grid spacing */
.card-wrapper {
  padding: 0 10px;
}

.grid {
  row-gap: 3.5rem;
}

@media screen and (max-width: 749px) {
  .grid {
    row-gap: 2.5rem;
  }
}



/* Header nav spacing refinement */
.header__menu-item {
  padding: 0 1.4rem;
}



/* ============================= */
/* KUDU – Refined Footer Styling */
/* ============================= */

.footer {
  padding-top: 100px;
  padding-bottom: 80px;
  line-height: 1.75;
  font-size: 0.9rem;
}

/* Footer headings */
.footer__block-heading {
  font-weight: 600; /* Semi-bold */
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

/* Footer link spacing */
.footer__block ul li {
  margin-bottom: 12px;
}

/* Newsletter spacing */
.footer .newsletter-form {
  margin-top: 20px;
}

.footer .newsletter-form__field-wrapper {
  margin-bottom: 16px;
}

/* Reduce cramped feeling on mobile */
@media screen and (max-width: 749px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .footer__block {
    margin-bottom: 40px;
  }
}



/* Refined divider line */
.footer hr,
.footer__content-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}


/* Refined divider line */
.footer hr,
.footer__content-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}


/* Newsletter input */
.footer .newsletter-form__field-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 14px;
  border-radius: 2px;
  background-color: transparent;
}

/* Input text */
.footer input[type="email"] {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

/* Subscribe button */
.footer .newsletter-form__button {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}


.footer a {
  transition: opacity 0.3s ease;
}

.footer a:hover {
  opacity: 0.6;
}



.footer a {
  transition: opacity 0.3s ease;
}

.footer a:hover {
  opacity: 0.6;
}


.product-scent {
font-size: 0.85rem;
letter-spacing: 0.04em;
margin-top: 6px;
margin-bottom: 4px;
opacity: 0.75;
}


/* ============================= */
/* KUDU – Editorial Scent Notes */
/* ============================= */

.product-scent {
font-size: 0.75rem;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-top: 8px;
margin-bottom: 6px;
color: rgba(0, 0, 0, 0.55);
font-weight: 400;
}

/* Subtle separation from title */
.card__heading + .product-scent {
margin-top: 10px;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
.product-scent {
font-size: 0.7rem;
letter-spacing: 0.10em;
margin-top: 6px;
}
}



/* PRODUCT CARD REFINEMENT */

.card__heading {
font-weight: 500; /* not too bold */
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 6px;
}

.product-scent {
font-size: 0.85rem;
font-weight: 400;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #6f6f6f;
margin: 0 0 8px 0;
}

.card-information .price {
margin-top: 4px;
font-weight: 400;
}

/* Tighter overall spacing */
.card-information {
padding-top: 8px;
}


/* Tighter product card spacing */

.card__media {
margin-bottom: 8px; /* reduce space under image */
}

.card__heading {
margin-bottom: 4px;
letter-spacing: 0.05em;
}

.product-scent {
margin: 0 0 4px 0;
font-size: 0.85rem;
letter-spacing: 0.06em;
}

.card-information .price {
margin-top: 2px;
}

.card-information {
padding-top: 4px;
}



/* Editorial bridge section */
.section--editorial {
padding-top: 90px;
padding-bottom: 90px;
text-align: center;
}

.section--editorial p {
max-width: 620px;
margin: 0 auto;
line-height: 1.6;
}


header {
border-bottom: 1px solid #E9E6DF;
}


/* ===================================== */
/* KUDU SPACING SYSTEM */
/* ===================================== */

/* 1️⃣ Global section spacing */
.section {
padding-top: 48px;
padding-bottom: 48px;
}

@media (max-width: 749px) {
.section {
padding-top: 28px;
padding-bottom: 28px;
}
}

/* 2️⃣ Hero section — slightly more breathing */
.banner,
.image-with-text:first-of-type {
padding-top: 64px;
padding-bottom: 64px;
}

@media (max-width: 749px) {
.banner,
.image-with-text:first-of-type {
padding-top: 48px;
padding-bottom: 48px;
}
}

/* 3️⃣ Editorial / rich text sections tighter */
.rich-text {
padding-top: 36px;
padding-bottom: 36px;
}

@media (max-width: 749px) {
.rich-text {
padding-top: 24px;
padding-bottom: 24px;
}
}

/* 4️⃣ Remove stacked spacing between sections */
.section + .section {
margin-top: 0;
}


/* ===== KUDU MOBILE GAP FIX ===== */

@media (max-width: 749px) {

/* Reduce global mobile section spacing slightly */
.section {
padding-top: 18px;
padding-bottom: 18px;
}

/* Tighten press/logo section specifically */
.multicolumn,
.logo-bar,
.press-section {
padding-bottom: 16px !important;
}

}


/* ===== KUDU MOBILE SECTION GAP FIX ===== */

@media (max-width: 749px) {

/* Remove stacked spacing between sections */
.section + .section {
margin-top: 0 !important;
}

/* Remove extra mobile padding */
.section {
padding-top: 20px !important;
padding-bottom: 20px !important;
}

/* Specifically tighten press/logo section */
.multicolumn {
padding-bottom: 10px !important;
}

}


/* Left-align About page rich text */

.template-page .rich-text__blocks,
.template-page .rich-text__heading {
text-align: left !important;
}


/* ------------------------------
FAQ PAGE REFINEMENT – KUDU
-------------------------------- */

/* Reduce large top spacing on page */
.template-page .page-width {
padding-top: 40px !important;
padding-bottom: 40px !important;
}

/* Overall FAQ section spacing */
.collapsible-content {
padding-top: 40px !important;
padding-bottom: 40px !important;
}

/* Accordion question styling */
.accordion__summary {
padding: 18px 0 !important;
font-weight: 500;
letter-spacing: 0.05em;
}

/* Accordion answer styling */
.accordion__content {
padding: 0 0 18px 0 !important;
font-size: 15px;
line-height: 1.6;
}

/* Lighter divider lines */
.accordion {
border-color: rgba(0, 0, 0, 0.08) !important;
}

/* ============================= */
/*        KUDU LINK STYLE        */
/* ============================= */

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.6;
}

/* Optional: subtle underline on hover */
.rich-text a:hover,
.page-width a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-width a {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.page-width a:hover {
  opacity: 0.6;
}


* ==============================
KUDU – FAQ VISUAL REFINEMENT
(Dawn Theme)
================================ */

/* Reduce top space on FAQ page only */
.template-page .main-page-title {
margin-bottom: 30px !important;
}

/* Tighten FAQ section spacing */
.template-page .collapsible-content {
padding-top: 30px !important;
padding-bottom: 30px !important;
}

/* Refine accordion question spacing */
.template-page .accordion__summary {
padding: 16px 0 !important;
font-weight: 500;
letter-spacing: 0.04em;
}

/* Refine accordion answer styling */
.template-page .accordion__content {
padding: 0 0 16px 0 !important;
font-size: 15px;
line-height: 1.6;
}

/* Lighten divider lines */
.template-page .accordion {
border-color: rgba(0, 0, 0, 0.08) !important;
}



/* Reduce space above ziBM Plex section */
#shopify-section-zibm-plex {
padding-top: 40px !important;
}


/* =====================================================
KUDU HOMEPAGE — FINAL HERO + TRANSITION REFINEMENT
===================================================== */


/* ================= DESKTOP HERO ================= */

.template-index .banner {
position: relative;
margin-bottom: -40px; /* Smooth transition into next section */
}

.template-index .banner__heading {
font-weight: 700;
font-size: 64px;
letter-spacing: -1.5px;
line-height: 1;
color: #111111;
}

.template-index .banner__text {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 13px;
opacity: 0.55;
margin-top: 26px;
}

.template-index .banner__buttons .button {
padding: 16px 32px;
letter-spacing: 1.5px;
}


/* ===== Subtle gradient fade into next section ===== */

.template-index .banner::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 120px;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(229,225,216,0.4) 100%);
pointer-events: none;
}


/* ================= MOBILE REFINEMENT ================= */

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

.template-index .banner__heading {
font-size: 46px;
letter-spacing: -1px;
line-height: 1.05;
}

.template-index .banner__text {
font-size: 12px;
letter-spacing: 2.5px;
margin-top: 18px;
}

.template-index .banner__buttons .button {
padding: 14px 26px;
font-size: 13px;
}

.template-index .banner__content {
padding-top: 30px;
padding-bottom: 30px;
}

.template-index .banner__media img {
transform: scale(1.08);
}

}



/* =====================================================
KUDU HOMEPAGE — FINAL HERO (BALANCED VERSION)
===================================================== */


/* ================= DESKTOP HERO ================= */

.template-index .banner {
position: relative;
margin-bottom: -20px; /* Softer section transition */
}

.template-index .banner__heading {
font-weight: 700;
font-size: 64px;
letter-spacing: -1.5px;
line-height: 1;
color: #111111;
}

.template-index .banner__text {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 13px;
opacity: 0.55;
margin-top: 26px;
}

.template-index .banner__buttons .button {
padding: 16px 32px;
letter-spacing: 1.5px;
}


/* ===== Subtle gradient fade into next section ===== */

.template-index .banner::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 90px;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(229,225,216,0.22) 100%);
pointer-events: none;
}


/* ================= MOBILE REFINEMENT ================= */

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

.template-index .banner {
margin-bottom: -10px; /* Even softer on mobile */
}

.template-index .banner__heading {
font-size: 46px;
letter-spacing: -1px;
line-height: 1.05;
}

.template-index .banner__text {
font-size: 12px;
letter-spacing: 2.5px;
margin-top: 18px;
}

.template-index .banner__buttons .button {
padding: 14px 26px;
font-size: 13px;
}

.template-index .banner__content {
padding-top: 30px;
padding-bottom: 30px;
}

.template-index .banner__media img {
transform: scale(1.08);
}

}


/* ================= SECOND SECTION REFINEMENT ================= */

.template-index .rich-text__heading {
letter-spacing: -0.5px;
font-weight: 600;
}


/* ================= HEADER — CLEAN ARCHITECTURAL VERSION ================= */

/* Remove boxed feel */
.template-index .header-wrapper {
padding: 0;
background: #ffffff;
}

/* Flatten inner spacing */
.template-index .header {
padding: 12px 20px;
min-height: auto;
}

/* Slightly refine logo scale */
.template-index .header__heading-logo {
max-height: 22px;
}


/* ===== Mobile Refinement ===== */

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

.template-index .header {
padding: 10px 16px;
}

.template-index .header__heading-logo {
max-height: 20px;
}

}



/* Remove gap under Section Store header */
.ss-header,
.ss-header-wrapper,
.section-ss-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove space above first section */
main > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Remove space between header and first section */
main > .shopify-section:first-child {
margin-top: 0 !important;
padding-top: 0 !important;
}

/* ============================= */
/* KUDU — Minimal Soft System */
/* Inter Refinement + Spacing */
/* ============================= */


/* ---------- GLOBAL TYPE ---------- */

body {
font-family: 'Inter', sans-serif;
font-weight: 400;
line-height: 1.65;
font-size: 16px;
letter-spacing: 0;
color: #121212;
}


/* ---------- HEADINGS ---------- */

h1 {
font-weight: 400;
letter-spacing: -0.01em;
line-height: 1.2;
max-width: 680px;
margin-bottom: 24px;
}

h2 {
font-weight: 400;
letter-spacing: 0;
line-height: 1.25;
margin-top: 100px;
margin-bottom: 28px;
}

h3, h4 {
font-weight: 400;
letter-spacing: 0;
line-height: 1.3;
}


/* Remove accidental all caps */
h1, h2, h3, h4, .accordion__summary, .button {
text-transform: none !important;
}


/* ---------- BODY COPY WIDTH CONTROL ---------- */

.rte p,
.rich-text__text p {
max-width: 600px;
margin-bottom: 18px;
}


/* ---------- MICRO COPY (Scent notes etc) ---------- */

.product__description,
.caption,
.small-text {
font-size: 14px;
letter-spacing: 0.04em;
line-height: 1.4;
font-weight: 400;
}


/* ---------- BUTTON REFINEMENT ---------- */

.button,
button,
.shopify-payment-button__button {
font-weight: 500;
letter-spacing: 0.06em;
padding: 14px 30px;
border-radius: 0;
box-shadow: none;
background-color: #121212;
color: #ffffff;
}

.button:hover {
background-color: #2a2a2a;
}


/* ---------- SECTION SPACING SYSTEM ---------- */

/* Small sections */
.shopify-section {
padding-top: 80px;
padding-bottom: 80px;
}

/* Hero breathing */
.shopify-section:first-child {
padding-top: 0;
padding-bottom: 140px;
}


/* ---------- FAQ SOFTENING ---------- */

.accordion__summary {
font-weight: 400;
letter-spacing: 0;
padding: 22px 0;
}

.accordion__content {
font-size: 15px;
line-height: 1.6;
padding-bottom: 20px;
}

.accordion {
border-color: rgba(18, 18, 18, 0.1);
}


/* ---------- HEADER CLEAN ---------- */

.header,
.ss-header {
box-shadow: none;
border-bottom: none;
}

/* Fix mobile header overlap */
@media screen and (max-width: 749px) {
main {
padding-top: 80px !important;
}
}

@media screen and (max-width: 749px) {
h1 {
font-size: 32px;
}
}

/* ============================= */
/* KUDU — FAQ Minimal Soft Tuning */
/* ============================= */

/* Soften FAQ main heading */
.template-page h1 {
font-weight: 400 !important;
letter-spacing: -0.01em !important;
font-size: 32px;
line-height: 1.2;
margin-bottom: 60px;
}

/* Refine FAQ question styling */
.accordion__summary {
font-weight: 400 !important;
font-size: 15px;
letter-spacing: 0;
padding: 22px 0;
text-transform: none !important;
}


/* ============================= */
/* KUDU — FAQ Precise Override */
/* ============================= */

/* Target FAQ page title specifically */
.template-page .main-page-title,
.template-page h1 {
font-weight: 400 !important;
font-size: 30px !important;
letter-spacing: -0.01em !important;
text-transform: none !important;
line-height: 1.2 !important;
margin-bottom: 60px !important;
}

/* Refine accordion question */
.template-page .accordion__summary {
font-weight: 400 !important;
font-size: 15px !important;
letter-spacing: 0 !important;
text-transform: none !important;
padding: 22px 0 !important;
}

/* Refine accordion answer */
.template-page .accordion__content {
font-size: 15px !important;
line-height: 1.65 !important;
}

/* Soften divider */
.template-page .accordion {
border-color: rgba(18,18,18,0.08) !important;
}


/* FORCE FAQ heading refinement */
h1,
.main-page-title,
.collapsible-content__heading {
  font-weight: 400 !important;
  font-size: 30px !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

/* Remove ALL caps globally */
* {
  text-transform: none !important;
}

h1, .main-page-title {
text-transform: none !important;
}


/* Reduce gap after hero only */
.shopify-section:first-child + .shopify-section {
padding-top: 60px !important;
}


/* HERO heading */
.shopify-section:first-child h1 {
font-size: 42px !important;
line-height: 1.1 !important;
font-weight: 400 !important;
}

/* Second section heading */
.shopify-section:first-child + .shopify-section h2,
.shopify-section:first-child + .shopify-section h1 {
font-size: 28px !important;
line-height: 1.2 !important;
font-weight: 400 !important;
}


/* Add breathing space below hero */
.shopify-section:first-child {
padding-bottom: 80px !important;
}

/* Add breathing space above second section */
.shopify-section:first-child + .shopify-section {
padding-top: 80px !important;
}

/* Tighten hero subtext slightly */
.shopify-section:first-child p {
font-size: 16px;
letter-spacing: 0.02em;
}


/* Remove white strip between first and second homepage sections */
.shopify-section:first-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.shopify-section:first-child + .shopify-section {
margin-top: 0 !important;
padding-top: 0 !important;
}


/* Remove vertical padding between homepage sections */
.shopify-section {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

/* Control spacing manually */
.shopify-section:first-child {
padding-bottom: 100px !important;
}

.shopify-section:first-child + .shopify-section {
padding-top: 100px !important;
}


/* Force seamless homepage background */
.template-index .shopify-section {
background: transparent !important;
}

/* Set full page background */
body.template-index {
background-color: #D8D3CB !important; /* use your beige hex */
}



/* =========================
   HOMEPAGE – ARCHITECTURAL MINIMAL
   ========================= */

/* 1. Make homepage one unified background */
body.template-index {
  background-color: #d7d3cc !important; /* Replace with your exact beige */
}

.template-index .shopify-section {
  background: transparent !important;
}

/* 2. Remove default vertical padding */
.template-index .shopify-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 3. Controlled spacing */
.template-index .shopify-section:first-child {
  padding-bottom: 120px !important;
}

.template-index .shopify-section:nth-of-type(2) {
  padding-top: 120px !important;
}

/* 4. Minimal full-width divider */
.template-index .shopify-section:nth-of-type(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* 5. Refined heading hierarchy */
.template-index .shopify-section:first-child h1 {
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}

.template-index .shopify-section:nth-of-type(2) h2,
.template-index .shopify-section:nth-of-type(2) h1 {
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}


/* Match second section to hero background */
.template-index .shopify-section:nth-of-type(2) {
background-color: #D7D3CC !important;
}


/* Remove Dawn section gap between homepage sections */
.template-index .section {
margin: 0 !important;
}

.template-index .section + .section {
margin-top: 0 !important;
}

/* Remove internal spacing layer */
.template-index .shopify-section .section__inner {
padding-top: 0 !important;
padding-bottom: 0 !important;
}


/* Remove double spacing between stacked sections */
.section:first-child {
padding-bottom: 40px;
}

.section:first-child + .section {
padding-top: 40px;
}


/* Tighten spacing between hero and rich text */
.section + .section.rich-text {
margin-top: -40px;
}


/* Force homepage rich text to match hero background */
.template-index .rich-text {
background-color: transparent !important;
}


/* Force homepage rich text to use hero background */
.template-index .rich-text {
background-color: transparent !important;
}


* Mobile typography refinement */
@media screen and (max-width: 749px) {

/* Hero heading (Body.) */
.banner__heading {
font-size: 34px;
line-height: 1.15;
}

/* Second section heading */
.rich-text h2 {
font-size: 26px;
line-height: 1.2;
letter-spacing: -0.01em;
}

/* Reduce space above second section */
.section + .section {
padding-top: 32px;
}

}


/* Remove automatic uppercase from small rich text headings */
.rich-text__heading,
.rich-text h2 {
text-transform: none !important;
}


/* Remove uppercase from small rich text headings */
.rich-text__heading.h2--small {
text-transform: none !important;
letter-spacing: -0.01em !important;
}


/* Remove uppercase from small rich text headings */
.h2--small {
text-transform: none !important;
letter-spacing: -0.01em !important;
}


/* Force normal case on small rich text headings */
.rich-text__heading.inline-richtext.h2--small {
text-transform: none !important;
letter-spacing: -0.01em !important;
}


/* Custom homepage heading hierarchy */
@media screen and (max-width: 749px) {

  /* Hero heading */
  .banner__heading {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  /* Second section heading */
  .template-index .rich-text__heading {
    font-size: 26px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
  }

}


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

h1, h2, .banner__heading, .rich-text__heading {
font-weight: 500 !important;
letter-spacing: 0.01em !important;
}

}


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

/* Hero heading */
.banner__heading {
font-size: 38px !important;
font-weight: 500 !important;
letter-spacing: -0.01em !important;
line-height: 1.1 !important;
}

/* Second section heading */
.template-index .rich-text__heading {
font-size: 26px !important;
font-weight: 500 !important;
letter-spacing: 0.01em !important;
line-height: 1.25 !important;
}

}


/* ===== Homepage Typography Hierarchy ===== */

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

  /* Hero heading */
  .template-index .banner__heading.h1 {
    font-size: 38px !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
    line-height: 1.05 !important;
  }

  /* Section headings */
  .template-index .rich-text__heading.h2 {
    font-size: 27px !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.25 !important;
    text-transform: none !important;
  }

  /* Supporting line under hero (Rose · Vanilla · Citrus) */
  .template-index .banner__text {
    font-size: 17px !important;
    letter-spacing: 0.02em !important;
  }

}


/* ===== HOMEPAGE TYPOGRAPHY REFINEMENT ===== */

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

/* Hero heading (Body.) */
.template-index .banner__heading.h1 {
font-size: 38px !important;
font-weight: 500 !important;
letter-spacing: -0.015em !important;
line-height: 1.05 !important;
color: #111111 !important;
}

/* Section heading (Composed For Skin) */
.template-index .rich-text__heading.h2 {
font-size: 30px !important;
font-weight: 500 !important;
letter-spacing: 0.01em !important;
line-height: 1.2 !important;
text-transform: none !important;
color: #111111 !important;
}

/* Supporting line under hero (Rose · Vanilla · Citrus) */
.template-index .banner__text {
font-size: 17px !important;
letter-spacing: 0.02em !important;
}

}


/* ===== GLOBAL HOMEPAGE HEADING SYSTEM ===== */

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

/* All section headings on homepage */
.template-index h2 {
font-size: 30px !important;
font-weight: 500 !important;
letter-spacing: 0.01em !important;
line-height: 1.2 !important;
color: #111111 !important;
text-transform: none !important;
}

/* Smaller headings (H3) */
.template-index h3 {
font-size: 20px !important;
font-weight: 500 !important;
letter-spacing: 0.02em !important;
color: #111111 !important;
}

}



* ================================================= */
/* ===== HOMEPAGE TYPOGRAPHY + LUXURY REFINEMENT ==== */
/* ================================================= */

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

  /* ===== HERO HEADING ===== */
  .template-index .banner__heading.h1 {
    font-size: 38px !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
    line-height: 1.05 !important;
    color: #111111 !important;
  }

  /* ===== SECTION HEADINGS (H2) ===== */
  .template-index h2 {
    font-size: 30px !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    color: #111111 !important;
    text-transform: none !important;
  }

  /* ===== SMALLER HEADINGS (H3) ===== */
  .template-index h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    color: #111111 !important;
    text-transform: none !important;
  }

  /* ===== BUTTONS ===== */
  .template-index .button {
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    font-size: 14px !important;
    padding: 14px 26px !important;
  }

  /* ===== PRODUCT CARD TITLES ===== */
  .template-index .card__heading {
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
  }

  /* ===== BODY TEXT ===== */
  .template-index p {
    color: #444444 !important;
    line-height: 1.6 !important;
  }

  /* ===== SECTION SPACING ===== */
  .template-index .section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

}


/* ===================================== */
/* ===== PREMIUM MICRO REFINEMENTS ===== */
/* ===================================== */

/* Slightly deeper body text tone */
.template-index p {
color: #3A3A3A !important;
}

/* More breathing room under section headings */
.template-index h2 {
margin-bottom: 18px !important;
}

/* Subtle European letter-spacing on product titles */
.template-index .card__heading {
letter-spacing: 0.015em !important;
}



/* ================================= */
/* ===== 1. PRODUCT GRID RHYTHM ==== */
/* ================================= */

.template-index .grid {
row-gap: 40px !important;
}

.template-index .card {
padding-bottom: 10px !important;
}

.template-index .card__heading {
margin-top: 14px !important;
}


/* ================================= */
/* ===== 2. BUTTON REFINEMENT ====== */
/* ================================= */

.template-index .button {
transition: all 0.3s ease !important;
}

.template-index .button:hover {
opacity: 0.85;
transform: translateY(-1px);
}


/* ================================= */
/* ===== 4. HEADER / MENU POLISH ==== */
/* ================================= */

.header__menu-item {
letter-spacing: 0.06em !important;
font-weight: 500 !important;
text-transform: none !important;
}

.header__menu-item:hover {
opacity: 0.7;
transition: opacity 0.3s ease;
}


/* ===== Desktop Rich Text Balance ===== */

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

.template-index .rich-text {
padding-top: 55px !important;
padding-bottom: 55px !important;
}

}


/* ================================
HOMEPAGE RICH TEXT – PREMIUM REFINEMENT
================================ */

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

/* Balanced vertical spacing */
.template-index .rich-text {
padding-top: 55px !important;
padding-bottom: 55px !important;
}

/* Controlled heading spacing */
.template-index .rich-text__heading {
margin-bottom: 18px !important;
letter-spacing: 0.02em;
}

/* Editorial paragraph width */
.template-index .rich-text__text {
max-width: 620px;
margin-left: auto;
margin-right: auto;
}

}



/* =========================================
HOMEPAGE PREMIUM TYPOGRAPHY SYSTEM
========================================= */

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

/* 1. Rich Text Section Balance */
.template-index .rich-text {
padding-top: 55px !important;
padding-bottom: 55px !important;
}

/* 2. Heading Refinement */
.template-index .rich-text__heading {
margin-bottom: 18px !important;
letter-spacing: 0.02em;
}

/* 3. Editorial Paragraph Width */
.template-index .rich-text__text {
max-width: 600px;
margin-left: auto;
margin-right: auto;
font-size: 0.95rem; /* slightly refined */
line-height: 1.75; /* softer air */
}

/* 4. Hero → Next Section Rhythm */
.template-index .banner + .rich-text {
margin-top: 40px;
}

/* 5. Button Refinement */
.template-index .button {
letter-spacing: 0.06em;
font-size: 0.85rem;
padding: 14px 26px;
}

}


/* ==================================================
ADVANCED HOMEPAGE REFINEMENT SYSTEM
================================================== */

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

/* 1. Global Spacing Rhythm */
.template-index .section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}

/* 2. Hero Refinement */
.template-index .banner__heading.h1 {
letter-spacing: -0.02em;
font-weight: 500;
}

/* 3. Rich Text Section Balance */
.template-index .rich-text {
padding-top: 55px !important;
padding-bottom: 55px !important;
}

.template-index .rich-text__heading {
margin-bottom: 18px !important;
letter-spacing: 0.02em;
}

.template-index .rich-text__text {
max-width: 600px;
margin-left: auto;
margin-right: auto;
font-size: 0.95rem;
line-height: 1.75;
color: #2E2E2E;
}

/* 4. Product Grid Rhythm */
.template-index .grid {
row-gap: 48px;
}

.template-index .card__heading {
font-weight: 500;
letter-spacing: 0.015em;
margin-top: 14px;
}

/* 5. Button Refinement */
.template-index .button {
letter-spacing: 0.06em;
font-size: 0.85rem;
padding: 14px 28px;
transition: all 0.3s ease;
}

.template-index .button:hover {
opacity: 0.85;
transform: translateY(-1px);
}

/* 6. Header / Menu Polish */
.header__menu-item {
letter-spacing: 0.06em;
font-weight: 500;
text-transform: none;
}

.header__menu-item:hover {
opacity: 0.7;
transition: opacity 0.3s ease;
}

}



template-index h1,
.template-index h2,
.template-index h3 {
color: #1C1C1C;
}


.template-index .button:hover {
transform: translateY(-1px);
}



/* ==========================================
GLOBAL BRAND TYPOGRAPHY SYSTEM
========================================== */

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

/* 1. Section Spacing System */
.section {
padding-top: 70px;
padding-bottom: 70px;
}

/* 2. Headings (H1–H3) */
h1, .h1 {
font-weight: 500;
letter-spacing: -0.02em;
line-height: 1.1;
color: #1C1C1C;
}

h2, .h2 {
font-weight: 500;
letter-spacing: 0.015em;
line-height: 1.2;
color: #1C1C1C;
}

h3, .h3 {
font-weight: 500;
letter-spacing: 0.02em;
color: #1C1C1C;
}

/* 3. Body Text Refinement */
p {
color: #2E2E2E;
line-height: 1.75;
}

/* 4. Paragraph Width (Editorial Feel) */
.rte,
.rich-text__text {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}

/* 5. Buttons */
.button {
font-weight: 500;
letter-spacing: 0.06em;
font-size: 0.85rem;
padding: 14px 28px;
transition: all 0.3s ease;
}

.button:hover {
transform: translateY(-1px);
}

/* 6. Product Titles */
.card__heading {
font-weight: 500;
letter-spacing: 0.015em;
}

}



.shipping-progress {
font-size: 0.9rem;
margin-bottom: 15px;
letter-spacing: 0.02em;
color: #3A3A3A;
}

.shipping-progress.success {
font-weight: 500;
}


.cart-shipping-message {
padding: 1rem 0;
font-size: 0.9rem;
letter-spacing: 0.02em;
color: #3A3A3A;
}


/* Free Shipping – Refined Cart Drawer */

.cart__free-shipping-message {
margin-bottom: 1.25rem;
}

.cart-shipping-message {
font-size: 0.85rem;
letter-spacing: 0.03em;
color: #3A3A3A;
margin: 0 0 0.75rem 0;
}

.shipping-progress-bar {
height: 2px;
background: #EFEFEF;
border-radius: 2px;
overflow: hidden;
}

.shipping-progress-bar__fill {
height: 100%;
background: #111111;
transition: width 0.4s ease;
}


/* Subtle fade-in for free shipping message */

.cart__free-shipping-message {
margin-bottom: 1.25rem;
opacity: 0;
transform: translateY(4px);
animation: cartFadeIn 0.45s ease forwards;
animation-delay: 0.15s;
}

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


.cart__footer small {
display: none !important;
}


/* Fix cart drawer footer layout */

.cart-drawer__footer,
.cart__footer,
.drawer__footer {
  display: flex;
  flex-direction: column;
}

.cart__free-shipping-message {
  width: 100%;
}

.cart__checkout-button,
.cart__checkout-button button,
.cart__footer button {
  width: 100%;
}



.cart__free-shipping-message {
margin-bottom: 1.5rem;
}


/* Cart Free Shipping */

.cart-free-shipping {
margin-bottom: 18px;
}

.cart-free-shipping__message {
font-size: 13px;
letter-spacing: 0.02em;
color: #5f5f5f;
margin-bottom: 8px;
}

.cart-free-shipping__bar {
height: 3px;
background: #e9e9e9;
border-radius: 2px;
overflow: hidden;
}

.cart-free-shipping__progress {
  height: 100%;
  background: #bfb8ad;
  transition: width 0.4s ease;
}


.product-free-shipping {
font-size: 13px;
color: #6a6a6a;
margin-top: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
}


.product-free-shipping {
font-size: 13px;
color: #6a6a6a;
margin-top: 18px;
padding-top: 14px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
letter-spacing: 0.03em;
}



/* About page hero spacing */

.template-page .image-with-text,
.template-page .image-banner,
.template-page .shopify-section:nth-of-type(2) {
margin-top: 60px;
}


/* About page banner spacing */

.template-page .image-banner {
margin-top: 100px;
}


/* FAQ page refinement */

.template-page h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.template-page .accordion summary {
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 15px;
}

.template-page .accordion {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.template-page .accordion summary {
  padding: 22px 0;
}


/* Editorial FAQ styling */

.template-page h1 {
text-transform: none;
font-size: 28px;
font-weight: 500;
letter-spacing: 0.02em;
}

.template-page .accordion summary {
font-weight: 400;
font-size: 15px;
letter-spacing: 0.03em;
text-transform: none;
}

.template-page .accordion {
border-bottom: 1px solid rgba(0,0,0,0.05);
}

.template-page .accordion summary {
padding: 24px 0;
}

.template-page .accordion__content {
padding-bottom: 20px;
line-height: 1.6;
color: rgba(0,0,0,0.75);
}


/* Remove uppercase from FAQ */

.template-page .accordion summary {
text-transform: none !important;
}

.template-page h1 {
text-transform: none !important;
}


/* Remove forced uppercase on Information page */

.template-page h1,
.template-page .accordion summary {
text-transform: none !important;
}


body.template-page h1 {
text-transform: none !important;
}


/* Refine Information page title */

body.template-page .main-page-title {
text-transform: none !important;
font-size: 24px;
font-weight: 500;
letter-spacing: 0.04em;
}


/* FAQ titles - remove caps */

.collapsible-content .accordion__title {
text-transform: none !important;
letter-spacing: 0.02em;
}


/* Remove uppercase styling in FAQ */

.collapsible-content .accordion__title {
text-transform: none !important;
letter-spacing: 0.02em;
}


/* Remove uppercase on page titles */

.template-page .caption-with-letter-spacing {
text-transform: none !important;
letter-spacing: 0.04em;
}


.template-page h1,
.template-page .main-page-title {
text-transform: none !important;
}


/* Remove caps only for FAQ section caption */

.no-caps {
text-transform: none !important;
letter-spacing: 0.04em;
}


/* Remove all forced uppercase across site */

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.caption-with-letter-spacing,
.uppercase {
text-transform: none !important;
}


/* FORCE REMOVE ALL CAPS FROM DAWN HEADINGS */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h0,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body .caption-with-letter-spacing,
body .uppercase {
text-transform: none !important;
}


/* Remove forced uppercase globally */
h1, h2, h3, h4, h5, h6,
.heading,
.h0, .h1, .h2, .h3, .h4, .h5,
.section-heading,
.collapsible-content__heading,
.rich-text__heading {
text-transform: none !important;
letter-spacing: 0 !important;
}


/* KUDU – Remove forced uppercase globally */

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.caption-with-letter-spacing,
.collapsible-content__heading,
.rich-text__heading {
text-transform: none !important;
letter-spacing: 0 !important;
}


/* KUDU – Force remove uppercase everywhere */

.heading,
.title,
.main-page-title,
.accordion__title,
.collapsible-content__heading,
.inline-richtext,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
text-transform: none !important;
letter-spacing: normal !important;
}




/* =========================================
   KUDU – Global Editorial Currency Selector
   ========================================= */

/* Remove ALL default styling */
.localization-form,
.disclosure,
.disclosure__button,
.disclosure__list-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove white rounded container */
.localization-form {
  padding: 0 !important;
}

/* Typography styling */
.disclosure__button {
  padding: 0 !important;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.75);
  line-height: 1;
}

/* Soften arrow */
.disclosure__button svg {
  width: 9px;
  height: 9px;
  margin-left: 4px;
  opacity: 0.6;
}

/* Hover */
.disclosure__button:hover {
  opacity: 0.6;
}


.disclosure__button.localization-form__select {
background: transparent !important;
}


/* KUDU – Remove currency container background everywhere */

.header__localization,
.localization-form__select-wrapper,
.localization-form__select,
.disclosure,
.disclosure__button {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}

/* Remove any radius */
.header__localization,
.localization-form__select-wrapper {
border-radius: 0 !important;
}

/* Ensure no padding container */
.localization-form__select-wrapper {
padding: 0 !important;
}


/* KUDU – Minimal currency styling */

.localization-form select,
.currency-selector select {
background: transparent !important;
border: none !important;
padding: 0 !important;
font-size: 0.75rem !important;
letter-spacing: 0.14em !important;
text-transform: uppercase !important;
color: #111 !important;



.collection__description {
margin-bottom: 16px !important;
}

.slider-mobile-gutter {
margin-top: 0 !important;
}

.collection__description {
margin-bottom: 10px !important;
}

.collection__title + .collection__description {
margin-bottom: 14px;
}


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

.card__media img {
object-fit: contain;
object-position: center 40%;
}

}


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

.slider-mobile-gutter .card__media {
padding-bottom: 82% !important;
}

}


.media {
position: relative;
}

.product-badge-new {
position: absolute;
top: 12px;
left: 12px;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
background: #000;
color: #fff;
padding: 4px 8px;
font-weight: 500;
z-index: 10;
}


.card__media {
position: relative !important;
}

.product-badge-new {
position: absolute;
top: 16px;
left: 16px;
background: #000;
color: #fff;
padding: 6px 10px;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 500;
z-index: 999;
}


.product-badge-new {
display: block !important;
}


/* KUDU — Remove uppercase globally */

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: none !important;
letter-spacing: 0 !important;
}


/* KUDU — Remove forced uppercase from rich text headings */

.rich-text__heading,
.inline-richtext,
.rich-text__heading strong {
text-transform: none !important;
letter-spacing: 0 !important;
}


h2.rich-text__heading.rte.inline-richtext.h2 {
text-transform: none !important;
}


/* ===== COLLECTION GRID SPACING ===== */

/* Increase vertical spacing between product cards */
.card-wrapper {
margin-bottom: 56px !important;
}

/* Add breathing room between image and title */
.card__information {
padding-top: 24px !important;
}

/* ===== PRODUCT TITLE REFINEMENT ===== */

.card__heading,
.card__heading a {
letter-spacing: 0.08em;
font-weight: 500;
text-transform: uppercase;
}

/* ===== SCENT LINE (Product Subtitle / Description) ===== */

.card__information p {
font-size: 0.9rem;
letter-spacing: 0.04em;
line-height: 1.4;
opacity: 0.75;
margin-top: 6px;
margin-bottom: 12px;
}

/* ===== PRICE HIERARCHY ===== */

.price {
font-weight: 400;
margin-top: 14px;
letter-spacing: 0.03em;
opacity: 0.85;
}

/* ===== REMOVE ANY SHADOWS / BORDERS ===== */

.card {
border: none !important;
box-shadow: none !important;
background: transparent !important;
}

/* ===== IMAGE CONTAINER PADDING (CENTER JAR BETTER) ===== */

.card__media {
padding-top: 20px;
padding-bottom: 10px;
}


/* ============================= */
/* KUDU GRID REFINEMENT – DAWN */
/* ============================= */

/* 1. Increase vertical spacing between product cards */
.grid__item {
margin-bottom: 56px !important;
}

/* 2. Add breathing room between image and text */
.card__content {
padding-top: 24px !important;
}

/* 3. Product title refinement */
.card__heading,
.card__heading a {
letter-spacing: 0.08em;
font-weight: 500;
text-transform: uppercase;
}

/* 4. Scent line refinement (product card description) */
.card__information .caption,
.card__information p {
font-size: 0.9rem;
letter-spacing: 0.04em;
line-height: 1.4;
opacity: 0.75;
margin-top: 6px;
margin-bottom: 12px;
}

/* 5. Price refinement */
.price {
font-weight: 400;
margin-top: 14px;
letter-spacing: 0.03em;
opacity: 0.85;
}

/* 6. Remove card borders and shadows */
.card {
border: none !important;
box-shadow: none !important;
background: transparent !important;
}

/* 7. Better image vertical balance */
.card__media {
padding-top: 20px;
padding-bottom: 10px;
}


/* ============================= */
/* DESKTOP SPACING REFINEMENT */
/* ============================= */

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

/* Increase spacing between columns */
.grid {
column-gap: 60px !important;
row-gap: 80px !important;
}

/* Slightly reduce title size for elegance */
.card__heading {
font-size: 1.1rem;
}

/* More breathing room under image */
.card__content {
padding-top: 28px !important;
}
}


/* ============================= */
/* REMOVE HOVER ZOOM EFFECT */
/* ============================= */

.card-wrapper:hover .media img {
transform: none !important;
}

.media img {
transition: none !important;
}


/* ============================= */
/* REMOVE HOVER UNDERLINE */
/* ============================= */

.card__heading a:hover {
text-decoration: none !important;
}


/* ============================= */
/* OPTIONAL: SUBTLE FADE HOVER */
/* (Much more luxury than zoom) */
/* ============================= */

.card-wrapper:hover {
opacity: 0.92;
transition: opacity 0.3s ease;
}


/* ===================================== */
/* KUDU REFINED DESIGN SYSTEM */
/* FOR DAWN */
/* ===================================== */


/* ============================= */
/* GLOBAL TYPOGRAPHY */
/* ============================= */

body {
font-weight: 400;
letter-spacing: 0.01em;
line-height: 1.6;
}

/* Headings */

h1, .h1 {
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.02em;
}

h2, .h2 {
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.04em;
}

h3, .h3 {
font-size: 1rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
}


/* ============================= */
/* PRODUCT GRID TYPOGRAPHY */
/* ============================= */

.card__heading,
.card__heading a,
.product__title {
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.card__information p,
.product__text,
.caption {
font-size: 0.95rem;
letter-spacing: 0.05em;
opacity: 0.75;
}

.price {
font-weight: 400;
letter-spacing: 0.03em;
opacity: 0.85;
margin-top: 14px;
}


/* ============================= */
/* BUTTON REFINEMENT */
/* ============================= */

.button {
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
}


/* ============================= */
/* COLLECTION GRID SPACING */
/* ============================= */

/* Mobile spacing between products */
.grid__item {
margin-bottom: 56px !important;
}

/* Space between image and text */
.card__content {
padding-top: 24px !important;
}

/* Remove borders & shadows */
.card {
border: none !important;
box-shadow: none !important;
background: transparent !important;
}

/* Image vertical balance */
.card__media {
padding-top: 20px;
padding-bottom: 10px;
}


/* ============================= */
/* DESKTOP GRID REFINEMENT */
/* ============================= */

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

.grid {
column-gap: 60px !important;
row-gap: 80px !important;
}

.card__heading {
font-size: 1.1rem;
}

.card__content {
padding-top: 28px !important;
}
}


/* ============================= */
/* REMOVE AGGRESSIVE HOVER */
/* ============================= */

.card-wrapper:hover .media img {
transform: none !important;
}

.media img {
transition: none !important;
}

.card__heading a:hover {
text-decoration: none !important;
}

/* Optional subtle fade hover */
.card-wrapper:hover {
opacity: 0.92;
transition: opacity 0.3s ease;
}



/* ===================================== */
/* KUDU DESIGN SYSTEM */
/* FOR DAWN */
/* ===================================== */


/* ============================= */
/* GLOBAL TYPOGRAPHY SYSTEM */
/* ============================= */

body {
font-weight: 400;
letter-spacing: 0.01em;
line-height: 1.6;
}

h1, .h1 {
font-size: 2.6rem;
font-weight: 500;
letter-spacing: 0.02em;
}

h2, .h2 {
font-size: 1.9rem;
font-weight: 500;
letter-spacing: 0.04em;
}

h3, .h3 {
font-size: 1rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
}


/* ============================= */
/* HEADER REFINEMENT */
/* ============================= */

.header__heading-link {
letter-spacing: 0.12em;
font-weight: 500;
}

.header__menu-item {
font-weight: 400;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 0.9rem;
}

.header {
padding-top: 18px;
padding-bottom: 18px;
}


/* ============================= */
/* ANNOUNCEMENT BAR */
/* ============================= */

.announcement-bar {
letter-spacing: 0.08em;
font-size: 0.8rem;
text-transform: uppercase;
}


/* ============================= */
/* BUTTON SYSTEM */
/* ============================= */

.button {
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 14px 28px;
border-radius: 0px;
}

.button--primary {
background: transparent;
border: 1px solid currentColor;
}

.button--primary:hover {
background: currentColor;
color: #fff;
transition: all 0.3s ease;
}


/* ============================= */
/* COLLECTION GRID */
/* ============================= */

.grid__item {
margin-bottom: 56px !important;
}

.card__content {
padding-top: 26px !important;
}

.card__heading,
.card__heading a,
.product__title {
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.card__information p,
.product__text,
.caption {
font-size: 0.95rem;
letter-spacing: 0.05em;
opacity: 0.75;
}

.price {
font-weight: 400;
letter-spacing: 0.03em;
opacity: 0.85;
margin-top: 14px;
}

.card {
border: none !important;
box-shadow: none !important;
background: transparent !important;
}

.card__media {
padding-top: 24px;
padding-bottom: 12px;
}


/* ============================= */
/* DESKTOP GRID CONTROL */
/* ============================= */

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

.grid {
column-gap: 70px !important;
row-gap: 90px !important;
}

.card__heading {
font-size: 1.1rem;
}

}


/* ============================= */
/* REMOVE AGGRESSIVE HOVER */
/* ============================= */

.card-wrapper:hover .media img {
transform: none !important;
}

.media img {
transition: none !important;
}

.card__heading a:hover {
text-decoration: none !important;
}

.card-wrapper:hover {
opacity: 0.94;
transition: opacity 0.3s ease;
}


/* ============================= */
/* PDP (PRODUCT PAGE) */
/* ============================= */

.product__title {
font-size: 1.8rem;
letter-spacing: 0.08em;
}

.product__description {
max-width: 520px;
line-height: 1.7;
opacity: 0.9;
}

.product-form__input {
border-radius: 0px;
}

.quantity {
border-radius: 0px;
}



/* ===================================== */
/* SOFT SCANDINAVIAN ADJUSTMENTS */
/* ===================================== */


/* 1. Soften overall feeling */

body {
letter-spacing: 0.015em;
color: #1f1f1f;
}


/* 2. Reduce aggressive uppercase energy */

.header__menu-item {
letter-spacing: 0.06em;
}

.card__heading,
.card__heading a,
.product__title {
letter-spacing: 0.06em;
}

h3, .h3 {
letter-spacing: 0.08em;
}


/* 3. Slightly soften headings */

h1, .h1 {
font-weight: 400;
letter-spacing: 0.015em;
}

h2, .h2 {
font-weight: 400;
}


/* 4. Make buttons lighter + more breathable */

.button {
padding: 16px 34px;
letter-spacing: 0.08em;
}

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

.button--primary:hover {
background: rgba(0,0,0,0.85);
}


/* 5. Soften product card hover */

.card-wrapper:hover {
opacity: 0.97;
}


/* 6. Increase whitespace slightly */

.grid__item {
margin-bottom: 64px !important;
}

@media screen and (min-width: 990px) {
.grid {
column-gap: 80px !important;
row-gap: 100px !important;
}
}



/* ===================================== */
/* GENDER-NEUTRAL BALANCE */
/* ===================================== */


/* 1. Neutral text tone (less warm, not harsh black) */

body {
color: #222222;
letter-spacing: 0.012em;
}


/* 2. Clean, calm heading structure */

h1, .h1 {
font-weight: 450;
letter-spacing: 0.02em;
}

h2, .h2 {
font-weight: 450;
letter-spacing: 0.035em;
}

h3, .h3 {
letter-spacing: 0.09em;
text-transform: uppercase;
}


/* 3. Product titles — composed, not decorative */

.card__heading,
.card__heading a,
.product__title {
font-weight: 500;
letter-spacing: 0.065em;
text-transform: uppercase;
}


/* 4. Scent lines — neutral whisper */

.card__information p,
.product__text,
.caption {
font-size: 0.92rem;
letter-spacing: 0.045em;
opacity: 0.7;
}


/* 5. Price — quietest element */

.price {
font-weight: 400;
letter-spacing: 0.025em;
opacity: 0.8;
}


/* 6. Buttons — architectural, not soft */

.button {
letter-spacing: 0.09em;
font-weight: 500;
padding: 15px 32px;
border-radius: 0px;
}

.button--primary {
border: 1px solid rgba(0,0,0,0.8);
background: transparent;
}

.button--primary:hover {
background: #111111;
color: #ffffff;
}


/* 7. Maintain generous space (confidence) */

.grid__item {
margin-bottom: 60px !important;
}

@media screen and (min-width: 990px) {
.grid {
column-gap: 75px !important;
row-gap: 95px !important;
}
}



/* ===================================== */
/* WARM NEUTRAL BACKGROUND */
/* ===================================== */

/* Main page background */
body {
background-color: #F8F8F6;
}

/* Keep header and sections clean */
.section {
background-color: #F8F8F6;
}

/* Product cards remain transparent */
.card {
background: transparent !important;
}

/* Keep hero sections as-is if they use image backgrounds */


.card__information p,
.product__text,
.caption {
letter-spacing: 0.035em;
}

h1, .h1 {
margin-top: 40px;
}



/* ===================================== */
/* KUDU DESIGN STUDIO SYSTEM */
/* Copenhagen / Paris Tone */
/* For Dawn */
/* ===================================== */


/* ============================= */
/* BACKGROUND SURFACES */
/* ============================= */

body {
background-color: #F6F6F4; /* cool studio neutral */
color: #222222;
font-weight: 400;
letter-spacing: 0.012em;
line-height: 1.65;
}


/* ============================= */
/* TYPOGRAPHY SYSTEM */
/* ============================= */

h1, .h1 {
font-size: 2.6rem;
font-weight: 500;
letter-spacing: 0.02em;
margin-top: 40px;
}

h2, .h2 {
font-size: 1.9rem;
font-weight: 500;
letter-spacing: 0.035em;
}

h3, .h3 {
font-size: 1rem;
font-weight: 500;
letter-spacing: 0.09em;
text-transform: uppercase;
}


/* Product Titles */

.card__heading,
.card__heading a,
.product__title {
font-weight: 500;
letter-spacing: 0.065em;
text-transform: uppercase;
}


/* Scent lines / captions */

.card__information p,
.product__text,
.caption {
font-size: 0.92rem;
letter-spacing: 0.03em;
opacity: 0.7;
}


/* Price */

.price {
font-weight: 400;
letter-spacing: 0.025em;
opacity: 0.8;
margin-top: 14px;
}


/* ============================= */
/* HEADER REFINEMENT */
/* ============================= */

.header__heading-link {
letter-spacing: 0.12em;
font-weight: 500;
}

.header__menu-item {
font-weight: 400;
letter-spacing: 0.07em;
text-transform: uppercase;
font-size: 0.9rem;
}

.header {
padding-top: 20px;
padding-bottom: 20px;
}


/* ============================= */
/* ANNOUNCEMENT BAR */
/* ============================= */

.announcement-bar {
letter-spacing: 0.08em;
font-size: 0.8rem;
text-transform: uppercase;
}


/* ============================= */
/* BUTTON SYSTEM */
/* ============================= */

.button {
font-weight: 500;
letter-spacing: 0.09em;
text-transform: uppercase;
padding: 15px 32px;
border-radius: 0px;
}

.button--primary {
background: transparent;
border: 1px solid rgba(0,0,0,0.85);
}

.button--primary:hover {
background: #111111;
color: #ffffff;
transition: all 0.25s ease;
}


/* ============================= */
/* COLLECTION GRID */
/* ============================= */

/* Remove card styling */
.card {
border: none !important;
box-shadow: none !important;
background: transparent !important;
}

/* Space between products (mobile) */
.grid__item {
margin-bottom: 60px !important;
}

/* Space between image and text */
.card__content {
padding-top: 26px !important;
}

/* Better image balance */
.card__media {
padding-top: 24px;
padding-bottom: 12px;
}


/* ============================= */
/* DESKTOP GRID CONTROL */
/* ============================= */

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

.grid {
column-gap: 75px !important;
row-gap: 95px !important;
}

.card__heading {
font-size: 1.1rem;
}

}


/* ============================= */
/* REMOVE RETAIL HOVER EFFECTS */
/* ============================= */

.card-wrapper:hover .media img {
transform: none !important;
}

.media img {
transition: none !important;
}

.card__heading a:hover {
text-decoration: none !important;
}

.card-wrapper:hover {
opacity: 0.96;
transition: opacity 0.25s ease;
}


/* ============================= */
/* SECTION BREATHING ROOM */
/* ============================= */

.section {
padding-top: 120px;
padding-bottom: 120px;
}


/* ============================= */
/* PDP (Product Page) */
/* ============================= */

.product__title {
font-size: 1.8rem;
letter-spacing: 0.065em;
}

.product__description {
max-width: 520px;
line-height: 1.75;
opacity: 0.9;
}

.product-form__input,
.quantity {
border-radius: 0px;
}


/* ============================= */
/* HEADER TYPOGRAPHY REFINEMENT */
/* ============================= */

.header__menu-item {
font-weight: 400 !important; /* reduce boldness */
letter-spacing: 0.12em; /* more air */
text-transform: uppercase;
font-size: 0.85rem; /* slightly smaller */
color: #222222;
}

.header__heading-link {
font-weight: 500;
letter-spacing: 0.08em;
}


/* ===================================== */
/* HEADER – DESIGN STUDIO */
/* ===================================== */

/* Increase header breathing room */
.header {
padding-top: 28px !important;
padding-bottom: 28px !important;
}

/* Navigation items */
.header__menu-item {
font-weight: 400 !important; /* remove bold */
letter-spacing: 0.14em; /* more air */
text-transform: uppercase;
font-size: 0.82rem; /* slightly smaller */
color: #2A2A2A !important; /* charcoal instead of black */
}

/* Remove aggressive hover underline */
.header__menu-item:hover {
text-decoration: none !important;
opacity: 0.7;
transition: opacity 0.2s ease;
}

/* Logo refinement */
.header__heading-link {
font-weight: 500;
letter-spacing: 0.06em;
color: #111111 !important;
}

/* Reduce header visual density */
.header__inline-menu {
gap: 48px !important; /* space between nav items */
}



/* Soften logo slightly */
.header__heading-logo {
opacity: 0.9;
}

.header__heading-link {
padding-top: 4px;
}



/* ===================================== */
/* HEADER – LIGHT STUDIO VERSION */
/* ===================================== */

/* Make header background cooler + cleaner */
.header {
padding-top: 36px !important;
padding-bottom: 36px !important;
background-color: #F5F5F3 !important;
}

/* Navigation */
.header__menu-item {
font-weight: 400 !important;
letter-spacing: 0.16em;
text-transform: uppercase;
font-size: 0.78rem; /* slightly smaller */
color: #3A3A3A !important; /* lighter charcoal */
}

/* Subtle hover */
.header__menu-item:hover {
opacity: 0.6;
transition: opacity 0.2s ease;
}

/* Increase spacing between menu items */
.header__inline-menu {
gap: 56px !important;
}

/* Logo – lighter + smaller */
.header__heading-logo {
max-width: 95px; /* reduce further */
filter: brightness(0.85); /* soften black more */
}

/* Remove extra visual density from right side items */
.header__icon,
.header__icon span {
font-weight: 400 !important;
letter-spacing: 0.12em;
font-size: 0.78rem;
color: #3A3A3A !important;
}



/* ===================================== */
/* HEADER – STUDIO BALANCE */
/* ===================================== */

/* More vertical air in header */
.header {
padding-top: 36px !important;
padding-bottom: 36px !important;
background-color: #F5F5F3 !important;
}

/* Navigation */
.header__menu-item {
font-weight: 400 !important;
letter-spacing: 0.16em;
text-transform: uppercase;
font-size: 0.78rem;
color: #3A3A3A !important;
}

.header__menu-item:hover {
opacity: 0.6;
transition: opacity 0.2s ease;
}

/* Increase space between nav items */
.header__inline-menu {
gap: 56px !important;
}

/* Smaller, lighter logo */
.header__heading-logo {
max-width: 88px; /* refined scale */
}

/* ===================================== */
/* HERO IMAGE REBALANCE */
/* ===================================== */

/* Slightly lower focal point of hero image */
.banner__media img,
.image-banner__media img {
object-position: center 60%;
}

/* Add subtle breathing room under header before hero */
.banner,
.image-banner {
margin-top: 20px;
}



/* ===================================== */
/* PDP – DESIGN STUDIO MODE */
/* ===================================== */

/* Product title */
.product__title {
font-size: 1.9rem;
font-weight: 500;
letter-spacing: 0.06em;
}

/* Product description */
.product__description {
max-width: 520px;
line-height: 1.75;
opacity: 0.9;
}

/* Variant selector */
.product-form__input {
border-radius: 0px !important;
border: 1px solid #DADADA !important;
background: transparent !important;
}

/* Quantity box */
.quantity {
border-radius: 0px !important;
border: 1px solid #DADADA !important;
}


/* ===================================== */
/* ADD TO CART BUTTON */
/* ===================================== */

.product-form__submit {
background: transparent !important;
border: 1px solid #111111 !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
}

.product-form__submit:hover {
background: #111111 !important;
color: #ffffff !important;
transition: all 0.25s ease;
}


/* ===================================== */
/* CART DRAWER REFINEMENT */
/* ===================================== */

.cart-drawer {
background-color: #F5F5F3 !important;
}

.cart-item__name {
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.cart-item__price {
opacity: 0.8;
letter-spacing: 0.03em;
}

/* Checkout button */
.cart__checkout-button {
background: transparent !important;
border: 1px solid #111111 !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
}

.cart__checkout-button:hover {
background: #111111 !important;
color: #ffffff !important;
}


/* ===================================== */
/* COLLECTION FILTERS */
/* ===================================== */

.facets__summary {
letter-spacing: 0.12em;
text-transform: uppercase;
font-size: 0.8rem;
}

.facets__item label {
letter-spacing: 0.03em;
font-size: 0.9rem;
}


/* ===================================== */
/* FOOTER – MINIMAL STUDIO */
/* ===================================== */

.footer {
background-color: #F5F5F3 !important;
padding-top: 120px !important;
padding-bottom: 80px !important;
}

.footer__heading {
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 500;
font-size: 0.8rem;
}

.footer a {
opacity: 0.85;
transition: opacity 0.2s ease;
}

.footer a:hover {
opacity: 0.6;
text-decoration: none !important;
}


/* ===================================== */
/* REMOVE ALL ROUNDED UI */
/* ===================================== */

button,
input,
select,
textarea {
border-radius: 0px !important;
}


/* ===================================== */
/* PDP – DESIGN STUDIO MODE */
/* ===================================== */

/* Product title */
.product__title {
font-size: 1.9rem;
font-weight: 500;
letter-spacing: 0.06em;
}

/* Product description */
.product__description {
max-width: 520px;
line-height: 1.75;
opacity: 0.9;
}

/* Variant selector */
.product-form__input {
border-radius: 0px !important;
border: 1px solid #DADADA !important;
background: transparent !important;
}

/* Quantity box */
.quantity {
border-radius: 0px !important;
border: 1px solid #DADADA !important;
}


/* ===================================== */
/* ADD TO CART BUTTON */
/* ===================================== */

.product-form__submit {
background: transparent !important;
border: 1px solid #111111 !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
}

.product-form__submit:hover {
background: #111111 !important;
color: #ffffff !important;
transition: all 0.25s ease;
}


/* ===================================== */
/* CART DRAWER REFINEMENT */
/* ===================================== */

.cart-drawer {
background-color: #F5F5F3 !important;
}

.cart-item__name {
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.cart-item__price {
opacity: 0.8;
letter-spacing: 0.03em;
}

/* Checkout button */
.cart__checkout-button {
background: transparent !important;
border: 1px solid #111111 !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
}

.cart__checkout-button:hover {
background: #111111 !important;
color: #ffffff !important;
}


/* ===================================== */
/* COLLECTION FILTERS */
/* ===================================== */

.facets__summary {
letter-spacing: 0.12em;
text-transform: uppercase;
font-size: 0.8rem;
}

.facets__item label {
letter-spacing: 0.03em;
font-size: 0.9rem;
}


/* ===================================== */
/* FOOTER – MINIMAL STUDIO */
/* ===================================== */

.footer {
background-color: #F5F5F3 !important;
padding-top: 120px !important;
padding-bottom: 80px !important;
}

.footer__heading {
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 500;
font-size: 0.8rem;
}

.footer a {
opacity: 0.85;
transition: opacity 0.2s ease;
}

.footer a:hover {
opacity: 0.6;
text-decoration: none !important;
}


/* ===================================== */
/* REMOVE ALL ROUNDED UI */
/* ===================================== */

button,
input,
select,
textarea {
border-radius: 0px !important;
}


/* ===================================== */
/* SOFT STUDIO TYPOGRAPHY SYSTEM */
/* ===================================== */

/* Headings – IBM Plex for warmth */
h1, .h1,
h2, .h2,
h3, .h3,
.product__title {
font-family: "IBM Plex Sans", sans-serif;
font-weight: 500 !important;
letter-spacing: 0.01em;
}

/* Reduce visual aggression */
h1 {
line-height: 1.2;
}

h2 {
line-height: 1.3;
}

/* Body – Inter stays clean */
body,
p,
.product__description {
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 1.7;
letter-spacing: 0.01em;
}

/* Navigation – lighter + calmer */
.header__menu-item {
font-family: "Inter", sans-serif;
font-weight: 400 !important;
letter-spacing: 0.12em;
text-transform: uppercase;
}

/* Buttons – refined but not cold */
.button {
font-family: "Inter", sans-serif;
font-weight: 500;
letter-spacing: 0.08em !important;
}


h1, h2, .h1, .h2 {
font-weight: 500 !important; /* not 600 */
letter-spacing: 0.01em; /* reduce sharpness */
}

body {
line-height: 1.7;
}


/* ===================================== */
/* HERO – STUDIO REFINEMENT */
/* ===================================== */

/* Remove heavy gradient / shadow buttons */
.button--primary {
background: transparent !important;
border: 1px solid #111111 !important;
color: #111111 !important;
box-shadow: none !important;
letter-spacing: 0.08em !important;
text-transform: uppercase;
font-weight: 500;
padding: 16px 32px;
}

/* Hover – controlled inversion */
.button--primary:hover {
background: #111111 !important;
color: #ffffff !important;
transition: all 0.25s ease;
}

/* Soften subtitle tracking */
.subtitle,
.caption-with-letter-spacing {
letter-spacing: 0.12em !important;
}

/* Improve paragraph rhythm */
.banner__text,
.rte p {
line-height: 1.7;
}

/* Add breathing room to hero section */
.banner {
padding-top: 40px;
padding-bottom: 60px;
}

/* Remove any residual shadows globally */
button,
.button {
box-shadow: none !important;
}


/* ===================================== */
/* HERO – STUDIO REFINEMENT */
/* ===================================== */

/* Remove default heavy Shopify styling */
button,
.button,
.button--primary {
box-shadow: none !important;
}

/* HERO BUTTON – ARCHITECTURAL */
.button--primary {
background: transparent !important;
border: 1px solid #111111 !important;
color: #111111 !important;
text-transform: uppercase;
letter-spacing: 0.14em !important;
font-weight: 500;
padding: 18px 40px !important;
min-width: 240px;
transition: all 0.25s ease;
}

.button--primary:hover {
background: #111111 !important;
color: #ffffff !important;
}

/* HERO TEXT COLUMN CONTROL */
.banner__box {
max-width: 520px !important;
}

.banner__heading {
margin-bottom: 18px !important;
letter-spacing: -0.01em;
}

.banner__text {
margin-bottom: 28px !important;
line-height: 1.75 !important;
}

/* Subtitle refinement */
.subtitle,
.caption-with-letter-spacing {
letter-spacing: 0.12em !important;
}

/* Add breathing space around hero */
.banner {
padding-top: 40px;
padding-bottom: 60px;
}



/* ===================================== */
/* MOBILE HERO REFINEMENT */
/* ===================================== */

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

/* More breathing room between image and text */
.banner__box {
padding-top: 28px !important;
}

/* Slightly softer headline scale */
.banner__heading {
font-size: 32px !important;
line-height: 1.2 !important;
}

/* Improve paragraph rhythm */
.banner__text {
font-size: 16px !important;
line-height: 1.7 !important;
}

/* Lighter, more refined mobile button */
.button--primary {
padding: 16px 28px !important;
min-width: auto !important;
width: auto !important;
}
}



/* ===================================== */
/* MOBILE HERO – FINAL BALANCE */
/* ===================================== */

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

/* Increase space between image and heading */
.banner__box {
padding-top: 36px !important;
}

/* Slightly more elegant headline scale */
.banner__heading {
font-size: 30px !important;
line-height: 1.22 !important;
letter-spacing: -0.01em;
}

/* Improve body rhythm */
.banner__text {
font-size: 16px !important;
line-height: 1.75 !important;
}

/* Make button feel lighter + more editorial */
.button--primary {
padding: 15px 26px !important;
letter-spacing: 0.16em !important;
}
}


/* ===================================== */
/* MOBILE HERO – FINAL SPACING FIX */
/* ===================================== */

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

/* More space between image and text block */
.banner__box {
margin-top: 42px !important;
}

/* Slightly more breathing room under heading */
.banner__heading {
margin-bottom: 22px !important;
}

/* Add more space above button */
.button--primary {
margin-top: 10px !important;
}
}



@media screen and (max-width: 749px) {
.button--primary {
letter-spacing: 0.12em !important;
}
}


/* ===================================== */
/* FOOTER REFINEMENT */
/* ===================================== */

/* Light studio background */
.footer {
background-color: #f6f6f4 !important;
border-top: 1px solid #e8e8e6;
padding-top: 60px !important;
padding-bottom: 40px !important;
}

/* Footer headings */
.footer__heading {
font-weight: 500 !important;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 18px !important;
}

/* Footer links */
.footer a {
font-weight: 400 !important;
font-size: 14px;
line-height: 1.8;
opacity: 0.8;
transition: opacity 0.2s ease;
}

.footer a:hover {
opacity: 1;
}

/* Newsletter field – minimal */
.footer input {
border: 1px solid #111111 !important;
background: transparent !important;
padding: 14px 16px !important;
}

.footer button {
border: 1px solid #111111 !important;
background: transparent !important;
color: #111111 !important;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 14px 22px !important;
}

.footer button:hover {
background: #111111 !important;
color: #ffffff !important;
}



/* ===================================== */
/* FOOTER – STUDIO CLEAN */
/* ===================================== */

/* Softer but clearer background */
.footer {
background-color: #f4f4f2 !important;
border-top: 1px solid #e6e6e4;
padding-top: 70px !important;
padding-bottom: 40px !important;
}

/* Section headings */
.footer__heading {
font-size: 13px;
font-weight: 500 !important;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #111111 !important;
margin-bottom: 20px !important;
}

/* Footer links */
.footer a {
font-size: 14px;
font-weight: 400 !important;
line-height: 1.9;
color: #3a3a3a !important;
opacity: 0.85;
transition: opacity 0.2s ease;
}

.footer a:hover {
opacity: 1;
}

/* Newsletter input refinement */
.footer input {
border: 1px solid #111111 !important;
background: transparent !important;
padding: 16px 18px !important;
font-size: 14px;
}

/* Newsletter button */
.footer button {
border: 1px solid #111111 !important;
background: transparent !important;
color: #111111 !important;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 16px 26px !important;
font-weight: 500;
transition: all 0.25s ease;
}

.footer button:hover {
background: #111111 !important;
color: #ffffff !important;
}

/* About paragraph refinement */
.footer p {
font-size: 14px;
line-height: 1.75;
color: #444444 !important;
}

/* Remove excess icon heaviness */
.footer .list-social__item svg {
transform: scale(0.9);
opacity: 0.8;
}



* ===================================== */
/* FOOTER – MOBILE TUNING */
/* ===================================== */

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

/* Stronger newsletter title */
.footer__blocks-wrapper h2,
.footer__blocks-wrapper .footer__heading:first-of-type {
color: #111111 !important;
font-weight: 600 !important;
letter-spacing: 0.08em;
}

/* Cleaner input field */
.footer input {
background: #ffffff !important;
border: 1px solid #111111 !important;
}

/* Softer divider */
.footer hr,
.footer__content-top {
border-color: #e9e9e7 !important;
}

/* Reduce payment icon dominance */
.footer .payment-icons img,
.footer .payment-icons svg {
opacity: 0.5 !important;
}

/* Reduce legal text visual weight */
.footer__copyright,
.footer__copyright a {
font-size: 13px !important;
opacity: 0.75;
}
}



/* ===================================== */
/* FOOTER – FINAL CONTRAST FIX */
/* ===================================== */

.footer__heading,
.footer h2,
.footer h3 {
color: #111111 !important;
font-weight: 600 !important;
letter-spacing: 0.06em;
}

/* Slightly darker body text */
.footer p,
.footer li,
.footer a {
color: #2f2f2f !important;
}

/* Make newsletter label stronger */
.footer .newsletter__heading {
color: #111111 !important;
}



.footer__blocks-wrapper > * {
margin-bottom: 32px !important;
}


.product-title-normal {
text-transform: none !important;
letter-spacing: 0 !important;
}


* KUDU — Product titles normal case */

.product__title h1,
.product-title-normal,
.card__heading,
.card__heading a {
text-transform: none !important;
letter-spacing: normal !important;
}


/* KUDU — remove ALL forced uppercase */

.uppercase,
.caption,
.caption-with-letter-spacing,
.caption-with-letter-spacing--medium,
.caption-with-letter-spacing--large,
.accordion__title,
.product__title,
.summary__title {
text-transform: none !important;
letter-spacing: 0.02em !important;
}


/* =========================================
KUDU — LUXURY TYPOGRAPHY + SPACING SYSTEM
========================================= */

/* ---------- Remove ALL uppercase ---------- */

h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
letter-spacing: 0.03em;
font-weight: 500;
}

/* Dawn utility uppercase removal */
.uppercase,
.caption-with-letter-spacing {
text-transform: none !important;
}


/* ---------- Editorial reading width ---------- */

.rte,
.rich-text__blocks {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}


/* ---------- Luxury vertical rhythm ---------- */

h1, h2, h3 {
margin-bottom: 24px;
}

p {
margin-bottom: 40px;
line-height: 1.6;
}


/* ---------- Section breathing ---------- */

.section {
padding-top: 120px;
padding-bottom: 120px;
}

/* Mobile spacing */
@media screen and (max-width: 768px) {
.section {
padding-top: 64px;
padding-bottom: 64px;
}
}


/* ---------- Buttons ---------- */

.button {
margin-top: 32px;
}


/* ---------- Accordion refinement ---------- */

.accordion {
margin-bottom: 24px;
}

.accordion summary {
padding: 20px 0;
}


/* ---------- Product spacing ---------- */

.product__info-wrapper {
padding-left: 80px;
}

@media screen and (max-width: 990px) {
.product__info-wrapper {
padding-left: 0;
}
}


/* ---------- Soft luxury background option ---------- */

.color-soft-bone {
background-color: #F6F4EF;
}


/* ---------- Image breathing ---------- */

.media {
margin-bottom: 24px;
}



/* ================================
KUDU LUXURY PRODUCT SPACING
================================ */


/* 1. Soft pause after product title */
.product__title {
margin-bottom: 28px;
}


/* 2. Calm spacing before purchase area */
.product-form {
margin-top: 40px;
}


/* 3. Premium Add-to-Cart button presence */
.product-form__buttons .button {
height: 56px;
font-size: 15px;
letter-spacing: 0.04em;
}


/* 4. Information section separation (multicolumn) */
.multicolumn {
background-color: #F6F4EF; /* soft bone tone */
padding-top: 80px;
padding-bottom: 80px;
}


/* 5. Mobile refinement */
@media screen and (max-width: 768px) {

.product__title {
margin-bottom: 20px;
}

.product-form {
margin-top: 28px;
}

.multicolumn {
padding-top: 48px;
padding-bottom: 48px;
}

}


/* Soft editorial divider */
.soft-divider {
width: 60px;
height: 1px;
background-color: rgba(0,0,0,0.08);
margin: 60px auto;
}


/* =====================================
KUDU LUXURY GRID POLISH
===================================== */

/* Product image breathing space */
.card__media {
padding: 18px;
}

.card__inner {
background: transparent;
}

/* Image hierarchy */
.card--standard .card__media img {
transform: scale(0.92);
transition: transform 0.4s ease;
}

/* Subtle luxury hover */
.card:hover .card__media img {
transform: scale(0.95);
}

/* Product title spacing */
.card__heading {
margin-top: 18px;
margin-bottom: 6px;
letter-spacing: 0.02em;
text-transform: none;
}

/* Price refinement */
.price {
margin-top: 4px;
opacity: 0.8;
letter-spacing: 0.02em;
}

/* Grid spacing desktop */
.grid {
row-gap: 48px;
column-gap: 24px;
}

/* Grid spacing mobile */
@media screen and (max-width: 749px) {

.grid {
row-gap: 36px;
column-gap: 14px;
}

.card__media {
padding: 12px;
}

}



/* Remove Dawn section divider line */
.related-products {
border-top: none !important;
}

.product-recommendations {
border-top: none !important;
}

.section + .section {
border-top: none !important;
}


/* ===================================
KUDU LUXURY SPACING SYSTEM
=================================== */


/* ---------- GLOBAL SECTION AIR ---------- */

.section {
padding-top: 72px;
padding-bottom: 72px;
}

@media screen and (max-width: 749px) {
.section {
padding-top: 48px;
padding-bottom: 48px;
}
}


/* ---------- GRID BREATHING SPACE ---------- */

.grid,
.product-grid {
row-gap: 48px;
}

@media screen and (max-width: 749px) {
.grid,
.product-grid {
row-gap: 36px;
}
}


/* ---------- HEADING SPACING ---------- */

.related-products__heading,
.collection__title,
h2 {
margin-bottom: 32px;
}

@media screen and (max-width: 749px) {
h2 {
margin-bottom: 24px;
}
}


/* ---------- PRODUCT CARD HIERARCHY ---------- */

.card {
padding-bottom: 12px;
}

.card__information {
padding-top: 14px;
}


/* ---------- SOFT SECTION DIVIDER (AIR INSTEAD OF LINE) ---------- */

.related-products {
margin-top: 64px;
}

@media screen and (max-width: 749px) {
.related-products {
margin-top: 48px;
}
}


/* ---------- LUXURY IMAGE FOCUS ---------- */

.card__media {
margin-bottom: 8px;
}


/* ---------- TYPOGRAPHY CALM REFINEMENT ---------- */

.card__heading {
letter-spacing: 0.02em;
}

.price {
margin-top: 6px;
}



.collection-hero-product {
margin-bottom: 80px;
}

@media screen and (max-width: 749px) {
.collection-hero-product {
margin-bottom: 48px;
}
}


/* ===== COLLECTION GRID REFINEMENT ===== */

.product-grid {
gap: 28px;
}

.grid__item {
padding: 0;
}

/* Remove card box feeling */
.card {
background: transparent;
border: none;
}

/* Image breathing room */
.card__inner {
background: transparent;
}

/* Calm luxury spacing under product */
.card__content {
padding-top: 14px;
}

/* Softer hierarchy */
.card__heading {
margin-bottom: 4px;
letter-spacing: 0.02em;
}

/* Price spacing */
.price {
margin-top: 2px;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
.product-grid {
gap: 18px;
}
}



/* =====================================
KUDU COLLECTION HERO SYSTEM
===================================== */

/* Collection grid structure */
.product-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}

/* Madagascar hero product */
.collection-hero-product {
grid-column: span 2;
margin-bottom: 48px;
}

/* Hero image breathing space */
.collection-hero-product .card__media {
padding: 6% 8%;
}

/* Hero title refinement */
.collection-hero-product .card__heading {
font-size: 1.4rem;
letter-spacing: 0.02em;
text-transform: none;
}

/* Calm luxury spacing */
.collection-hero-product .card__content {
padding-top: 18px;
}

/* Soft visual pause after hero */
.collection-hero-product + .grid__item {
margin-top: 12px;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
.product-grid {
grid-template-columns: repeat(2, 1fr);
}

.collection-hero-product {
grid-column: span 1;
margin-bottom: 28px;
}
}



/* =====================================
KUDU COLLECTION HERO (DAWN THEME)
===================================== */

/* Make hero span wider */
.collection-hero-product {
grid-column: span 2 !important;
margin-bottom: 48px;
}

/* Product grid spacing refinement */
.grid.product-grid {
gap: 28px;
}

/* Hero image breathing */
.collection-hero-product .card__media {
padding: 6% 8%;
}

/* Hero typography */
.collection-hero-product .card__heading {
font-size: 1.4rem;
letter-spacing: 0.02em;
text-transform: none;
}

/* Mobile */
@media screen and (max-width: 749px) {
.collection-hero-product {
grid-column: span 1 !important;
margin-bottom: 28px;
}
}


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


/* ===============================
HERO PRODUCT — KUDU
================================ */

.card-wrapper[data-product-tags*="hero"] {
grid-column: span 2;
}

@media screen and (max-width: 749px) {
.card-wrapper[data-product-tags*="hero"] {
grid-column: span 1;
}
}

/* Hero product — collection grid */

.grid__item--hero {
grid-column: span 2;
}

@media screen and (max-width: 749px) {
.grid__item--hero {
grid-column: span 1;
}
}

/* Madagascar hero product */

.product-hero {
grid-column: span 2 !important;
}

@media screen and (max-width: 749px) {
.product-hero {
grid-column: span 1 !important;
}
}


/* Madagascar Hero Product */
.product-hero {
grid-column: span 2;
}

@media screen and (max-width: 749px) {
.product-hero {
grid-column: span 1;
}
}


:root {
--space-xs: 8px;
--space-sm: 16px;
--space-md: 32px;
--space-lg: 64px;
--space-xl: 96px;
}


.template-index .shopify-section:first-child {
margin-bottom: 80px;
}

@media screen and (max-width: 749px) {
.template-index .shopify-section:first-child {
margin-bottom: 48px;
}
}


.rich-text {
padding-top: 80px;
padding-bottom: 80px;
}

.rich-text__heading {
margin-bottom: 18px;
}

.rich-text__text {
max-width: 520px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}


.product-hero {
grid-column: span 2;
}


/* Hero heading refinement */
.banner__heading {
text-transform: none !important;
letter-spacing: -0.01em;
line-height: 1.1;
}


.banner__content {
max-width: 620px;
}


/* Homepage headings refinement */
.template-index h1,
.template-index h2,
.template-index h3,
.template-index .h1,
.template-index .h2,
.template-index .h3 {
text-transform: none !important;
letter-spacing: -0.01em;
}


.template-index .banner__content {
text-align: left;
align-items: flex-start;
}


/* Luxury hero spacing */
.template-index .banner__content {
padding-top: 8rem;
padding-bottom: 6rem;
}

@media screen and (max-width: 749px) {
.template-index .banner__content {
padding-top: 5rem;
padding-bottom: 4rem;
}
}


.template-index .banner__box {
max-width: 520px;
}

.template-index .banner__heading {
line-height: 1.15;
}


/* ================================
KUDU HERO REFINEMENT
Editorial Luxury Layout
================================ */

/* Offset hero text */
.template-index .banner__content {
justify-content: flex-start;
text-align: left;
padding-left: 8%;
}

.template-index .banner__box {
margin-left: 0;
max-width: 480px;
}

/* Mobile balance */
@media screen and (max-width: 749px) {
.template-index .banner__content {
padding-left: 6%;
}
}

/* Subtle luxury image motion */
.banner__media img {
transform: scale(1.03);
transition: transform 6s ease;
}

.banner:hover .banner__media img {
transform: scale(1.06);
}

/* Editorial button styling */
.banner__buttons .button {
padding: 14px 32px;
letter-spacing: 0.12em;
font-size: 0.85rem;
}

/* Improve headline presence */
.template-index .banner__heading {
letter-spacing: -0.02em;
line-height: 1.1;
max-width: 18ch;
}

/* Softer paragraph rhythm */
.template-index .banner__text {
max-width: 38ch;
opacity: 0.85;
}


/* =====================================
KUDU HERO REFINEMENT — EDITORIAL STYLE
===================================== */

/* Hero image soft cinematic overlay */
.template-index .banner__media::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(0, 0, 0, 0.18) 0%,
rgba(0, 0, 0, 0.08) 35%,
rgba(0, 0, 0, 0) 65%
);
pointer-events: none;
}

/* Hero typography spacing */
.template-index .banner__heading {
font-weight: 500;
margin-bottom: 18px;
letter-spacing: 0.02em;
}

.template-index .banner__text {
margin-bottom: 28px;
max-width: 480px;
}

/* Lower hero content for editorial balance */
.template-index .banner__content {
align-items: flex-end;
padding-bottom: 8%;
}

/* Improve mobile balance */
@media screen and (max-width: 749px) {
.template-index .banner__content {
padding-bottom: 14%;
}

.template-index .banner__heading {
margin-bottom: 12px;
}

.template-index .banner__text {
margin-bottom: 20px;
}
}


/* ================================
KUDU HERO — EDITORIAL REFINEMENT
================================ */

/* Narrow editorial text width */
.template-index .banner__box {
max-width: 520px;
margin: 0 auto;
}

/* Luxury side breathing space */
.template-index .banner__content {
padding-left: 6vw;
padding-right: 6vw;
}

/* Softer premium button */
.template-index .banner__buttons .button {
background: transparent;
border: 1px solid rgba(255,255,255,0.6);
color: #ffffff;
letter-spacing: 0.06em;
padding: 12px 26px;
transition: all 0.3s ease;
}

.template-index .banner__buttons .button:hover {
background: rgba(255,255,255,0.12);
}

/* Smooth fade into next section */
.template-index .banner {
position: relative;
}

.template-index .banner::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
background: linear-gradient(
to bottom,
rgba(0,0,0,0),
var(--color-background)
);
pointer-events: none;
}

/* Better mobile balance */
@media screen and (max-width: 749px) {

.template-index .banner__box {
max-width: 90%;
}

.template-index .banner__content {
padding-left: 5vw;
padding-right: 5vw;
}

.template-index .banner__buttons .button {
padding: 10px 22px;
}
}


/* ===== KUDU TYPOGRAPHY RESET ===== */

h1,
h2,
h3,
.banner__heading,
.rich-text__heading,
.section-heading {
text-transform: none !important;
letter-spacing: -0.01em;
line-height: 1.2;
}

/* ===== HERO IMAGE EDITORIAL SPACING ===== */

.banner__media img {
width: 82%;
margin-left: auto;
margin-right: auto;
display: block;
}


@media screen and (max-width: 749px) {
.banner__media img {
width: 88%;
}
}


/* ================================
   FIX HOMEPAGE FORCED CAPITALS
   ================================ /

.template-index h1,
.template-index h2,
.template-index h3,
.template-index .h1,
.template-index .h2,
.template-index .h3,
.template-index .banner__heading,
.template-index .rich-text__heading,
.template-index .title,
.template-index .image-with-text__heading {
  text-transform: none !important;
  letter-spacing: normal;
}

/ Optional: keep small labels elegant */
.template-index .subtitle,
.template-index .caption-with-letter-spacing {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}


/* ================================
KUDU TYPOGRAPHY SYSTEM
================================ /

/ HERO /
h1, .h1 {
font-weight: 500;
letter-spacing: -0.01em;
line-height: 1.15;
text-transform: none;
}

/ SECTION HEADINGS /
h2, .h2 {
font-weight: 500;
letter-spacing: 0;
line-height: 1.25;
text-transform: none;
}

/ PRODUCT + SMALL HEADINGS /
h3, .h3,
.card__heading {
font-weight: 500;
letter-spacing: 0.02em;
text-transform: none;
}

/ EYEBROW LABELS /
.subtitle,
.caption-with-letter-spacing {
text-transform: uppercase;
letter-spacing: 0.14em;
font-weight: 500;
}

/ BODY TEXT */
body,
.rte {
line-height: 1.6;
letter-spacing: 0;
}



/* ================================
KUDU SPACING SYSTEM
================================ */

:root {
--space-xs: 8px;
--space-s: 16px;
--space-m: 24px;
--space-l: 40px;
--space-xl: 64px;
--space-xxl: 96px;
--space-xxxl: 140px;
}


/* ===================================
KUDU GLOBAL LUXURY SPACING SYSTEM
=================================== /

/ SPACING SCALE /
:root {
--space-xs: 8px;
--space-s: 16px;
--space-m: 24px;
--space-l: 40px;
--space-xl: 64px;
--space-xxl: 96px;
--space-xxxl: 140px;
}

/ ===============================
SECTION RHYTHM
================================ /

.shopify-section {
margin-top: var(--space-xxl);
margin-bottom: var(--space-xxl);
}

/ ===============================
HERO SPACING
================================ /

.banner__content {
padding-top: var(--space-xxxl);
padding-bottom: var(--space-xxl);
}

/ ===============================
TEXT FLOW / EDITORIAL RHYTHM
================================ */

.rte > * + ,
.banner__content > * + * {
margin-top: var(--space-m);
}

/ ===============================
PRODUCT GRID BREATHING
================================ /

.grid {
row-gap: var(--space-xl);
column-gap: var(--space-l);
}

/ ===============================
MOBILE LUXURY ADJUSTMENT
================================ */

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

.shopify-section {
margin-top: var(--space-xl);
margin-bottom: var(--space-xl);
}

.banner__content {
padding-top: var(--space-xxl);
padding-bottom: var(--space-xl);
}

}


/* Madagascar Featured Product */

.product-hero {
transform: scale(1.06);
z-index: 3;
}

.product-hero img {
transform: scale(1.02);
}

@media screen and (max-width: 749px) {
.product-hero {
transform: scale(1.02);
}
}



/* Center Hero Product */

.product-hero-center {
grid-column: span 2;
margin-left: auto;
margin-right: auto;
}

@media screen and (min-width: 990px) {
.product-hero-center {
grid-column: 2 / span 2;
}
}

@media screen and (max-width: 749px) {
.product-hero-center {
grid-column: span 1;
}
}


/* Center Hero Product */

.product-hero-center {
grid-column: span 2;
margin-left: auto;
margin-right: auto;
}

@media screen and (min-width: 990px) {
.product-hero-center {
grid-column: 2 / span 2;
}
}

@media screen and (max-width: 749px) {
.product-hero-center {
grid-column: span 1;
}
}


/* ===============================
HERO PRODUCT — CENTER LAYOUT
================================ */

/* make hero span full grid row */
.product-hero-center {
grid-column: 1 / -1;
display: flex;
justify-content: center;
}

/* control hero width */
.product-hero-center .card-wrapper {
max-width: 420px;
width: 100%;
}

/* ensure remaining products align nicely */
.collection .grid {
align-items: start;
}


/* ===============================
TOTEME HERO PRODUCT
================================ */

.collection-hero-product {
width: 100%;
display: flex;
justify-content: center;
margin: 4rem 0 5rem;
}

.collection-hero-product .card-wrapper {
width: 100%;
max-width: 900px;
}

/* remove boxed feeling */
.collection-hero-product .card {
border: none;
background: transparent;
}

/* make image breathe */
.collection-hero-product img {
width: 100%;
height: auto;
}



.banner__heading {
font-size: clamp(48px, 8vw, 120px);
letter-spacing: -0.02em;
line-height: 0.9;
font-weight: 400;
}


.banner__content {
background: transparent;
padding: 0;
}


.banner__box {
margin-top: 6rem;
}



/* --- Product name spacing --- */
.card__heading {
margin-bottom: 6px;
}

/* --- Scent / secondary line refinement --- */
.card__information p {
font-size: 0.9rem;
letter-spacing: 0.04em;
opacity: 0.75;
}

/* --- Elegant spacing between products --- */
.card-wrapper {
margin-bottom: 28px;
}

/* --- Mobile refinement --- */
@media screen and (max-width: 749px) {
.card-wrapper {
margin-bottom: 22px;
}
}


.section {
border-top: 1px solid rgba(0,0,0,0.07);
}


.template-product #shopify-chat,
.template-product iframe {
display: none !important;
}


/* Luxury collection spacing */

.card__content {
padding-top: 26px !important;
}

.card-wrapper {
margin-bottom: 48px !important;
}

.card__heading {
margin-bottom: 6px !important;
}

.card-information {
gap: 10px;
}


/* Make first product larger */

.grid__item:first-child .media img {
transform: scale(1.08);
}

.grid__item:first-child {
margin-bottom: 60px;
}


/* ===============================
KUDU LUXURY MOBILE MENU REFINEMENT
=============================== */

/* Smooth drawer animation */
.menu-drawer {
transition: transform 0.28s ease;
}

/* Main menu item spacing */
.menu-drawer__menu-item {
padding-top: 18px;
padding-bottom: 18px;
font-size: 16px;
letter-spacing: 0.02em;
text-transform: none;
}

/* Cleaner accordion behaviour */
.menu-drawer details summary {
cursor: pointer;
}

.menu-drawer details[open] > summary {
font-weight: 500;
}

/* Remove visual divider clutter */
.menu-drawer details {
border-bottom: none;
}

/* Submenu styling */
.menu-drawer__submenu .menu-drawer__menu-item {
font-size: 15px;
opacity: 0.85;
padding-left: 20px;
padding-top: 14px;
padding-bottom: 14px;
}

/* Luxury breathing space between groups */
.menu-drawer__navigation {
padding-top: 10px;
padding-bottom: 20px;
}

/* Softer hover / tap feeling */
.menu-drawer__menu-item:hover {
opacity: 0.7;
transition: opacity 0.2s ease;
}



/* ===============================
KUDU FAQ / ACCORDION REFINEMENT
=============================== */

/* Page background (soft oat) */
.template-page {
background-color: #F6F3EE;
}

/* Accordion container */
.accordion,
.collapsible-content {
max-width: 720px;
margin: 0 auto;
}

/* Individual accordion item */
.accordion__item,
.collapsible-content__item {
background: #ffffff;
border: none;
border-bottom: 1px solid #E8E3DC;
padding-top: 28px;
padding-bottom: 28px;
}

/* Question styling */
.accordion__title,
.collapsible-content summary {
font-size: 18px;
font-weight: 500;
letter-spacing: -0.01em;
color: #1A1A1A;
text-decoration: none;
}

/* Remove underline when opened */
.accordion__title:hover,
.collapsible-content summary:hover {
text-decoration: none;
}

/* Answer text */
.accordion__content,
.collapsible-content__inner {
font-size: 16px;
line-height: 1.7;
color: #444444;
margin-top: 14px;
max-width: 640px;
}

/* Smooth open animation */
.collapsible-content__inner {
transition: all 0.3s ease;
}

/* Chevron refinement */
summary svg {
opacity: 0.6;
transform: scale(0.9);
}

/* More breathing space between items */
.collapsible-content__wrapper {
gap: 32px;
}



/* =====================================
KUDU LUXURY FAQ / ACCORDION STYLING
===================================== */

/* Page background */
.template-page {
background-color: #F6F3EE;
}

/* Accordion container width */
.collapsible-content {
max-width: 720px;
margin: 0 auto;
}

/* FAQ card styling */
.collapsible-content__item {
background: #FFFFFF;
border-radius: 6px;
margin-bottom: 16px;
padding: 24px 18px;
border: 1px solid #E8E3DC;
}

/* Question styling */
.collapsible-content summary,
summary {
font-size: 18px;
font-weight: 500;
letter-spacing: -0.01em;
color: #1A1A1A;
text-decoration: none !important;
border-bottom: none !important;
cursor: pointer;
}

/* Remove underline completely */
.collapsible-content summary:hover {
text-decoration: none !important;
}

/* Answer text */
.collapsible-content__inner {
font-size: 16px;
line-height: 1.7;
color: #444444;
margin-top: 14px;
max-width: 640px;
}

/* Active open state */
details[open] {
background-color: #FBFAF7;
}

/* Chevron refinement */
summary svg {
opacity: 0.6;
transform: scale(0.9);
}

/* Smooth accordion animation */
.collapsible-content__inner {
transition: all 0.3s ease;
}


/* =====================================
KUDU INFORMATION PAGE – FINAL REFINEMENT
===================================== */

/


/* =====================================
KUDU PAGE TITLE SPACING REFINEMENT
===================================== */

/* Increase space below page title */
.main-page .title,
.main-page h1 {
margin-bottom: 60px;
}

/* Reduce space above title slightly */
.main-page {
padding-top: 20px;
}

/* Center and calm title appearance */
.main-page h1 {
text-align: center;
font-weight: 500;
letter-spacing: -0.01em;
}


/* =====================================
KUDU HOMEPAGE LUXURY SPACING
===================================== */

/* Space after hero banner */
.template-index .shopify-section:first-child {
margin-bottom: 80px;
}

/* Calm spacing before first product section */
.template-index .shopify-section + .shopify-section {
margin-top: 60px;
}


/* =====================================
KUDU LUXURY PRODUCT GRID REFINEMENT
===================================== */

/* Increase breathing space between products */
.grid {
row-gap: 48px;
column-gap: 32px;
}

/* Mobile grid spacing */
@media screen and (max-width: 749px) {
.grid {
row-gap: 40px;
column-gap: 18px;
}
}

/* Remove boxed ecommerce feeling */
.card {
border: none !important;
background: transparent !important;
box-shadow: none !important;
}

/* Allow product image breathing room */
.card__media {
padding: 8%;
}

/* Calm hover behaviour */
.card:hover {
transform: none;
}

/* Improve image presence */
.card__inner {
background: transparent;
}

/* Better spacing under product image */
.card__content {
padding-top: 12px;
}


/* =====================================
KUDU PRODUCT PAGE – LUXURY PURCHASE ZONE
===================================== */

/* Space around Add to Bag section */
.product-form {
margin-top: 24px;
margin-bottom: 48px;
}

/* Button container spacing */
.product-form__buttons {
margin-top: 24px;
margin-bottom: 24px;
}

/* Luxury Add to Bag button presence */
.product-form__submit {
padding-top: 18px;
padding-bottom: 18px;
font-weight: 500;
letter-spacing: 0.04em;
}

/* Calm separation before product description */
.product__description {
margin-top: 32px;
}

/* Improve overall info breathing room */
.product__info-container > * {
margin-bottom: 12px;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {

.product__info-container {
padding-bottom: 40px;
}

.product-form {
margin-bottom: 56px;
}

}



/* =====================================
KUDU PRODUCT PAGE – MICRO ALIGNMENT
===================================== */

/* Create single text column alignment */
.product__info-container {
max-width: 520px;
margin-left: auto;
margin-right: auto;
}

/* Align all info elements consistently */
.product__info-container > * {
padding-left: 0;
padding-right: 0;
}

/* Ensure button aligns with text column */
.product-form__buttons,
.product-form {
width: 100%;
}

/* Prevent button overflow misalignment */
.product-form__submit {
width: 100%;
border-radius: 4px;
}

/* Align price perfectly */
.price {
margin-left: 0;
}

/* Description alignment */
.product__description {
max-width: 520px;
}


/* =====================================
KUDU GLOBAL GEOMETRY SYSTEM
===================================== */

/* Buttons */
.button,
.product-form__submit {
border-radius: 4px;
}

/* Product cards */
.card,
.card__inner,
.card__media {
border-radius: 4px;
}

/* Images */
img {
border-radius: 4px;
}

/* Inputs & forms */
input,
textarea,
select {
border-radius: 4px;
}

/* Accordion / FAQ */
details {
border-radius: 4px;
}


/* =====================================
KUDU SOFT FOOTER EDITORIAL TEXT
===================================== */

.soft-footer,
.rich-text__text {
font-size: 15px;
line-height: 1.6;
letter-spacing: 0.04em;
color: #444444;
text-align: center;
}


/* Soft footer email refinement */
.rich-text a {
text-decoration: none;
color: #666666;
}