/** Shopify CDN: Minification failed

Line 3553:11 Expected identifier but found whitespace
Line 3554:0 Unexpected "@keyframes"
Line 3555:2 Unexpected "0%"
Line 3558:2 Unexpected "50%"
Line 3562:2 Unexpected "100%"
Line 3808:14 Expected identifier but found whitespace
Line 3808:15 Unexpected "6rem"
Line 4018:16 Expected identifier but found whitespace
Line 4018:17 Unexpected "8"
Line 4836:8 Expected identifier but found whitespace
... and 24 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: CanvasT
@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;
}



.price__tax {
font-size: 12px;
opacity: 0.55;
margin-top: 6px;
letter-spacing: 0.02em;
}


/* Product description – luxury editorial spacing */
.product__description {
max-width: 520px;
line-height: 1.65;
font-size: 15.5px;
letter-spacing: 0.01em;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
.product__description {
font-size: 15px;
line-height: 1.7;
padding-right: 10px;
}
}


/* Add to Cart – luxury button refinement */
.product-form__submit {
min-height: 56px;
font-size: 14px;
letter-spacing: 0.08em;
text-transform: uppercase;
}

/* Space above button */
.product-form {
margin-top: 24px;
}

/* Space below button */
.product-form__buttons {
margin-bottom: 28px;
}


/* Luxury button styling */
.product-form__submit {
border-radius: 2px;
transition: all 0.25s ease;
}

/* Hover refinement */
.product-form__submit:hover {
background-color: #222;
border-color: #222;
transform: translateY(-1px);
}

/* Softer press interaction */
.product-form__submit:active {
transform: translateY(0);
}


/* ===============================
KUDU – PRODUCT PAGE REFINEMENT
Editorial typography + luxury UX
================================ */

/* Product description – editorial reading width */
.product__description {
max-width: 520px;
line-height: 1.65;
font-size: 15.5px;
letter-spacing: 0.01em;
}

/* Mobile description refinement */
@media screen and (max-width: 749px) {
.product__description {
font-size: 15px;
line-height: 1.7;
padding-right: 10px;
}
}

/* VAT microcopy softness */
.price__tax {
font-size: 12px;
opacity: 0.55;
margin-top: 6px;
letter-spacing: 0.02em;
}

/* Add to Cart – luxury proportions */
.product-form__submit {
min-height: 56px;
font-size: 14px;
letter-spacing: 0.08em;
text-transform: uppercase;
border-radius: 2px;
transition: all 0.25s ease;
}

/* Button hover behaviour */
.product-form__submit:hover {
background-color: #222;
border-color: #222;
transform: translateY(-1px);
}

/* Button press interaction */
.product-form__submit:active {
transform: translateY(0);
}

/* Spacing around Add to Cart */
.product-form {
margin-top: 24px;
}

.product-form__buttons {
margin-bottom: 28px;
}

/* Image + text vertical alignment */
.product__info-wrapper {
padding-top: 0;
}

.product__media-wrapper {
padding-top: 0;
}


* ===============================
HOMEPAGE LUXURY SPACING SYSTEM
================================ */

/* Increase spacing between homepage sections */
.shopify-section {
margin-top: 60px;
margin-bottom: 60px;
}

/* First section sits closer to header */
.template-index .shopify-section:first-child {
margin-top: 30px;
}

/* Mobile spacing refinement */
@media screen and (max-width: 749px) {
.shopify-section {
margin-top: 40px;
margin-bottom: 40px;
}
}



/* ===============================
PRODUCT GRID – LUXURY SPACING
================================ */

/* Space under product image */
.card__media {
margin-bottom: 14px;
}

/* Product title spacing */
.card__heading {
margin-bottom: 6px;
letter-spacing: 0.02em;
}

/* Benefit / descriptor line */
.card-information {
padding-top: 6px;
}

/* Increase vertical breathing inside cards */
.card-information > * + * {
margin-top: 6px;
}

/* More air between products */
.grid__item {
padding-bottom: 24px;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
.grid__item {
padding-bottom: 18px;
}
}



/* KUDU subtitle softness */
.rich-text__text,
.rte.subtitle,
.rich-text p {
color: #6f6f6f;
}


/* Luxury subtitle refinement */
.rich-text__text,
.subtitle,
.rte p {
color: #111111;
opacity: 0.65;
max-width: 520px;
margin-left: auto;
margin-right: auto;
}


/* Elegant homepage spacing */
.shopify-section {
margin-top: 60px;
margin-bottom: 60px;
}


@media screen and (max-width: 749px) {
.shopify-section {
margin-top: 40px;
margin-bottom: 40px;
}
}



.rich-text p:last-child {
color: #6f6f6f;
}


/* Homepage rich text spacing refinement */

.template-index .rich-text {
padding-top: 40px;
padding-bottom: 40px;
}

.template-index .rich-text h2 {
font-size: 30px;
line-height: 1.25;
margin-bottom: 18px;
}

.template-index .rich-text p {
font-size: 16.5px;
line-height: 1.6;
color: #6f6f6f;
margin-bottom: 12px;
}

/* transition sentence */
.template-index .rich-text p:last-child {
margin-top: 20px;
}


.template-index .rich-text p:last-child {
color: #8a8a8a;
}




/* Homepage rich text rhythm refinement */

.template-index .rich-text {
padding-top: 36px;
padding-bottom: 36px;
}

/* Reduce space between paragraphs */
.template-index .rich-text p + p {
margin-top: 14px;
}

/* Make final transition line softer */
.template-index .rich-text p:last-child {
margin-top: 18px;
color: #8a8a8a;
font-size: 16px;
}


.template-index .rich-text h2 {
font-weight: 500;
letter-spacing: -0.01em;
}


/* HOMEPAGE TYPOGRAPHY REFINEMENT */

.template-index .rich-text h2 {
font-size: 28px;
line-height: 1.3;
letter-spacing: -0.01em;
}

.template-index .rich-text p {
font-size: 17px;
line-height: 1.6;
}

/* Secondary supporting line */
.template-index .rich-text p:last-child {
font-size: 15.5px;
line-height: 1.6;
color: #8a8a8a;
}


* ===== KUDU TYPOGRAPHY SYSTEM ===== */

/* Section headings */
.template-index h2,
.template-collection h1 {
font-size: 28px;
line-height: 1.3;
letter-spacing: -0.01em;
}

/* Product titles */
.card__heading,
.product__title h1 {
font-size: 24px;
line-height: 1.3;
}

/* Body copy */
.rte p,
.product__description p {
font-size: 16.5px;
line-height: 1.6;
}

/* Soft supporting text */
.rich-text p:last-child {
font-size: 15px;
color: #8a8a8a;
}

/* Desktop refinement */
@media screen and (min-width: 990px) {

.template-index h2,
.template-collection h1 {
font-size: 36px;
}

.product__title h1 {
font-size: 28px;
}
}



/* ================================
HOMEPAGE TYPOGRAPHY FIX
================================ */

/* Reduce huge gaps between sections */
.template-index .shopify-section {
margin-bottom: 40px;
}

/* Rich text section spacing */
.template-index .rich-text {
padding-top: 40px;
padding-bottom: 40px;
}

/* H2 Headings (Botanical Skin Care...) */
.template-index h2 {
font-size: 32px;
line-height: 1.25;
letter-spacing: -0.01em;
margin-bottom: 16px;
}

/* Body copy under headings */
.template-index .rich-text__text p {
font-size: 17px;
line-height: 1.7;
color: #6f6f6f;
max-width: 520px;
margin: 0 auto 18px;
}

/* Secondary statement (your scent sentence) */
.template-index .rich-text__text p:last-child {
font-size: 18px;
color: #555555;
}

/* Mobile optimisation */
@media screen and (max-width: 749px) {

.template-index h2 {
font-size: 26px;
}

.template-index .rich-text {
padding-top: 28px;
padding-bottom: 28px;
}

.template-index .shopify-section {
margin-bottom: 28px;
}
}


* ================================
HOMEPAGE LUXURY RHYTHM
================================ */

/* Alternate soft background flow */
.template-index .shopify-section:nth-child(even) {
background-color: #f7f6f3;
}

/* Keep product sections white */
.template-index .featured-collection,
.template-index .collection-list {
background-color: #ffffff;
}

/* Center content beautifully */
.template-index .rich-text__blocks {
max-width: 680px;
margin: 0 auto;
}

/* Improve vertical breathing */
.template-index .rich-text__wrapper {
padding-left: 20px;
padding-right: 20px;
}



/* === KUDU HOMEPAGE SPACING FIX === */

/* Reduce oversized section spacing */
.section {
margin-top: 0;
margin-bottom: 0;
padding-top: 60px;
padding-bottom: 60px;
}

/* Tighter rich text spacing */
.rich-text {
padding-top: 50px !important;
padding-bottom: 50px !important;
}

/* Better headline rhythm */
.rich-text__heading {
margin-bottom: 16px;
}

/* Subtitle breathing */
.rich-text__text {
margin-top: 0;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}

/* Remove accidental gaps between sections */
.shopify-section + .shopify-section {
margin-top: 0;
}



/* === KUDU LUXURY SPACING SYSTEM === */

/* Section rhythm */
.shopify-section {
padding-top: 80px;
padding-bottom: 80px;
}

/* Hero + first section tighter */
.shopify-section:first-child {
padding-top: 40px;
}

/* Headlines */
h1, .h1 {
margin-bottom: 18px;
line-height: 1.15;
}

h2, .h2 {
margin-bottom: 14px;
line-height: 1.2;
}

/* Body text elegance */
.rich-text__text p {
margin-bottom: 0;
line-height: 1.7;
}

/* Divider sections (your oat blocks) */
.color-background-2 {
padding-top: 70px;
padding-bottom: 70px;
}

/* Product sections slightly tighter */
.featured-collection {
padding-top: 60px;
padding-bottom: 60px;
}



/* KUDU Homepage Professional Spacing */
.template-index .shopify-section {
padding-top: 60px;
padding-bottom: 60px;
}

.template-index .shopify-section + .shopify-section {
border-top: 1px solid #E8E5DF;
}


/* Fix tight Image Banner spacing on homepage */
.template-index .banner {
margin-bottom: 60px;
}

.template-index .banner + .rich-text {
margin-top: 60px;
}


/* Pull collections closer to intro copy */
.template-index .rich-text + .collection-list,
.template-index .rich-text + .featured-collection {
margin-top: -40px;
}


/* ================================
KUDU HOMEPAGE REFINEMENT
Spacing • Hierarchy • Flow
================================ */

/* Headline + paragraph relationship */
.template-index .rich-text__heading {
margin-bottom: 12px;
}

.template-index .rich-text__text {
margin-top: 0;
max-width: 620px;
margin-left: auto;
margin-right: auto;
}

/* Consistent homepage breathing space */
.template-index .shopify-section {
margin-top: 60px;
margin-bottom: 60px;
}

/* Mobile spacing optimisation */
@media screen and (max-width: 749px) {
.template-index .shopify-section {
margin-top: 40px;
margin-bottom: 40px;
}
}

/* Pull collections slightly closer to intro text */
.template-index .rich-text + .featured-collection {
margin-top: -30px;
}

/* Elegant divider line */
.section-divider {
width: 60px;
height: 1px;
background-color: #E8E3DB;
margin: 50px auto;
}

/* Softer subtitle colour */
.template-index .rich-text__text p {
color: #6F6A63;
}


/* ============================= */
/* KUDU HOMEPAGE LUXURY POLISH   */
/* ============================= */

/* --- Headline balance --- */
.template-index h1,
.template-index h2 {
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 500;
}

/* --- Editorial paragraph rhythm --- */
.template-index .rich-text__text p {
  line-height: 1.7;
  font-size: 16px;
}

/* --- Space after images --- */
.template-index .banner,
.template-index .image-with-text {
  margin-bottom: 40px;
}

/* --- Section breathing space --- */
.template-index .rich-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* --- Soft oat background sections --- */
.soft-oat {
  background-color: #F4F1EA;
}

/* --- Elegant divider line --- */
.section-divider {
  width: 60%;
  height: 1px;
  background-color: #E8E4DC;
  margin: 60px auto;
}

/* --- Reduce tight spacing under headings --- */
.template-index h2 + .rich-text__text {
  margin-top: 12px;
}

/* --- Improve mobile spacing --- */
@media screen and (max-width: 749px) {

  .template-index .rich-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-divider {
    margin: 40px auto;
    width: 70%;
  }

}



/* ============================= */
/* KUDU HOMEPAGE LUXURY POLISH */
/* ============================= */

/* --- Headline balance --- */
.template-index h1,
.template-index h2 {
letter-spacing: -0.02em;
line-height: 1.2;
font-weight: 500;
}

/* --- Editorial paragraph rhythm --- */
.template-index .rich-text__text p {
line-height: 1.7;
font-size: 16px;
}

/* --- Space after images --- */
.template-index .banner,
.template-index .image-with-text {
margin-bottom: 40px;
}

/* --- Section breathing space --- */
.template-index .rich-text {
padding-top: 20px;
padding-bottom: 20px;
}

/* --- Soft oat background sections --- */
.soft-oat {
background-color: #F4F1EA;
}

/* --- Elegant divider line --- */
.section-divider {
width: 60%;
height: 1px;
background-color: #E8E4DC;
margin: 60px auto;
}

/* --- Reduce tight spacing under headings --- */
.template-index h2 + .rich-text__text {
margin-top: 12px;
}

/* --- Improve mobile spacing --- */
@media screen and (max-width: 749px) {

.template-index .rich-text {
padding-top: 30px;
padding-bottom: 30px;
}

.section-divider {
margin: 40px auto;
width: 70%;
}

}



/* ===================================== */
/* KUDU COSMETICA — FINAL LUXURY POLISH */
/* ===================================== */


/* ---------- Editorial spacing system ---------- */
.shopify-section {
margin-top: 80px;
margin-bottom: 80px;
}

@media screen and (max-width: 749px) {
.shopify-section {
margin-top: 48px;
margin-bottom: 48px;
}
}


/* ---------- Image grounding (Toteme feel) ---------- */
.banner__media img,
.card__media img {
border-radius: 2px;
transform: scale(1.01);
}


/* ---------- Collection hover elegance ---------- */
.card-wrapper {
transition: transform 0.35s ease;
}

.card-wrapper:hover {
transform: translateY(-4px);
}


/* ---------- Typography refinement ---------- */
h2 {
font-weight: 500;
letter-spacing: -0.01em;
}

h3 {
font-weight: 400;
}


/* ---------- Softer subtitles ---------- */
.subtitle,
.rte p {
color: rgba(0,0,0,0.68);
}


/* ---------- Hairline luxury divider ---------- */
.section-divider {
width: 100%;
height: 1px;
background-color: rgba(0,0,0,0.06);
margin: 60px 0;
}


/* ---------- Mobile hero improvement ---------- */
@media screen and (max-width: 749px) {
.banner__media img {
object-fit: cover;
height: 92vh;
}
}




* ===============================
KUDU LUXURY SPACING SYSTEM
=============================== */

/* Section spacing */
.shopify-section {
margin-top: 48px;
margin-bottom: 48px;
}

/* First section after header */
.shopify-section:first-child {
margin-top: 0;
}

/* Hero breathing space */
.banner,
.image-banner {
margin-bottom: 60px;
}

/* Collection + product sections */
.featured-collection,
.collection,
.multicolumn {
margin-top: 40px;
margin-bottom: 40px;
}

/* Rich text editorial spacing */
.rich-text {
margin-top: 36px;
margin-bottom: 36px;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {

.shopify-section {
margin-top: 28px;
margin-bottom: 28px;
}

.banner,
.image-banner {
margin-bottom: 36px;
}
}


/* ============================= */
/* HOMEPAGE COLLECTION HEADINGS */
/* ============================= */

/* Collection titles (H2) */
.template-index h2,
.template-index .title,
.template-index .rich-text__heading {
font-size: clamp(28px, 4vw, 40px);
font-weight: 500;
letter-spacing: -0.02em;
margin-bottom: 14px;
}

/* Collection subtitles */
.template-index .rich-text__text,
.template-index p {
font-size: 17px;
line-height: 1.6;
color: #6E6E6E;
max-width: 620px;
margin-left: auto;
margin-right: auto;
}

/* Section breathing space */
.template-index .section {
margin-top: 60px;
margin-bottom: 60px;
}

/* Mobile spacing refinement */
@media screen and (max-width: 749px) {
.template-index .section {
margin-top: 40px;
margin-bottom: 40px;
}

.template-index h2 {
font-size: 28px;
}
}



/* ============================= */
/* LUXURY FLOW POLISH */
/* ============================= */

/* Image sections */
.template-index .banner,
.template-index .image-with-text {
margin-bottom: 30px;
}

/* Rich text blocks */
.template-index .rich-text {
padding-top: 40px;
padding-bottom: 40px;
}

/* Collection grids */
.template-index .collection {
margin-top: 20px;
}

/* Prevent tight stacking */
.template-index .rich-text + .collection,
.template-index .collection + .rich-text {
margin-top: 40px;
}

/* Softer visual transitions */
.template-index .section:not(:last-child) {
border-bottom: 1px solid rgba(0,0,0,0.04);
}



template-page .banner__heading,
.template-page h1 {
font-size: clamp(32px, 5vw, 52px);
line-height: 1.25;
letter-spacing: -0.01em;
max-width: 720px;
margin: 0 auto;
text-align: center;
}

.template-page .rich-text {
padding-top: 120px;
padding-bottom: 80px;
}


.template-page .rte {
max-width: 680px;
margin: 0 auto;
line-height: 1.8;
}

.template-page h2 {
margin-bottom: 18px;
}

.template-page p {
margin-bottom: 22px;
}



/* ABOUT PAGE HERO REFINEMENT */

.template-page .rich-text h2 {
margin-bottom: 18px;
}

.template-page .rich-text p:first-of-type {
font-size: 18px;
line-height: 1.7;
color: rgba(0,0,0,0.65);
max-width: 640px;
margin: 0 auto 48px auto;
}

.template-page .rich-text p {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}


/* ABOUT PAGE INTRO SUBLINE */

.template-page .rich-text p:first-of-type {
font-size: 18px;
line-height: 1.7;
letter-spacing: 0.01em;
color: rgba(0,0,0,0.65);
max-width: 640px;
margin: 0 auto 48px auto;
}


/* ABOUT PAGE TYPOGRAPHY POLISH */

.template-page .rich-text {
padding-top: 60px;
padding-bottom: 60px;
}

.template-page .rich-text h2 {
margin-bottom: 22px;
}

.template-page .rich-text p {
font-size: 16px;
line-height: 1.85;
letter-spacing: 0.01em;
color: rgba(0,0,0,0.7);
max-width: 640px;
margin-left: auto;
margin-right: auto;
margin-bottom: 26px;
}



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

.rich-text h2 {
margin-bottom: 18px;
}

.rich-text p {
max-width: 640px;
margin-left: auto;
margin-right: auto;
line-height: 1.7;
}


/* KUDU TYPOGRAPHY REFINEMENT */

.rte p,
.rich-text__text p,
p {
line-height: 1.65;
}

.rich-text__heading,
h2 {
letter-spacing: 0.02em;
}


/* Ritual links spacing fix */

.ritual-links {
margin-top: 18px;
}

.ritual-links a {
display: block;
margin: 18px 0;
}


/* Ritual links — final polish */

.ritual-links {
margin-top: 12px;
}

.ritual-links a {
display: block;
margin: 12px 0;
letter-spacing: 0.02em;
}



.ritual-links a {
color: #2b2b2b;
}


.rte p {
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}



/* === Desert Moon Luxury Mobile Refinement === */

.product-title-normal {
margin-bottom: 12px;
}

.product-award {
display: block;
font-size: 0.9rem;
font-weight: 400;
letter-spacing: 0.04em;
margin-bottom: 8px;
opacity: 0.9;
}

.product__text {
margin-bottom: 16px;
}

/* Reviews spacing */
.rating {
margin-top: 18px;
margin-bottom: 18px;
}

/* Price spacing */
.price {
margin-bottom: 12px;
}

/* Shipping + VAT softer */
.product__tax,
.product__policies {
font-size: 0.8rem;
opacity: 0.65;
margin-top: 4px;
}

/* Size spacing */
.product-form__input {
margin-top: 18px;
}

/* Add to cart spacing */
.product-form__buttons {
margin-top: 28px;
}


.product-award {
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.08em;
}



* ============================= */
/* DESERT MOON LUXURY REFINEMENT */
/* ============================= */

/* Title spacing */
.product-title-normal {
margin-bottom: 12px;
}

/* Award line */
.product-award {
display: block;
font-size: 0.75rem;
font-weight: 400;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 8px;
opacity: 0.9;
}

/* Fragrance type spacing */
.product__text {
margin-bottom: 16px;
}

/* Reviews spacing */
.rating {
margin-top: 18px;
margin-bottom: 18px;
}

/* Price authority */
.price {
font-weight: 500;
font-size: 1.15rem;
letter-spacing: 0.02em;
margin-bottom: 12px;
}

/* Shipping + VAT softer */
.product__tax,
.product__policies {
font-size: 0.8rem;
opacity: 0.65;
margin-top: 4px;
}

/* Variant / size spacing */
.product-form__input {
margin-top: 18px;
}

/* Add to cart spacing */
.product-form__buttons {
margin-top: 28px;
}

/* Premium Add to Cart button */
.product-form__buttons .button {
min-height: 52px;
font-size: 0.95rem;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 500;
border-radius: 2px;
background-color: #111;
}

.product-form__buttons .button:hover {
opacity: 0.9;
}


/* ============================= */
/* FRAGRANCE NOTES REFINEMENT */
/* ============================= */

/* Main description paragraph */
.product__description p {
line-height: 1.7;
margin-bottom: 20px;
}

/* Fragrance Notes title */
.product__description h3 {
margin-top: 40px;
margin-bottom: 16px;
font-weight: 500;
}

/* Top / Heart / Base headings */
.product__description h4 {
margin-top: 28px;
margin-bottom: 8px;
font-weight: 500;
letter-spacing: 0.02em;
}

/* Notes text spacing */
.product__description ul,
.product__description p strong + br {
margin-bottom: 18px;
}

/* Final poetic paragraph */
.product__description p:last-child {
margin-top: 40px;
text-align: center;
font-size: 0.95rem;
opacity: 0.85;
}



/* ---------- JOURNAL PAGE POLISH ---------- */

/* Add breathing space top & bottom */
.article-template {
padding-top: 80px;
padding-bottom: 80px;
}

/* Center content and improve readability */
.article-template__content {
max-width: 720px;
margin: 0 auto;
line-height: 1.7;
}

/* Refine article title */
.article-template h1 {
font-size: 42px;
letter-spacing: -0.5px;
margin-bottom: 30px;
}


/* =========================
JOURNAL / BLOG POLISH
========================= */

/* Increase top & bottom breathing room */
.article-template {
padding-top: 80px;
padding-bottom: 80px;
}

/* Center article content for editorial feel */
.article-template__content {
max-width: 720px;
margin: 0 auto;
line-height: 1.7;
}

/* Refine article title */
.article-template h1 {
font-size: 42px;
letter-spacing: -0.5px;
margin-bottom: 30px;
}

/* Improve paragraph rhythm */
.article-template p {
margin-bottom: 22px;
}

/* Hide metadata (Posted on / By Admin) */
.article-template .article-meta {
display: none;
}

/* Improve blog listing spacing */
.blog-articles {
gap: 60px;
}

/* Refine blog card headings */
.blog-articles .card__heading {
font-size: 28px;
letter-spacing: -0.3px;
margin-bottom: 12px;
}

/* Soften blog excerpt text */
.blog-articles .card__content p {
font-size: 16px;
line-height: 1.6;
color: #555;
}

/* Add vertical breathing space between articles */
.blog-articles .card {
margin-bottom: 80px;
}


.main-blog {
padding-top: 60px;
}



a.text-link {
text-decoration: underline;
text-underline-offset: 4px;
}


.shopify-section:first-child {
margin-top: 100px;
}


.image-with-text__text-item {
padding-top: 60px;
}


/* Improve paragraph readability (luxury editorial spacing) */
.rte p {
line-height: 1.8;
}

/* Add breathing space between image and text sections */
.image-with-text__text-item {
padding-top: 60px;
}

/* Soften accordion divider lines */
.accordion summary {
border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Slightly soften body text colour for premium feel */
.rte {
color: rgba(0,0,0,0.85);
}


/* Refined Add to Cart button styling */
.product-form__submit {
letter-spacing: 0.08em;
text-transform: none;
font-weight: 500;
}

/* Slightly softer button hover for luxury feel */
.button:hover,
.product-form__submit:hover {
opacity: 0.9;
transition: opacity 0.2s ease;
}


/* Add more breathing space between homepage sections */
.shopify-section {
margin-bottom: 80px;
}


* HERO CAMPAIGN TYPOGRAPHY */

.banner__heading {
letter-spacing: 0.08em;
font-weight: 500;
text-transform: uppercase;
}

.banner__text {
color: rgba(0,0,0,0.7);
font-size: 15px;
}

.banner__buttons .button {
background: transparent;
border: none;
padding: 0;
font-weight: 500;
}

.banner__buttons .button:hover {
text-decoration: underline;
}


.section + .section {
margin-top: 80px;
}


.section + .section {
margin-top: 80px;
}


/* Worn close to the skin spacing */

.banner + .section p {
margin-top: 60px;
letter-spacing: 0.08em;
}


/* Luxury vertical spacing between sections */

.section {
margin-top: 80px;
}

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


/* ---------- LUXURY SECTION SPACING ---------- */

.section {
margin-top: 80px;
}

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

/* Extra breathing room after hero */

.banner + .section {
margin-top: 100px;
}

/* ---------- HERO IMAGE EDITORIAL CROP ---------- */

.banner__media img {
object-fit: cover;
transform: scale(1.08);
}

/* ---------- HERO TEXT POSITION ---------- */

.banner__content {
padding-top: 40px;
}

/* ---------- HERO TYPOGRAPHY ---------- */

.banner__heading {
letter-spacing: 0.08em;
font-weight: 500;
text-transform: uppercase;
}

.banner__text {
color: rgba(0,0,0,0.7);
font-size: 15px;
}

/* ---------- LINK STYLE (REMOVE SHOPIFY BUTTON LOOK) ---------- */

.banner__buttons .button {
background: transparent;
border: none;
padding: 0;
font-weight: 500;
}

.banner__buttons .button:hover {
text-decoration: underline;
}

/* ---------- "WORN CLOSE TO SKIN" SPACING ---------- */

.banner + .section p {
margin-top: 60px;
letter-spacing: 0.08em;
}



/* Luxury spacing for statement sections */

.section-statement {
padding-top: 100px;
padding-bottom: 100px;
}

/* Narrow the text width for editorial feel */

.section-statement .rte,
.section-statement p {
max-width: 680px;
margin-left: auto;
margin-right: auto;
}

/* Better spacing between heading and paragraph */

.section-statement h2,
.section-statement h1 {
margin-bottom: 32px;
}



/* Section labels (like SCENT COMPOSITION) */
.section-label {
font-size: 12px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #6f6f6f;
font-weight: 400;
margin-bottom: 40px;
}

/* Product scent title (Madagascar) */
.scent-title {
font-size: 28px;
font-weight: 500;
letter-spacing: 0.02em;
color: #222;
margin-top: 18px;
margin-bottom: 8px;
}

/* Scent ingredients */
.scent-notes {
font-size: 15px;
color: #666;
letter-spacing: 0.03em;
}


.scent-image img {
max-width: 420px;
margin: 60px auto;
display: block;
}



/* Luxury text width */
.rte,
.product__description,
.page-width--narrow {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}


.rte p {
line-height: 1.7;
margin-bottom: 18px;
}



/* Editorial section labels */
h3, .h3 {
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 400;
color: #6f6f6f;
}


/* Product scent titles */
h2, .h2 {
font-weight: 500;
letter-spacing: 0.02em;
}


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


/* Typography refinement for Kudu */

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

/* Subtitles like "Warm neroli & vanilla" */
.subtitle {
letter-spacing: 0.12em;
color: #6f6f6f;
font-weight: 400;
}

/* Improve banner spacing */
.banner__box {
padding-top: 40px;
padding-bottom: 60px;
}

/* Discover button refinement */
.banner__buttons .button {
font-weight: 400;
letter-spacing: 0.04em;
}

/* Editorial reading width */
.rte {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}

/* Better paragraph rhythm */
.rte p {
line-height: 1.7;
margin-bottom: 18px;
}


/* Make product images feel more editorial */

.product__media-wrapper {
max-width: 520px;
margin-left: auto;
margin-right: auto;
}

/* Add breathing room around product media */

.product {
gap: 60px;
}


/* Fragrance style subtitle */
.subtitle {
letter-spacing: 0.15em;
text-transform: lowercase;
color: #7a7a7a;
}


.banner__heading {
font-weight: 500;
letter-spacing: 0.04em;
}


/* Luxury mobile spacing */

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

.section {
margin-top: 60px;
margin-bottom: 60px;
}

.banner__box {
padding-top: 50px;
padding-bottom: 70px;
}

}



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

.product {
gap: 80px;
}

.product__info-wrapper {
max-width: 420px;
}

}


.banner__heading {
line-height: 1.2;
}

.banner__text {
margin-top: 12px;
margin-bottom: 18px;
}


* Improve spacing in rich text hero sections */

.rich-text__heading {
line-height: 1.2;
margin-bottom: 12px;
}

.rich-text__text {
margin-top: 8px;
margin-bottom: 18px;
}

.rich-text__buttons {
margin-top: 20px;
}


.card__heading {
font-weight: 500;
}


/* Kudu footer typography refinement */

.footer {
letter-spacing: 0.04em;
background-color: #f6f4ef;
}

.footer-block__heading {
letter-spacing: 0.12em;
text-transform: uppercase;
font-size: 0.85rem;
}

.footer a {
letter-spacing: 0.03em;
}

.footer p {
line-height: 1.6;
}


/* Kudu Journal editorial layout */

.article-template__content {
max-width: 860px;
margin-left: auto;
margin-right: auto;
line-height: 1.8;
}

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

.article-template__content h2,
.article-template__content h3 {
margin-top: 2em;
margin-bottom: 0.6em;
letter-spacing: 0.02em;
}


/* Kudu Journal lead paragraph */

.article-template__content p:first-of-type {
font-size: 1.15em;
line-height: 1.9;
}


.rich-text__text p {
letter-spacing: 0.03em;
line-height: 1.9;
max-width: 520px;
margin-left: auto;
margin-right: auto;
}



/* Press logos spacing */
.logo-bar {
margin-top: 40px;
margin-bottom: 40px;
}

.logo-bar__item {
padding-left: 18px;
padding-right: 18px;
}



.card__heading {
letter-spacing: 0.03em;
}


.card__heading {
margin-bottom: 10px;
}

.card__information p {
letter-spacing: 0.03em;
}


.card__media {
padding-bottom: 90%;
}


/* Product title refinement */
.card__heading {
letter-spacing: 0.06em;
font-weight: 500;
margin-bottom: 8px;
}

/* Scent notes styling */
.card__information p {
letter-spacing: 0.03em;
color: rgba(0,0,0,0.65);
}


/* Scent notes styling */
.card__information p {
letter-spacing: 0.05em;
font-size: 0.95em;
color: rgba(0,0,0,0.6);
}


/* Product card spacing */
.card-wrapper {
margin-bottom: 40px;
}


/* Header luxury spacing */
.header {
padding-top: 18px;
padding-bottom: 18px;
}

/* Logo refinement */
.header__heading-link {
letter-spacing: 0.08em;
}



/* Hero spacing refinement */
.banner__content {
padding-top: 60px;
}

@media screen and (max-width: 749px) {
.banner__content {
padding-top: 40px;
}
}


.quantity {
max-width: 120px;
}


/* Sticky Add to Cart for mobile */
@media screen and (max-width: 749px) {
.product-form__buttons {
position: sticky;
bottom: 10px;
z-index: 20;
background: #fff;
padding-top: 10px;
padding-bottom: 10px;
}
}


/* Product title styling like jar label */
.product__title h1 {
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 500;
}


.product__title + .product__text {
letter-spacing: 0.04em;
color: rgba(0,0,0,0.65);
}


.product__text {
letter-spacing: 0.05em;
}


/* Product image breathing space */
.product__media img {
padding: 20px;
object-fit: contain;
}

/* Add-to-cart button refinement */
.product-form__submit {
letter-spacing: 0.06em;
}


/* Product image breathing space */
.product__media img {
padding: 20px;
object-fit: contain;
}

/* Add-to-cart button refinement */
.product-form__submit {
letter-spacing: 0.06em;
}

/* Fragrance-style scent notes */
.product__text {
letter-spacing: 0.05em;
font-size: 0.95em;
color: rgba(0,0,0,0.65);
}


/* Editorial text width for luxury layout */
.rich-text__text,
.product__description,
.article-template__content {
max-width: 620px;
margin-left: auto;
margin-right: auto;
}


/* Fix header overlap without affecting menu drawer */
.template-product .main-content,
.template-page .main-content,
.template-collection .main-content,
.template-blog .main-content,
.template-article .main-content {
padding-top: 80px;
}

@media screen and (max-width: 749px) {
.template-product .main-content,
.template-page .main-content,
.template-collection .main-content,
.template-blog .main-content,
.template-article .main-content {
padding-top: 70px;
}
}


/* Fix mobile menu drawer spacing under header */
.menu-drawer {
top: 70px;
}

@media screen and (min-width: 750px) {
.menu-drawer {
top: 80px;
}
}


/* -------------------------------
KUDU COSMETICA WEBSITE REFINEMENT
--------------------------------*/

/* 1. MORE BREATHING SPACE */

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

/* 2. LUXURY LETTER SPACING */

h1, h2, .h1, .h2 {
letter-spacing: 0.06em;
}

.card__heading,
.product__title {
letter-spacing: 0.08em;
text-transform: uppercase;
}

/* 3. PRODUCT IMAGE HOVER ZOOM */

.card__media img {
transition: transform 0.6s ease;
}

.card:hover .card__media img {
transform: scale(1.05);
}

/* 4. PRODUCT CARD LIFT */

.card {
transition: transform 0.3s ease;
}

.card:hover {
transform: translateY(-6px);
}

/* 5. BUTTON LUXURY FADE */

.button {
transition: all 0.3s ease;
letter-spacing: 0.05em;
}

.button:hover {
opacity: 0.85;
}

/* 6. CLEAN PRODUCT TITLES */

.card__heading {
font-size: 20px;
margin-top: 10px;
}

/* 7. INGREDIENT LINE STYLE */

.rte p {
line-height: 1.7;
letter-spacing: 0.02em;
}

/* 8. HERO TITLE IMPROVEMENT */

.banner__heading {
letter-spacing: 0.08em;
}

/* 9. IMAGE SOFT HOVER */

.media img {
transition: transform 0.6s ease;
}

.media:hover img {
transform: scale(1.03);
}

/* 10. FOOTER TYPOGRAPHY */

.footer {
letter-spacing: 0.05em;
}


/* Product grid spacing improvement */

.grid__item {
padding-left: 30px;
padding-right: 30px;
}

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


/* Larger product presentation */

.card__information {
padding-top: 14px;
}

.card__media {
margin-bottom: 10px;
}

.image-with-text__media img {
object-fit: contain !important;
}

.image-with-text__media {
max-width: 420px;
margin: auto;
}

.image-with-text__media img {
object-fit: contain !important;
}

.image-with-text__media {
max-width: 420px;
margin: auto;
}


/* ---------- HOMEPAGE HERO REFINEMENT ---------- */

.banner__heading {
text-transform: uppercase;
letter-spacing: 0.12em;
line-height: 1.25;
font-weight: 500;
}

/* Larger homepage statement */

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 56px;
}
}

/* Softer supporting text */

.banner__text {
color: rgba(0,0,0,0.7);
font-size: 16px;
}

/* Editorial CTA style */

.banner__buttons .button {
background: transparent;
border: none;
padding: 0;
font-size: 18px;
letter-spacing: 0.06em;
font-weight: 500;
}

.banner__buttons .button:hover {
text-decoration: underline;
}

/* Hero image editorial crop */

.banner__media img {
object-fit: cover;
transform: scale(1.08);
}

/* Lower hero text slightly for balance */

.banner__content {
padding-top: 40px;
}


/* ---------- HOMEPAGE STATEMENT ---------- */

.banner__heading {
text-transform: uppercase;
letter-spacing: 0.14em;
line-height: 1.2;
font-weight: 500;
}

/* Larger statement on desktop */

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 60px;
}
}

/* Softer body text */

.banner__text {
color: rgba(0,0,0,0.7);
font-size: 16px;
}

/* Editorial CTA */

.banner__buttons .button {
background: transparent;
border: none;
padding: 0;
font-size: 18px;
letter-spacing: 0.08em;
font-weight: 500;
}

.banner__buttons .button:hover {
text-decoration: underline;
}

/* Hero image editorial crop */

.banner__media img {
object-fit: cover;
transform: scale(1.06);
}

/* Balance text placement */

.banner__content {
padding-top: 40px;
}



/* Large editorial homepage headline */

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 72px;
line-height: 1.15;
letter-spacing: 0.14em;
}
}

@media screen and (max-width: 989px) {
.banner__heading {
font-size: 40px;
line-height: 1.2;
}
}


.banner__buttons .button {
font-weight: 400;
}



/* ---------- TYPOLOGY STYLE HOMEPAGE HERO ---------- */

/* Large editorial headline */

.banner__heading {
text-transform: uppercase;
letter-spacing: 0.14em;
line-height: 1.15;
font-weight: 500;
}

/* Desktop headline size */

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 72px;
}
}

/* Mobile headline */

@media screen and (max-width: 989px) {
.banner__heading {
font-size: 40px;
line-height: 1.2;
}
}

/* Lower hero text block (Typology layout) */

.banner__content {
padding-top: 120px;
padding-bottom: 60px;
}

/* Mobile spacing */

@media screen and (max-width: 749px) {
.banner__content {
padding-top: 80px;
padding-bottom: 40px;
}
}

/* Editorial CTA link */

.banner__buttons .button {
background: transparent;
border: none;
padding: 0;
font-size: 18px;
letter-spacing: 0.08em;
font-weight: 400;
}

.banner__buttons .button:hover {
text-decoration: underline;
}

/* Slight hero image crop */

.banner__media img {
object-fit: cover;
transform: scale(1.06);
}


/* Transparent header over hero */

.header-wrapper {
position: absolute;
width: 100%;
background: transparent;
box-shadow: none;
}

.header__menu-item,
.header__heading-link {
color: #000;
}


/* Strong editorial headline */

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 82px;
letter-spacing: 0.16em;
line-height: 1.1;
}
}


.banner__buttons .button {
font-weight: 400;
}



/* ABOUT PAGE SECTION SPACING */

.template-page .shopify-section {
margin-top: 100px;
}

@media screen and (max-width: 749px) {
.template-page .shopify-section {
margin-top: 60px;
}
}


/* TYPOGRAPHY REFINEMENT */

body {
line-height: 1.65;
}

.rte p {
line-height: 1.7;
margin-bottom: 1.6rem;
}


h1, h2, h3 {
letter-spacing: 0.02em;
}


/* ================================
KUDU TYPOGRAPHY & LAYOUT REFINEMENT
================================ */

/* Editorial line spacing for body text */
body {
line-height: 1.65;
}

.rte p {
line-height: 1.7;
margin-bottom: 1.6rem;
}

/* Slightly refined heading spacing */
h1, h2, h3 {
letter-spacing: 0.02em;
}

/* More breathing room between page sections */
.template-page .shopify-section {
margin-top: 80px;
}

@media screen and (max-width: 749px) {
.template-page .shopify-section {
margin-top: 60px;
}
}

/* Smooth luxury hover transitions */
a,
button,
.button,
.card__heading,
.card__information {
transition: all 0.35s ease;
}

/* Softer editorial hover effect */
a:hover {
opacity: 0.75;
}



/* HERO HEADLINE REFINEMENT */

.banner__heading {
letter-spacing: 0.12em;
line-height: 1.1;
font-weight: 500;
}

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 78px;
}
}


/* HERO HEADLINE LUXURY STYLE */

.banner__heading {
font-weight: 400;
letter-spacing: 0.12em;
line-height: 1.05;
}

.banner__text {
font-size: 18px;
letter-spacing: 0.12em;
}



/* HERO SPACING REFINEMENT */

.banner__content {
padding-top: 120px;
padding-bottom: 120px;
}

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

@media screen and (min-width: 990px) {
.banner__heading {
font-size: 86px;
}
}

.banner__content {
padding-top: 140px;
padding-bottom: 120px;
}

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


  /* HERO IMAGE POSITION REFINEMENT */

.banner__media img {
object-fit: cover;
object-position: center 30%;
}


.banner__text {
letter-spacing: 0.03em;
}


/* HERO IMAGE CAMPAIGN STYLE */

.banner__media img {
transform: scale(1.06);
object-fit: cover;
}


/* HERO IMAGE BREATHING SPACE */

.banner__media {
padding-top: 40px;
}



.banner__text {
letter-spacing: 0.03em;
}


/* HERO VERTICAL BALANCE */

.banner__content {
padding-top: 60px;
padding-bottom: 70px;
}


/* ===== HERO TYPOGRAPHY REFINEMENT ===== */

/* Headline styling */
.banner__heading {
line-height: 1.15;
letter-spacing: 0.08em;
font-weight: 600;
text-transform: uppercase;
}

/* Supporting text under headline */
.banner__text {
letter-spacing: 0.03em;
line-height: 1.6;
}

/* Editorial style CTA link */
.banner__buttons .button {
background: transparent;
border: none;
padding: 0;
font-size: 18px;
letter-spacing: 0.05em;
text-decoration: underline;
text-decoration-thickness: 1px;
}


/* ===== SEAMLESS HERO ===== */

.banner__content {
padding-top: 0;
padding-bottom: 0;
}

.banner {
padding-top: 0;
padding-bottom: 0;
}


/* Tighten space between hero image and headline */

.banner__content {
margin-top: -40px;
}


/* ===== HERO HEADLINE POSITION ===== */

.banner__content {
margin-top: -15px;
}


/* ===== HEADER LOGO SIZE ===== */

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

/* Slightly larger logo on desktop */
@media screen and (min-width: 990px) {
.header__heading-logo {
max-width: 170px;
}
}


/* ===== HERO PRODUCT DEPTH ===== */

.banner__media img {
filter: drop-shadow(0 25px 35px rgba(0,0,0,0.08));
}

/* ===== FIX LOGO OVERLAP WITH HERO ===== */

.header {
position: relative;
z-index: 20


/* ===== HERO LIGHT DEPTH EFFECT ===== */

.banner::before {
content: "";
position: absolute;
width: 600px;
height: 600px;
top: 10%;
left: 50%;
transform: translateX(-50%);
background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
pointer-events: none;
z-index: 1;
}

.banner__media {
position: relative;
z-index: 2;
}

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



/* ===== LUXURY SECTION SPACING ===== */

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

@media screen and (min-width: 990px) {
.section {
padding-top: 120px;
padding-bottom: 120px;
}
}


/* ===== LUXURY PRODUCT GRID ===== */

.card__information {
padding-top: 16px;
}

.card__heading {
font-weight: 500;
letter-spacing: 0.05em;
}

.price {
font-size: 14px;
color: rgba(0,0,0,0.6);
}

.card-wrapper {
transition: transform 0.3s ease;
}

.card-wrapper:hover {
transform: translateY(-6px);
}

/* Typography improvements */

.product__description p {
line-height: 1.7;
}

h1, h2, h3 {
letter-spacing: 0.04em;
}

/* Refine product title size */

.product__title h1 {
font-size: 2.6rem;
}

/* Increase breathing space between sections */

.section {
margin-top: 60px;
margin-bottom: 60px;
}

/* Improve button styling */

.button {
letter-spacing: 0.06em;
text-transform: none;
}


/* Subtle image refinement for product/editorial photos */
.image-with-text img,
.banner img,
.media img {
filter: contrast(1.02) brightness(1.01);
transform: scale(1.01);
}

/* Soft film grain overlay */
.banner::after,
.image-with-text::after {
content: "";
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.03'/%3E%3C/svg%3E");
pointer-events: none;
}


/* Subtle depth effect for product images */
.banner img,
.image-with-text img {
transition: transform 0.6s ease, filter 0.6s ease;
will-change: transform;
}

/* Slight hover / scroll depth */
@media (hover: hover) {
.banner:hover img,
.image-with-text:hover img {
transform: scale(1.02);
}
}

/* Smooth rendering on mobile */
@media (max-width: 749px) {
.banner img,
.image-with-text img {
transform: scale(1.01);
}
}


.banner img,
.image-with-text img {
filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
}


/* Luxury translucent header */
.header-wrapper {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-bottom: 1px solid rgba(0,0,0,0.04);
}

/* Smooth transition when scrolling */
.header-wrapper {
transition: background 0.3s ease, backdrop-filter 0.3s ease;
}


/* Soft divider between sections */
.shopify-section + .shopify-section {
border-top: 1px solid rgba(0,0,0,0.05);
padding-top: 60px;
}


/* Sculptural product image effect */
.image-with-text img,
.banner img {
filter: drop-shadow(0 25px 45px rgba(0,0,0,0.08));
transform: translateY(-5px);
}

/* Smooth rendering */
.image-with-text img {
transition: transform 0.4s ease;
}

.image-with-text:hover img {
transform: translateY(-8px);
}

h1, .banner__heading {
letter-spacing: 0.04em;
}


/* Softer luxury-style header */
.header-wrapper {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-bottom: 1px solid rgba(0,0,0,0.04);
}

.header {
padding-top: 8px;
padding-bottom: 8px;
}



/* Campaign style spacing for image sections */
.image-with-text,
.banner {
padding-top: 60px;
padding-bottom: 60px;
}

/* Soft studio shadow */
.banner img,
.image-with-text img {
filter: drop-shadow(0 30px 50px rgba(0,0,0,0.07));
}

/* Subtle editorial softness */
.banner img,
.image-with-text img {
filter: contrast(1.02) brightness(1.02);
}


/* Campaign style overlap between sections */
.image-with-text + .shopify-section,
.banner + .shopify-section {
margin-top: -60px;
position: relative;
z-index: 2;
}

/* Editorial mobile headline styling */
@media (max-width: 749px) {

.banner__heading,
h1 {
letter-spacing: 0.05em;
line-height: 1.1;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}

}


/* -----------------------------
Luxury UI polish for Kudu
------------------------------*/

/* Smooth scrolling */
html {
scroll-behavior: smooth;
}

/* Softer header */
.header-wrapper {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-bottom: 1px solid rgba(0,0,0,0.04);
transition: background 0.3s ease;
}

/* Slightly slimmer header */
.header {
padding-top: 8px;
padding-bottom: 8px;
}

/* Editorial mobile headline */
@media (max-width: 749px) {

h1,
.banner__heading {
letter-spacing: 0.05em;
line-height: 1.1;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}

}

/* Campaign style spacing for image sections */
.image-with-text,
.banner {
padding-top: 60px;
padding-bottom: 60px;
}

/* Sculptural product image effect */
.banner img,
.image-with-text img {
filter: contrast(1.02) brightness(1.02) drop-shadow(0 30px 50px rgba(0,0,0,0.07));
transform: translateY(-5px);
transition: transform 0.4s ease;
}

.image-with-text:hover img {
transform: translateY(-8px);
}

/* Campaign style overlap between sections */
.image-with-text + .shopify-section,
.banner + .shopify-section {
margin-top: -60px;
position: relative;
z-index: 2;
}

/* Elegant spacing between sections */
.shopify-section {
margin-bottom: 80px;
}

@media (max-width: 749px) {
.shopify-section {
margin-bottom: 60px;
}
}


/* -----------------------------
Luxury Product Page Refinement
------------------------------*/

/* More breathing room on product pages */
.product {
padding-top: 60px;
padding-bottom: 60px;
}

/* Softer product title */
.product__title h1 {
letter-spacing: 0.04em;
line-height: 1.15;
}

/* Elegant price styling */
.price {
letter-spacing: 0.03em;
}

/* Calm spacing around add to cart */
.product-form {
margin-top: 24px;
margin-bottom: 24px;
}

/* Improve product description readability */
.product__description {
max-width: 520px;
line-height: 1.6;
}

/* Slight depth for product images */
.product__media img {
filter: drop-shadow(0 25px 45px rgba(0,0,0,0.08));
}



/* Product title refinement */
.product__title h1 {
letter-spacing: 0.05em;
font-weight: 500;
}

/* Subtitle styling (Body Cream line) */
.product__subtitle,
.product__text.caption-with-letter-spacing {
letter-spacing: 0.08em;
font-weight: 400;
text-transform: uppercase;
}

/* Improve spacing between product gallery and text */
.product {
gap: 4rem;
}

/* Give images more breathing room */
.product__media-wrapper {
margin-right: 2rem;
}

/* Slightly tighten description for elegance */
.product__description {
line-height: 1.6;
}


/* Product title refinement */
.product__title h1 {
letter-spacing: 0.05em;
font-weight: 500;
}

/* Tighten title spacing */
.product__title {
margin-bottom: 0.4rem;
}

/* Subtitle styling (Body Cream line) */
.product__subtitle,
.product__text.caption-with-letter-spacing {
letter-spacing: 0.08em;
font-weight: 400;
text-transform: uppercase;
}

/* Softer scent notes */
.product__text {
color: #666;
}

/* Improve spacing between image and text */
.product {
gap: 4rem;
}

/* Give images more breathing room */
.product__media-wrapper {
margin-right: 2rem;
}

/* Refine description typography */
.product__description {
line-height: 1.6;
}


/* Homepage product grid refinement */
.card-wrapper {
padding: 1.5rem;
}

/* Give product images more breathing space */
.card__media {
padding: 1rem;
}

/* Slightly reduce product title weight in grid */
.card__heading {
font-weight: 500;
letter-spacing: 0.04em;
}

/* Increase spacing between product cards */
.grid {
gap: 3rem;
}


/* Reduce gap between header and hero image */
.banner {
margin-top: 0;
padding-top: 0;
}

/* Remove extra top space on desktop */
@media screen and (min-width: 990px) {
.banner__content {
margin-top: 0;
padding-top: 0;
}
}


.banner {
margin-top: -2rem;
}

/* Tighten hero image and headline spacing */
.banner__media {
margin-bottom: 1rem;
}

/* Reduce gap between hero image and headline */
.banner__content {
margin-top: -1rem;
}

/* Slightly refine headline spacing */
.banner__heading {
letter-spacing: 0.06em;
line-height: 1.2;
}


/* Subtle luxury fade for hero image */
.banner__media::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 120px;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* Ensure hero image container allows overlay */
.banner__media {
position: relative;
}

/* Slightly tighten headline spacing */
.banner__heading {
letter-spacing: 0.06em;
line-height: 1.2;
}

/* Global heading refinement */
h1, .h1 {
letter-spacing: 0.06em;
font-weight: 500;
}

h2, .h2 {
letter-spacing: 0.05em;
font-weight: 500;
}

h3, .h3 {
letter-spacing: 0.04em;
font-weight: 500;
}

/* Improve readability for body text */
p {
line-height: 1.65;
}

/* Slightly refine buttons */
.button {
letter-spacing: 0.05em;
}



/* Luxury Aesop-style payment icons */

.list-payment {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
}

.list-payment__item .icon--payment {
height: 18px;
width: auto;
opacity: 0.65;
transition: opacity 0.2s ease;
}

.list-payment__item .icon--payment:hover {
opacity: 1;
}


/* ===== Luxury Aesop-style footer ===== */

/* Editorial divider above footer */
.footer {
border-top: 1px solid rgba(0,0,0,0.08);
margin-top: 80px;
padding-top: 40px;
}

/* Better footer spacing */
.footer__content-bottom {
margin-top: 30px;
}

/* Payment icons layout */
.list-payment {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
}

/* Payment icon styling */
.list-payment__item .icon--payment {
height: 18px;
width: auto;
opacity: 0.65;
transition: opacity 0.2s ease;
}

/* Subtle hover */
.list-payment__item .icon--payment:hover {
opacity: 1;
}


/* ===== Luxury editorial layout width ===== */

.page-width {
max-width: 1320px;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
}

/* More vertical breathing space like luxury skincare sites */

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


.list-payment__item svg {
height: 16px;
width: auto;
opacity: 0.7;
}

/* Editorial typography for footer text */

.footer .rte p {
line-height: 1.5;
margin-bottom: 6px;
}

.footer__content-top {
max-width: 1200px;
margin: 0 auto;
}


/* ===== KUDU LUXURY / AESOP-STYLE FOOTER + SITE REFINEMENT ===== */

/* Footer divider and spacing */
.footer {
border-top: 1px solid rgba(0, 0, 0, 0.08);
margin-top: 80px;
padding-top: 40px;
}

/* Footer bottom spacing */
.footer__content-bottom {
margin-top: 30px;
}

/* Footer content width */
.footer__content-top {
max-width: 1200px;
margin: 0 auto;
}

/* Payment icons layout */
.list-payment {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
}

/* Payment icon styling */
.list-payment__item .icon--payment,
.list-payment__item svg {
height: 16px;
width: auto;
opacity: 0.7;
transition: opacity 0.2s ease;
}

.list-payment__item .icon--payment:hover,
.list-payment__item svg:hover {
opacity: 1;
}

/* Editorial typography for footer text */
.footer .rte p {
line-height: 1.5;
margin-bottom: 6px;
}

/* Wider editorial page layout */
.page-width {
max-width: 1320px;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
}

/* More breathing space between sections */
.section {
margin-top: 90px;
margin-bottom: 90px;
}

/* Slightly warmer luxury background */
body {
background-color: #f7f6f2;
}

/* More refined product page text area */
.product__info-container {
max-width: 480px;
}

.product__title {
font-size: 28px;
letter-spacing: 0.02em;
}

/* Optional: larger collection grid on desktop */
@media screen and (min-width: 990px) {
.collection .grid {
grid-template-columns: repeat(3, 1fr);
}
}


/* ===== KUDU COSMETICA LUXURY EDITORIAL STYLING ===== */

/* Warm editorial page background */
body {
background-color: #f7f6f2;
}

/* Editorial divider above footer */
.footer {
border-top: 1px solid rgba(0,0,0,0.08);
margin-top: 80px;
padding-top: 40px;
}

/* Footer spacing */
.footer__content-bottom {
margin-top: 30px;
}

/* Footer typography refinement */
.footer .rte p {
line-height: 1.5;
margin-bottom: 6px;
}

/* Footer layout width */
.footer__content-top {
max-width: 1200px;
margin: 0 auto;
}

/* Payment icons styling */
.list-payment {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
}

.list-payment__item svg {
height: 16px;
width: auto;
opacity: 0.7;
}

/* Luxury page width */
.page-width {
max-width: 1320px;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
}

/* Section breathing space */
.section {
margin-top: 90px;
margin-bottom: 90px;
}

/* Product page refinement */
.product__info-container {
max-width: 480px;
}

.product__title {
font-size: 28px;
letter-spacing: 0.02em;
}

/* Larger collection layout */
.collection .grid {
grid-template-columns: repeat(



/* ===== Luxury Typography Refinement ===== */

/* Section headings */
h1, h2, h3 {
letter-spacing: 0.04em;
}

/* Product titles */
.card__heading,
.product__title {
letter-spacing: 0.03em;
font-weight: 500;
}

/* Buttons */
.button {
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 13px;
}


/* ===== Premium product image layout ===== */

/* Taller product image area */
.card__media {
aspect-ratio: 4 / 5;
}

/* Keep product centered */
.card__media img {
object-fit: contain;
padding: 18px;
}

/* Slightly larger product images */
.card__inner {
padding: 22px;
}


@media screen and (max-width: 749px) {
.template-collection .collection-hero {
margin-top: 60px;
}
}


@media screen and (max-width: 749px) {
.template-collection .collection-hero {
padding-top: 70px;
}
}


.banner::after {
content: "";
position: absolute;
inset: 0;
background: rgba(255,255,255,0.15);
}

/* Fix mobile collection header overlap */
@media screen and (max-width: 749px) {
.template-collection .collection-hero {
margin-top: 60px;
}
}

/* Soft overlay on hero images */
.banner::after {
content: "";
position: absolute;
inset: 0;
background: rgba(255,255,255,0.15);
}

/* Luxury narrow text layout */
.page-width--narrow {
max-width: 680px;
margin-left: auto;
margin-right: auto;
}


h1, h2, .h1, .h2 {
letter-spacing: 0.05em;
font-weight: 500;
}


.collection-hero__title {
display: flex;
flex-direction: column;
gap: 6px;
}

.collection-hero__title small {
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.6;
}

.policy-links a {
text-decoration: none;
}

.policy-links a:hover {
text-decoration: underline;
}


/* INGREDIENT PAGE TYPOGRAPHY */

.page-content h2 {
letter-spacing: 0.04em;
font-weight: 600;
margin-top: 48px;
margin-bottom: 8px;
}

/* supporting ingredient line */

.page-content h2 + p em {
display: block;
font-style: italic;
color: #6f6f6f;
margin-bottom: 10px;
}

/* ingredient description */

.page-content p {
line-height: 1.7;
max-width: 640px;
}

/* subtle divider between ingredients */

.page-content h2:not(:first-child) {
border-top: 1px solid rgba(0,0,0,0.06);
padding-top: 36px;
}

/* MOBILE OPTIMISATION */

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

.page-content h2 {
margin-top: 36px;
margin-bottom: 6px;
font-size: 20px;
}

.page-content p {
line-height: 1.65;
max-width: 100%;
}

.page-content h2:not(:first-child) {
padding-top: 28px;
}

}


/* ===============================
INGREDIENT PAGE – EDITORIAL STYLE
================================= */

/* Constrain ingredient page width */

.page-content {
max-width: 720px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

/* Page title spacing */

.page-content h1 {
margin-bottom: 32px;
}

/* Ingredient headings */

.page-content h2 {
letter-spacing: 0.08em;
font-weight: 600;
margin-top: 56px;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 18px;
}

/* Supporting ingredient line */

.page-content h2 + p em {
display: block;
font-style: italic;
color: #6f6f6f;
margin-bottom: 10px;
}

/* Ingredient description */

.page-content p {
line-height: 1.7;
max-width: 640px;
}

/* Intro paragraph styling */

.page-content > p:first-of-type {
color: #6f6f6f;
font-size: 17px;
line-height: 1.7;
margin-bottom: 40px;
}

/* Subtle divider between ingredients */

.page-content h2:not(:first-child) {
border-top: 1px solid #ececec;
padding-top: 36px;
}

/* ===============================
MOBILE OPTIMISATION
================================= */

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

.page-content {
padding-left: 18px;
padding-right: 18px;
}

.page-content h2 {
margin-top: 36px;
margin-bottom: 6px;
font-size: 20px;
}

.page-content p {
line-height: 1.65;
max-width: 100%;
}

.page-content h2:not(:first-child) {
padding-top: 28px;
}

}


/* MOBILE INGREDIENT PAGE REFINEMENT */

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

.page-content h1 {
font-size: 28px;
margin-bottom: 24px;
}

.page-content h2 {
font-size: 17px;
letter-spacing: 0.09em;
margin-top: 42px;
}

.page-content p {
font-size: 15px;
line-height: 1.7;
}

.page-content h2 + p em {
font-size: 14px;
}

}


/* MOBILE PREMIUM INGREDIENT PAGE */

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

.page-content {
padding-left: 22px;
padding-right: 22px;
}

.page-content h1 {
font-size: 28px;
margin-bottom: 26px;
}

.page-content h2 {
font-size: 18px;
letter-spacing: 0.08em;
margin-top: 48px;
}

.page-content p {
font-size: 15.5px;
line-height: 1.7;
}

.page-content ul {
margin-top: 12px;
margin-bottom: 24px;
padding-left: 18px;
}

.page-content li {
margin-bottom: 6px;
}

}



/* KUDU INGREDIENT PAGE PREMIUM STYLING */

/* Ingredient titles */
.page-content h3 {
font-weight: 600;
letter-spacing: 0.02em;
margin-top: 40px;
margin-bottom: 10px;
}

/* Sensory supporting line (italic line under ingredient) */
.page-content em {
display: block;
font-style: italic;
color: #666;
margin-bottom: 12px;
}

/* Ingredient description */
.page-content p {
line-height: 1.7;
margin-bottom: 14px;
}

/* Benefits label */
.page-content strong {
font-weight: 500;
letter-spacing: 0.06em;
font-size: 13px;
text-transform: uppercase;
color: #666;
}

/* Bullet list styling */
.page-content ul {
margin-top: 10px;
margin-bottom: 20px;
padding-left: 18px;
}

.page-content li {
margin-bottom: 6px;
}

/* Product links (Used in / Found in) */
.page-content a {
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,0.3);
}

/* Subtle divider between ingredients */
.page-content hr {
border: none;
border-top: 1px solid #e5e5e5;
margin: 40px 0;
}

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

.page-content {
padding-left: 22px;
padding-right: 22px;
}

.page-content h1 {
font-size: 28px;
margin-bottom: 26px;
}

.page-content h2 {
font-size: 18px;
letter-spacing: 0.08em;
margin-top: 48px;
}

.page-content p {
font-size: 15.5px;
line-height: 1.7;
}

.page-content ul {
margin-top: 12px;
margin-bottom: 24px;
}

}



/* Ingredient title typography upgrade */

.page-content h3{
font-weight:500;
letter-spacing:0.04em;
margin-top:48px;
margin-bottom:8px;
color:#333;
}


/* Luxury bullet spacing */

.page-content ul{
margin-top:10px;
margin-bottom:24px;
padding-left:20px;
}

.page-content li{
margin-bottom:6px;
line-height:1.6;
}


.ingredients-benefits{
font-size:14px;
letter-spacing:0.04em;
color:#777;
margin-top:6px;
}


/* Ingredient page typography hierarchy */

.page-content h2{
color:#333;
}

.page-content h3{
color:#222;
}

.page-content em{
color:#666;
}

.page-content p{
color:#555;
}

.page-content strong{
color:#777;
font-size:13px;
letter-spacing:0.05em;
text-transform:uppercase;
}


/* Luxury spacing between ingredient sections */

.page-content h3{
margin-top:56px;
margin-bottom:10px;
}

.page-content h2{
margin-top:70px;
margin-bottom:20px;
}

/* KUDU INGREDIENT PAGE STYLING */

/* Section headings */
.page-content h2{
color:#333;
margin-top:70px;
margin-bottom:20px;
letter-spacing:0.04em;
}

/* Ingredient titles */
.page-content h3{
color:#222;
font-weight:500;
letter-spacing:0.04em;
margin-top:56px;
margin-bottom:10px;
}

/* Supporting sensory line */
.page-content em{
color:#666;
display:block;
margin-bottom:12px;
}

/* Paragraph text */
.page-content p{
color:#555;
line-height:1.7;
margin-bottom:14px;
}

/* Benefits label */
.page-content strong{
color:#777;
font-size:13px;
letter-spacing:0.05em;
text-transform:uppercase;
}

/* Bullet lists */
.page-content ul{
margin-top:10px;
margin-bottom:22px;
padding-left:20px;
}

.page-content li{
margin-bottom:8px;
line-height:1.6;
}

/* Product links (Found in / Used in) */



/* Kudu luxury typography refinement */

h1, .h1, .banner__heading, .hero__heading {
letter-spacing: 0.06em;
line-height: 1.25;
}

/* Slight refinement for product titles */
.product__title,
.card__heading {
letter-spacing: 0.03em;
}

/* Calm editorial paragraph spacing */
.rte p {
line-height: 1.6;
}


/* Kudu premium button refinement */

.button,
.shopify-payment-button__button {
letter-spacing: 0.06em;
text-transform: uppercase;
padding-top: 14px;
padding-bottom: 14px;
font-weight: 500;
}

/* Slight hover refinement */
.button:hover {
opacity: 0.92;
transition: opacity 0.2s ease;
}


/* Kudu logo refinement */

.header__heading-logo {
max-width: 120px;
}

@media screen and (max-width: 749px) {
.header__heading-logo {
max-width: 110px;
}
}


/* Kudu luxury product grid */

.card-wrapper {
padding: 12px;
border: none !important;
transition: transform 0.25s ease;
}

.card-wrapper:hover {
transform: translateY(-3px);
}

@media screen and (min-width: 990px) {
.card-wrapper {
padding: 20px;
}
}


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

/* Make product images slightly larger */

.card__media {
padding: 10px;
}

.card__media img {
transform: scale(1.05);
}


h3 {
margin-top: 24px;
}


.product__description h3 {
letter-spacing: 0.06em;
margin-top: 30px;
}


/* Improve collection layout spacing */

.collection .product-grid {
margin-top: 10px;
}

.collection .collection-description p:first-child {
margin-bottom: 18px;
}


/* Improve collection layout spacing */

.collection .product-grid {
margin-top: 10px;
}

.collection .collection-description p:first-child {
margin-bottom: 18px;
}

/* Luxury typography for collection titles */

.collection-hero__title {
letter-spacing: 0.04em;
}


/* Improve product grid spacing for luxury feel */

.product-grid {
gap: 36px;
}


/* Collection layout improvements */

.collection .product-grid {
margin-top: 10px;
}

/* Space between collection intro lines */

.collection .collection-description p:first-child {
margin-bottom: 18px;
}

/* Luxury typography for collection title */

.collection-hero__title {
letter-spacing: 0.04em;
}

/* Improve product grid spacing */

.product-grid {
gap: 32px;
}

/* Refine product title typography */

.card__heading {
letter-spacing: 0.02em;
line-height: 1.35;
}

/* Softer price styling */

.price {
font-weight: 400;
}


/* Move All Collections intro text down slightly */

.template-list-collections .collection-hero {
padding-top: 50px;
}



/* All Collections page improvements */

/* Move intro text slightly down from header */
.template-list-collections .collection-hero {
padding-top: 40px;
}

/* Reduce space between intro text and collection cards */
.template-list-collections .collection-list {
margin-top: 10px;
}

/* Subtle luxury typography for heading */
.template-list-collections .collection-hero__title {
letter-spacing: 0.03em;
}


/* Hide cart counter bubble */
.cart-count-bubble {
display: none !important;
}

/* Slimmer header for a more luxury look */
.header {
padding-top: 10px;
padding-bottom: 10px;
}

/* More spacing between products */
.grid__item {
padding: 12px;
}

/* Lighter product title typography */
.card__heading {
font-weight: 400;
letter-spacing: 0.02em;
}


/* Softer product image edges */
.card__media img {
border-radius: 3px;
}


/* Improve luxury spacing for texture section */
.texture-section h2 {
margin-top: 30px;
margin-bottom: 16px;
}

.texture-section p {
max-width: 520px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}

@media screen and (max-width: 749px) {
.texture-section h2 {
margin-top: 36px;
}

.texture-section p {
padding-left: 18px;
padding-right: 18px;
}
}


/* === SCENT PROFILE FINAL REFINEMENT === */

/* General text */
.rte p {
line-height: 1.8;
color: #5f5f5f;
}

/* Control spacing between note lines */
.rte p br {
display: block;
content: "";
margin-bottom: 8px; /* tighter + more refined than before */
}

/* Add extra spacing ONLY between note groups */
.rte p br + br {
margin-bottom: 18px; /* creates that luxury gap */
}

/* Optional: improve overall layout feel */
.rte {
max-width: 420px;
}

.rte p {
line-height: 1.8;
}

.rte p br + br {
margin-bottom: 14px;
}


/* === COLLAPSIBLE ROWS (LUXURY STYLE) === */

/* Remove grey background */
.collapsible-content,
.accordion,
details {
background: transparent !important;
}

/* Remove heavy borders */
.collapsible-content summary,
.accordion summary,
details summary {
border: none !important;
}

/* Add subtle divider instead */
.collapsible-content summary,
.accordion summary,
details summary {
border-bottom: 1px solid #eaeaea;
padding: 18px 0;
}

/* Typography refinement */
.collapsible-content summary,
.accordion summary,
details summary {
font-weight: 500;
font-size: 16px;
letter-spacing: 0.2px;
color: #2c2c2c;
}

/* Remove default arrow */
summary::-webkit-details-marker {
display: none;
}

/* Add custom minimal "+" icon */
details summary::after {
content: "+";
float: right;
font-size: 18px;
color: #8a8a8a;
}

/* Change to "−" when open */
details[open] summary::after {
content: "−";
}

/* Content spacing */
.collapsible-content__inner,
.accordion__content,
details > div {
padding: 16px 0 24px 0;
color: #5f5f5f;
line-height: 1.7;
}


/* === COLLAPSIBLE / ACCORDION — FINAL LUXURY STYLE === */

/* Remove grey background */
.collapsible-content,
.accordion,
details {
background: transparent !important;
}

/* Reset default borders */
.collapsible-content summary,
.accordion summary,
details summary {
border: none !important;
}

/* Add subtle divider + spacing */
.collapsible-content summary,
.accordion summary,
details summary {
border-bottom: 1px solid #f0f0f0;
padding: 22px 0;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.3px;
color: #2c2c2c;
}

/* Remove default arrow */
summary::-webkit-details-marker {
display: none;
}

/* Custom minimal + icon */
details summary::after {
content: "+";
float: right;
font-size: 18px;
color: #b5b5b5;
font-weight: 300;
}

/* Change to − when open */
details[open] summary::after {
content: "−";
}

/* Content styling */
.collapsible-content__inner,
.accordion__content,
details > div {
padding: 16px 0 26px 0;
color: #5f5f5f;
line-height: 1.7;
}


/* Slightly lighter divider for more luxury feel */
details summary {
border-bottom: 1px solid #f3f3f3;
}

/* Add more breathing room between sections */
details {
margin-bottom: 4px;
}

/* Slightly refine text color */
details summary {
color: #2a2a2a;
}

/* Make content feel softer */
details > div {
color: #6a6a6a;
}



/* === ADD TO CART — LUXURY STYLE === */

/* Main button */
button,
.product-form__submit,
.btn {
  background-color: #1a1a1a;
  color: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  padding: 16px 24px;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: none;
  transition: all 0.3s ease;
}

/* Hover effect (very subtle) */
button:hover,
.product-form__submit:hover,
.btn:hover {
  background-color: #2C2C2C;
  color: #2C2C2C;
}

/* Remove heavy shadows */
button,
.product-form__submit,
.btn {
  box-shadow: none !important;
}

/* Slight spacing around button */
.product-form__buttons {
  margin-top: 20px;
}


/* === REVIEW + PRICE REFINEMENT === */

/* Stars */
.rating,
.product__rating {
font-size: 14px;
letter-spacing: 2px;
color: #2c2c2c;
}

/* Review text */
.rating + span,
.product__rating + span {
font-size: 14px;
color: #6a6a6a;
margin-left: 6px;
}

/* Price */
.price,
.price-item {
font-size: 18px;
font-weight: 400;
letter-spacing: 0.3px;
color: #2c2c2c;
margin-top: 10px;
}

/* Reduce heaviness of VAT + shipping */
.product__tax,
.product__policies,
small {
font-size: 13px;
color: #8a8a8a;
}

/* Add breathing room between blocks */
.product__info-container > * {
margin-bottom: 14px;
}


/* Headings */
h1, h2, h3 {
letter-spacing: 0.2px;
}

/* Body text */
p {
line-height: 1.8;
}

/* Small text */
small {
letter-spacing: 0.3px;
}


/* Section spacing */
.section {
margin-bottom: 60px;
}

/* Headings spacing */
h1, h2 {
margin-bottom: 12px;
}

/* Paragraph spacing */
p {
margin-bottom: 16px;
}


/* Subtle benefit line under description */
.product-benefits {
margin-top: 18px;
font-size: 13px;
letter-spacing: 0.5px;
color: #8a8a8a;
}


/* Kudu – Multicolumn (The essentials) Refinement */

.multicolumn {
margin-top: 60px;
margin-bottom: 60px;
}

.multicolumn-list {
gap: 60px; /* space between columns */
}

.multicolumn-list__item {
flex: 1; /* equal column widths */
}

.multicolumn-list li {
margin-bottom: 12px; /* space between bullets */
line-height: 1.6; /* softer, more editorial feel */
}

/* Desktop enhancement */
@media screen and (min-width: 990px) {
.multicolumn-list {
gap: 80px;
}

.multicolumn {
margin-top: 80px;
margin-bottom: 80px;
}
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
.multicolumn-list {
gap: 20px; /* reduce large vertical gap */
}

.multicolumn-list__item {
margin-bottom: 0;
}

.multicolumn-list li {
margin-bottom: 10px; /* tighter bullet spacing */
}
}


/* Kudu – Typography Refinement */

.multicolumn h2,
.multicolumn__title {
font-size: 28px;
font-weight: 500;
letter-spacing: -0.3px;
margin-bottom: 20px;
}

.multicolumn-list li {
font-size: 15px;
letter-spacing: 0.2px;
color: #555; /* softer than pure black */
}

@media screen and (max-width: 749px) {
.multicolumn h2,
.multicolumn__title {
font-size: 24px;
}

.multicolumn-list li {
font-size: 14.5px;
}
}

.multicolumn-list li::marker {
font-size: 0.8em;
}

/* =========================
KUDU REVIEW STYLING
========================= */

/* Preferred (modern browsers) */
p:has(+ p):has-text("idyllic retreat for the soul") {
font-family: "IBM Plex Sans", sans-serif;
font-size: 18px;
line-height: 1.5;
letter-spacing: 0.2px;
margin-top: 24px;
margin-bottom: 4px;
max-width: 90%;
}

p:has-text("Verified Buyer") {
font-family: "Inter", sans-serif;
font-size: 13px;
color: rgba(0, 0, 0, 0.6);
margin-top: 0;
}

/* =========================
FALLBACK (works on all themes)
========================= */

.product__info-container p:nth-last-of-type(2) {
font-family: "IBM Plex Sans", sans-serif;
font-size: 18px;
line-height: 1.5;
letter-spacing: 0.2px;
margin-top: 24px;
margin-bottom: 4px;
max-width: 90%;
}

.product__info-container p:last-of-type {
font-family: "Inter", sans-serif;
font-size: 13px;
color: rgba(0, 0, 0, 0.6);
margin-top: 0;
}


/* =========================
KUDU REVIEW FINAL (FOR REAL THIS TIME)
========================= */

/* Target quote (the one with quotation marks) */
.product p {
position: relative;
}

/* Quote styling */
.product p:contains("idyllic retreat") {
font-family: "IBM Plex Sans", sans-serif !important;
font-size: 21px !important;
line-height: 1.6 !important;
letter-spacing: 0.3px;
margin-top: 40px !important;
margin-bottom: 8px !important;
max-width: 80%;
color: #111;
}

/* Verified Buyer */
.product p:contains("Verified Buyer") {
font-family: "Inter", sans-serif !important;
font-size: 12px !important;
color: rgba(0, 0, 0, 0.45) !important;
margin-top: 0;
letter-spacing: 0.5px;
}


/* ===== KUDU PRODUCT PAGE LUXURY REFINEMENT ===== */

/* Global smoothing */
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

/* Container width (optional luxury spacing) */
.product {
max-width: 1100px;
margin: 0 auto;
}

/* Add to cart button */
button.product-form__submit,
.product-form__submit {
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 18px 24px;
font-size: 13px;
border: 1px solid #111;
background-color: #111;
color: #fff;
transition: all 0.3s ease;
}

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

/* Product description */
.product__description {
font-size: 15px;
line-height: 1.7;
letter-spacing: 0.01em;
color: #333;
max-width: 500px;
}

/* Section headings */
.product__description h4,
.product__accordion summary {
font-size: 13px;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 500;
}

/* Accordion styling */
.product__accordion summary {
padding: 18px 0;
border-bottom: 1px solid #eee;
cursor: pointer;
}

.product__accordion .accordion__content {
padding: 10px 0 20px;
font-size: 14px;
line-height: 1.6;
color: #444;
}

/* Price */
.price {
font-size: 18px;
letter-spacing: 0.02em;
}

/* Meta text (shipping, VAT, etc.) */
.product__text {
font-size: 13px;
color: #777;
}

/* Quantity selector */
.quantity {
border: 1px solid #ddd;
}

.quantity__button {
font-size: 16px;
}

.quantity__input {
font-size: 14px;
}


/* ===== MOBILE LUXURY OPTIMISATION ===== */

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

/* Page padding (more breathing room) */
.page-width {
padding-left: 20px;
padding-right: 20px;
}

/* Product title */
.product__title h1 {
font-size: 24px;
line-height: 1.3;
letter-spacing: -0.01em;
}

/* Price spacing */
.price {
font-size: 18px;
margin-top: 6px;
margin-bottom: 12px;
}

/* Meta text (shipping, VAT) */
.product__text {
font-size: 12px;
line-height: 1.5;
margin-bottom: 16px;
}

/* Quantity box spacing */
.quantity {
margin-bottom: 18px;
}

/* Add to cart button (mobile impact!) */
button.product-form__submit,
.product-form__submit {
width: 100%;
padding: 20px;
font-size: 13px;
letter-spacing: 0.1em;
}

/* Description spacing */
.product__description {
font-size: 15px;
line-height: 1.75;
margin-top: 24px;
}

/* Botanical ingredients spacing */
.product__description h4 {
margin-top: 28px;
margin-bottom: 8px;
}

/* Ingredient line (Shea · Jojoba · Squalane) */
.product__description p {
margin-bottom: 18px;
}

/* Accordion spacing */
.product__accordion summary {
padding: 20px 0;
}

.product__accordion .accordion__content {
padding-bottom: 22px;
}

}


<section class="kudu-essentials">
<div class="kudu-container">

<div class="kudu-grid">

<!-- IMAGE -->
<div class="kudu-image">
<img src="{{ section.settings.image | image_url: width: 900 }}" alt="Skin glow texture">
</div>

<!-- TEXT -->
<div class="kudu-content">
<h2>{{ section.settings.heading }}</h2>

<div class="kudu-list">
<p>Deep hydration & lasting softness</p>
<p>Improves elasticity & smoothness</p>
<p>Antioxidant-rich nourishment</p>
<p>Lightweight, fast-absorbing finish</p>
<p>Supports a healthy skin barrier</p>
<p>Leaves a natural, radiant glow</p>
</div>
</div>

</div>

</div>
</section>

<style>
.kudu-essentials {
background: #F7F4EF; /* soft warm neutral */
padding: 80px 20px;
}

.kudu-container {
max-width: 1100px;
margin: 0 auto;
}

.kudu-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.kudu-image img {
width: 100%;
border-radius: 12px;
}

.kudu-content h2 {
font-size: 28px;
font-weight: 500;
letter-spacing: 0.02em;
margin-bottom: 30px;
}

.kudu-list p {
font-size: 16px;
line-height: 1.8;
color: rgba(0,0,0,0.75);
margin: 0 0 12px;
}

/* subtle divider effect */
.kudu-list p:not(:last-child)::after {
content: "";
display: block;
width: 30px;
height: 1px;
background: rgba(0,0,0,0.15);
margin: 12px 0 18px;
}

/* MOBILE */
@media (max-width: 768px) {
.kudu-grid {
grid-template-columns: 1fr;
gap: 30px;
}

.kudu-content h2 {
font-size: 24px;
}
}
</style>

{% schema %}
{
"name": "Kudu Essentials",
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "The essentials"
},
{
"type": "image_picker",
"id": "image",
"label": "Image"
}
],
"presets": [
{
"name": "Kudu Essentials"
}
]
}
{% endschema %}


/* ===== KUDU PRODUCT PAGE REFINEMENT (DAWN) ===== */

/* H4 – "100% Pure Marula Oil" */
.product h4 {
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
color: #555555;
margin-top: 40px;
margin-bottom: 20px;
}

/* Product description (Dawn uses .product__description) */
.product__description p {
line-height: 1.7;
letter-spacing: 0.01em;
color: #4a4a4a;
margin-bottom: 20px;
}

/* Highlight line (e.g. Lightweight • Fast-absorbing) */
.product__description .highlight-line {
letter-spacing: 0.05em;
color: #666666;
}

/* Accordion titles (Dawn collapsible rows) */
.accordion__title,
summary {
letter-spacing: 0.04em;
font-weight: 400;
font-size: 15px;
}

/* Softer divider lines */
.accordion,
.product__accordion {
border-top: 1px solid #eaeaea;
}

.accordion__item,
.product__accordion .accordion {
border-bottom: 1px solid #eaeaea;
}

/* Spacing around description */
.product__description {
margin-top: 30px;
margin-bottom: 30px;
}



/* ===== BASE ===== */
body {
font-family: 'Inter', sans-serif;
font-size: 15px;
line-height: 1.7;
letter-spacing: 0.01em;
font-weight: 300;
color: #1a1a1a;
background-color: #f8f7f4;
}

/* ===== HEADINGS ===== */
h1, h2, h3, h4 {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
letter-spacing: 0.02em;
line-height: 1.3;
margin-bottom: 12px;
}

/* Product title */
.product__title h1 {
font-size: 28px;
letter-spacing: 0.03em;
}

/* Section headings */
h2 {
font-size: 22px;
}

h3 {
font-size: 18px;
}

/* ===== TEXT ===== */
p {
max-width: 520px;
margin-bottom: 18px;
color: #333;
}

/* Softer bold */
strong, b {
font-weight: 500;
}

/* ===== EDITORIAL SPACING ===== */
.section {
padding-top: 80px;
padding-bottom: 80px;
}

.page-width {
max-width: 1100px;
}

/* Add breathing room between text blocks */
.rte > * + * {
margin-top: 14px;
}

/* ===== PRODUCT PAGE REFINEMENT ===== */

/* Narrow description column */
.product__description {
max-width: 480px;
}

/* Space between title + description */
.product__info-container > * {
margin-bottom: 20px;
}

/* ===== BUTTONS ===== */
button,
.btn,
.button {
font-family: 'Inter', sans-serif;
font-weight: 400;
letter-spacing: 0.08em;
text-transform: none;
border-radius: 0;
}

/* ===== MICRO LABEL STYLE (Aesop-style) ===== */
.small-caps {
text-transform: uppercase;
letter-spacing: 0.12em;
font-size: 12px;
color: #666;
}

/* ===== IMAGE TREATMENT ===== */

/* Add breathing space around images */
img {
margin: 20px 0;
}

/* Optional: soften overly sharp images */
img {
filter: contrast(0.98);
}

/* ===== GRID BREAK (less "Shopify") ===== */

/* Add asymmetry feel */
@media screen and (min-width: 768px) {
.grid {
gap: 40px;
}
}

/* ===== MINIMAL DIVIDERS ===== */
hr {
border: none;
border-top: 1px solid #e5e3df;
margin: 40px 0;
}

/* ===== REMOVE OVERLY BOLD ELEMENTS ===== */
.price,
.product__price {
font-weight: 400;
}

/* ===== GLOBAL CALMING ===== */
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}




/* =========================================
COLLECTION — 3 PRODUCT EDITORIAL FLOW
========================================= */

/* More breathing space */
.collection .grid {
gap: 80px;
}

/* Text spacing */
.collection .card__information {
margin-top: 24px;
max-width: 420px;
}

/* Product title */
.collection .card__heading {
font-size: 18px;
font-weight: 400;
letter-spacing: 0.02em;
line-height: 1.4;
margin-bottom: 6px;
}

/* Scent notes */
.collection .card__information p {
font-size: 14px;
opacity: 0.55;
letter-spacing: 0.03em;
line-height: 1.6;
}

/* Subtle spacing between text lines */
.collection .card__information p:last-child {
margin-top: 8px;
}

/* Soften images */
.collection img {
filter: contrast(0.97);
}

/* =========================================
3-ITEM RHYTHM (KEY PART)
========================================= */

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

/* 2nd product drops lower */
.collection .grid__item:nth-child(2) {
margin-top: 100px;
}

/* 3rd product comes back up slightly */
.collection .grid__item:nth-child(3) {
margin-top: 40px;
}

/* Slight scale variation */
.collection .grid__item:nth-child(1) img {
transform: scale(1.01);
}

.collection .grid__item:nth-child(2) img {
transform: scale(0.96);
}

.collection .grid__item:nth-child(3) img {
transform: scale(0.99);
}

/* Break perfect alignment */
.collection .grid {
justify-content: flex-start;
}
}

/* =========================================
REMOVE "TOO PERFECT" FEEL
========================================= */

.collection * {
-webkit-font-smoothing: antialiased;
}



/* =========================================
PRODUCT CTA — LUXURY LAYOUT
========================================= */

/* Add breathing space around price */
.product__price {
margin-top: 24px;
margin-bottom: 24px;
font-weight: 400;
}

/* Clean spacing between elements */
.product__info-container > * {
margin-bottom: 14px;
}

/* Make CTA feel lighter and wider */
.product-form__buttons .button {
width: 100%;
padding: 16px 0;
font-weight: 400;
letter-spacing: 0.06em;
text-transform: none;
border-radius: 0;
}

/* Add space above CTA */
.product-form__buttons {
margin-top: 20px;
}

/* Reduce clutter below */
.product__tax,
.product__inventory,
.product__sku {
display: none;
}


.product__info-container > * {
margin-bottom: 10px;
}

.product__price {
margin: 18px 0;
}


.product__info-container > * {
margin-bottom: 10px;
}

.product__price {
margin: 18px 0;
}

.product-form__buttons .button {
letter-spacing: 0.06em;
text-transform: none;
}


.press-strip {
display: flex;
justify-content: center;
gap: 40px;
align-items: center;
margin: 60px 0;
}

.press-strip img {
max-height: 18px;
opacity: 0.65;
}


.press-title {
text-align: center;
font-size: 11px;
letter-spacing: 0.08em;
opacity: 0.5;
margin-bottom: 16px;
}



.press-strip {
display: flex;
gap: 28px;
justify-content: flex-start;
overflow-x: auto;
padding: 0 20px;
margin: 40px 0;
}

.press-strip img {
height: 16px;
flex-shrink: 0;
opacity: 0.65;
}

.press-strip::after {
content: "";
position: absolute;
right: 0;
width: 40px;
height: 100%;
background: linear-gradient(to right, transparent, #f5f3ef);
}



/* ===== PRESS / FEATURED IN SECTION ===== */

/* Title */
.press-title {
text-align: center;
font-size: 11px;
letter-spacing: 0.08em;
opacity: 0.45;
margin-bottom: 12px;
text-transform: none;
}

/* Container */
.press-strip {
display: flex;
justify-content: center;
align-items: center;
gap: 36px;
margin: 30px 0 40px;
position: relative;
}

/* Logos */
.press-strip img {
max-height: 20px;
opacity: 0.65;
transition: opacity 0.3s ease;
}

/* Optional subtle hover (desktop only) */
@media (hover: hover) {
.press-strip img:hover {
opacity: 1;
}
}

/* ===== MOBILE OPTIMISATION ===== */

@media screen and (max-width: 749px) {
.press-strip {
justify-content: flex-start;
overflow-x: auto;
padding: 0 20px;
gap: 28px;
}

.press-strip img {
height: 16px;
flex-shrink: 0;
}

/* Optional: smooth scroll feel */
.press-strip {
scroll-behavior: smooth;
}
}



/* ===== FIX MULTICOLUMN PRESS SECTION ===== */

/* Center entire section */
.multicolumn {
text-align: center;
}

/* Fix heading */
.multicolumn h2,
.multicolumn__title {
font-size: 11px;
letter-spacing: 0.08em;
opacity: 0.5;
margin-bottom: 20px;
text-align: center;
}

/* Make logos behave like a strip */
.multicolumn-list {
display: flex !important;
justify-content: center;
align-items: center;
gap: 40px;
}

/* Remove column stacking feel */
.multicolumn-card {
width: auto !important;
max-width: none !important;
}

/* Logo styling */
.multicolumn-card img {
max-height: 20px;
opacity: 0.65;
}

/* ===== MOBILE FIX ===== */

@media screen and (max-width: 749px) {
.multicolumn-list {
overflow-x: auto;
justify-content: flex-start;
gap: 28px;
padding: 0 20px;
}

.multicolumn-card {
flex: 0 0 auto;
}

.multicolumn-card img {
height: 16px;
}
}


/* ===== FORCE PRESS SECTION FIX (SHOPIFY MULTICOLUMN) ===== */

/* Center heading */
.multicolumn__title,
.multicolumn h2 {
text-align: center !important;
font-size: 11px !important;
letter-spacing: 0.08em !important;
opacity: 0.5 !important;
margin-bottom: 16px !important;
}

/* FORCE horizontal layout */
.multicolumn-list {
display: flex !important;
flex-wrap: nowrap !important;
justify-content: center !important;
align-items: center !important;
gap: 36px !important;
}

/* Remove Shopify column widths */
.multicolumn-list__item {
flex: 0 0 auto !important;
max-width: none !important;
}

/* Logo styling */
.multicolumn-card img {
max-height: 20px !important;
opacity: 0.65;
}

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

.multicolumn-list {
justify-content: flex-start !important;
overflow-x: auto !important;
padding: 0 20px !important;
gap: 28px !important;
}

.multicolumn-card img {
height: 16px !important;
}
}



.multicolumn__title {
text-align: center !important;
font-size: 11px !important;
letter-spacing: 0.08em !important;
opacity: 0.5 !important;
margin-bottom: 12px !important;
}


/* ===== PRESS SECTION – CLEAN LUXURY VERSION ===== */

/* Remove TOP divider line (Shopify section border) */
.multicolumn {
border-top: none !important;
}

/* Keep subtle bottom separation */
.multicolumn {
border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Tighten spacing */
.multicolumn {
padding-top: 30px !important;
padding-bottom: 30px !important;
}

/* Title styling (editorial, soft) */
.multicolumn__title,
.multicolumn h2 {
text-align: center !important;
font-size: 11px !important;
letter-spacing: 0.08em !important;
opacity: 0.5 !important;
margin-bottom: 16px !important;
text-transform: none !important;
}

/* FORCE horizontal logo layout */
.multicolumn-list {
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 24px !important;
flex-wrap: nowrap !important;
}

/* Remove column stacking */
.multicolumn-list__item {
flex: 0 0 auto !important;
max-width: none !important;
}

/* Logo styling */
.multicolumn-card img {
max-height: 18px !important;
opacity: 0.65;
transition: opacity 0.3s ease;
}

/* Subtle hover (desktop only) */
@media (hover: hover) {
.multicolumn-card img:hover {
opacity: 1;
}
}

/* ===== KILL ANY CAROUSEL ===== */
.slider-buttons,
.slider-counter {
display: none !important;
}

.slider {
overflow: visible !important;
}

.slider__slide {
width: auto !important;
}


.card__media {
margin-bottom: 8px;
}

.card__information {
margin-top: 0;
}

.section {
padding-top: 40px !important;
padding-bottom: 40px !important;
}


.rich-text__heading {
margin-bottom: 12px;
}

.rich-text__text {
margin-bottom: 16px;
}

.rich-text__text p {
line-height: 1.5;
}


.rich-text p {
font-size: 14px;
opacity: 0.6;
letter-spacing: 0.08em;
}



/* =========================
KUDU — COMPLETE LUXURY SYSTEM
========================= */

/* Base */
body {
font-family: "Inter", sans-serif;
letter-spacing: 0.01em;
color: #3a3a3a;
background-color: #f8f7f5;
}

/* Headings */
h1, h2, h3 {
font-family: "Cormorant Garamond", serif;
font-weight: 400;
letter-spacing: -0.03em;
color: #1a1a1a;
}

/* Hero */
h1 {
font-size: 42px;
line-height: 1.2;
}

.banner {
padding-top: 120px !important;
padding-bottom: 120px !important;
}

.banner__heading {
max-width: 620px;
margin: 0 auto;
text-align: center;
}

.banner__text {
max-width: 460px;
margin: 24px auto 0;
text-align: center;
font-size: 15px;
color: #6a6a6a;
letter-spacing: 0.08em;
}

/* Buttons */
a.button, .button {
background: transparent;
border: none;
text-decoration: underline;
text-underline-offset: 6px;
font-family: "Cormorant Garamond", serif;
font-size: 18px;
letter-spacing: 0.06em;
color: #1a1a1a;
}

/* Sections spacing */
.section {
padding-top: 100px;
padding-bottom: 100px;
}

@media (max-width: 768px) {
.section {
padding-top: 70px;
padding-bottom: 70px;
}
}

/* Product grid */
.card__information {
text-align: center;
padding-top: 18px;
}

.card__heading {
font-family: "Cormorant Garamond", serif;
font-size: 22px;
letter-spacing: 0.04em;
margin-bottom: 10px;
}

/* Product subtitle */
.card__information p {
font-size: 14px;
color: #6f6f6f;
letter-spacing: 0.06em;
margin-bottom: 14px;
}

/* Price */
.price {
font-size: 14px;
color: #8a8a8a;
}

/* Image spacing */
.media {
margin-bottom: 20px;
}

/* Remove mass-market feel */
* {
box-shadow: none !important;
border-radius: 0 !important;
}

/* Signature line */
.signature-line {
font-family: "Cormorant Garamond", serif;
text-align: center;
font-size: 18px;
max-width: 520px;
margin: 0 auto;
letter-spacing: 0.02em;
color: #2a2a2a;
}


/* =========================
   FINAL POLISH — KUDU
   ========================= */

/* 1. Hero image breathing room (important) */
.banner__media img {
  max-width: 88%;
  margin: 0 auto;
  display: block;
}

/* 2. Reduce gap between hero text and CTA */
.banner__buttons {
  margin-top: 28px !important;
}

/* 3. CTA refinement (less heavy underline) */
a.button, .button {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* 4. Product cards — more luxury spacing */
.card-wrapper {
  margin-bottom: 50px;
}

/* 5. Product titles — slightly softer */
.card__heading {
  letter-spacing: 0.02em;
}

/* 6. "As seen in" logos — better spacing */
.multicolumn-list {
  gap: 40px !important;
  align-items: center;
}

/* 7. Testimonial — more editorial feel */
blockquote {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #2a2a2a;
  text-align: center;
}

blockquote + p {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #8a8a8a;
}

/* 8. Section rhythm (this is key for luxury feel) */
.section + .section {
  margin-top: 40px;
}

/* 9. Slightly reduce overall contrast */
body {
  color: #2f2f2f;
}


/* More refined than opacity alone */
.multicolumn-list img {
opacity: 0.9;
filter: grayscale(100%) contrast(90%);
}


.multicolumn-list img {
background: transparent !important;
mix-blend-mode: multiply;
opacity: 0.9;
}

.multicolumn-list img {
opacity: 0.9;
filter: grayscale(100%) contrast(95%);
}


/* =========================
KUDU — HEADER + LAYOUT REFINEMENT
========================= */

/* Base background */
body {
background-color: #F5F4F2;
color: #2f2f2f;
font-family: "Inter", sans-serif;
}

/* =========================
HEADER (Luxury refinement)
========================= */

/* Header background */
.header-wrapper,
.header {
background-color: #F5F4F2 !important;
border-bottom: none !important;
box-shadow: none !important;
}

/* Remove section background */
.shopify-section-header,
.section-header {
background: transparent !important;
}

/* Header spacing */
.header {
padding-top: 18px !important;
padding-bottom: 18px !important;
}

/* Logo refinement */
.header__heading-logo {
letter-spacing: 0.12em;
font-weight: 500;
text-transform: lowercase;
}

/* Icons refinement */
.header__icon {
opacity: 0.75;
transition: opacity 0.3s ease;
}

.header__icon:hover {
opacity: 1;
}

/* Subtle glass effect */
.header-wrapper {
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}

/* =========================
FOOTER
========================= */

.footer {
background-color: #F5F4F2 !important;
border-top: none !important;
}

/* =========================
PRODUCT CARDS (Remove white boxes)
========================= */

.card,
.card-wrapper,
.product-card-wrapper,
.product-card,
.grid__item {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}

/* Product image background fix */
.card img {
background: #F5F4F2;
}

/* Product spacing refinement */
.card__heading {
margin-bottom: 10px;
}

.card__information p {
margin-bottom: 14px;
}

/* =========================
GLOBAL CLEANUP
========================= */

/* Remove all heavy UI effects */
* {
box-shadow: none !important;
border-radius: 0 !important;
}


/* =========================
KUDU — FOOTER REFINEMENT
========================= */

/* Footer background (safety override) */
.footer,
#shopify-section-footer {
background-color: #F5F4F2 !important;
}

/* =========================
TYPOGRAPHY
========================= */

/* Section headings */
.footer h2,
.footer h3 {
font-family: "Cormorant Garamond", serif;
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 500;
margin-bottom: 12px;
}

/* Body text + links */
.footer p,
.footer a {
font-family: "Inter", sans-serif;
font-size: 14px;
letter-spacing: 0.02em;
color: #555555;
line-height: 1.6;
}

/* =========================
NEWSLETTER (KEY SECTION)
========================= */

/* Newsletter heading */
.footer .newsletter__heading {
font-family: "Cormorant Garamond", serif;
font-size: 22px;
font-weight: 500;
letter-spacing: 0.04em;
margin-bottom: 10px;
}

/* Email input */
.footer input {
border-radius: 0 !important;
border: 1px solid rgba(0,0,0,0.15);
background: transparent;
padding: 14px;
}

/* Subscribe button */
.footer button {
background: transparent;
border: 1px solid #2C2C2C;
border-radius: 0;
letter-spacing: 0.08em;
padding: 14px 18px;
transition: all 0.3s ease;
}

/* Button hover */
.footer button:hover {
background: #2C2C2C;
color: #ffffff;
}

/* =========================
DIVIDER LINE (SOFTER)
========================= */

.footer hr {
border: none;
height: 1px;
background: rgba(0,0,0,0.08);
margin: 30px 0;
}

/* =========================
SOCIAL ICONS (SOFTER)
========================= */

.footer .list-social__item {
opacity: 0.7;
transition: opacity 0.3s ease;
}

.footer .list-social__item:hover {
opacity: 1;
}

/* =========================
SPACING CLEANUP
========================= */

.footer .grid {
gap: 30px;
}



/* =========================
KUDU — FINAL FOOTER REFINEMENT
========================= */

/* Background */
.footer,
#shopify-section-footer {
background-color: #F5F4F2 !important;
}

/* =========================
TYPOGRAPHY
========================= */

/* Section headings */
.footer h2,
.footer h3 {
font-family: "Cormorant Garamond", serif;
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 500;
margin-bottom: 12px;
}

/* Body text + links */
.footer p,
.footer a {
font-family: "Inter", sans-serif;
font-size: 14px;
letter-spacing: 0.02em;
color: #555555;
line-height: 1.6;
}

/* Link hover (refined) */
.footer a {
transition: opacity 0.3s ease;
}

.footer a:hover {
opacity: 0.6;
}

/* =========================
NEWSLETTER (KEY SECTION)
========================= */

/* Newsletter heading */
.footer .newsletter__heading {
font-family: "Cormorant Garamond", serif;
font-size: 22px;
font-weight: 500;
letter-spacing: 0.04em;
margin-bottom: 10px;
}

/* Remove rounded corners */
.footer input,
.footer .newsletter-form__field-wrapper {
border-radius: 0 !important;
}

/* Email input */
.footer input {
border: 1px solid rgba(0,0,0,0.2);
background: transparent;
padding: 14px;
}

/* Subscribe button (strong + editorial) */
.footer button {
background: #2C2C2C;
color: #ffffff;
border: none;
border-radius: 0;
letter-spacing: 0.08em;
padding: 14px 18px;
transition: opacity 0.3s ease;
}

.footer button:hover {
opacity: 0.85;
}

/* =========================
DIVIDER LINE (SOFTER)
========================= */

.footer hr {
border: none;
height: 1px;
background: rgba(0,0,0,0.06);
margin: 30px 0;
}

/* =========================
SOCIAL ICONS
========================= */

.footer .list-social__item {
opacity: 0.7;
transition: opacity 0.3s ease;
}

.footer .list-social__item:hover {
opacity: 1;
}

/* =========================
SPACING CLEANUP
========================= */

.footer .grid {
gap: 30px;
}


/* Newsletter input + button alignment */
.footer .newsletter-form {
display: flex;
gap: 0;
}

.footer .newsletter-form__field-wrapper {
flex: 1;
}

.footer input[type="email"] {
border: none;
border-bottom: 1px solid #2C2C2C;
background: transparent;
padding: 12px 0;
font-size: 14px;
}

.footer button {
background: #2C2C2C;
color: #fff;
border-radius: 2px;
padding: 12px 20px;
margin-left: 12px;
}



/* Newsletter – luxury inline style */
.footer .newsletter-form {
display: flex;
align-items: center;
gap: 0;
}

.footer .newsletter-form__field-wrapper {
flex: 1;
}

/* Input */
.footer input[type="email"] {
background: transparent;
border: none;
border-bottom: 1px solid #2C2C2C;
padding: 14px 0;
font-size: 14px;
color: #2C2C2C;
}

/* Remove box feel */
.footer input[type="email"]::placeholder {
color: #9A9A9A;
}

/* Button */
.footer .newsletter-form__button {
background: none;
border: none;
border-bottom: 1px solid #2C2C2C;
padding: 14px 0;
margin-left: 20px;
font-size: 14px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #2C2C2C;
cursor: pointer;
}

/* Hover (very subtle) */
.footer .newsletter-form__button:hover {
opacity: 0.6;
}


.footer .newsletter__heading {
margin-bottom: 14px;
letter-spacing: 0.02em;
}

.footer .newsletter p {
margin-bottom: 28px;
max-width: 420px;
}


/* Fix spacing: newsletter heading + text */
.footer .newsletter__heading {
margin-bottom: 14px !important;
}

.footer .newsletter p {
margin-top: 0;
margin-bottom: 26px !important;
}


/* Newsletter spacing fix */
.footer .newsletter__heading {
margin-bottom: 16px !important;
}

.footer .newsletter p {
margin-top: 0 !important;
margin-bottom: 28px !important;
}


.scent-image {
filter: blur(2px);
opacity: 0.9;
}


.mid-intro {
margin-top: 60px;
margin-bottom: 30px;
color: #5A5A5A;
line-height: 1.7;
max-width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
}


/* ============================= */
/* KUDU CONTACT PAGE REFINEMENT */
/* ============================= */

/* 1. Image spacing (creates luxury “pause”) */
.template-page .banner,
.template-page .media-banner {
margin-bottom: 50px; /* adjust 40–60px if needed */
}

/* 2. Headings spacing */
.template-page h1,
.template-page h2 {
margin-top: 20px;
margin-bottom: 20px;
}

/* 3. Softer body text */
.template-page p {
color: #666666;
line-height: 1.6;
}

/* 4. Refined links (editorial style) */
.template-page a {
color: #444444;
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,0.2);
transition: all 0.2s ease;
}

.template-page a:hover {
border-bottom: 1px solid rgba(0,0,0,0.5);
}

/* 5. Contact form styling */
.contact-form input,
.contact-form textarea {
background-color: #FAF9F6;
border: 1px solid #DADADA;
padding: 14px 16px;
font-size: 14px;
color: #333333;
width: 100%;
box-sizing: border-box;
transition: border 0.2s ease, background-color 0.2s ease;
}

/* 6. Focus state (subtle, premium) */
.contact-form input:focus,
.contact-form textarea:focus {
outline: none;
border-color: #999999;
background-color: #FFFFFF;
}

/* 7. Add spacing between form fields */
.contact-form .field {
margin-bottom: 18px;
}

/* 8. Optional: soften button (if needed) */
.contact-form button {
background-color: #1a1a1a;
color: #ffffff;
padding: 14px 22px;
border: none;
transition: opacity 0.2s ease;
}

.contact-form button:hover {
opacity: 0.85;
}


.footer {
border-top: 1px solid rgba(0, 0, 0, 0.06);
margin-top: 80px;
padding-top: 50px;
}


#shopify-section-footer {
border-top: 1px solid rgba(0, 0, 0, 0.06);
margin-top: 80px;
padding-top: 50px;
}


/* ============================= */
/* NEWSLETTER – KUDU REFINEMENT */
/* ============================= */

/* Container spacing */
.footer .newsletter {
margin-top: 10px;
}

/* Input field */
.footer input[type="email"] {
background-color: #FAF9F6;
border: 1px solid #DADADA;
padding: 14px 16px;
font-size: 14px;
color: #333;
width: 100%;
box-sizing: border-box;
}

/* Input focus */
.footer input[type="email"]:focus {
outline: none;
border-color: #999;
background-color: #FFFFFF;
}

/* Button */
.footer button {
background-color: #2B2B2B; /* softer than pure black */
color: #FFFFFF;
padding: 14px 22px;
border: none;
letter-spacing: 0.05em;
font-size: 13px;
transition: all 0.2s ease;
}

/* Button hover */
.footer button:hover {
opacity: 0.85;
}

/* Align input + button nicely */
.footer .newsletter-form {
display: flex;
gap: 10px;
align-items: center;
}

/* Make input grow, button fixed */
.footer .newsletter-form input {
flex: 1;
}

.footer .newsletter-form button {
flex-shrink: 0;
}



.footer .newsletter-form {
display: flex;
gap: 0;
align-items: stretch;
}

/* Input */
.footer .newsletter-form input {
flex: 1;
border-right: none;
height: 48px;
}

/* Button */
.footer .newsletter-form button {
height: 48px;
border-radius: 0;
}


.footer .newsletter-form button {
background-color: #2B2B2B;
}



/* Footer headings */
.footer h2,
.footer h3,
.footer .h2,
.footer .h3 {
letter-spacing: 0.02em;
}

/* Newsletter title specifically */
.footer .newsletter__title {
letter-spacing: 0.025em;
}

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


.product-section h3 {
font-size: 20px;
letter-spacing: 0.06em;
font-weight: 400;
margin-top: 72px; /* creates that luxury “pause” */
margin-bottom: 12px;
text-align: center; /* optional – works well with your layout */
}


.ingredient-block h3 {
font-family: serif;
font-size: 20px;
letter-spacing: 0.02em;
}


.kudu-divider {
border-top: 1px solid rgba(0,0,0,0.1);
margin: 60px 0;
}



.kudu-divider {
display: block;
width: 100%;
height: 1px;
background-color: rgba(0,0,0,0.06);
margin: 70px 0;
}


.kudu-divider-footer {
width: 90%;
margin: 100px auto 40px;
height: 1px;
background-color: rgba(0,0,0,0.06);
}


/* === SCENT PROFILE — KUDU SYSTEM === */

/* Section container */
.image-with-text__text {
max-width: 420px;
}

/* Heading: Scent Profile */
.image-with-text__heading {
font-size: 20px;
font-weight: 400;
letter-spacing: 0.04em;
margin-bottom: 14px;
}

/* Description line */
.image-with-text__text p:first-of-type {
font-size: 15px;
line-height: 1.7;
color: #6a6a6a;
margin-bottom: 26px;
}

/* Labels: TOP / HEART / BASE */
.image-with-text__text strong {
display: block;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 500;
color: #8a8a8a;
margin-top: 22px;
margin-bottom: 6px;
}

/* Ingredient lines */
.image-with-text__text strong + br + text,
.image-with-text__text strong + * {
font-size: 15px;
color: #1a1a1a;
margin-bottom: 10px;
display: block;
}

/* Clean spacing between groups */
.image-with-text__text br {
display: none;
}



/* === IMAGE + TEXT SPACING REFINEMENT === */

/* Reduce gap between image and text */
.image-with-text__media {
margin-bottom: 20px;
}

/* Pull text slightly upward */
.image-with-text__text {
margin-top: -10px;
}

/* Add controlled breathing inside text */
.image-with-text__content {
padding-top: 10px;
}

/* Optional: tighten section padding */
.section {
padding-top: 40px;
padding-bottom: 40px;
}


/* Narrow text for editorial feel */
.image-with-text__text {
max-width: 360px;
}

/* === KUDU SCENT PROFILE SYSTEM === */

/* Text container */
.image-with-text__text{
max-width:360px;
margin-top:-10px;
}

/* Heading */
.image-with-text__heading{
font-size:21px;
font-weight:400;
letter-spacing:.05em;
margin-bottom:14px;
}

/* Description line */
.image-with-text__text p:first-of-type{
font-size:15px;
line-height:1.7;
color:#6a6a6a;
margin-bottom:26px;
}

/* Labels: TOP / HEART / BASE */
.image-with-text__text strong{
display:block;
font-size:11px;
letter-spacing:.14em;
text-transform:uppercase;
font-weight:400;
color:#9a9a9a;
margin-top:26px;
margin-bottom:6px;
}

/* Ingredient lines */
.image-with-text__text strong + *{
font-size:15px;
color:#1a1a1a;
margin-bottom:14px;
display:block;
}

/* Remove unwanted line breaks */
.image-with-text__text br{
display:none;
}

/* Image spacing refinement */
.image-with-text__media{
margin-bottom:20px;
}

/* Section breathing */
.image-with-text__content{
padding-top:10px;
}

/* Optional global section tightening */
.section{
padding-top:40px;
padding-bottom:40px;
}


/* FINAL REFINEMENT */

.image-with-text__text strong{
font-weight:400 !important;
color:#9a9a9a !important;
letter-spacing:.16em;
margin-top:28px;
}

.image-with-text__text strong + *{
margin-bottom:18px;
}


.rte ul {
list-style: disc;
padding-left: 20px;
}

.rte li::marker {
color: #000;
}




.rte ul {
list-style: none;
padding-left: 0;
}

.rte li {
position: relative;
padding-left: 18px;
}

.rte li::before {
content: "•";
position: absolute;
left: 0;
color: #8C7A6B; /* warm luxury tone */
}



.featured-in h2 {
font-size: 12px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #8c8c8c;
font-weight: 300;
}


h4 {
font-size: 20px;
line-height: 1.6;
letter-spacing: 0.04em;
font-weight: 300;
color: #5a5a5a;
text-align: center;
margin: 48px 0;
}

@media screen and (min-width: 750px) {
  .banner {
    min-height: auto !important;
    aspect-ratio: auto !important;
  }

  .banner__media {
    position: relative !important;
    height: auto !important;
  }

  .banner__media img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

.product__accordion:not(:has(.accordion__title:not(:empty))) {
display: none !important;
}