/** Shopify CDN: Minification failed

Line 6248:2 Expected percentage but found "flex"
Line 6248:6 Expected "," but found ":"
Line 6334:0 Unexpected "@media"

**/
*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--border-color));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

body {
  background: rgb(var(--page-background));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.4 var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  margin: 0;
  position: relative;
}

hr {
  border-top-width: 1px;
  justify-self: stretch;
  height: 0;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

input[type="submit"] {
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

button, label, summary, [role="button"], [type="checkbox"], [type="radio"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-date-and-time-value {
  text-align: start;
}

[type="date"] {
  min-height: 3rem;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  list-style-type: none;
}

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

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--heading-font-weight, normal);
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ul, ol, menu {
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  field-sizing: content;
  min-height: 4lh;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: rgb(var(--text-color) / .65);
}

:disabled {
  cursor: default !important;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: 100%;
  height: auto;
}

[role="img"] svg {
  display: initial;
}

picture source {
  display: contents;
}

video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none !important;
}

height-observer {
  display: block;
}

.color-scheme {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  border-color: rgb(var(--border-color));
}

.color-scheme--with-image-overlay {
  --border-color: var(--text-color) / .6;
}

.color-scheme--with-image-overlay .button--outline {
  --border-color: var(--text-color);
}

.accordion {
  box-sizing: content-box;
  display: block;
}

.accordion {
  border-block-width: 1px;
}

.accordion :is(svg) {
  transition: transform .2s, background-color .2s;
}

/* Subtle circle background around the chevron caret on hover/focus.
   Only direct-child svgs of the toggle are targeted so it never affects
   custom icons rendered inside the title. */
.accordion__toggle > svg {
  box-sizing: content-box;
  border-radius: 9999px;
  padding: 0.45rem;
  margin: -0.45rem;
}

.accordion__disclosure > summary:hover > .accordion__toggle > svg,
.accordion__disclosure > summary:focus-visible > .accordion__toggle > svg {
  background-color: rgb(var(--text-color) / 0.08);
}

.accordion + .accordion {
  border-block-start-width: 0;
}

.accordion__toggle {
  justify-content: space-between;
  align-items: center;
  column-gap: .625rem;
  padding-block: 1.25rem;
  display: flex;
}

.accordion__content {
  margin-block-start: -.25rem;
  padding-block-end: 1.25rem;
  padding-inline-end: 1.25rem;
}

@media screen and (min-width: 1000px) {
  .accordion__toggle.text-lg {
    padding-block: 1.5rem;
  }

  .accordion--lg .accordion__toggle {
    padding-block: 2rem;
  }

  .accordion--lg .accordion__content {
    margin-block-start: -.5rem;
  }
}

.accordion-group > * + * > .accordion {
  border-block-start-width: 0;
}

.blog-post-card {
  align-content: start;
  gap: 1.25rem;
  display: grid;
}

.blog-post-card__info {
  justify-items: start;
  row-gap: 1rem;
  display: grid;
}

.blog-post-card__meta {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  display: flex;
}

.blog-post-card__meta > * + :before {
  content: "•";
  margin-inline-end: .5rem;
}

.blog-post-list {
  --blog-post-list-items-per-row: 1;
  --blog-post-list-column-gap: 1.875rem;
  --blog-post-list-row-gap: var(--section-stack-gap);
  --blog-post-list-card-width: calc(100% / var(--blog-post-list-items-per-row)  - var(--blog-post-list-column-gap) * (var(--blog-post-list-items-per-row)  - 1) / var(--blog-post-list-items-per-row));
  grid: auto / repeat(auto-fit, var(--blog-post-list-card-width));
  align-items: start;
  column-gap: var(--blog-post-list-column-gap);
  row-gap: var(--blog-post-list-row-gap);
  display: grid;
}

.featured-blog-post {
  grid-column: 1 / -1;
  display: none;
}

@media screen and (min-width: 700px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 2;
  }
}

@media screen and (max-width: 999px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 40vw;
    grid: auto / auto-flow var(--blog-post-list-card-width);
  }
}

@media screen and (max-width: 699px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 74vw;
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 3;
    --blog-post-list-column-gap: 3.75rem;
  }

  .featured-blog-post {
    display: block;
  }

  .featured-blog-post + .blog-post-card {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .blog-post-list {
    --blog-post-list-row-gap: 3.75rem;
  }
}

.shopify-challenge__button, .shopify-payment-button__button--unbranded {
  all: revert;
}

.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
  -webkit-appearance: none;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(var(--button-text-color));
  background: rgb(var(--button-background));
  border: 1px solid rgb(var(--button-background));
  border-radius: var(--button-border-radius);
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: .65rem 1.75rem;
  transition: opacity .2s, background .2s, color .2s, border-color .2s;
  display: inline-flex;
  position: relative;
}

.button:not([disabled]):hover, .shopify-challenge__button:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover {
  opacity: 0.85;
}

.shopify-payment-button__button--unbranded {
  border: 1px solid rgb(var(--button-background)) !important;
  border-radius: var(--button-border-radius) !important;
  background: rgb(var(--button-background)) !important;
  color: rgb(var(--button-text-color)) !important;
  transition: opacity .2s !important;
}

.button--outline {
  color: rgb(var(--text-color));
  background: transparent;
  border-color: rgb(var(--text-color) / 0.3);
}

.color-scheme--scheme-1 .button--outline,
.color-scheme--scheme-2 .button--outline {
  border-color: #DBD8D6;
}

.color-scheme--scheme-4 .button--outline {
  border-color: rgba(255, 255, 255, 0.2);
}

.button--outline:not([disabled]):hover {
  opacity: 1;
  background: transparent;
  border-color: rgb(var(--text-color) / 0.5);
}

.color-scheme--scheme-1 .button--outline:not([disabled]):hover,
.color-scheme--scheme-2 .button--outline:not([disabled]):hover {
  border-color: #DBD8D6;
}

.color-scheme--scheme-4 .button--outline:not([disabled]):hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.button--subdued.button--outline {
  color: rgb(var(--button-background) / .65);
  border-color: rgb(var(--border-color));
}

.button--sm {
  font-size: var(--text-xs);
  padding: .5rem .75rem;
}


.button-group {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.button-group > * {
  margin: 0 !important;
}

.button-group:has(.link):has(.button) {
  column-gap: 1.5rem;
}

@media screen and (min-width: 700px) {
  .button-group {
    gap: 1.25rem;
  }

  .button-group:has(.link):not(:has(.button)) {
    column-gap: 2rem;
  }

  .button-group--same-width {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    display: grid;
  }
}

.additional-checkout-buttons {
  width: 100%;
}

.shopify-payment-button__button {
  vertical-align: top;
  width: 100%;
  min-height: calc(1lh + 1.3rem + 2px);
}

shopify-accelerated-checkout, shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
}

@keyframes animateIconInline {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

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

@keyframes animateIconBlock {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }

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

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

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

.circle-button {
  --circle-button-size: 2.75rem;
  width: var(--circle-button-size);
  height: var(--circle-button-size);
  background: #fff;
  color: rgb(var(--text-color));
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgb(var(--text-color) / 0.15);
  place-items: center;
  display: grid;
}

.circle-button > svg {
  width: .75rem;
}

.circle-button > .icon-zoom {
  width: .875rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .circle-button.hover\:animate-icon-inline:hover svg {
    animation: .35s ease-in-out forwards animateIconInline;
  }

  .circle-button.hover\:animate-icon-block:hover svg {
    animation: .35s ease-in-out forwards animateIconBlock;
  }
}

.circle-button--sm {
  --circle-button-size: 2.25rem;
}

.circle-button--lg, .circle-button--xl {
  --circle-button-size: 3.125rem;
}

:is(.circle-button--lg, .circle-button--xl) > svg {
  width: 1rem;
}

@media screen and (min-width: 700px) {
  .circle-button--xl {
    --circle-button-size: 3.5rem;
  }
}

.content-over-media {
  --content-over-media-gap: 1.25rem;
  --content-over-media-calculated-row-gap: var(--content-over-media-row-gap, var(--content-over-media-gap));
  --content-over-media-calculated-column-gap: var(--content-over-media-column-gap, var(--content-over-media-gap));
  grid-template: [full-start] 0 [content-start] minmax(0, 1fr) [content-end] 0 [full-end] / [full-start] minmax(0, 1fr) [content-start] minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter))) * 2)) [content-end] minmax(0, 1fr) [full-end];
  row-gap: var(--content-over-media-calculated-row-gap);
  column-gap: var(--content-over-media-calculated-column-gap);
  min-height: var(--content-over-media-height, auto);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.content-over-media:before {
  content: "";
  background: var(--content-over-media-gradient-overlay, rgb(var(--content-over-media-overlay)));
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.content-over-media > picture, .content-over-media > image-parallax picture {
  display: contents;
}

.content-over-media > :is(img, video, iframe, svg, video-media), .content-over-media > picture img, .content-over-media > image-parallax img {
  height: var(--content-over-media-height, auto);
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: full-start / full-start / full-end / full-end;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  max-width: var(--content-over-media-content-max-width, 48rem);
  z-index: 1;
  text-shadow: 0 1px rgb(var(--content-over-media-text-shadow) / 50%);
  grid-area: content-start / content-start / content-end / content-end;
  position: relative;
}

.content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
  row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5rem);
}

@supports (row-gap: 1lh) {
  .content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
    row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5lh);
  }
}

.content-over-media > video-media:not([autoplay]) ~ :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  pointer-events: none;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  opacity: 0;
  visibility: hidden;
}

.content-over-media:has(video-media:not([autoplay])) .play-button {
  transition: transform .2s ease-in-out;
}

.content-over-media:has(video-media:not([autoplay])):hover .play-button {
  transform: scale(1.1);
}

.shopify-section:first-child [allow-transparent-header] > .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  padding-block-start: var(--header-height, 0px);
}

.content-over-media--xs {
  --content-over-media-height: clamp(15rem, 65vw, 25rem);
}

.content-over-media--sm {
  --content-over-media-height: clamp(20rem, 85vw, 32rem);
}

.content-over-media--md {
  --content-over-media-height: clamp(25rem, 100vw, 36rem);
}

.content-over-media--lg {
  --content-over-media-height: clamp(30rem, 125vw, 42rem);
}

.content-over-media--fill {
  --content-over-media-height: calc(100vh - var(--sticky-area-height));
  max-height: var(--content-over-media-height);
}

.content-over-media--fill .h1 {
  font-size: var(--text-hero);
}

.content-over-media--fill .prose > :not(.overlay-split-heading) {
  max-width: var(--content-over-media-content-max-width, 30rem);
}

.shopify-section:first-child .content-over-media--fill {
  --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
}

.shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
  --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)));
}

@supports (height: 100svh) {
  .content-over-media--fill {
    --content-over-media-height: calc(100svh - var(--sticky-area-height));
  }

  .shopify-section:first-child .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
  }

  .shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)));
  }
}

@media screen and (min-width: 700px) {
  .content-over-media {
    --content-over-media-gap: 2rem;
  }
}

@media screen and (min-width: 1600px) {
  .content-over-media--xs {
    --content-over-media-height: clamp(15rem, 65vw, 30rem);
  }

  .content-over-media--sm {
    --content-over-media-height: clamp(20rem, 85vw, 40rem);
  }

  .content-over-media--md {
    --content-over-media-height: clamp(25rem, 100vw, 50rem);
  }

  .content-over-media--lg {
    --content-over-media-height: clamp(30rem, 125vw, 58rem);
  }
}

@media screen and (min-width: 1000px) {
  .content-over-media {
    --content-over-media-gap: 3rem;
  }
}

.page-dots {
  --dot-size: .375rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1rem;
  display: flex;
}

.page-dots > * {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  place-content: center;
  display: grid;
}

.page-dots > *:after {
  content: "";
  border-radius: inherit;
  opacity: .4;
  background: currentColor;
  transition: opacity .25s, background .25s;
  position: absolute;
  inset: 0;
}

.page-dots > *[aria-current="true"]:after {
  opacity: 1;
}

.page-dots--narrow {
  column-gap: .5rem;
}

.page-dots--autoplay > [aria-current="false"]:after, .page-dots--autoplay > [aria-current="true"] .circular-progress {
  transition-delay: .15s;
}

.page-dots--autoplay > [aria-current="true"]:after, .page-dots--autoplay > [aria-current="false"] .circular-progress {
  opacity: 0;
}

.page-dots--autoplay > [aria-current="true"] .circular-progress circle:last-child {
  animation: animateCircularProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both;
}

.prev-next-button {
  transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

@media screen and (pointer: fine) {
  .prev-next-button--prev:hover svg {
    animation-direction: reverse !important;
  }
}

@media screen and (pointer: fine) {
  .floating-controls-container {
    padding-inline: 4.625rem;
    display: block;
    position: relative;
  }

  .floating-controls-container:not(:has(.is-scrollable)) .floating-controls-container__control {
    display: none;
  }

  .floating-controls-container--inside {
    --floating-controls-inset-inline: 1.5rem;
    padding-inline: 0;
  }

  .floating-controls-container--on-hover > .floating-controls-container__control {
    opacity: 0;
    transform: translateY(-10px);
  }

  .floating-controls-container--on-hover:hover > .floating-controls-container__control:not(:has([disabled])) {
    opacity: 1;
    transform: translateY(0);
  }

  .floating-controls-container__control {
    z-index: 2;
    transition: opacity .2s, transform .2s;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }

  .floating-controls-container__control:first-child {
    inset-inline-start: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container__control:last-child {
    inset-inline-end: var(--floating-controls-inset-inline, 0);
  }
}

@media not screen and (pointer: fine) {
  .floating-controls-container > .floating-controls-container__control {
    display: none;
  }
}

:where(x-drawer, x-modal, x-popover):not(:defined) {
  display: none;
}

:where(.modal, .drawer, .popover) {
  z-index: 999;
  display: none;
  position: relative;
}

:where(.modal, .drawer, .popover)::part(overlay) {
  background: rgb(var(--page-overlay));
  min-height: 100vh;
  position: fixed;
  inset: 0;
}

:where(.modal, .drawer, .popover)::part(close-button) {
  color: currentColor;
  cursor: pointer;
  background: none;
  border: 1px solid rgb(var(--text-color) / 0.3);
  border-radius: 2px;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
}

:where(.modal, .drawer, .popover)::part(close-button) > svg {
  display: block;
  width: 16px;
  height: 16px;
}

@media screen and (pointer: fine) {
  :where(.modal, .drawer, .popover)::part(close-button) {
    opacity: .6;
    transition: all .2s ease-in;
  }

  :where(.modal, .drawer, .popover)::part(close-button):hover {
    opacity: 1;
  }
}

:where(.modal, .drawer, .popover)::part(tap-area) {
  position: relative;
}

:where(.modal, .drawer, .popover)::part(tap-area):before {
  content: "";
  position: absolute;
  inset: -.65rem;
}

.modal {
  --distance-to-bleed: var(--modal-body-padding-inline);
  --modal-header-padding-block: .875rem;
  --modal-header-padding-inline: 1.25rem;
  --modal-body-padding-block: 1.25rem;
  --modal-body-padding-inline: 1.25rem;
  --modal-body-max-width: 30rem;
}

.modal::part(base) {
  place-items: end center;
  width: 100%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal::part(content) {
  width: 100%;
  max-width: var(--modal-body-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  max-height: 75vh;
  color: rgb(var(--text-color));
  isolation: isolate;
  overflow: auto;
}

@supports (height: 100dvh) {
  .modal::part(content) {
    max-height: 85dvh;
  }
}

.modal::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--modal-header-padding-block);
  padding-block-end: var(--modal-header-padding-block);
  padding-inline-start: var(--modal-header-padding-inline);
  padding-inline-end: var(--modal-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.modal::part(close-button) {
  position: absolute;
  inset-inline-end: var(--modal-header-padding-inline);
}

.modal::part(body) {
  padding-block-start: var(--modal-body-padding-block);
  padding-block-end: var(--modal-body-padding-block);
  padding-inline-start: var(--modal-body-padding-inline);
  padding-inline-end: var(--modal-body-padding-inline);
}

@media screen and (min-width: 700px) {
  .modal {
    --modal-header-padding-block: 1.125rem;
    --modal-header-padding-inline: 2rem;
    --modal-body-padding-block: 2rem;
    --modal-body-padding-inline: 2rem;
  }

  .modal::part(base) {
    place-items: center;
  }

  .modal--lg {
    --modal-body-max-width: 45rem;
  }
}

.drawer {
  --distance-to-bleed: var(--drawer-body-padding-inline);
  --drawer-header-padding-block: 1rem;
  --drawer-header-padding-inline: 1.25rem;
  --drawer-body-padding-block: 1.25rem;
  --drawer-body-padding-inline: 1.25rem;
  --drawer-footer-padding-block: 1rem;
  --drawer-footer-padding-inline: 1.25rem;
  --drawer-max-width: min(92vw, 28.125rem);
}

.drawer::part(base) {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.drawer::part(content) {
  width: 100%;
  height: 100%;
  max-width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  display: grid;
  position: relative;
}

.drawer::part(header) {
  min-height: min(var(--header-height), 5rem);
  border-block-end: 1px solid rgb(var(--border-color));
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  padding-block-start: var(--drawer-header-padding-block);
  padding-block-end: var(--drawer-header-padding-block);
  padding-inline-start: var(--drawer-header-padding-inline);
  padding-inline-end: var(--drawer-header-padding-inline);
  display: flex;
}

.cart-drawer::part(header) {
  border-block-end: none;
}

.drawer::part(body) {
  overscroll-behavior-y: contain;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: grid;
  overflow: hidden auto;
}

.drawer::part(footer) {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  border-block-start: 1px solid rgb(var(--border-color));
  padding-block-start: var(--drawer-footer-padding-block);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.drawer--sm {
  --drawer-max-width: min(92vw, 25rem);
}

.drawer--center-body::part(body) {
  align-self: center;
}

@media screen and (min-width: 1000px) {
  .drawer {
    --drawer-header-padding-block: 1.125rem;
    --drawer-header-padding-inline: 2rem;
    --drawer-body-padding-block: 2rem;
    --drawer-body-padding-inline: 2rem;
    --drawer-footer-padding-block: 2rem;
    --drawer-footer-padding-inline: 2rem;
  }
}

.popover {
  --distance-to-bleed: var(--popover-body-padding-inline);
  --popover-header-padding-block: .875rem;
  --popover-header-padding-inline: 1.25rem;
  --popover-body-padding-block: 1.25rem;
  --popover-body-padding-inline: 1.25rem;
}

.popover::part(content) {
  background: rgb(var(--background));
  width: 100%;
  max-height: 75vh;
  color: rgb(var(--text-color));
  isolation: isolate;
  overflow: auto;
}

@supports (height: 100dvh) {
  .popover::part(content) {
    max-height: 85dvh;
  }
}

.popover::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--popover-header-padding-block);
  padding-block-end: var(--popover-header-padding-block);
  padding-inline-start: var(--popover-header-padding-inline);
  padding-inline-end: var(--popover-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.popover::part(close-button) {
  position: absolute;
  inset-inline-end: var(--popover-header-padding-inline);
}

.popover::part(body) {
  padding-block-start: var(--popover-body-padding-block);
  padding-block-end: var(--popover-body-padding-block);
  padding-inline-start: var(--popover-body-padding-inline);
  padding-inline-end: var(--popover-body-padding-inline);
}

.popover__value-list {
  text-align: start;
  justify-items: start;
  gap: .75rem;
  display: grid;
  position: relative;
}

.popover__value-list > * {
  text-align: inherit;
  width: 100%;
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
}

.popover__value-list > *[aria-selected="true"], .popover__value-list > *:hover {
  color: rgb(var(--text-color));
}

.popover__value-list > *:has(:checked) {
  color: rgb(var(--text-color));
}

.popover__value-option {
  text-align: inherit;
  width: 100%;
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
}

.popover__value-option[aria-selected="true"], .popover__value-option:hover {
  color: rgb(var(--text-color));
}

@media screen and (max-width: 999px) {
  .popover::part(base) {
    place-items: end center;
    width: 100%;
    height: 100%;
    display: grid;
    position: fixed;
    inset: 0;
  }
}

@media screen and (min-width: 1000px) {
  .popover {
    --popover-block-offset: .75rem;
    position: absolute;
  }

  .popover::part(content) {
    border: 1px solid rgb(var(--border-color));
    width: max-content;
    max-width: 18.75rem;
    max-height: min(60vh, 25rem);
    box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  }

  .popover::part(overlay), .popover::part(header) {
    display: none;
  }

  .popover:has(.popover__value-list)::part(body) {
    padding-inline-end: 2.5rem;
  }

  .popover--top-start {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--top-end {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }

  .popover--bottom-start {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--bottom-end {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }
}

.pop-in {
  z-index: 10;
  padding: 2rem;
  display: none;
  position: fixed;
  inset-block-end: 1rem;
  inset-inline: 1rem;
}

.pop-in__close-button {
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  position: absolute !important;
}

@media screen and (min-width: 700px) {
  .pop-in {
    inset-block-end: 2rem;
    inset-inline: 2rem;
  }
}

.banner {
  font-size: var(--text-base);
  color: rgb(var(--banner-color));
  background: rgb(var(--banner-background));
  text-shadow: none;
  padding: .625rem 1.25rem;
}

.banner:has(.banner__text-with-button) {
  padding-block: 1.25rem;
}

.banner--error {
  --banner-background: var(--error-background);
  --banner-color: var(--error-text);
  --button-background: var(--error-text);
  --button-text-color: var(--error-background);
}

.banner--success {
  --banner-background: var(--success-background);
  --banner-color: var(--success-text);
  --button-background: var(--success-text);
  --button-text-color: var(--success-background);
}

.banner--warning {
  --banner-background: var(--warning-background);
  --banner-color: var(--warning-text);
  --button-background: var(--warning-text);
  --button-text-color: var(--warning-background);
}

.banner__text-with-button {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .8rem 1.5rem;
  display: flex;
}

.form {
  align-content: start;
  row-gap: var(--form-gap);
  display: grid;
}

.form-row {
  gap: var(--fieldset-gap);
  flex-wrap: wrap;
  display: flex;
}

.form-row > .form-control {
  flex: 1 0 var(--fieldset-row-control-width, 14rem);
}

.form-row > button {
  flex-grow: 1;
}

.fieldset {
  gap: var(--fieldset-gap);
  display: grid;
}

.fieldset-row {
  gap: inherit;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  display: grid;
}

.form-control {
  gap: var(--form-control-gap);
  display: grid;
  position: relative;
}

.form-control > label {
  justify-self: start;
}

.form-control__max-characters-count {
  margin-block-start: -.375rem;
}

.checkbox-control {
  align-items: flex-start;
  column-gap: var(--checkbox-control-gap);
  text-align: start;
  display: flex;
  position: relative;
}

.input, .textarea, .select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: var(--input-padding-block) var(--input-padding-inline);
  border-radius: var(--input-border-radius);
  background: rgb(var(--input-background, transparent));
  color: rgb(var(--input-text-color, var(--text-color)));
  text-align: start;
  border-width: 1px;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  box-sizing: border-box;
  transition: border-color .1s ease-in-out;
}

:is(.input, .textarea, .select)::placeholder {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

:is(.input:focus, .textarea:focus, .select:focus-visible) {
  border-color: currentColor;
  outline: none;
}

.select {
  box-shadow: 0 1px 3px rgb(var(--text-color) / .08);
  padding-inline-end: calc(var(--input-padding-inline) * 2 + 10px);
}

.select:required:invalid {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

.select ~ svg, .select > svg {
  transition: transform .2s;
  position: absolute;
  inset-block-start: calc(50% - 3.5px);
  inset-inline-end: calc(var(--input-padding-inline)  + 1px);
}

.select[aria-expanded="true"] > svg {
  transform: rotateZ(180deg);
}

.form-control:has(.select):before {
  content: "";
  width: calc(var(--input-padding-inline) * 2 + 35px);
  background-image: linear-gradient(to var(--transform-origin-start), rgb(var(--background)) calc(var(--input-padding-inline)  + 20px), rgb(var(--background-without-opacity) / 0));
  pointer-events: none;
  height: calc(100% - 2px);
  position: absolute;
  inset-block-start: 1px;
  inset-inline-end: 1px;
}

.form-control:has(.select):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}

.form-control:has(.select):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}

.floating-label {
  z-index: 1;
  background: rgb(var(--background));
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
  opacity: 0;
  pointer-events: none;
  padding: 0 .25rem;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  inset-block-start: calc(-1 * var(--input-padding-block)  + 1px);
  inset-inline-start: calc(var(--input-padding-inline)  - .25rem + 1px);
  transform: translateY(3px);
}

:-webkit-autofill ~ .floating-label {
  color: #000;
}

:-webkit-any(:-webkit-any(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .floating-label, .select:valid ~ .floating-label) {
  opacity: 1;
  transform: translateY(0);
}

:is(:is(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :is(.input, .textarea, .select):autofill ~ .floating-label, .select:valid ~ .floating-label) {
  opacity: 1;
  transform: translateY(0);
}

.input-suffix {
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  inset-block-start: var(--input-padding-block);
  inset-inline-end: var(--input-padding-inline);
}

.form-control:has(:focus-within) + .input-suffix.hide-on-focus {
  opacity: 0;
  visibility: hidden;
}

.checkbox {
  --checkbox-baseline-distance: calc(1em * 1.6);
  --checkbox-offset: calc((var(--checkbox-baseline-distance)  - var(--checkbox-size)) / 2);
  -webkit-appearance: none;
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-width: 1px;
  border-color: rgb(var(--text-color) / .8);
  background: var(--checkmark-svg-url) no-repeat center / 0;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  position: relative;
  inset-block-start: var(--checkbox-offset);
}

@supports (width: 1lh) {
  .checkbox {
    inset-block-start: calc(.5lh - var(--checkbox-size) / 2);
  }
}

.checkbox:checked {
  background-color: rgb(var(--accent));
  border-color: rgb(var(--accent));
  background-size: 10px 8px;
}

.checkbox:checked ~ label {
  opacity: 1;
}

.checkbox:disabled, .checkbox:disabled ~ label {
  opacity: .5;
  cursor: default;
}

.checkbox:not(:disabled, :checked) ~ label {
  opacity: .7;
}

.checkbox ~ label {
  transition: all .2s ease-in-out;
}

.dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: rgb(var(--text-color));
  opacity: 0;
  pointer-events: none;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset-block-start: calc(.5em + 1.5px);
}

.dot-checkbox ~ label {
  opacity: .65;
  transition: opacity .2s, transform .2s;
  position: relative;
}

.dot-checkbox ~ label:hover {
  opacity: 1;
}

.dot-checkbox:checked {
  opacity: 1;
}

.dot-checkbox:checked ~ label {
  opacity: 1;
  transform: translateX(calc(var(--transform-logical-flip) * 1.125rem));
}

.dot-checkbox:focus-visible ~ label {
  outline: 5px auto highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.switch {
  --switch-height: 1rem;
  --switch-width: 2.25rem;
  --switch-padding: .1875rem;
  --switch-toggle-size: .625rem;
  -webkit-appearance: none;
  appearance: none;
  height: var(--switch-height);
  width: var(--switch-width);
  padding: var(--switch-padding);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .2);
  align-self: center;
  transition: background .2s ease-in-out;
  display: grid;
}

.switch:after {
  content: "";
  width: var(--switch-toggle-size);
  height: var(--switch-toggle-size);
  background: rgb(var(--background));
  border-radius: var(--rounded-full);
  transition: transform .2s ease-in-out;
  box-shadow: 0 1px 1px #0003;
}

.switch:checked {
  background: rgb(var(--accent));
}

.switch:checked:after {
  transform: translateX(calc(var(--transform-logical-flip) * (var(--switch-width)  - var(--switch-toggle-size)  - var(--switch-padding) * 2)));
}

.shopify-section:not(:first-child) .bordered-section {
  border-block-start-width: 1px;
}

.shopify-section:not(:has(.section-spacing)) + .shopify-section {
  border-block-start-width: 0;
}

.container {
  --distance-to-bleed: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

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

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

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

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

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

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

.section-spacing {
  padding-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing))  + var(--section-vertical-spacing-block-start-compensation, 0px));
  padding-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing));
}

.shopify-section:has(.section-spacing) {
  scroll-padding-block-start: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)  + var(--header-is-sticky, 0) * var(--header-height, 0px));
}

.section-spacing--tight {
  --section-vertical-spacing: var(--section-vertical-spacing-tight);
  --section-stack-gap: var(--section-stack-gap-tight);
}

.shopify-section:empty {
  display: none;
}

.section-stack {
  gap: var(--section-stack-gap);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.section-header {
  max-width: min(var(--container-xs-max-width), 100%);
  margin-inline-start: var(--container-gutter);
  margin-inline-end: var(--container-gutter);
}

.section-header :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  text-transform: uppercase;
}

.container .section-header {
  margin-inline: 0;
}

.v-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

.h-stack {
  align-items: center;
  display: flex;
}

.bleed, .full-bleed {
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
}

.bleed {
  scroll-padding-inline: var(--distance-to-bleed);
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
}

@media screen and (min-width: 700px) {
  .sm\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1000px) {
  .md\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

.empty-state {
  text-align: center;
  place-content: center;
  padding-block: 6.25rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .empty-state {
    padding-block: 12.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .empty-state {
    padding-block: 15.625rem;
  }
}

.shopify-section--header {
  padding: 0 0.5rem;
  transform: translateY(calc(((var(--announcement-bar-height, 0px)  + var(--header-height, 0px)) * -1) * var(--hide-header-group, 0)));
  transition: transform .25s ease-in-out;
}

video-media, model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
  width: 100%;
  display: block;
  position: relative;
  container: media / inline-size;
}

@supports not (aspect-ratio: 1) {
  :is(video-media, model-media):before {
    content: "";
    padding-block-end: calc(100% / (var(--aspect-ratio, var(--default-aspect-ratio))));
    display: block;
  }

  :is(video-media, model-media) > * {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
  }
}

@container media (width >= 32rem) {
  :is(video-media, model-media)::part(play-button) {
    width: 4rem;
    height: 4rem;
  }
}

video-media {
  --default-aspect-ratio: 16 / 9;
}

video-media[host] {
  align-items: center;
  display: grid;
}

video-media[show-play-button]:not([loaded]), video-media:not([autoplay]) {
  cursor: pointer;
}

video-media > :is(video, iframe, img) {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-in-out;
}

video-media > video[controls] {
  pointer-events: auto;
}

video-media > :-webkit-any(video:not(:-webkit-full-screen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(video:not(:fullscreen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(iframe, img) {
  position: absolute;
  inset: 0;
}

video-media:not([loaded]) > :is(video, iframe), video-media[loaded] > img, video-media[loaded]::part(play-button) {
  opacity: 0;
  pointer-events: none;
}

video-media[suspended] ~ * {
  pointer-events: none;
}

video-media::part(play-button) {
  z-index: 1;
  will-change: scale;
  transition: scale .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

video-media:hover::part(play-button) {
  scale: 1.1;
}

model-media {
  --default-aspect-ratio: 1;
}

model-media model-viewer, model-media .shopify-model-viewer-ui {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .order-summary__header, .order-summary__body td:nth-child(n+2), .order-summary__footer td:first-child {
    display: none;
  }

  .order-summary__body td {
    border-width: 0;
  }

  .order-summary__body tr:last-child td {
    border-block-end-width: 1px;
  }

  .order-summary__body tr:first-child td {
    padding-block-start: 0;
  }

  .order-summary__body tr:last-child td {
    padding-block-end: calc(var(--table-cell-padding-block) * 2);
  }
}

@media screen and (min-width: 700px) {
  .order-summary .line-item-info {
    max-width: 500px;
  }
}

.line-item {
  --line-item-media-width: 6rem;
  display: grid;
  grid-template-columns: var(--line-item-media-width) 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.5rem;
  padding-block: 1rem;
}

.line-item__left {
  grid-row: 1;
  grid-column: 1;
}

.line-item__media {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #e9e5e2;
}

.line-item-info {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.line-item__title {
  font-weight: 600;
  font-size: var(--text-base);
  text-decoration: none;
  color: rgb(var(--text-color));
}

.line-item__remove-wrapper {
  display: contents;
}

.line-item__remove {
  grid-row: 2;
  grid-column: 1;
  font-size: var(--text-xs);
  align-self: center;
}

.line-item__price-row {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

/* Quantity selector: separate bordered buttons */
.line-item .quantity-selector {
  --quantity-selector-height: 2rem;
  border-width: 0;
  gap: 0.25rem;
}

.line-item .quantity-selector__button {
  border: 1px solid rgb(var(--text-color) / 0.2);
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
}

.line-item .quantity-selector__input-wrapper {
  border: none;
  min-width: 2rem;
  height: 2rem;
}

/* Line item remove link */
.line-item__remove,
.line-item__remove.link {
  color: rgb(var(--text-color) / 0.5);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  background-image: none;
  width: auto;
  display: inline;
}

.cart-drawer__title,
.cart-drawer .h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* DUCQ: Cart drawer line item styles */
.cart-drawer .line-item,
.cart-page__items > .line-item {
  --line-item-media-width: 100px;
  column-gap: 1.5rem; /* 24px */
  padding-block: 0;
}

.cart-drawer .line-item__media,
.cart-page__items .line-item__media {
  width: 100px;
  height: 120px;
  aspect-ratio: 100 / 120;
  object-fit: contain;
}

.cart-drawer .line-item__title,
.cart-page__items .line-item__title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: 1rem; /* 16px */
  color: rgb(var(--text-color));
}

.cart-drawer .line-item__remove,
.cart-drawer .line-item__remove.link,
.cart-page__items .line-item__remove,
.cart-page__items .line-item__remove.link {
  font-family: var(--text-font-family);
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  color: var(--color-brown-600);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cart-drawer .line-item__price-row,
.cart-page__items .line-item__price-row {
  font-family: var(--text-font-family);
}

.cart-drawer .line-item .price-list sale-price,
.cart-page__items .line-item .price-list sale-price {
  font-family: var(--text-font-family);
  font-weight: 500;
  font-size: 0.875rem; /* 14px */
  color: rgb(var(--text-color));
  order: 2;
}

.cart-drawer .line-item .price-list compare-at-price,
.cart-page__items .line-item .price-list compare-at-price {
  font-family: var(--text-font-family);
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  color: var(--color-brown-600);
  text-decoration: line-through;
  order: 1;
}

/* +/- buttons: 32x32 with same border as drawer close buttons, SVG 12.8x12.8 */
.cart-drawer .line-item .quantity-selector__button,
.cart-page__items .line-item .quantity-selector__button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  color: #281E1A;
}

.cart-drawer .line-item .quantity-selector__button > svg,
.cart-page__items .line-item .quantity-selector__button > svg {
  width: 12.8px;
  height: 12.8px;
}

/* Quantity count: Geist medium 14px body color */
.cart-drawer .line-item .quantity-selector__input,
.cart-drawer .line-item .quantity-selector__input-wrapper,
.cart-page__items .line-item .quantity-selector__input,
.cart-page__items .line-item .quantity-selector__input-wrapper {
  font-family: var(--text-font-family);
  font-weight: 500;
  font-size: 0.875rem; /* 14px */
  color: rgb(var(--text-color));
}

/* DUCQ: Lock icon in cart drawer checkout button — force 14x14 */
.cart-drawer__footer button[name="checkout"] .icon {
  width: 14px;
  height: 14px;
}

/* DUCQ: cart-drawer footer + complementary-products top border = #000 10% */
.cart-drawer::part(footer) {
  border-block-start-color: rgba(0, 0, 0, 0.10);
  padding-block: 1.5rem; /* 24px */
  padding-inline: 2rem; /* 32px */
}

@media screen and (max-width: 699px) {
  .cart-drawer::part(footer) {
    padding-block: 1.5rem; /* 24px */
    padding-inline: 1rem; /* 16px */
  }
}

/* DUCQ: upsell border content-width (not edge-to-edge), 40px top/bottom padding */
.cart-drawer__complementary-products {
  border-block-start-color: rgba(0, 0, 0, 0.10);
  border-block-start-style: solid;
  margin-inline: 0 !important;
  padding-inline: 0;
  padding-block: 2.5rem !important; /* 40px */
}

@media screen and (min-width: 700px) {
  .cart-drawer__complementary-products {
    padding-block: 2.5rem !important; /* 40px */
  }
}

/* DUCQ: upsell heading 20px */
.cart-drawer .complementary-products__header .h6 {
  font-size: 1.25rem; /* 20px */
}

/* DUCQ: upsell carousel dots — always single row, slightly bigger, more breathing room on mobile */
.cart-drawer .complementary-products__header .page-dots {
  --dot-size: 0.5rem; /* 8px */
  flex-wrap: nowrap;
  column-gap: 0.625rem; /* 10px desktop */
}

@media screen and (max-width: 699px) {
  .cart-drawer .complementary-products__header .page-dots {
    column-gap: 0.75rem; /* 12px mobile */
  }
}

/* DUCQ: upsell title + price match line item styles */
.cart-drawer .horizontal-product-card__title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: 1rem; /* 16px */
  color: rgb(var(--text-color));
}

.cart-drawer .horizontal-product-card .price-list sale-price {
  font-family: var(--text-font-family);
  font-weight: 500;
  font-size: 0.875rem; /* 14px */
  color: rgb(var(--text-color));
  order: 2;
}

.cart-drawer .horizontal-product-card .price-list compare-at-price {
  font-family: var(--text-font-family);
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  color: var(--color-brown-600);
  text-decoration: line-through;
  order: 1;
}

/* DUCQ: upsell add-to-cart button 40x40 with 16x16 icon */
.cart-drawer .horizontal-product-card__add-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: #281E1A;
}

.cart-drawer .horizontal-product-card__add-btn .icon {
  width: 16px;
  height: 16px;
}

/* DUCQ: upsell image + spacing match line item (100x120, 24px gap) */
.cart-drawer .horizontal-product-card {
  column-gap: 1.5rem; /* 24px */
}

.cart-drawer .horizontal-product-card__figure {
  width: 100px;
}

.cart-drawer .horizontal-product-card__image {
  width: 100px;
  height: 120px;
  aspect-ratio: 100 / 120;
}

/* DUCQ: 8px gap between line item / upsell title and content below */
.cart-drawer .line-item-info,
.cart-page__items .line-item-info {
  gap: 0.5rem; /* 8px */
}

.cart-drawer .horizontal-product-card .v-stack {
  gap: 0.5rem !important; /* 8px */
}

/* DUCQ: cart-drawer subtext below checkout button: #6F625D 12px, icon 16x16 */
.cart-drawer__subtext .text-subdued {
  color: var(--color-brown-600);
  font-size: 0.75rem; /* 12px */
}

.cart-drawer__subtext .icon {
  color: var(--color-brown-600);
  width: 16px;
  height: 16px;
}

/* Cart drawer totals */
.cart-drawer__totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.cart-drawer__totals-label,
.cart-drawer__totals-price {
  font-family: var(--text-font-family);
  font-weight: 500;
  font-size: 1rem; /* 16px */
}

@media screen and (min-width: 700px) {
  .line-item {
    --line-item-media-width: 7rem;
  }
}

.discount-badge {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
  align-items: center;
  column-gap: .5rem;
  padding: .125rem .5rem;
  display: flex;
}

.pagination {
  border-block-end-width: 1px;
  grid-auto-rows: minmax(0, 2.8125rem);
  grid-auto-columns: minmax(0, 2.625rem);
  grid-auto-flow: column;
  justify-self: center;
  display: inline-grid;
}

.pagination__link {
  place-content: center;
  display: grid;
  position: relative;
}

.pagination__link[aria-current="page"] {
  box-shadow: 0 1px, inset 0 -2px;
}

@media screen and (min-width: 700px) {
  .pagination {
    grid-auto-columns: minmax(0, 3.75rem);
  }
}

.pswp {
  --pswp-bg: 0 0 0;
  --pswp-root-z-index: 100000;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pswp:focus {
  outline: 0;
}

.pswp--open {
  display: block;
}

.pswp img {
  max-width: none;
}

.pswp, .pswp__bg {
  will-change: opacity;
  transform: translateZ(0);
}

.pswp__bg {
  opacity: .005;
  background: rgb(var(--pswp-bg));
}

.pswp, .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__img, .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img, .pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: zoom-out;
}

.pswp__container, .pswp__img, .pswp__button, .pswp__counter {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  z-index: 10;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.4, 0, .22, 1), transform .3s cubic-bezier(.4, 0, .22, 1);
  transform: translateY(15px);
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .3s;
  transform: translateY(0);
}

.pswp__top-bar {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: .75rem;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > .circle-button {
  pointer-events: auto;
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .pswp__top-bar > .circle-button:hover {
    transform: scale(1.1);
  }
}

.pswp__preloader {
  display: none;
}

/* Close button: top right (appended to root, outside top-bar) */
.pswp__close-button {
  position: absolute;
  z-index: 10;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  background: #281E1A;
  border-radius: var(--button-border-radius);
  border: none;
  color: #F1EDEA;
  cursor: pointer;
  pointer-events: auto;
}

.pswp__close-button > svg {
  width: 0.75rem;
}

/* Counter styling */
.pswp__counter {
  color: #F1EDEA;
  font-size: var(--text-p3, 0.875rem);
  letter-spacing: 0.05em;
  pointer-events: none;
}

@media screen and (min-width: 700px) {
  .pswp__top-bar {
    column-gap: 1.125rem;
  }
}

/* DUCQ: Fullscreen cover gallery (opt-in via .pswp--cover) */
.pswp--cover .pswp__zoom-wrap {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.pswp--cover .pswp__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
}

.pswp--cover.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: default;
}

/* DUCQ: Bottom nav — centered pill with glass look */
.pswp .pswp__top-bar {
  right: 0;
  width: fit-content;
  margin: 0 auto;
  background: rgba(140, 130, 120, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 8px;
}

/* Nav buttons: transparent inside the pill, with subtle circle border */
.pswp .pswp__top-bar > .circle-button {
  background: transparent;
  border: 1px solid rgba(241, 237, 234, 0.15);
  border-radius: 50%;
  color: #F1EDEA;
  box-shadow: none;
  --circle-button-size: 40px;
}

.pswp .pswp__top-bar > .circle-button > svg {
  width: 12px;
  height: 12px;
}

/* Force gallery nav order: prev → counter → next */
.pswp .pswp__top-bar > button:first-of-type { order: 1 !important; }
.pswp .pswp__top-bar > .pswp__counter { order: 2 !important; }
.pswp .pswp__top-bar > button:last-of-type { order: 3 !important; }

.pswp .pswp__counter {
  color: #F1EDEA;
}


.range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  z-index: 1;
  width: .625rem;
  height: .625rem;
  box-shadow: none;
  border-radius: 100%;
  margin-block-start: -.25rem;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: rgb(var(--text-color) / .12);
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  border: none;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color));
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}

@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-block-start: -.4375rem;
  }

  .range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}

.range-group {
  background: linear-gradient(to var(--transform-origin-end), rgb(var(--text-color) / .12) var(--range-min), rgb(var(--text-color)) var(--range-min), rgb(var(--text-color)) var(--range-max), rgb(var(--text-color) / .12) var(--range-max));
  border-radius: 2px;
  height: 2px;
}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 2px;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.input-group {
  align-items: center;
  column-gap: .75rem;
  display: flex;
}

.input-prefix {
  border-radius: min(.625rem, var(--button-border-radius));
  border: 1px solid rgb(var(--text-color) / .12);
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  padding: .4375rem;
  display: flex;
}

.input-prefix:focus-within {
  border-color: rgb(var(--text-color));
  box-shadow: inset 0 0 0 1px rgb(var(--text-color));
}

.input-prefix > .field {
  -webkit-appearance: textfield;
  appearance: textfield;
  text-align: end;
  background: none;
  border: none;
  width: 100%;
  min-width: 0;
  margin-inline-start: .625rem;
  padding: 0;
}

.input-prefix > .field:focus {
  outline: none;
}

.input-prefix > .field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.input-prefix > .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.price-range {
  padding-block-start: .25rem;
  display: block;
}

.price-range > .range-group {
  margin-block-end: 1.125rem;
  position: relative;
}

@media not screen and (pointer: fine) {
  .price-range {
    padding-block-start: .625rem;
  }
}

.product-card {
  scroll-snap-align: start;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.product-card__figure {
  position: relative;
}

.product-card__figure > .badge-list {
  z-index: 1;
  position: absolute;
  inset-block-start: 0.5rem; /* 8px */
  inset-inline-start: 0.5rem; /* 8px */
  inset-inline-end: 0.5rem;
}

.product-card__media {
  isolation: isolate;
  display: block;
}

.product-card__image {
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  transition: opacity .1s ease-in-out;
}

.product-card__image--secondary {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.product-card__quick-add-button {
  background: transparent;
  color: rgb(var(--text-color));
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-block-end: .5rem;
  inset-inline-end: .5rem;
}

.product-card__quick-add-button :is(svg) {
  width: 10px;
  height: 10px;
  transition: transform .2s ease-in-out;
}

.product-card__quick-add-button:focus svg, .product-card__quick-add-button:hover svg {
  transform: rotateZ(90deg);
}

.product-card__info {
  text-align: center;
  align-content: start;
  justify-items: center;
  gap: .75rem;
  display: grid;
}

.product-card__info :is(.price-list, .rating-badge) {
  justify-content: center;
}

.product-card__info .color-swatch {
  --swatch-size: 1.375rem;
}

@media screen and (pointer: fine) {
  .product-card__image--secondary {
    opacity: 0;
    mix-blend-mode: plus-lighter;
    display: block;
  }

  .product-card__figure:has(.product-card__image--secondary):hover > .product-card__media .product-card__image--primary {
    opacity: 0;
  }

  .product-card__figure:has(.product-card__image--secondary):hover > .product-card__media .product-card__image--secondary {
    opacity: 1;
  }
}

@media screen and (min-width: 700px) {
  .product-card__figure > .badge-list {
    inset-block-start: .625rem;
    inset-inline-start: .625rem;
    inset-inline-end: .625rem;
  }
}

/* --------------------------------------------------------
   DUCQ: Product card overrides
   -------------------------------------------------------- */

/* Text: left-aligned, normal case, smaller */
.product-card__info {
  text-align: start;
  justify-items: start;
  gap: 0.875rem;
}

.product-card__info .v-stack .v-stack {
  gap: 0.5rem;
}

.product-card {
  gap: 1rem;
}

@media screen and (min-width: 700px) {
  .product-card {
    gap: 1.5rem;
  }
}

:is(.product-card__info, .featured-grid__hero-info) :is(.price-list, .rating-badge) {
  justify-content: start;
}

.product-card .product-title {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4;
}

:is(.product-card__info, .featured-grid__hero-info) .price-list {
  font-family: var(--text-font-family);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Beat the .h6 (12px) class that price-list applies when product_card_text_font = heading */
:is(.product-card__info, .featured-grid__hero-info) .price-list :is(sale-price, compare-at-price, unit-price, .h6) {
  font-family: var(--text-font-family);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}

/* Body color on regular + compare-at (line-through still differentiates), keep .text-on-sale red */
:is(.product-card__info, .featured-grid__hero-info) .price-list .text-subdued {
  color: rgb(var(--text-color));
}

/* Compare-at price: always regular weight, rendered before sale-price */
.price-list compare-at-price {
  font-weight: 400;
  order: -1;
}

/* Images: square, contain */
.product-card__image {
  object-fit: contain;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #E9E5E2;
}

/* --------------------------------------------------------
   DUCQ: Product card media slider
   -------------------------------------------------------- */

.product-card__slider {
  position: relative;
  overflow: hidden;
}

.product-card__slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.product-card__slider-track::-webkit-scrollbar {
  display: none;
}

.product-card__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: block;
}

.product-card__slide .product-card__image {
  width: 100%;
}

/* Progress indicator line at bottom of image */
.product-card__progress {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}

.product-card__progress-bar {
  height: 100%;
  width: calc(100% / var(--slide-count, 1));
  background: rgb(var(--text-color));
  transition: transform 0.3s ease;
  transform: translateX(0);
}

/* Single image: also add progress-style line at bottom */
.product-card__media {
  position: relative;
}

.product-card__media::after {
  content: '';
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}

/* --------------------------------------------------------
   DUCQ: Product card diameter subtitle
   -------------------------------------------------------- */

.product-card__diameter,
.product-card__diameter.text-subdued {
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  color: #6F625D;
}

/* --------------------------------------------------------
   DUCQ: Custom badge styles — light bg, dark text, outline
   -------------------------------------------------------- */

/* All badges use Geist (default theme uses heading font) — double class beats base .badge that comes later in the file */
.badge.badge {
  font-family: var(--text-font-family);
  font-size: 0.75rem;
  font-weight: 500;
}

/* PDP badges above the title use regular weight */
.product-info .badge.badge {
  font-weight: 400;
}

.badge.badge--nieuw,
.badge.badge--inductie,
.badge.badge--diameter {
  background: transparent;
  color: rgb(var(--text-color));
  border: 1px solid rgb(var(--text-color) / 0.1);
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.25rem 0.625rem;
}

.badge.badge--nieuw {
  background: #fff;
  border-color: transparent;
}

/* DUCQ: Allow long badge text to wrap inside product cards instead of overflowing */
.product-card__figure .badge,
.product-card__figure .badge-list {
  align-items: flex-start;
}

.product-card__figure .badge-list {
  gap: 0.25rem; /* 4px between labels */
}

.product-card__figure .badge-list .badge {
  width: auto;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
  font-weight: 500;
}

.horizontal-product-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: center;
  column-gap: 1rem;
  display: flex;
  position: relative;
}

.horizontal-product-card__figure {
  flex-shrink: 0;
  width: 7rem;
}

.horizontal-product-card__image {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #E9E5E2;
  width: 100%;
}

.horizontal-product-card__info {
  flex-grow: 1;
  min-width: 0;
}

.horizontal-product-card__title {
  font-weight: 600;
  font-size: var(--text-base);
  text-decoration: none;
  color: rgb(var(--text-color));
}

.horizontal-product-card__add-btn {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgb(var(--text-color) / 0.2);
  border-radius: 4px;
  background: none;
  color: rgb(var(--text-color));
  cursor: pointer;
  transition: border-color 0.2s;
}

.horizontal-product-card__add-btn:hover {
  border-color: rgb(var(--text-color) / 0.5);
}

/* Cross-sell heading uppercase */
.complementary-products__header .h6 {
  text-transform: uppercase;
  font-size: var(--text-h5);
}

.product-list {
  --product-list-max-items-per-row-allowed: 2;
  --product-list-calculated-items-per-row: min(var(--product-list-max-items-per-row-allowed), var(--product-list-items-per-row));
  /* DUCQ: hardcoded gaps — mobile defaults, desktop bumped further down via media query */
  --product-list-calculated-row-gap: 2.5rem;
  --product-list-calculated-column-gap: 0.625rem;
  --product-list-card-width: calc(100% / var(--product-list-calculated-items-per-row)  - var(--product-list-calculated-column-gap, 0px) * (var(--product-list-calculated-items-per-row)  - 1) / var(--product-list-calculated-items-per-row));
  grid: auto / repeat(auto-fit, var(--product-list-card-width));
  align-items: start;
  column-gap: var(--product-list-calculated-column-gap);
  row-gap: var(--product-list-calculated-row-gap);
  display: grid;
}

.product-list--carousel {
  --product-list-default-column-gap: 1.25rem;
  grid: auto / auto-flow var(--product-list-card-width);
  justify-content: safe center;
}

@media screen and (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: -.625rem;
  }

  .product-list--carousel {
    --product-list-card-width: 90%;
  }
}

@media screen and (min-width: 700px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 3;
    --product-list-calculated-row-gap: 4rem;
    --product-list-calculated-column-gap: 1rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 3;
  }
}

@media screen and (min-width: 1000px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 3;
    --product-list-calculated-row-gap: 4rem;
    --product-list-calculated-column-gap: 1rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 5;
  }

  .product-list--carousel {
    scroll-snap-type: x mandatory;
  }
}

@media screen and (min-width: 1150px) {
  .product-list {
    --product-list-max-items-per-row-allowed: var(--product-list-items-per-row);
  }
}

@media screen and (min-width: 1400px) {
  .product-list {
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 3.75rem;
  }
}

.quick-buy-modal {
  --modal-body-max-width: 55.625rem;
}

.quick-buy-modal::part(content) {
  position: relative;
}

.quick-buy-modal__content {
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.quick-buy-modal__close-button {
  position: absolute;
  inset-block-start: 1.875rem;
  inset-inline-end: 1.875rem;
}

.quick-buy-modal__view-more {
  margin-block-start: 2rem;
  display: inline-block;
}

@media screen and (max-width: 699px) {
  .quick-buy-modal::part(body) {
    padding-inline: 0;
  }

  .quick-buy-modal__gallery-wrapper, .quick-buy-modal__info-wrapper {
    padding-inline-start: var(--modal-body-padding-inline);
    padding-inline-end: var(--modal-body-padding-inline);
  }

  .quick-buy-modal__gallery-wrapper .price-list {
    justify-content: center;
  }

  .quick-buy-modal__gallery-wrapper .price-list .h6 {
    font-size: .6875rem;
  }

  .quick-buy-modal__mobile-info {
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper {
    border-block-start-width: 1px;
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="price"], [data-block-type="rating"], [data-block-type="separator"]), .quick-buy-modal__info-wrapper .product-info__block-group[data-group-type="text-with-rating"] {
    display: none;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="variant-picker"] {
    --product-info-gap: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="buy-buttons"] {
    --product-info-gap: 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .quick-buy-modal {
    --modal-body-padding-inline: 3.125rem;
    --modal-body-padding-block: 3.125rem;
  }

  .quick-buy-modal::part(header) {
    display: none;
  }

  .quick-buy-modal__content {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 2.5rem;
    display: grid;
  }

  .quick-buy-modal__content .product-info {
    top: unset;
    position: relative;
  }
}

.prose {
  overflow-wrap: anywhere;
}

.prose :first-child, .prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.prose :last-child {
  margin-block-end: 0 !important;
}

.prose :where(:not(meta, span) + *) {
  margin-block-start: 1rem;
}

.prose :where(* + span:not(:empty, .metafield-multi_line_text_field)), .prose :is(.link, img) {
  display: inline-block;
}

.prose :is(.link + .link) {
  margin-inline-start: .75rem;
}

.prose :is(.button, .button-group:has(.button)) {
  margin-block-start: 1.5rem;
}

/* Hide decorative line breaks on mobile (not in headings) */
@media screen and (max-width: 699px) {
  :is(.prose, [class*="story__text"]) :not(h1, h2, h3, h4, h5, h6) > br,
  :is(.prose, [class*="story__text"]) > p > br {
    display: none;
  }
}

.prose :is(p img:not([style*="float"]):only-child, div img:not([style*="float"]):only-child, figure, video, object, blockquote, table) {
  margin-block: 1.6rem;
}

.prose :is(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.prose .play-button {
  margin: 2rem auto;
  display: block;
}

.prose :is(ol, ul) :is(ol, ul) {
  margin-block-start: 0 !important;
}

.prose :is(ol, ul) {
  row-gap: .4em;
  display: grid;
}

.prose br {
  margin-block: 0 !important;
}

.prose figcaption {
  font-style: italic;
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / .65);
  margin-block-start: .5em;
}

.prose blockquote {
  border-inline-start-width: 3px;
  padding: .375rem 0 .375rem 1rem;
  font-size: 1.15rem;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 1.25rem;
  }

  .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 2rem;
  }

  .prose:not(.prose--tight) .play-button {
    margin-block: 2.5rem;
  }

  .prose:not(.prose--tight) blockquote {
    margin-inline-start: 2rem;
    padding-inline-start: 2rem;
  }
}

.link {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  text-decoration: none;
  transition: background-size .3s ease-in-out;
}

.prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)) {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  text-decoration: none;
  transition: background-size .3s ease-in-out;
}

@supports (height: 1lh) {
  .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)) {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)):hover {
    background-size: 0 1px;
  }
}

@supports (height: 1lh) {
  .link {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  .link:hover {
    background-size: 0 1px;
  }
}

.link-reverse {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  text-decoration: none;
  transition: background-size .3s ease-in-out;
}

@supports (height: 1lh) {
  .link-reverse {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 0 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  .link-reverse:hover {
    background-size: 100% 1px;
  }
}

.link-faded {
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded:hover {
    color: rgb(var(--text-color));
  }
}

.link-faded-reverse {
  transition: color .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded-reverse:hover {
    color: rgb(var(--text-color) / .65);
  }
}

table {
  --table-cell-padding-block: .75rem;
  --table-cell-padding-inline: .5rem;
  --table-foot-cell-padding-block: .75rem;
  --table-foot-cell-padding-inline: .5rem;
  width: 100%;
}

table caption {
  text-align: inherit;
  margin-block-end: .5rem;
}

th {
  text-align: start;
}

:where(td, th):not(:empty) {
  border-block-width: 1px;
}

:where(th):not(:empty) {
  border-block-start-width: 0;
}

td:not(:empty) + td {
  border-inline-start-width: 0;
}

th, td {
  padding: var(--table-cell-padding-block) var(--table-cell-padding-inline);
}

table:not(.table--bordered) :is(th, td):first-child, table:not(.table--bordered) :is(th, td):empty + td {
  padding-inline-start: 0;
}

:is(th, td):last-child {
  padding-inline-end: 0;
}

th {
  opacity: .6;
  line-height: 1.7;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  padding-block: 0 .625rem;
}

tfoot td {
  padding: var(--table-foot-cell-padding-block) var(--table-foot-cell-padding-inline);
}

tr[onclick] {
  cursor: pointer;
  transition: background .2s;
}

tr[onclick]:hover {
  background: rgb(var(--text-color) / .05);
}

@media screen and (min-width: 700px) {
  table {
    --table-cell-padding-block: 1rem;
    --table-cell-padding-inline: .75rem;
    --table-foot-cell-padding-block: 1rem;
    --table-foot-cell-padding-inline: .75rem;
  }
}

.table--bordered {
  --table-cell-padding-inline: .75rem;
}

.table--bordered td {
  border-block-width: 1px;
  border-inline-width: 0;
}

.table--reduce-border :is(td) + td {
  border-inline-start-width: 0;
}

.table--no-border td {
  border: none;
}

.table--sm {
  --table-cell-padding-block: .35rem;
  --table-cell-padding-inline: .5rem;
}

.table--lg {
  --table-cell-padding-block: 1.5rem;
  --table-cell-padding-inline: .5rem;
}

@media screen and (min-width: 700px) {
  .table--lg {
    --table-cell-padding-block: 2rem;
    --table-cell-padding-inline: .75rem;
  }
}

.social-media--list {
  align-items: center;
  gap: var(--social-media-list-gap, .75rem 2rem);
  flex-wrap: wrap;
  display: flex;
}

.social-media--list .social-media__item {
  opacity: .65;
  transition: opacity .2s, color .2s;
}

.footer__bottom-center .social-media--list .social-media__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgb(var(--text-color) / 0.25);
  opacity: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer__bottom-center .social-media--list .social-media__item:hover {
  background-color: rgb(var(--text-color));
  border-color: rgb(var(--text-color));
  color: rgb(var(--background));
}

.social-media--list svg {
  width: var(--social-media-icon-size, 1.25rem);
}

@media screen and (pointer: fine) {
  .social-media--list .social-media__item:hover {
    opacity: 1;
  }
}

.social-media--block {
  grid-template-columns: repeat(auto-fit, minmax(0, .33fr));
  gap: 1px;
  display: grid;
}

.social-media--block:has(:nth-child(4)) {
  grid-template-columns: repeat(auto-fit, minmax(0, .25fr));
}

.social-media--block .social-media__item {
  outline: 1px solid rgb(var(--border-color));
  z-index: 0;
  width: 100%;
  transition: background .15s, color .15s, outline .15s, z-index .15s;
}

.social-media--block a {
  padding-block: .625rem;
  display: block;
}

.social-media--block svg {
  margin-inline: auto;
}

@media screen and (pointer: fine) {
  .social-media--block .social-media__item:hover {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
    z-index: 1;
  }
}

@media not screen and (pointer: fine) {
  .social-media--block .social-media__item {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
  }
}

@media screen and (min-width: 700px) {
  .social-media--block {
    grid-template-columns: repeat(auto-fit, minmax(0, 3.75rem));
  }
}

.branding-colors--facebook {
  --branding-background: 24 119 242;
  --branding-color: 255 255 255;
}

.branding-colors--twitter {
  --branding-background: 29 161 242;
  --branding-color: 255 255 255;
}

.branding-colors--instagram {
  --branding-background: 195 42 163;
  --branding-color: 255 255 255;
}

.branding-colors--pinterest {
  --branding-background: 189 8 28;
  --branding-color: 255 255 255;
}

.branding-colors--youtube {
  --branding-background: 255 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--tiktok {
  --branding-background: 1 1 1;
  --branding-color: 255 255 255;
}

.branding-colors--vimeo {
  --branding-background: 26 183 234;
  --branding-color: 255 255 255;
}

.branding-colors--linkedin {
  --branding-background: 10 102 194;
  --branding-color: 255 255 255;
}

.branding-colors--whatsapp {
  --branding-background: 79 206 93;
  --branding-color: 255 255 255;
}

.branding-colors--snapchat {
  --branding-background: 255 252 0;
  --branding-color: 0 0 0;
}

.branding-colors--tumblr {
  --branding-background: 54 70 93;
  --branding-color: 255 255 255;
}

.branding-colors--wechat {
  --branding-background: 9 184 62;
  --branding-color: 255 255 255;
}

.branding-colors--reddit {
  --branding-background: 255 69 0;
  --branding-color: 255 255 255;
}

.branding-colors--line {
  --branding-background: 6 199 85;
  --branding-color: 255 255 255;
}

.branding-colors--spotify {
  --branding-background: 30 215 96;
  --branding-color: 255 255 255;
}

.branding-colors--21buttons {
  --branding-background: 0 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--email {
  --branding-background: var(--text-color);
  --branding-color: var(--background);
}

.color-swatch {
  --swatch-offset: 2px;
  --swatch-size: 2.125rem;
  --swatch-border-size: 1px;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  padding: var(--swatch-offset);
  border: var(--swatch-border-size) solid transparent;
  background: content-box var(--swatch-background) no-repeat center / cover;
  place-items: center;
  display: grid;
  position: relative;
}

.color-swatch.is-disabled:before {
  content: "";
  margin: var(--swatch-disabled-margin, var(--swatch-offset));
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

:disabled + .color-swatch {
  display: none;
}

:checked + .color-swatch, .color-swatch.is-selected {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

:focus-visible + .color-swatch {
  outline-offset: calc(var(--swatch-offset));
}

.thumbnail-swatch {
  --swatch-size: 3rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: min(4px, var(--input-border-radius));
  border-width: 1px;
  display: block;
  position: relative;
}

:checked + .thumbnail-swatch, .thumbnail-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

.thumbnail-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

:disabled + .thumbnail-swatch {
  display: none;
}

.thumbnail-swatch > img {
  border-radius: inherit;
  height: 100%;
}

:focus-visible + .thumbnail-swatch {
  outline-offset: 2px;
}

@media screen and (min-width: 700px) {
  .thumbnail-swatch {
    --swatch-size: 4.25rem;
  }
}

.block-swatch {
  --swatch-border-size: 1px;
  --swatch-padding: calc(var(--input-padding-block)  - var(--swatch-border-size) * 2) .875rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  padding: var(--swatch-padding);
  border-width: var(--swatch-border-size);
  border-radius: var(--input-border-radius);
  min-width: 2.5rem;
  color: rgb(var(--text-color) / .65);
  justify-content: center;
  align-items: center;
  column-gap: .875rem;
  display: flex;
  position: relative;
}

.block-swatch.is-disabled {
  color: rgb(var(--text-color) / .5);
}

:checked + .block-swatch, .block-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  color: var(--text-color);
  border-color: currentColor;
}

.block-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

/* DUCQ: Text variant selectors match sibling picker tile style (excludes color swatches) */
.block-swatch:not(:has(.block-swatch__color)) {
  border-radius: 0;
  border-color: #D8D2CC;
}

:checked + .block-swatch:not(:has(.block-swatch__color)),
.block-swatch.is-selected:not(:has(.block-swatch__color)) {
  background: #E8E4E1;
  border-color: #E8E4E1;
  border-bottom: 2px solid rgb(var(--text-color));
  color: rgb(var(--text-color));
}

:disabled + .block-swatch {
  display: none;
}

:focus-visible + .block-swatch {
  outline-offset: 2px;
}

.block-swatch__color {
  background: var(--swatch-background) center / cover;
  width: 1rem;
  height: 1rem;
}

.image-filter {
  --image-filter-width: 3rem;
  grid-template-columns: var(--image-filter-width) minmax(0, 1fr);
  align-items: center;
  column-gap: 1.25rem;
  display: grid;
}

.image-filter__image {
  width: var(--image-filter-width);
  height: var(--image-filter-width);
  object-fit: contain;
  object-position: center;
}

.image-filter__label {
  grid-column-start: 2;
}

:checked + .image-filter .image-filter__image {
  outline: 1px solid rgb(var(--text-color));
}

:checked + .image-filter .image-filter__label {
  color: rgb(var(--text-color));
}

.content-tabs::part(tab-list) {
  border-block-end: 1px solid rgb(var(--border-color));
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: start;
  gap: 2.5rem;
  margin-block-end: 1.5rem;
  display: grid;
}

.content-tabs [role="tab"] {
  box-shadow: 0 1px rgb(var(--text-color));
  padding-block-end: .625rem;
  transition: opacity .2s ease-in, box-shadow .2s ease-in;
}

.content-tabs [role="tab"]:not([aria-selected="true"]) {
  opacity: .6;
  box-shadow: 0 1px #0000;
}

.content-tabs--center::part(tab-list) {
  width: max-content;
  margin-inline: auto;
}

.content-tabs--center::part(tab-panel-list) {
  text-align: center;
  width: min(800px, 100%);
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .content-tabs::part(tab-list) {
    gap: 4.375rem;
    margin-block-end: 2rem;
  }
}

.constrained-image {
  width: var(--image-mobile-max-width, var(--image-max-width));
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .constrained-image {
    width: var(--image-max-width);
  }
}

.text-with-icon {
  align-items: center;
  gap: .625rem;
  display: flex;
}

.text-with-icon > svg {
  flex-shrink: 0;
}

.icon {
  vertical-align: middle;
  height: auto;
  transition: transform .2s;
  display: block;
}

.group[aria-expanded="true"] .icon.group-expanded\:rotate {
  transform: rotateZ(180deg);
}

[dir="rtl"] .icon--direction-aware {
  scale: -1;
}

.offset-icon {
  --icon-baseline-distance: calc(1em * 1.65 / 2);
  top: var(--icon-baseline-distance);
  position: relative;
  translate: 0 -50%;
}

@supports (top: 1lh) {
  .offset-icon {
    top: .5lh;
  }
}

.price-list {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: .5rem;
  display: flex;
}

.price-list--product {
  column-gap: 1rem;
}

.localization-selectors {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem 1.75rem;
  display: flex;
}

.localization-selectors__separator {
  background: rgb(var(--border-color));
  width: 1px;
  height: .5rem;
}

.localization-selectors__separator:last-child {
  display: none;
}

.localization-toggle {
  align-items: center;
  column-gap: .625rem;
  display: flex;
}

.localization-toggle > svg {
  transition: transform .2s;
}

.localization-toggle[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.country-flag {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  object-fit: cover;
}

/* Localization modal */
.localization-modal::part(content) {
  box-sizing: border-box;
  max-width: 442px;
  width: 100%;
  padding: 40px !important;
  position: relative;
  background: #fff !important;
  color: #281E1A;
}

.localization-modal::part(header) {
  padding: 0 0 40px !important;
  border-block-end: 1px solid transparent !important;
  border-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.10) 30%, rgba(0, 0, 0, 0.10) 70%, transparent) 1 !important;
  text-align: center;
  position: static !important;
}

.localization-modal::part(body) {
  padding: 40px 0 0 !important;
}

.localization-modal::part(close-button),
.cart-drawer::part(close-button),
[id^="specs-drawer-"]::part(close-button),
[id^="reviews-drawer-"]::part(close-button),
[id^="store-locator-drawer-"]::part(close-button) {
  color: #281E1A;
  border: 1px solid rgba(0, 0, 0, 0.10);
  position: absolute;
  inset-block-start: 10px !important;
  inset-inline-end: 10px !important;
}

.localization-modal__title {
  font-family: 'Moulin', serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #281E1A;
  margin: 0;
}

.localization-modal__form {
  padding: 0;
}

.localization-modal__options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.localization-modal__option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: none;
  background: none;
  color: #281E1A;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 100%;
  text-align: start;
}

.localization-modal__option:hover {
  opacity: 0.7;
}

.localization-modal__option.is-active {
  font-weight: 600;
}

.localization-modal__flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.localization-modal__label {
  font-family: 'Geist', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #281E1A;
}

/* Mobile: bottom sheet */
@media screen and (max-width: 699px) {
  .localization-modal::part(base) {
    align-items: flex-end;
  }

  .localization-modal::part(content) {
    max-width: 100% !important;
    border-radius: 0;
    height: 352px !important;
    max-height: 352px !important;
    min-height: 352px !important;
  }
}

.payment-methods {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.payment-methods svg,
.payment-methods-scroll svg,
.payment-methods-scroll__icon svg {
  width: 40px;
  height: 24px;
}

.badge {
  width: max-content;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
  align-items: center;
  padding: .0625rem .3125rem;
  font-size: .625rem;
  display: flex;
}

.badge--on-sale {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
}

.badge--sold-out {
  background: rgb(var(--sold-out-badge-background));
  color: rgb(var(--sold-out-badge-text));
}

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

@media screen and (min-width: 700px) {
  .badge {
    font-size: .6875rem;
  }
}

.badge-list {
  flex-wrap: wrap;
  gap: .25rem;
  display: flex;
}

.badge-list--vertical {
  flex-direction: column;
}

.feature-badge {
  font-size: var(--text-xs);
  align-items: center;
  column-gap: .5rem;
  padding: .375rem .5rem;
  display: inline-flex;
}

.feature-badge :is(svg, img) {
  flex-shrink: 0;
}

.feature-badge-list {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.rating-badge {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  line-height: normal;
  display: flex;
}

.rating-badge__stars {
  column-gap: .125rem;
  display: flex;
  position: relative;
  top: -.5px;
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

.text-with-rating {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem .5rem;
  display: flex;
}

.inventory {
  row-gap: .5rem;
  font-style: italic;
  display: grid;
}

.progress-bar {
  background: rgb(var(--text-color) / .1);
  height: 2px;
  display: block;
  position: relative;
}

.progress-bar:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scaleX(var(--progress, 0));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .45s ease-in-out;
  display: block;
}

[data-tooltip] {
  --tooltip-text-color: var(--text-color);
  --tooltip-background: var(--background);
  position: relative;
}

@media screen and (pointer: fine) {
  [data-tooltip]:after {
    content: attr(data-tooltip);
    inset-block-end: calc(100% + var(--tooltip-offset, .5rem));
    border-radius: min(1.5rem, var(--button-border-radius));
    background: rgb(var(--tooltip-text-color));
    width: max-content;
    max-width: 15rem;
    color: rgb(var(--tooltip-background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    justify-self: center;
    padding: .125rem .5rem;
    font-size: .6875rem;
    transition: opacity .1s ease-in-out, visibility .1s ease-in-out, scale .1s ease-in-out;
    position: absolute;
    left: 50%;
    translate: -50%;
    scale: .9;
  }

  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    scale: 1;
  }
}

.separator-dot {
  --dot-size: .25rem;
  width: var(--dot-size);
  height: var(--dot-size);
  background: currentColor;
  border-radius: 100%;
}

.animated-plus {
  --animated-plus-size: .625rem;
  width: var(--animated-plus-size);
  height: var(--animated-plus-size);
  display: block;
  position: relative;
}

.animated-plus:before, .animated-plus:after {
  content: "";
  background-color: currentColor;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-90deg);
}

.animated-plus:before {
  width: var(--animated-plus-size);
  opacity: 1;
  height: 1px;
}

.animated-plus:after {
  width: 1px;
  height: var(--animated-plus-size);
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before {
  opacity: 0;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before, .group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

@media screen and (min-width: 700px) {
  .play-button svg {
    width: 5rem;
    height: 5rem;
  }
}

.quantity-selector {
  --quantity-selector-height: 2.4rem;
  --quantity-selector-input-width: 2.5rem;
  --tooltip-offset: calc(-1 * var(--quantity-selector-height) / 2 + 1rem);
  grid-template-columns: var(--quantity-selector-height) auto var(--quantity-selector-height);
  grid-auto-rows: var(--quantity-selector-height);
  border-width: 1px;
  align-items: center;
  display: inline-grid;
}

.quantity-selector:focus-within:has(:focus-visible) {
  border-color: currentColor;
}

.quantity-selector__button {
  place-content: center;
  min-height: 100%;
  display: grid;
}

.quantity-selector__button svg {
  transition: opacity .2s;
}

.quantity-selector__button[disabled] svg, .quantity-selector__button:hover svg {
  opacity: .65;
}

.quantity-selector__input-wrapper {
  place-items: center;
  display: grid;
}

.quantity-selector__input-wrapper > * {
  grid-area: 1 / -1;
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: var(--quantity-selector-input-width);
  width: var(--quantity-selector-character-count, 1ch);
  text-align: center;
  background: none;
  transition: opacity .2s ease-in-out .2s;
}

.quantity-selector__input:focus {
  outline: none;
}

.quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .quantity-selector {
    --quantity-selector-height: 2.7rem;
  }
}

.quantity-selector--sm {
  --quantity-selector-height: 2.2rem;
  --quantity-selector-input-width: 2rem;
}

@keyframes quantitySelectorSpinner {
  0% {
    animation-timing-function: cubic-bezier(.45, 0, .55, 1);
    transform: rotate(0);
  }

  50% {
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    transform: rotate(360deg);
  }

  100% {
    animation-timing-function: cubic-bezier(.45, 0, .55, 1);
    transform: rotate(720deg);
  }
}

.quantity-selector__spinner {
  transform-origin: center;
  opacity: 0;
  transition: opacity .2s ease-in-out, translate .2s ease-in-out, display .2s ease-in-out allow-discrete;
  animation: 2.5s cubic-bezier(.4, 0, .6, 1) infinite quantitySelectorSpinner;
  display: none;
  translate: 0 4px;
}

.quantity-selector__input-wrapper[aria-busy="true"] .quantity-selector__spinner {
  opacity: 1;
  display: block;
  translate: none;
}

@starting-style {
  .quantity-selector__input-wrapper[aria-busy="true"] .quantity-selector__spinner {
    opacity: 0;
    translate: 0 4px;
  }
}

.quantity-selector__input-wrapper[aria-busy="true"] .quantity-selector__input {
  opacity: 0;
  transition-delay: 0s;
}

.breadcrumb {
  display: none;
}

.breadcrumb__list {
  align-items: center;
  column-gap: .5rem;
  line-height: 1;
  display: flex;
}

.breadcrumb__list-item + .breadcrumb__list-item:before {
  content: "/";
  color: rgb(var(--text-color) / .65);
  margin-inline-end: .375rem;
  font-size: .625rem;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb--floating {
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-start: var(--container-gutter);
}

.bordered-box {
  border-width: 1px;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.bordered-box__title {
  inset-block-start: 0;
  text-align: center;
  background: rgb(var(--background));
  width: max-content;
  padding-inline: .5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  .bordered-box {
    padding: 3rem;
  }
}

.loading-bar {
  z-index: 2000;
  pointer-events: none;
  mix-blend-mode: exclusion;
  width: 100%;
  height: 2px;
  transform-origin: var(--transform-origin-start);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

@media screen and (min-width: 700px) {
  .loading-bar {
    height: 3px;
  }
}

@keyframes animateCircularProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.circular-progress {
  transition: opacity .25s;
  transform: rotate(-90deg);
}

.circular-progress circle:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

@media (prefers-reduced-motion: no-preference) {
  image-parallax img {
    transform: scale(1.3)translateY(-11.5385%);
  }
}

.scroll-margin-offset {
  scroll-margin-block-start: 20px;
}

product-rerender {
  display: contents;
}

.customer-account-box {
  min-height: calc(100vh - var(--section-vertical-spacing) * 2 - var(--announcement-bar-height, 0px)  - var(--header-height, 0px));
  text-align: center;
  align-items: center;
  display: grid;
}

.customer-account-category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.customer-account-overview {
  grid-gap: 2.5rem 3rem;
  display: grid;
}

.customer-account-order-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 14rem;
  }
}

@media screen and (min-width: 1150px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 18rem;
    column-gap: 3.75rem;
  }
}

.customer-address-list {
  --addresses-per-row: 1;
  grid-template-columns: repeat(var(--addresses-per-row), minmax(0, 1fr));
  gap: 3rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .customer-address-list {
    --addresses-per-row: 2;
  }
}

@media screen and (min-width: 1000px) {
  .customer-address-list {
    --addresses-per-row: 3;
  }
}

.customer-order {
  grid: auto / minmax(0, 1fr);
  gap: 3rem;
  display: grid;
}

.customer-order__details {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3rem;
  display: grid;
}

.customer-order__address-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-content: start;
  gap: 2.5rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .customer-order {
    grid: auto / auto-flow minmax(0, 1fr) 14rem;
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .customer-order {
    grid-auto-columns: minmax(0, 1fr) 18rem;
  }
}

.blog-tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.5rem;
  display: flex;
}

.article {
  --article-wrapper-offset: 0px;
  --article-wrapper-padding-inline: 0px;
  padding-block-end: var(--section-vertical-spacing);
}

.article__toolbar {
  visibility: hidden;
  z-index: 1;
  width: 100vw;
  padding-block: 1rem;
  transition: transform .2s, visibility .2s, inset-block-start .15s ease-in-out;
  position: fixed;
  inset-block-start: var(--sticky-area-height);
  transform: translateY(-100%);
}

.article__toolbar.is-visible {
  visibility: visible;
  transform: translateY(0);
}

.article__toolbar .social-media {
  gap: .75rem 1rem;
}

.article__toolbar .social-media svg {
  width: 1rem;
  height: 1rem;
}

.article__image {
  overflow: hidden;
}

.article__image img {
  height: var(--article-image-height);
  object-fit: cover;
}

.article__wrapper {
  padding: 1.5rem var(--article-wrapper-padding-inline) 0;
  background: rgb(var(--background));
  gap: 5rem;
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  display: grid;
  position: relative;
}

.article__image + .article__wrapper {
  margin-block-start: var(--article-wrapper-offset);
}

.article__comments {
  gap: inherit;
  scroll-margin-block-start: calc(var(--sticky-area-height)  + 20px);
  display: grid;
}

.article__author {
  border-block-width: 1px;
  align-items: start;
  column-gap: 1rem;
  padding-block: 1.5rem;
  display: flex;
}

.article__author-image {
  border-radius: 100%;
  flex-shrink: 0;
  width: 3.75rem;
}

.article__footer-bottom {
  gap: 2.5rem;
  display: grid;
}

.article__author + .article__footer-bottom {
  margin-block-start: 1.75rem;
}

@media screen and (min-width: 700px) {
  .article {
    --article-wrapper-offset: -2.75rem;
    --article-wrapper-padding-inline: 3.125rem;
  }

  .article__wrapper {
    gap: 6.25rem;
    padding-block-start: 2.5rem;
  }

  .article__footer-bottom {
    grid: auto / auto-flow minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .article {
    --article-wrapper-offset: -4.375rem;
  }
}

.comment {
  gap: 1.125rem;
  display: grid;
}

.comment:not(:first-child) {
  padding-block-start: 2rem;
}

/* Cart page */
.cart-page__heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
  margin-block-end: 1.5rem;
  font-size: 1.5rem; /* 24px mobile */
}

@media screen and (min-width: 700px) {
  .cart-page__heading {
    font-size: 2.5rem; /* 40px desktop */
  }
}

.cart-page {
  display: grid;
  gap: 2rem;
}

.cart-page__items {
  border-block-start: none;
  display: grid;
  gap: 1.5rem; /* 24px between line items */
}

.cart-page__items > .line-item {
  border-block-end: none;
  row-gap: 1rem; /* 16px between rows */
}

.cart-page__items .line-item__title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
}

/* DUCQ: line item subtitle + variant text — 14px (cart contexts) */
.cart-drawer .line-item-info .text-sm,
.cart-page__items .line-item-info .text-sm {
  font-size: 0.875rem; /* 14px */
}

/* DUCQ: mobile-only price inside info — shows in cart contexts on mobile */
.line-item__price-mobile {
  display: none;
}

@media screen and (max-width: 699px) {
  .line-item__price-mobile {
    display: block;
  }

  /* Hide the price inside .line-item__price-row on mobile (it now lives inside info) */
  .cart-drawer .line-item .line-item__price-row .price-list,
  .cart-page__items > .line-item .line-item__price-row .price-list {
    display: none;
  }

  /* On mobile, qty selector is the only thing remaining in price-row → align right */
  .cart-drawer .line-item .line-item__price-row,
  .cart-page__items > .line-item .line-item__price-row {
    justify-content: flex-end;
  }
}

/* DUCQ: cart page desktop — 3-col layout: image | info | price+qty top / remove bottom */
@media screen and (min-width: 700px) {
  .cart-page__items > .line-item {
    grid-template-columns: var(--line-item-media-width) 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
  }

  .cart-page__items .line-item__left {
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .cart-page__items .line-item-info {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
  }

  .cart-page__items .line-item__price-row {
    grid-row: 1;
    grid-column: 3;
    justify-content: flex-end;
    align-self: end;
  }

  .cart-page__items .line-item__remove {
    grid-row: 2;
    grid-column: 3;
    justify-self: end;
    align-self: start;
    font-size: var(--text-xs);
  }
}

.cart-page__sidebar {
  position: sticky;
  top: calc(var(--sticky-area-height, 0px) + 1.5rem);
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .cart-page__sidebar {
    width: 326px;
  }
}

.cart-page__totals-card {
  background: #fff;
  padding: 2rem 1.5rem; /* 32px vertical / 24px horizontal */
  border-radius: var(--rounded-sm, 4px);
  display: grid;
  gap: 1rem; /* 16px */
}

.cart-page__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--text-font-family);
  font-weight: 500;
  font-size: 1rem; /* 16px */
}

/* DUCQ: cart page subtext + icon below checkout button — match cart drawer */
.cart-page__totals-card .h-stack:has(.text-subdued) {
  margin-block-start: 0 !important;
  justify-content: flex-start;
  text-align: start;
}

.cart-page__totals-card .h-stack .text-subdued {
  color: var(--color-brown-600);
  font-size: 0.75rem; /* 12px */
  text-align: start;
}

.cart-page__totals-card .h-stack > .icon {
  color: var(--color-brown-600);
  width: 16px;
  height: 16px;
}

/* DUCQ: cart page checkout button lock icon = 14x14 (match drawer) */
.cart-page__totals-card button[name="checkout"] .icon {
  width: 14px;
  height: 14px;
}

.cart-page__recommendations {
  margin-block-start: 4rem; /* 64px above border on mobile */
  border-block-start: 1px solid rgb(var(--text-color) / 0.12);
  padding-block-start: 4rem; /* 64px below border on mobile */
  --product-list-items-per-row: 2;
}

.cart-page__recommendations .cart-page__heading {
  font-size: 1.5rem; /* 24px mobile */
}

@media screen and (min-width: 700px) {
  .cart-page__recommendations {
    margin-block-start: 7.5rem; /* 120px above border on desktop */
    padding-block-start: 7.5rem; /* 120px below border on desktop */
    --product-list-items-per-row: 3;
  }

  .cart-page__recommendations .cart-page__heading {
    font-size: 2rem; /* 32px desktop */
  }
}


@media screen and (min-width: 700px) {
  .cart-page {
    grid-template-columns: 1fr auto;
    gap: 8rem; /* 128px between line items and summary */
    align-items: start;
    justify-content: space-between;
  }

  .cart-page__sidebar {
    justify-self: end;
  }
}

.cart-discount-field__loader {
  display: none;
  position: absolute;
  inset-block-start: calc(50% - .375rem);
  inset-inline-end: 1rem;
}

.cart-discount-field[aria-busy="true"] .cart-discount-field__loader {
  animation: 1s linear infinite spin;
  display: block;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.cart-drawer::part(body) {
  padding-block: 0;
}

:is(.cart-drawer:has(.cart-drawer__order-note[open])::part(header), .cart-drawer:has(.cart-drawer__order-note[open])::part(body)) {
  opacity: .4;
  pointer-events: none;
  transition: opacity .2s;
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
}

.cart-drawer__items {
  gap: 1.5rem;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: 2.5rem; /* 40px */
  display: grid;
}

.cart-drawer__complementary-products {
  border-block-start-width: 1px;
  padding-block: 2.5rem; /* 40px */
  padding-inline: 0;
  margin-inline: 0 !important;
  row-gap: 1.25rem !important;
}

.cart-drawer__button-price {
  align-items: center;
  display: flex;
}

.cart-drawer__button-price:before {
  content: "";
  background: currentColor;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-inline-end: 1.125rem;
}

.cart-drawer__footer {
  align-items: start;
  gap: 1rem; /* 16px */
  display: grid;
}

.cart-drawer__order-note {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  width: 100%;
  box-shadow: 1px 0 6px rgb(var(--border-color));
  z-index: 2;
  border-block-start-width: 1px;
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: none;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

@media screen and (min-width: 700px) {
  .cart-drawer__complementary-products {
    padding-block: 2.5rem; /* 40px */
    row-gap: 1rem !important;
  }
}

.collection-banner {
  display: block;
  position: relative;
}

.collection-banner .breadcrumb {
  z-index: 2;
}

.collection {
  --collection-gap: 2rem;
  --collection-grid-template: minmax(0, 1fr);
  grid-template-columns: var(--collection-grid-template);
  align-items: start;
  gap: var(--collection-gap);
  margin-block-end: 0;
  scroll-margin-block-start: 20px;
  display: grid;
}

.collection:only-child {
  margin-block-start: 1.5rem;
}

/* DUCQ: drop the default `.collection:only-child` top margin inside main-collection — section spacing is controlled by the section setting */
.shopify-section--main-collection .collection:only-child {
  margin-block-start: 0;
}

.collection__main {
  row-gap: var(--section-stack-gap);
  display: grid;
}

.collection .product-list[collection-mobile-layout="medium"] {
  --product-list-items-per-row: var(--collection-items-per-row-medium);
}

.collection .product-list[collection-mobile-layout="large"] {
  --product-list-items-per-row: var(--collection-items-per-row-large);
}

@media screen and (min-width: 700px) {
  .collection:only-child {
    margin-block-start: 3rem;
  }

  .shopify-section--main-collection .collection:only-child {
    margin-block-start: 0;
  }

  .collection .product-list[collection-desktop-layout="compact"] {
    --product-list-items-per-row: var(--collection-items-per-row-compact);
  }

  .collection .product-list[collection-desktop-layout="compact"] .product-card__info {
    display: none;
  }

  .collection .product-list[collection-desktop-layout="medium"] {
    --product-list-items-per-row: var(--collection-items-per-row-medium);
  }

  .collection .product-list[collection-desktop-layout="large"] {
    --product-list-items-per-row: var(--collection-items-per-row-large);
  }
}

@media screen and (min-width: 1150px) {
  .collection {
    --collection-gap: 3.125rem;
  }
}

.collection-list {
  gap: var(--collection-list-gap, 0px);
  display: flex;
}

.collection-list .collection-card {
  flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row)  - var(--collection-list-gap, 0px) * (var(--collection-list-items-per-row)  - 1) / var(--collection-list-items-per-row)));
}

.collection-list--text-outside {
  row-gap: 3rem;
}

.collection-card {
  align-content: start;
  gap: 1.5rem;
  display: grid;
}

.footer {
  background: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: min(var(--section-vertical-spacing), 3rem);
}

/* Footer tagline */
.footer__tagline {
  text-align: center;
  padding-block-end: var(--section-vertical-spacing);
  margin-block-end: var(--section-vertical-spacing);
  border-block-end: 0.5px solid rgb(241 237 234 / 0.1);
}

.footer__tagline-heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  max-width: 36rem;
  margin-inline: auto;
}

@media screen and (min-width: 700px) {
  .footer__tagline-heading {
    font-size: 2rem;
  }
}

/* DUCQ: Sidebar footer — no icons, tighter spacing */
.header-sidebar__footer-link {
  display: block;
  font-size: 0.875rem;
  padding: 0;
  text-decoration: none;
  color: rgb(var(--text-color));
}

/* DUCQ: Sidebar nav items — larger font */

/* DUCQ: Locale toggle — hide label + chevron by default (header) */
.localization-toggle__label,
.localization-toggle--locale > .icon {
  display: none;
}

/* DUCQ: Sidebar locale — bottom spacing */
.header-sidebar__localization {
  padding-bottom: 2rem;
}

/* DUCQ: Sidebar locale toggle — show label + chevron, full width with border */
.header-sidebar__localization .localization-toggle--locale {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgb(var(--text-color) / 0.2);
  border-radius: 4px;
  font-size: 0.875rem;
  color: rgb(var(--text-color));
  background: transparent;
  cursor: pointer;
  margin-top: 0.5rem;
}

.header-sidebar__localization .country-flag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.header-sidebar__localization .localization-toggle--locale > .icon {
  width: 16px;
  height: 16px;
}

.header-sidebar__localization .localization-toggle__label,
.header-sidebar__localization .localization-toggle--locale > .icon {
  display: block;
}

.header-sidebar__localization .localization-toggle__label {
  flex: 1;
  text-align: left;
}

/* DUCQ: Flag icons — square with slight rounding */
.country-flag {
  border-radius: 2px;
  object-fit: cover;
}

.localization-modal {
  --dialog-background: 255 255 255;
}

/* DUCQ: Footer contact text — full white */
.footer .prose,
.footer .prose a,
.footer .text-subdued {
  color: rgb(var(--text-color));
}

/* DUCQ: Hide empty footer bottom-right */
.footer__bottom-right:empty {
  display: none;
}

/* DUCQ: Footer social media — tighter gap */
.footer .social-media--list {
  --social-media-list-gap: 0.5rem 1rem;
}

/* DUCQ: image-with-text has no .container — cap explicitly at 1440. */
@media screen and (min-width: 1440px) {
  .image-with-text {
    max-width: 1440px;
    margin-inline: auto;
  }
}

/* DUCQ: Footer block headings — smaller, brand brown, uppercase */
.footer .h6 {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6F625D;
  font-weight: 400;
}

/* DUCQ: Footer contact info and links — full white with hover */
.footer__contact,
.footer__contact a,
.footer .link-faded,
.footer .link-faded-reverse {
  color: rgb(var(--text-color));
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* DUCQ: Footer body text (first-col contact + menu links) at 16px */
.footer__contact,
.footer__contact p,
.footer__contact a,
.footer .link-faded,
.footer .link-faded-reverse {
  font-size: 1rem;
}

/* DUCQ: Keep <br> in footer contact on mobile (overrides global decorative-br hide) */
@media screen and (max-width: 699px) {
  .footer__contact br,
  .footer .prose > p > br,
  .footer .prose :not(h1, h2, h3, h4, h5, h6) > br {
    display: revert;
  }
}

.footer .link-faded:hover,
.footer .link-faded-reverse:hover,
.footer__contact a:hover {
  opacity: 0.6;
}

.footer__inner {
  row-gap: min(var(--section-vertical-spacing), 3rem);
  display: grid;
}

.footer__block-list {
  justify-content: start;
  align-items: start;
  gap: min(var(--section-vertical-spacing), 2.5rem);
  display: grid;
}

/* Footer logo block */
.footer__logo {
  max-width: 100%;
}

.footer__logo svg,
.footer__logo .header__logo-image {
  width: var(--footer-logo-width, 140px);
  max-width: 100%;
  height: auto;
}

.footer__block--logo {
  flex-basis: 14rem;
}

@media screen and (min-width: 1000px) {
  .footer__block--logo {
    max-width: 24rem;
  }
}

.footer__logo-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer__logo-wrapper .footer__contact {
  margin-top: auto;
}

/* Footer bottom bar */
.footer__bottom {
  text-align: center;
  gap: 1.5rem;
  display: grid;
  padding-block-start: min(var(--section-vertical-spacing), 2rem);
}

/* DUCQ: Footer link block — heading-to-nav gap 1.5rem, nav item gap 0.75rem */
.footer__block--links > .v-stack {
  gap: 1.5rem;
}

.footer__block--links ul.v-stack {
  gap: 0.75rem;
}

.footer__copyright {
  font-size: 0.875rem;
  color: #6F625D;
}

.footer__bottom-info {
  font-size: 0.875rem;
  color: #6F625D;
}

.footer__bottom-right .payment-methods {
  justify-content: center;
  max-width: 30rem;
}

/* Mobile footer: logo block order last (below menus), centered */
@media screen and (max-width: 699px) {
  .footer__block-list {
    grid-template-columns: 1fr;
  }

  .footer__block--logo {
    order: 99;
    border-block-start: 0.5px solid rgb(241 237 234 / 0.1);
    padding-block-start: min(var(--section-vertical-spacing), 2.5rem);
    margin-block-start: 0;
  }

  .footer__logo-wrapper {
    align-items: center;
    text-align: center;
  }

  .footer__logo-wrapper .footer__contact {
    margin-top: 1.5rem;
  }

  /* Separator already shown above logo on mobile */
  .footer__bottom {
    border-block-start: none;
    padding-block-start: 0;
  }

  .footer__bottom-center {
    justify-self: center;
    margin-block-start: 1.25rem;
  }

  /* Mobile bottom-row order: copyright/info → payment icons → social icons */
  .footer__bottom-left { order: 1; }
  .footer__bottom-right { order: 2; }
  .footer__bottom-center { order: 3; }

  .footer__bottom-left .footer__bottom-info {
    margin-block-start: 0.5rem;
  }
}

@media screen and (min-width: 700px) {
  .footer__block-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: start;
  }

  .footer__block--logo {
    align-self: stretch;
  }
}

@media screen and (min-width: 1000px) {
  .footer__bottom {
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "left social payments";
    align-items: center;
    text-align: start;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }

  .footer__bottom-left {
    grid-area: left;
    justify-self: start;
  }

  .footer__bottom-center {
    grid-area: social;
    justify-self: end;
  }

  .footer__bottom-right {
    grid-area: payments;
    justify-self: end;
  }

  .footer__bottom-right .payment-methods {
    justify-content: end;
    max-width: none;
  }
}

@media screen and (min-width: 1150px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer__block-list {
    column-gap: 5rem;
  }
}

.gift-card__image {
  max-width: 16.875rem;
  margin-inline: auto;
}

.gift-card__redeem-info {
  padding: 1.5rem;
}

.gift-card__save {
  place-items: center;
  gap: 1.5rem;
  display: grid;
}

.gift-card__qr-code {
  width: 5rem;
  height: 5rem;
}

@media screen and (min-width: 700px) {
  .gift-card__redeem-info {
    padding: 2rem;
  }

  .gift-card__save {
    grid-auto-flow: column;
  }
}

.faq {
  justify-content: center;
  align-items: start;
  column-gap: 3.75rem;
  display: flex;
}

.faq__toc {
  align-content: start;
  justify-items: start;
  gap: .75rem;
  min-width: 150px;
  max-width: 300px;
  transition: inset-block-start .15s ease-in-out;
  display: grid;
  position: sticky;
  inset-block-start: calc(var(--sticky-area-height)  + 1.25rem);
}

.faq__toc-item {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  text-decoration: none;
  transition: background-size .3s ease-in-out;
}

.faq__toc-item.is-active {
  background-size: 100% 1px;
}

.faq__content {
  flex-basis: 650px;
}

.faq__category {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  scroll-margin-block-start: 1.25rem;
  display: flex;
}

.faq__category + .accordion {
  margin-block-start: 1.25rem;
}

.accordion + .faq__category {
  margin-block-start: 3rem;
}

.featured-collections-navigation {
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: safe center;
  column-gap: 1.5rem;
  display: grid;
}

.featured-collections-navigation > button:not(:only-child) {
  padding-block-end: 2px;
  position: relative;
}

.featured-collections-navigation > button:not(:only-child):after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  height: 1px;
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .3s;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.featured-collections-navigation > button:not(:only-child)[aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (min-width: 700px) {
  .featured-collections-navigation {
    column-gap: 2.5rem;
  }
}

.featured-collections-carousel {
  display: grid;
  position: relative;
}

.featured-collections-carousel > * {
  grid-area: 1 / -1;
}

.featured-collections-carousel__item {
  gap: var(--section-stack-gap);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.featured-collections-carousel__item:not(.is-selected) {
  display: none;
}

.header {
  --header-show-transparent-logo: 0;
  grid: var(--header-grid);
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: var(--header-padding-block);
  box-shadow: 0 -0.5px rgb(0 0 0 / 0.1) inset;
  reading-flow: grid-columns;
  height: 68px;
  padding-block-start: 0;
  padding-block-end: 0;
  /* DUCQ: cap content at 1440 design ceiling — bg + box-shadow stay full-bleed,
     but inline padding grows past 1440 to keep grid items inside the cap. */
  padding-inline-start: max(var(--container-gutter), calc((100vw - 1440px) / 2));
  padding-inline-end: max(var(--container-gutter), calc((100vw - 1440px) / 2));
  transition: background .2s, color .2s, box-shadow .2s, transform .15s ease-in-out, border-radius .2s;
  display: grid;
  position: relative;
  border-radius: 6px;
}

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

/* DUCQ: Default header — transparent background when not scrolled */
.header:not(.is-solid) {
  background: transparent;
  background-image: none;
  --header-separation-border-color: 0 0 0 / 0;
  box-shadow: none;
}

/* DUCQ: Sticky/hover header — dark scheme, rounded */
.header.is-solid {
  --background: 40 30 26;
  --text-color: 241 237 234;
  --header-separation-border-color: 0 0 0 / 0;
  border-radius: 6px;
}

/* When a mega/dropdown menu opens, always force the header to its solid colour
   so it visually merges with the mega panel — applies on every page, regardless
   of whether the first section is a transparent-header section. */
.header:has(.header__primary-nav [open]),
.header:has(.header__secondary-nav [open]) {
  --background: 40 30 26;
  --background-gradient: ;
  --text-color: 241 237 234;
  --header-separation-border-color: 0 0 0 / 0;
  --header-show-transparent-logo: 0;
  background: rgb(40 30 26);
  background-image: none;
  box-shadow: none;
  border-radius: 6px;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}


.shopify-section--header:has(.header.is-hidden) {
  pointer-events: none;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header ~ .shopify-section-group-header-group)) .header {
  margin-block-end: calc(-1 * var(--header-height, 0px));
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header ~ .shopify-section-group-header-group)) .header:not(.is-solid) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 0 0 0 / 0;
  --background-gradient: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
  border-bottom: 0.5px solid rgb(0 0 0 / 0.1);
  border-radius: 0;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header ~ .shopify-section-group-header-group)) .header:not(.is-solid) .link-faded {
  color: currentColor;
  transition: none;
}

.header__cart-dot {
  width: .5rem;
  height: .5rem;
  box-shadow: 0 0 0 2px rgb(var(--background));
  background-color: currentColor;
  border-radius: 100%;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -.125rem;
  transform: scale(0);
}

.header__cart-dot.is-visible {
  transform: scale(1);
}

@media screen and (min-width: 700px) {
  .header {
    column-gap: 2.5rem;
  }
}

.header__logo {
  grid-area: logo;
  justify-self: start;
  position: relative;
}

.header__logo-image {
  width: var(--header-logo-width);
  max-width: 100%;
  height: auto;
}

.header__logo-image:where(:not(:only-of-type)) {
  opacity: calc(1 - var(--header-show-transparent-logo));
  transition: opacity .2s;
}

.header__logo-image--transparent {
  opacity: var(--header-show-transparent-logo);
  pointer-events: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.header__logo-text {
  display: block;
}

.header__primary-nav {
  flex-wrap: wrap;
  grid-area: primary-nav;
  align-items: center;
  gap: .625rem 1.25rem;
  display: flex;
}

.header__primary-nav .h6 {
  font-family: var(--text-font-family);
  font-weight: 400;
  font-size: var(--text-sm);
  letter-spacing: 0.02em;
  text-transform: none;
}

.header__primary-nav-item [data-title]:before {
  content: attr(data-title);
  width: max-content;
  height: 2px;
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: #0000;
  pointer-events: none;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-end: 0;
  transform: scaleX(0);
}

.header__primary-nav-item [data-title]:hover:before {
  transform: scaleX(1);
}

.header__primary-nav-item [data-title]:has(.header__dropdown-menu):before {
  display: none;
}


@media screen and (max-width: 699px) {
  .header__nav-icon {
    width: 1.375rem;
  }
}

/* DUCQ: header icons + flags 16x16, logo height 16px */
.header__nav-icon {
  width: 16px !important;
  height: 16px !important;
}

@media screen and (max-width: 699px) {
  .header__nav-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

.header .country-flag,
.shopify-section--header .country-flag {
  width: 16px !important;
  height: 16px !important;
}

.shopify-section--header .header__logo-image,
.shopify-section--main-password .header__logo-image {
  height: 16px !important;
  width: auto !important;
}

.footer__logo .header__logo-image,
.footer__logo svg {
  height: 24px !important;
  width: auto !important;
}

@media screen and (min-width: 700px) {
  .header__primary-nav {
    column-gap: 2rem; /* 32px between desktop nav items */
  }
}

.header__secondary-nav {
  flex-wrap: wrap;
  grid-area: secondary-nav;
  justify-content: end;
  justify-self: end;
  align-items: center;
  gap: .625rem 1rem; /* 16px column gap between header icons on mobile */
  display: flex;
}

.header__secondary-nav .localization-selectors:not(:only-child) {
  margin-inline-end: .625rem;
}


@media screen and (min-width: 700px) {
  .header__secondary-nav {
    column-gap: 1.5rem; /* 24px between right-side icons and login text */
  }
}

.header__dropdown-menu {
  background: rgb(var(--background));
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  color: rgb(var(--text-color));
  box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  border-width: 0 1px 1px;
  padding-block: 1.125rem;
  position: absolute;
  inset-block-start: calc(100% - 2px);
}

.header__dropdown-menu:not(:has(.header__dropdown-menu)) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  overflow: auto;
}

.header__dropdown-menu:before {
  content: "";
  width: 100%;
  height: 2px;
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  transition: transform .25s ease-in-out 50ms;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

[aria-expanded="true"] > .header__dropdown-menu:before {
  transform: scaleX(1);
}

.header__dropdown-menu :is(a, summary) {
  padding: .375rem 1.5625rem;
  display: block;
}

.header__dropdown-menu .header__menu-disclosure {
  position: relative;
}

.header__dropdown-menu--restrictable {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 40px);
  overflow-y: auto;
}

.header__dropdown-menu .header__dropdown-menu {
  border-width: 1px;
  inset-block-start: calc(-1.125rem - 1px);
  inset-inline-start: 100%;
}

.header__dropdown-menu .header__dropdown-menu:before {
  display: none;
}

.mega-menu {
  width: 100%;
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 20px);
  background: #281E1A;
  color: #fff;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  border-end-start-radius: 4px;
  border-end-end-radius: 4px;
  border-block-start: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.5rem var(--container-gutter);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  overflow-y: auto;
  z-index: 10;
}

.mega-menu__header {
  display: none;
}

.mega-menu .mega-menu__title {
  font-family: 'Moulin', serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
  text-decoration: none;
  background: none;
  border: none;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem;
}

@media screen and (min-width: 1000px) {
  .mega-menu__header,
  .mega-menu__grid,
  .mega-menu__footer {
    width: 100%;
    max-width: var(--container-md-max-width);
    margin-inline: auto;
  }
}

.mega-menu__card {
  display: flex;
  flex-direction: column;
  gap: 17px;
  text-decoration: none;
  color: inherit;
}

.mega-menu__card-image {
  aspect-ratio: 160 / 176;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mega-menu__card-title {
  color: #fff;
  font-family: 'Moulin', serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}

.mega-menu__card-text {
  color: #938985;
  font-family: 'Geist', sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
}

.mega-menu__card .v-stack.gap-1 {
  gap: 0.75rem;
}

.mega-menu__footer {
  text-align: center;
  padding-block-start: 0.5rem;
}

.mega-menu__footer-link {
  color: #fff;
  text-decoration: none;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.mega-menu__footer-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .mega-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.header-sidebar {
  --header-linklist-padding-block: 2rem;
}

@media screen and (max-width: 999px) {
  .header-sidebar.drawer--sm {
    --drawer-max-width: 100vw;
  }
}

/* DUCQ: all drawers on mobile = full viewport width */
@media screen and (max-width: 699px) {
  .drawer {
    --drawer-max-width: 100vw;
  }
}

.header-sidebar::part(close-button) {
  opacity: 1;
  border: 1px solid rgb(var(--text-color) / 0.3);
  padding: 0;
  border-radius: 2px;
  width: 48px;
  height: 48px;
  color: #F1EDEA;
}

.header-sidebar::part(header) {
  border-block-end: none;
  display: flex;
  justify-content: flex-end;
}

.header-sidebar::part(content) {
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-sidebar::part(panel-list) {
  position: relative;
}


.header-sidebar__scroller {
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  overflow-y: auto;
}

.header-sidebar__linklist-button {
  text-align: start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block-start: calc(var(--header-linklist-padding-block) / 2);
  padding-block-end: calc(var(--header-linklist-padding-block) / 2);
  transition: color .2s;
  display: flex;
  font-size: 1.5rem;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
}

@media screen and (pointer: fine) {
  .header-sidebar__main-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }

  .header-sidebar__main-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) .header-sidebar__linklist-button {
  color: rgb(var(--text-color)) !important;
}

.header-sidebar__back-button {
  width: 100%;
  border-block-end-width: 1px;
  margin-block-end: 1rem;
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: 1rem;
}

.header-sidebar__back-button.is-divided {
  margin-block-end: .5rem;
}

.header-sidebar__nested-linklist {
  border-inline-start-width: 1px;
  row-gap: .75rem;
  margin-block: 2px 1.125rem;
  margin-inline-start: .5rem;
  padding-inline-start: 1.5rem;
  display: grid;
}

.header-sidebar__main-panel {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: max-content;
  height: 100%;
  display: grid;
}

.header-sidebar__footer {
  position: relative;
  padding-bottom: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer:before {
  content: "";
  background: linear-gradient(transparent, rgb(var(--background)));
  width: 100%;
  height: 2.5rem;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
}

.header-sidebar__footer > * {
  padding-block: 0.375rem;
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer .localization-selectors {
  border-block-start-width: 1px;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

.header-sidebar__collapsible-panel {
  height: 100%;
  width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  display: none;
  position: absolute;
  inset-block-start: 0;
}

.header-sidebar__promo {
  grid-auto-flow: column;
  gap: 2rem 1.25rem;
  margin-block-start: 1.25rem;
  display: flex;
}

/* Chevron for sidebar nav items */
.header-sidebar__chevron {
  flex-shrink: 0;
  opacity: 1;
  width: 16px;
  height: 16px;
  color: #6F625D;
}

/* Mega menu panel in mobile sidebar */
.header-sidebar__sub-panel--mega {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* The mega-header lives in the light DOM but gets moved into the
   drawer shadow-DOM header via JS so it sits inline with the close button. */
.header-sidebar__mega-header {
  display: none;
}


.header-sidebar__mega-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #F1EDEA;
  border: 1px solid rgb(var(--text-color) / 0.3);
  border-radius: 2px;
}

.header-sidebar__mega-back > svg {
  width: 16px;
  height: 16px;
}

.header-sidebar__mega-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #938985;
}

.header-sidebar__mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  padding-inline: 0;
  padding-block: 0.5rem 1.25rem;
  overflow-y: auto;
}

.header-sidebar__mega-footer {
  text-align: center;
  padding-inline: 1.25rem;
  padding-block: 0.5rem 1.5rem;
}

.header-sidebar__mega-footer-link {
  color: inherit;
  text-decoration: none;
  font-family: var(--text-font-family);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.header-sidebar__mega-footer-link:hover {
  text-decoration: underline;
}

/* Staggered reveal for mega menu cards */
.header-sidebar__mega-grid > * {
  opacity: 0;
  transform: translateY(10px);
  animation: megaCardReveal 0.4s ease forwards;
}

.header-sidebar__mega-grid > *:nth-child(1) { animation-delay: 0.05s; }
.header-sidebar__mega-grid > *:nth-child(2) { animation-delay: 0.1s; }
.header-sidebar__mega-grid > *:nth-child(3) { animation-delay: 0.15s; }
.header-sidebar__mega-grid > *:nth-child(4) { animation-delay: 0.2s; }
.header-sidebar__mega-grid > *:nth-child(5) { animation-delay: 0.25s; }
.header-sidebar__mega-grid > *:nth-child(6) { animation-delay: 0.3s; }

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

.header-sidebar__promo > * {
  min-width: 12.5rem;
}

.header-sidebar__promo > *:only-child {
  min-width: 100%;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__back-button {
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  margin-block-end: calc(.5rem + var(--header-linklist-padding-block));
}

.header-sidebar__linklist.divide-y .header-sidebar__promo {
  margin-block-start: .75rem;
}

@media screen and (min-width: 700px) {
  .header-sidebar {
    --header-linklist-padding-block: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-sidebar::part(panel-list) {
    position: static;
  }

  .header-sidebar::part(content) {
    overflow-x: visible;
  }

  .header-sidebar:has(.header-sidebar__collapsible-panel[aria-activedescendant])::part(content) {
    border-inline-end: 1px solid rgb(var(--border-color));
  }

  .header-sidebar__main-panel {
    z-index: 1;
    position: relative;
  }

  .header-sidebar__collapsible-panel .header-sidebar__scroller {
    width: 100%;
    inset-block: min(var(--header-height), 5rem) 0;
    position: absolute;
  }

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

  .header-sidebar__promo > * {
    min-width: 100%;
  }
}

.image-with-text {
  display: grid;
  overflow: hidden;
}

.image-with-text :is(h1, h2, h3, h4, h6),
.image-with-text-block :is(h1, h2, h3, h4, h5, h6) {
  text-transform: uppercase;
}

/* Image-with-text h5 acts as a non-caps subheading, slightly larger than body */
.image-with-text h5 {
  font-size: 1.125rem;
}

/* DUCQ: image-with-text subheading — body color, weight 500 (instead of muted look) */
.image-with-text :is(h6, .h6),
.image-with-text-block :is(h6, .h6),
/* DUCQ: hide explicit line breaks in overlay subheadings on mobile (let text reflow naturally) */
@media (max-width: 699px) {
  image-with-text-overlay .prose h4 br {
    display: none;
  }
}

/* DUCQ: image-with-text-overlay paragraph block — font + size variants */
.iwto-paragraph--font-heading,
.iwto-paragraph--font-heading p {
  font-family: var(--heading-font-family);
}

.iwto-paragraph--font-heading-light,
.iwto-paragraph--font-heading-light p {
  font-family: var(--heading-font-family);
  font-weight: 300;
}

.iwto-paragraph--font-body,
.iwto-paragraph--font-body p {
  font-family: var(--text-font-family);
}

.iwto-paragraph--size-lg,
.iwto-paragraph--size-lg p {
  font-size: var(--text-p1);
  line-height: 1.3;
}

@media (max-width: 699px) {
  .iwto-paragraph--size-lg,
  .iwto-paragraph--size-lg p {
    font-size: 1rem; /* 16px */
  }

  /* Hide explicit line breaks inside paragraph blocks on mobile */
  .iwto-paragraph br {
    display: none;
  }
}

.iwto-paragraph--size-sm,
.iwto-paragraph--size-sm p {
  font-size: var(--text-p3);
  line-height: 1.5;
}

/* DUCQ: vertical rhythm between consecutive overlay blocks — 40px desktop / 24px mobile.
   Skip <style>/<script> siblings (split_heading injects an inline <style> as first child of .prose).
   `!important` overrides the global `.prose .button` (32px) and `.prose:not(.prose--tight) :where(...)` (20px) rules. */
image-with-text-overlay.content-over-media .prose > * {
  margin-block: 0 !important;
}

image-with-text-overlay.content-over-media .prose > :not(style, script) + :not(style, script) {
  margin-block-start: 2.5rem !important; /* 40px */
}

@media (max-width: 699px) {
  image-with-text-overlay.content-over-media .prose > :not(style, script) + :not(style, script) {
    margin-block-start: 1.5rem !important; /* 24px */
  }
}

/* DUCQ: multi-column block content — brand brown (#6F625D) at 14px (body size) */
.shopify-section--multi-column .prose :where(p, li) {
  color: #6F625D;
  font-size: 0.875rem;
}

/* DUCQ: multi-column section-header intro text — brand dark (#281E1A) overrides the block-content color above */
.shopify-section--multi-column .section-header .prose :where(p, li) {
  color: #281E1A;
}

/* DUCQ: multi-column section-header content (the rich-text "Content" field) — Moulin Light at 20px, tighter line-height */
.shopify-section--multi-column .section-header .prose p:not(.h6) {
  font-family: var(--heading-font-family);
  font-weight: 300;
  font-size: var(--text-p1);
  line-height: 1.3;
}

/* DUCQ: multi-column spacing — 32px between title and content (inside section-header), 64/40px between section-header and columns */
.shopify-section--multi-column .section-header .prose :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
  margin-block-start: 2rem !important; /* 32px */
}

.shopify-section--multi-column .section-stack {
  --section-stack-gap: 4rem; /* 64px desktop */
}

@media (max-width: 699px) {
  .shopify-section--multi-column .section-stack {
    --section-stack-gap: 2.5rem; /* 40px mobile */
  }
}

/* DUCQ: multi-column item layout — 4:5 image, 64/24px gap between cols, 40px image→title, 12px title→content */
.shopify-section--multi-column .multi-column {
  --multi-column-gap: 4rem; /* 64px desktop */
}

@media (max-width: 699px) {
  .shopify-section--multi-column .multi-column {
    --multi-column-gap: 1.5rem; /* 24px mobile */
  }
}

.shopify-section--multi-column .multi-column__item {
  gap: 2.5rem; /* 40px between image and prose */
}

.shopify-section--multi-column .multi-column__item > .overflow-hidden {
  aspect-ratio: 4 / 5;
}

.shopify-section--multi-column .multi-column__item > .prose :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: 1.25rem; /* 20px */
}

.shopify-section--multi-column .multi-column__item > .prose :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
  margin-block-start: 0.75rem !important; /* 12px */
}

.shopify-section--multi-column .multi-column__item > .prose :where(p, li) {
  padding-inline: 0.75rem; /* 12px desktop */
}

@media (max-width: 699px) {
  .shopify-section--multi-column .multi-column__item > .prose :where(p, li) {
    padding-inline: 0; /* 0 mobile */
  }
}

/* DUCQ: text-with-icons block subtext — brand brown */
.shopify-section--text-with-icons .text-with-icons__item .prose :where(p, li) {
  color: #6F625D;
}

/* DUCQ: Ons verhaal slideshow subheading — medium 16px */
.template--page-over-ons .shopify-section--slideshow .slideshow__slide-content > .prose > p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

/* DUCQ: Ontwerp-principes — image-with-text title gets padding-top on desktop */
@media screen and (min-width: 700px) {
  .template--page-ontwerp-principes .shopify-section--image-with-text .image-with-text > .prose > :first-child {
    padding-block-start: 4rem;
  }
}

/* DUCQ: Homepage first image-with-text (block id `image-with-text-pannen`) — same treatment as ontwerp page (heading gets padding-top on desktop). Scoped via the section ID suffix so other image-with-text sections are unaffected. */
@media screen and (min-width: 700px) {
  [id$="__image-with-text-pannen"] .image-with-text > .prose > :first-child {
    padding-block-start: 4rem;
  }
}


/* DUCQ: Ontwerp-principes — inductie section prose margin-top 0 */
#shopify-section-template--29450807050578__image_with_text_inductie .image-with-text > .prose {
  margin-top: 0;
}

/* DUCQ: Ontwerp-principes — image-with-text mobile image enforced 343/400 portrait */
@media screen and (max-width: 699px) {
  .template--page-ontwerp-principes .shopify-section--image-with-text .image-with-text > picture {
    display: block !important;
    aspect-ratio: 343 / 400 !important;
    width: 100% !important;
    height: auto !important;
  }
  .template--page-ontwerp-principes .shopify-section--image-with-text .image-with-text > picture img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* DUCQ: Locaties (winkels) page rich-text — Moulin Light lead */
.template--page-winkels .shopify-section--rich-text .prose :is(h1, h2, h3, h4, h5, h6, p) {
  font-family: 'Moulin', serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

@media screen and (min-width: 700px) {
  .template--page-winkels .shopify-section--rich-text .prose :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: 1.25rem;
  }
}

.image-with-text-overlay :is(h6, .h6) {
  color: rgb(var(--text-color));
  font-weight: 500;
}

.image-with-text > .prose {
  box-sizing: content-box;
  max-width: var(--image-with-text-content-max-width);
  margin-block: 1.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
}

.image-with-text > :is(svg, img) {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .image-with-text > .prose {
    margin-inline: auto;
    /* DUCQ: extra breathing room between content block and image on mobile */
    margin-block-end: 2.5rem;
  }
}

@media screen and (min-width: 700px) {
  .image-with-text {
    --image-with-text-gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .image-with-text > .prose {
    padding-inline-end: var(--image-with-text-gap);
  }

  .image-with-text:not(.image-with-text--reverse) picture {
    margin-inline-start: auto;
  }

  .image-with-text--reverse > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-text--reverse > .prose {
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--image-with-text-gap);
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    --image-with-text-gap: 6rem;
  }
}

.image-with-text-block > :not(img, svg, picture) {
  background: rgb(var(--background));
  padding: 2.375rem 1.25rem;
  box-shadow: 0 1px 20px #3636364d;
}

@media screen and (min-width: 700px) {
  .image-with-text-block > :not(img, svg, picture) {
    padding: 3rem 1rem;
  }
}

.image-with-text-block--parallax {
  min-height: var(--content-over-media-height, auto);
  aspect-ratio: var(--image-with-text-block-aspect-ratio);
  transform: unset;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: no-preference) {
  .image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img {
    pointer-events: none;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  @supports (min-height: 100lvh) {
    .image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img {
      min-height: 100lvh;
    }
  }
}

.announcement-bar,
.announcement-bar .heading,
.announcement-bar p {
  font-family: var(--text-font-family) !important;
}
.announcement-bar {
  --announcement-bar-gutter: .625rem;
  text-align: center;
  font-family: var(--text-font-family);
  font-size: var(--announcement-bar-font-size);
  place-content: center;
  column-gap: .75rem;
  padding-block: 0.6em;
  padding-inline-start: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  display: flex;
  overflow: visible;
  box-shadow: 0 -0.5px var(--announcement-bar-border-color, transparent) inset;
}

.announcement-bar__center {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .75rem;
  flex: 1;
  min-width: 0;
}

.announcement-bar__carousel {
  flex-grow: 1;
  place-items: center;
  max-width: 35rem;
  display: grid;
}

.announcement-bar__carousel > * {
  grid-area: 1 / -1;
}

.announcement-bar__carousel > :not(.is-selected) {
  visibility: hidden;
}

@media screen and (min-width: 700px) {
  .announcement-bar {
    --announcement-bar-gutter: var(--container-gutter);
    justify-content: center;
    column-gap: 2.5rem;
  }

  .announcement-bar__center {
    column-gap: 2.5rem;
  }

  .announcement-bar__spacer {
    min-width: 0;
  }
}

.images-with-text-scroll {
  --sticky-area-height: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)  + var(--header-is-sticky, 0) * var(--header-height, 0px));
  align-items: start;
  display: grid;
  position: relative;
}

.images-with-text-scroll:before {
  content: "";
  background: rgb(var(--images-with-text-scroll-overlay));
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.images-with-text-scroll__image-background, .images-with-text-scroll__container {
  grid-area: 1 / -1;
}

.images-with-text-scroll__image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  inset-block-start: 0;
}

.images-with-text-scroll__container {
  z-index: 1;
  place-items: start center;
  row-gap: 2rem;
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: var(--section-vertical-spacing);
  display: grid;
}

.images-with-text-scroll__item {
  display: contents;
}

.images-with-text-scroll__item:not(:first-child) > .images-with-text-scroll__image {
  opacity: 0;
}

.images-with-text-scroll__image {
  grid-area: 1 / 1;
  align-self: center;
}

.images-with-text-scroll__text {
  text-align: center;
  grid-area: 2 / 1;
  max-width: 375px;
}

@media screen and (min-width: 700px) {
  .images-with-text-scroll__container {
    row-gap: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .images-with-text-scroll__item:not(.is-selected) {
    visibility: hidden;
  }

  .images-with-text-scroll__image {
    width: min(56vw, 27.5rem);
  }
}

@media screen and (min-width: 1000px) {
  .images-with-text-scroll {
    min-height: calc(100vh - var(--sticky-area-height));
  }

  .images-with-text-scroll__container {
    --image-width: min(50vw - var(--container-gutter), 575px);
    --image-height: min(var(--image-width), var(--image-width) / var(--images-with-text-scroll-master-image-ratio));
    --content-padding: calc((100vh - var(--image-height)  - var(--sticky-area-height)) / 2);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    align-items: center;
    padding-block-start: var(--content-padding);
    padding-block-end: var(--content-padding);
  }

  .images-with-text-scroll__image {
    height: var(--image-height);
    object-fit: contain;
    object-position: center;
    position: sticky;
    inset-block-start: calc(var(--content-padding)  + var(--sticky-area-height));
  }

  .images-with-text-scroll__text {
    text-align: var(--images-with-text-scroll-text-alignment);
    grid-area: auto / 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__image {
    grid-column: 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__text {
    grid-column: 1;
  }
}

/* DUCQ: logo-list heading 20px on all viewports (overrides global --text-h2). */
.shopify-section--logo-list .section-header .h2 {
  font-size: 1.25rem;
}

/* DUCQ: collapse gap between heading and logos in logo-list. */
.shopify-section--logo-list .section-stack {
  gap: 0;
}

.logo-list {
  grid: var(--logo-list-grid);
  justify-content: safe center;
  gap: var(--logo-list-gap);
  display: grid;
}

.logo-list__item {
  outline: 1px solid rgb(var(--logo-list-item-border-color));
  place-items: center;
  padding: 1.25rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .logo-list__item {
    padding: 2rem 1.5rem;
  }
}

/* Marquee autoscroll for mobile */
@media screen and (max-width: 699px) {
  .logo-list--marquee {
    display: flex;
    overflow: hidden;
  }

  .logo-list--marquee .logo-list__track {
    display: flex;
    flex-shrink: 0;
    gap: 2rem;
    padding-inline-end: 2rem;
    animation: logo-marquee 20s linear infinite;
  }

  .logo-list--marquee .logo-list__track .logo-list__item {
    flex-shrink: 0;
    outline: none;
  }
}

@media screen and (min-width: 700px) {
  .logo-list--marquee .logo-list__track:last-child {
    display: none;
  }

  .logo-list--marquee {
    display: grid;
  }

  .logo-list--marquee .logo-list__track {
    display: contents;
  }
}

@keyframes logo-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-list--marquee .logo-list__track {
    animation: none;
  }
}

.media-grid {
  --media-grid-column-count: 2;
  align-items: start;
  gap: var(--media-grid-gap);
  grid: auto-flow dense var(--media-grid-row-height) / repeat(var(--media-grid-column-count), minmax(0, 1fr));
  display: grid;
}

.media-grid__item {
  grid-area: span min(2, var(--media-grid-item-row-span)) / span 2;
  height: 100%;
  container-type: inline-size;
}

.media-grid__item > * {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .media-grid {
    --media-grid-column-count: 12;
  }

  .media-grid__item {
    grid-area: span var(--media-grid-item-row-span) / span var(--media-grid-item-column-span);
  }
}

.multi-column {
  grid: var(--multi-column-grid);
  column-gap: var(--multi-column-gap);
  row-gap: var(--section-stack-gap);
  justify-content: var(--multi-column-content-alignment);
  display: grid;
}

.multi-column__item {
  align-content: start;
  gap: 2rem;
  display: grid;
}

.multi-column__item > .overflow-hidden {
  aspect-ratio: 3 / 4;
}

.multi-column__item > .overflow-hidden img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multi-column__item--overlap {
  gap: 0;
}

.multi-column__item--overlap > .prose {
  isolation: isolate;
  margin-block-start: -.875rem;
}

.multiple-media-with-text {
  --multiple-media-with-text-gap: 2rem;
  grid: var(--multiple-media-with-text-grid);
  gap: var(--multiple-media-with-text-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper {
  grid-area: media-wrapper;
  grid: var(--multiple-media-with-text-media-grid);
  column-gap: var(--multiple-media-with-text-media-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper > * {
  grid-row: 1 / -1;
}

.multiple-media-with-text__content-wrapper {
  grid-area: content-wrapper;
}

@media screen and (min-width: 1000px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 4rem;
  }
}

@media screen and (min-width: 1150px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 7.5rem;
  }
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :first-child {
  grid-column: 1 / 3;
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :nth-child(2) {
  grid-column: 2 / 4;
}

@media screen and (min-width: 700px) {
  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :first-child {
    grid-column: 2 / 4;
  }

  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :nth-child(2) {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 700px) {
  .newsletter .form {
    width: 35rem;
  }
}

@media screen and (min-width: 700px) {
  .newsletter-popup {
    width: 23.75rem;
    inset-inline-start: auto;
  }
}

.password {
  position: relative;
}

.password__inner {
  isolation: isolate;
  align-content: space-between;
  row-gap: 3rem;
  min-height: 100vh;
  padding-block: 1.6rem;
  display: grid;
}

@supports (height: 100dvh) {
  .password__inner {
    min-height: 100dvh;
  }
}

.password__header {
  justify-items: center;
  display: grid;
}

.password__header > * {
  grid-area: 1 / -1;
}

.password__password-button {
  margin-inline-start: auto;
}

.password__block-list {
  justify-self: center;
  row-gap: .625rem;
  width: min(100%, 30rem);
  display: grid;
}

.password__content, .password__social {
  padding: 1.25rem;
}

.password__social {
  display: grid;
}

.password__social .social-media {
  justify-content: center;
}

.password__footer {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

@media screen and (min-width: 700px) {
  .password__content {
    padding: 2.5rem;
  }

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

  .password__footer--centered {
    justify-content: center !important;
  }
}

.shopify-section--main-product .section-spacing {
  padding-block-start: 0;
}

.product {
  grid: var(--product-grid, none);
  align-items: start;
  gap: var(--product-gap, 1.875rem);
  display: grid;
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    padding-block-start: 0;
  }

  .product {
    --product-gap: 0;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 0;
  }
}

@media screen and (min-width: 1600px) {
  /* DUCQ: keep product-info form locked at 442px even on large screens — gallery keeps merchant ratio. */
  .product-info {
    width: min(442px, 100%);
    max-width: 442px;
  }
}

.product-gallery {
  --product-gallery-gap: 1.5rem;
  flex-direction: column;
  align-items: start;
  gap: var(--product-gallery-gap);
  grid-area: product-gallery;
  display: flex;
  position: relative;
}

/* Vertical progress slider */
.product-gallery__progress {
  position: absolute;
  inset-inline-start: 1rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30%;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}

.product-gallery__progress-bar {
  width: 100%;
  height: calc(100% / var(--slide-count, 1));
  background: rgb(var(--text-color));
  transition: transform 0.3s ease;
  transform: translateY(0);
}

/* DUCQ: mobile PDP gallery progress bar — horizontal slice at bottom, 100vw */
@media (max-width: 999px) {
  .shopify-section--main-product .product-gallery { position: relative; }

  .shopify-section--main-product .product-gallery__progress {
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 50vw);
    transform: none;
    width: 100vw;
    height: 2px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 0;
    overflow: hidden;
    z-index: 3;
  }

  .shopify-section--main-product .product-gallery__progress-bar {
    width: calc(100% / var(--slide-count, 1));
    height: 100%;
    background: rgb(var(--text-color));
    transform-origin: left center;
    transform: translateX(calc(var(--ducq-pdp-progress, 0) * (var(--slide-count, 1) - 1) * 100%)) !important;
    transition: transform 0.15s ease-out !important;
  }
}

.product-gallery__zoom-button {
  z-index: 1;
  transition: opacity .2s, visibility .2s;
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0;
}

.product-gallery__zoom-button--hidden {
  opacity: 0;
  visibility: hidden;
}

.product-gallery__image-list {
  row-gap: var(--product-gallery-gap);
  grid-auto-rows: max-content;
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  display: grid;
}

.product-gallery__carousel {
  grid: auto / auto-flow 100%;
  align-items: start;
  scroll-snap-type: x mandatory;
  display: grid;
  position: relative;
}

.product-gallery[allow-zoom] .product-gallery__media {
  cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in;
}

.product-gallery__media > * {
  width: 100%;
}

[data-shopify-xr-hidden] {
  display: none;
}

@media screen and (min-width: 1000px) {
  /* Gallery flush against left viewport edge */
  .shopify-section--main-product .product-gallery {
    margin-inline-start: calc(-1 * var(--distance-to-bleed, var(--container-gutter)));
    width: calc(100% + var(--distance-to-bleed, var(--container-gutter)));
  }
}

.product-info {
  --product-info-gap: 1rem;
  z-index: 2;
  grid-area: product-info;
}

.product-info__block-list > :not(:nth-child(1 of :not(:empty))) {
  margin-block-start: var(--product-info-gap);
}

.product-info__block-list > :not(:last-child) {
  margin-block-end: var(--product-info-gap);
}

.product-info__block-item:empty {
  display: none;
}

.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
  --product-info-gap: .5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"])) {
  --product-info-gap: .5rem;
}

.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"]) {
  --product-info-gap: 1.5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"])) {
  --product-info-gap: 1.5rem;
}

/* DUCQ: tighter spacing around separator hr */
.product-info__block-item[data-block-type="separator"],
.product-info__block-group:has(.product-info__block-item[data-block-type="separator"]) {
  --product-info-gap: .5rem;
}
.product-info__block-item[data-block-type="separator"] hr {
  margin: 0;
}
/* DUCQ: hide separator when immediately followed by a collapsible row — the row provides its own border */
.product-info__block-item[data-block-type="separator"]:has(+ .product-info__block-item:is([data-block-type="specifications"], [data-block-type="reviews"], [data-block-type="review-widget"])) {
  display: none;
}
.product-info__block-item:is([data-block-type="specifications"], [data-block-type="reviews"]) {
  border-block-start: 1px solid rgb(var(--border-color));
}

/* DUCQ: group specifications + reviews + review widget tightly — they share the accordion aesthetic */
.product-info__block-item:is([data-block-type="specifications"], [data-block-type="reviews"], [data-block-type="review-widget"]),
.product-info__block-group:has(.product-info__block-item:is([data-block-type="specifications"], [data-block-type="reviews"], [data-block-type="review-widget"])) {
  --product-info-gap: 0;
}

/* DUCQ: payment-methods utility modifiers */
.payment-methods--center {
  justify-content: center;
}
.payment-methods--mt-sm {
  margin-block-start: .5rem;
}

/* DUCQ: always center cart totals-card subtext + payment icons under the button */
.cart-page__totals-card .h-stack.justify-start {
  justify-content: center;
  text-align: center;
}
.cart-page__totals-card .payment-methods {
  justify-content: center;
}

/* DUCQ: hide cart-page recommendations when no products are rendered
   (product-recommendations loads async — initial server render has no cards;
   once JS fills it with .product-card nodes, :has() flips display back on) */
.cart-page__recommendations:not(:has(.product-card)) {
  display: none;
}

/* DUCQ: payment icons — auto-scrolling marquee layout (ported from boutiquestories) */
.scrolling-content {
  text-align: start;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.scrolling-content[direction="right"] {
  text-align: end;
}
.scrolling-content::part(scroller) {
  min-width: max-content;
  display: inline-flex;
  position: relative;
}

.payment-methods-scroll {
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
}
.payment-methods-scroll__item {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}
.payment-methods-scroll__item > * {
  margin-inline-start: .5rem;
  margin-inline-end: .5rem;
}

/* DUCQ: Upsell card */
.upsell-card {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  align-items: center;
  gap: .875rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgb(var(--text-color) / .1);
  border-radius: 0;
}

.upsell-card__media {
  display: block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0;
}

.upsell-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.upsell-card__info {
  display: flex;
  flex-direction: column;
  gap: .125rem;
  min-width: 0;
}

.upsell-card__title {
  font-family: var(--heading-font-family);
  font-size: var(--text-base);
  color: rgb(var(--text-color));
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upsell-card__price {
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / .7);
}

.upsell-card__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgb(var(--text-color) / .2);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  color: rgb(var(--text-color));
  transition: border-color .2s, background .2s;
}

.upsell-card__add:hover {
  border-color: rgb(var(--text-color));
  background: rgb(var(--text-color) / .04);
}

.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="more-information"], [data-block-type="offers"]) {
  --product-info-gap: 2rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="more-information"], [data-block-type="offers"])) {
  --product-info-gap: 2rem;
}

.product-info__block-item[data-block-type="complementary-products"] {
  --product-info-gap: 3rem;
}

.product-info__block-group:has(.product-info__block-item[data-block-type="complementary-products"]) {
  --product-info-gap: 3rem;
}

@media screen and (max-width: 699px) {
  .product-info--center :is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
    text-align: center;
  }

  .product-info--center :is(.badge-list, .price-list, .rating-badge) {
    justify-content: center;
  }

  .product-info--center .text-with-rating {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .product-info {
    position: static;
  }
}

.product-content-below-gallery {
  grid-area: product-content;
}

.product-content-below-gallery :is(product-recommendations:not(:first-child)) {
  margin-block-start: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery :is(product-recommendations:not(:last-child)) {
  margin-block-end: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery__description:not(:last-child) {
  margin-block-end: 1.25rem;
}

.product-info__more-info {
  border-block-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem;
  display: flex;
}

.product-info__more-info > svg {
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .product-info__more-info:hover > svg {
    transform: translateX(5px);
  }
}

.variant-picker .popover {
  --popover-block-offset: .5rem;
  --popover-body-padding-inline: 1.25rem;
  width: 100%;
}

.variant-picker .popover::part(content) {
  width: 100%;
  max-width: none;
}

@media (scripting: none) {
  .variant-picker__option {
    display: none;
  }
}

.buy-buttons {
  row-gap: 1rem;
  display: grid;
}

.buy-buttons__atc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buy-buttons__price {
  margin-inline-start: auto;
}

.buy-buttons__subtext {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pickup-location {
  align-items: start;
  gap: .25rem;
  display: grid;
}

.pickup-location + .pickup-location {
  padding-block-start: 1rem;
}

.product-offers .page-dots {
  padding-block-end: 1.5rem;
}

.product-offers__item {
  padding: 1.5rem;
}

.product-offers__list--carousel {
  grid: auto / auto-flow 100%;
  display: grid;
}

.complementary-products {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.875rem;
  max-width: 40rem;
  margin-inline: auto;
  display: grid;
}

.complementary-products__header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.complementary-products__header--align-start {
  text-align: start;
  justify-content: space-between;
}

.complementary-products__product-list {
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.complementary-products__product-list--carousel {
  grid: auto / auto-flow 100%;
}

@media screen and (max-width: 699px) {
  .complementary-products__product-list--carousel .product-card__figure {
    max-width: 11.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .complementary-products {
    row-gap: 1rem;
  }

  .complementary-products__header {
    text-align: start;
    justify-content: space-between;
  }
}

.product-sticky-bar {
  width: 100%;
  padding: var(--container-gutter);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity .2s, visibility .2s, inset-block .15s ease-in-out;
  display: block;
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-sticky-bar__info img {
  width: 3.75rem;
}

@media screen and (min-width: 700px) {
  .product-sticky-bar {
    inset-block: var(--sticky-area-height) auto;
    background: rgb(var(--background));
    border-block-end-width: 1px;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    padding-block: 1.125rem;
    display: grid;
  }
}

@media screen and (max-width: 699px) {
  .quick-order-list__table {
    display: block;
  }

  .quick-order-list__table-head th:nth-child(2), .quick-order-list__table-head th:nth-child(3), .quick-order-list__table-body td:nth-child(2), .quick-order-list__table-body td:nth-child(3) {
    display: none;
  }

  .quick-order-list__table-foot {
    --table-foot-cell-padding-inline: 0px;
    display: block;
  }

  .quick-order-list__table-foot tr {
    flex-direction: column-reverse;
    display: flex;
  }

  .quick-order-list__table-foot td:first-child {
    padding-block: .125rem 0;
  }

  .quick-order-list__variant-image {
    align-self: start;
  }
}

@media screen and (min-width: 700px) {
  .quick-order-list__table {
    --table-cell-padding-block: .625rem;
    --table-foot-cell-padding-block: 1.5rem;
  }

  .quick-order-list__table-body tr:first-child {
    --table-cell-padding-block: .75rem;
  }

  .quick-order-list__table-body tr:not(:only-child):last-child td {
    padding-block-end: 1.5rem;
  }

  .quick-order-list__table-body tr:first-child + tr td {
    padding-block-start: 0;
  }

  .quick-order-list__table-body tr ~ tr td:first-child {
    padding-inline-start: 88px;
  }

  .quick-order-list__table-body tr ~ tr td:not(:has(img)):first-child {
    padding-inline-start: 20px;
  }

  .quick-order-list__table-foot {
    background: rgb(var(--background));
    box-shadow: 0 -.5px rgb(var(--border-color));
    position: sticky;
    inset-block-end: 0;
  }

  .quick-order-list__quantity-actions {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: .625rem;
    display: grid;
  }

  .quick-order-list__quantity-selector {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr);
    row-gap: .5rem;
    display: grid;
  }

  .quick-order-list__remove-variant {
    justify-self: start;
    margin-inline-start: .625rem;
  }
}

.quantity-breaks-table {
  list-style: none;
}

.quantity-breaks-table li {
  padding-block: .5rem;
}

.quantity-breaks-table li:last-child {
  padding-block-end: 0;
}

@media screen and (min-width: 1000px) {
  .popover--quantity-breaks {
    inset-block-start: -1rem;
    inset-inline-end: 1.5rem;
  }
}

.main-search-form {
  min-width: 18.75rem;
}

.main-search__linklist {
  text-align: center;
  max-width: 25rem;
  margin-inline: auto;
}

.slideshow {
  --slideshow-controls-spacing: var(--container-gutter);
  background: rgb(var(--slideshow-background));
  display: block;
  position: relative;
}

.slideshow .page-dots {
  z-index: 1;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: var(--slideshow-controls-spacing);
  transform: translateY(-50%);
  flex-direction: column;
  gap: 0;
}

.slideshow .page-dots .circular-progress {
  display: none;
}

.slideshow .page-dots > * {
  width: 2px;
  height: 2rem;
  border-radius: 0;
}

.slideshow .page-dots > *:after {
  width: 2px;
  height: 100%;
  border-radius: 0;
  opacity: 0.2;
}

.slideshow .page-dots > *[aria-current="true"]:after,
.slideshow .page-dots > .is-past:after {
  opacity: 1;
}

.shopify-section--slideshow:first-child .slideshow[allow-transparent-header] {
  --content-over-media-row-gap: 4rem;
}

.slideshow:has(.page-dots, .slideshow__volume-control) {
  --content-over-media-row-gap: 4rem;
}

.slideshow__slide:not(.is-selected) {
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.slideshow .h1 p {
  margin: 0;
}

.slideshow__slide-content--boxed {
  padding: 2.5rem;
}

.slideshow__slide-content--with-border {
  outline: 1px solid rgb(var(--border-color));
}

.slideshow__slide-content--with-border-offset {
  outline-offset: -.75rem;
  padding: 2.25rem;
}

.slideshow__volume-control {
  z-index: 1;
  display: grid;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-start: var(--slideshow-controls-spacing);
}

.slideshow__next-section-button {
  z-index: 2;
  position: absolute;
  inset-block-end: calc(-1 * var(--circle-button-size) / 2);
  inset-inline-start: calc(50% - var(--circle-button-size) / 2);
}

.shopify-section:has(.slideshow__next-section-button) + .shopify-section {
  --section-vertical-spacing-block-start-compensation: 1.5625rem;
}

@media screen and (min-width: 700px) {
  .slideshow:has(.page-dots, .slideshow__volume-control) {
    --content-over-media-row-gap: 5rem;
  }

  .slideshow__slide-content--boxed {
    padding: 2.5rem;
  }

  .slideshow__slide-content--with-border-offset {
    outline-offset: -1rem;
  }
}

/* Slideshow: stacked mobile layout (content below image) */
@media screen and (max-width: 699px) {
  .slideshow__slide--stacked {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: none;
    row-gap: 0;
    --content-over-media-row-gap: 0;
    --content-over-media-gap: 0;
  }

  .slideshow__slide--stacked > picture,
  .slideshow__slide--stacked > video-media,
  .slideshow__slide--stacked > image-parallax {
    flex: none;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .slideshow__slide--stacked > picture img,
  .slideshow__slide--stacked > video-media video,
  .slideshow__slide--stacked > image-parallax img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .slideshow__slide--stacked > .slideshow__slide-content {
    position: relative;
    width: 100%;
    max-width: none;
    place-self: auto;
    text-align: start;
  }

  /* DUCQ: keep slide content always visible on stacked mobile — the carousel's enter/leave animations target .prose and .button-group, but on mobile the prose can be left at opacity 0 if the IntersectionObserver-driven reveal hasn't fired yet (or button-group doesn't exist). Override inline transforms/opacity so the heading + description are readable. Limit the override to the SELECTED slide so non-selected slides remain hidden (otherwise their controls bleed through underneath). */
  .slideshow__slide.is-selected .slideshow__slide--stacked .slideshow__slide-content,
  .slideshow__slide.is-selected .slideshow__slide--stacked .slideshow__slide-content .prose,
  .slideshow__slide.is-selected .slideshow__slide--stacked .slideshow__slide-content .button-group {
    opacity: 1 !important;
    transform: none !important;
  }

  /* DUCQ: belt-and-braces — hide non-selected slides completely on stacked mobile (the existing visibility:hidden was being undermined when our flex layout changed how absolutely-positioned children render) */
  .slideshow__slide:not(.is-selected) {
    display: none !important;
  }

  .slideshow__slide--stacked::before,
  .slideshow__slide--stacked::after {
    display: none;
  }
}

/* Slideshow content text */
.slideshow__content {
  margin-block-start: 1.25rem !important;
}

.slideshow__content,
.slideshow__content p {
  font-size: var(--text-p3, 0.875rem);
  line-height: 1.7;
  margin: 0;
  opacity: 0.75;
}

.slideshow__content p + p {
  margin-block-start: 0.5rem;
}

/* DUCQ: PDP slideshow only — heading 24px, body 14px #938985 (full opacity), 1.5rem gap, Moulin counter 14px, 40×40 squared white-bordered control buttons with 12px white carets. Scoped to .template--product so the ons-verhaal / lookbook slideshows keep theme defaults. */
.template--product .slideshow__slide-content .h1,
.template--product .slideshow__slide-content .h1 p {
  font-size: 24px;
}
.template--product .slideshow__content,
.template--product .slideshow__content p {
  font-size: 14px;
  color: #938985;
  opacity: 1;
}
.template--product .slideshow__content {
  margin-block-start: 1.5rem !important;
}

/* DUCQ: related-products section header — 24px mobile / 32px desktop, 32px gap to product slider */
.shopify-section--related-products .section-header :is(h1, h2, h3, .h1, .h2, .h3) {
  font-size: 24px;
}
@media screen and (min-width: 1000px) {
  .shopify-section--related-products .section-header :is(h1, h2, h3, .h1, .h2, .h3) {
    font-size: 32px;
  }
}
.shopify-section--related-products .section-stack {
  gap: 2rem;
}

/* Slideshow slide content with color scheme */
.slideshow__slide-content.color-scheme {
  background-color: rgb(var(--background));
  color: rgb(var(--text-color));
  padding: 2.5rem;
}

/* Slideshow controls (prev / counter / next) */
.slideshow__controls {
  display: flex;
  align-items: center;
  margin-block-start: 1.5rem;
  height: 2.25rem;
}

.slideshow__control-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgb(var(--text-color) / 0.3);
  color: inherit;
  transition: opacity 0.2s;
}

.slideshow__control-btn:hover {
  opacity: 0.7;
}

.slideshow__counter {
  flex: 1;
  text-align: center;
  font-size: var(--text-p3, 0.875rem);
  letter-spacing: 0.05em;
}

/* DUCQ: PDP slideshow controls override (40×40 squared, white-bordered with 12px white carets, Moulin counter) */
.template--product .slideshow__controls {
  height: 40px;
}
.template--product .slideshow__control-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #ffffff;
}
.template--product .slideshow__control-btn > svg {
  width: 12px;
  height: 12px;
  color: #ffffff;
}
.template--product .slideshow__counter {
  font-family: 'Moulin', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}


.shopify-challenge__container, .shopify-email-marketing-confirmation__container {
  max-width: 56.25rem;
  margin-block-start: var(--section-vertical-spacing);
  margin-block-end: var(--section-vertical-spacing);
}

.shopify-policy__container {
  gap: var(--section-stack-gap);
  max-width: 56.25rem;
  grid-auto-columns: minmax(0, 1fr);
  margin-block-start: var(--section-vertical-spacing-tight);
  margin-block-end: var(--section-vertical-spacing-tight);
  display: grid;
}

.shopify-challenge__container {
  gap: 1rem;
  display: grid;
}

.shopify-challenge__container > form {
  display: contents;
}

.shopify-email-marketing-confirmation__container {
  text-align: center;
}

.shopify-policy__title h1 {
  font: inherit;
}

.text-with-icons__icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid rgb(var(--text-color) / 0.15);
  flex-shrink: 0;
}

/* DUCQ: USP section text styling */
.text-with-icons .h6 {
  font-size: 0.8125rem;
}

.text-with-icons .prose {
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / 0.6);
}

.text-with-icons {
  --text-with-icons-items-per-row: 2;
  --text-with-icons-column-gap: 1.5rem;
  --text-with-icons-row-gap: 2rem;
  justify-content: center;
  gap: var(--text-with-icons-row-gap) var(--text-with-icons-column-gap);
  flex-wrap: wrap;
  display: flex;
}

.text-with-icons > * {
  flex-basis: min(18.75rem, calc(100% / var(--text-with-icons-items-per-row)  - var(--text-with-icons-column-gap, 0px) * (var(--text-with-icons-items-per-row)  - 1) / var(--text-with-icons-items-per-row)));
}

.text-with-icons > :only-child {
  flex-basis: min(18.75rem, 100%);
}

@media screen and (max-width: 699px) {
  .text-with-icons:not(.text-with-icons--stacked) {
    grid: auto / auto-flow 100%;
    gap: 0;
    display: grid;
  }

  .text-with-icons:not(.text-with-icons--stacked) > * {
    grid-area: 1 / -1;
    padding-inline: 2.5rem;
  }

  .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
    visibility: hidden;
  }
}

@media screen and (min-width: 700px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 3;
    --text-with-icons-row-gap: 2.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 5;
  }

  .text-with-icons:not(:has( > :nth-child(5))) {
    --text-with-icons-items-per-row: 4;
    --text-with-icons-column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1600px) {
  /* Raise item cap so USPs fill the wider container instead of clustering narrow */
  .text-with-icons > * {
    flex-basis: min(28rem, calc(100% / var(--text-with-icons-items-per-row)  - var(--text-with-icons-column-gap, 0px) * (var(--text-with-icons-items-per-row)  - 1) / var(--text-with-icons-items-per-row)));
  }

  .text-with-icons > :only-child {
    flex-basis: min(28rem, 100%);
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:is(.sr-only[type="checkbox"]:focus-visible + label, .sr-only[type="radio"]:focus-visible + label) {
  outline: 2px solid highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

.skip-to-content:focus-visible {
  z-index: 9999;
  clip: auto;
  color: #fff;
  background: #000;
  width: auto;
  height: auto;
  padding: 6px 12px;
  font-weight: bold;
  overflow: auto;
}

.tap-area {
  position: relative;
}

.tap-area:before {
  content: "";
  position: absolute;
  inset: -.5rem;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--zoom-image .zoom-image {
    transform-origin: center;
    transition: scale 8s cubic-bezier(.25, .46, .45, .94);
  }

  .features--zoom-image .group:hover .group-hover\:zoom {
    scale: 1.2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

@media (scripting: none) {
  [reveal-on-scroll="true"] {
    opacity: 1;
  }
}

.border {
  border-width: 1px;
  border-color: rgb(var(--border-color));
}

.border-x {
  border-inline-width: 1px;
}

.border-y {
  border-block-width: 1px;
}

.border-t {
  border-block-start-width: 1px;
}

.border-b {
  border-block-end-width: 1px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  border-inline-start-width: 1px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-block-start-width: 1px;
}

.rounded-full {
  border-radius: var(--rounded-full);
}

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

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

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

.text-subdued {
  color: #6F625D;
}

.text-on-sale {
  color: rgb(var(--on-sale-text));
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-stroke.text-gradient {
  color: rgb(var(--background));
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: unset;
}

.bg-error, .bg-success, .bg-warning {
  --border-color: var(--text-color) / .15;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
  backdrop-filter: blur(var(--backdrop-blur, 0px));
}

.filter-invert {
  filter: invert();
}

.lock {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow: auto hidden;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.snap-x {
  scroll-snap-type: x mandatory;
}

.snap-y {
  scroll-snap-type: y mandatory;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hidden, .empty\:hidden:empty {
  display: none;
}

.block {
  display: block;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

@media screen and (min-width: 700px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-cell {
    display: table-cell;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }

  .hidden.sm-max\:block {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .md-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

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

.justify-start {
  justify-content: start;
}

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

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

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

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

.align-start {
  align-items: start;
}

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

.align-end {
  align-items: end;
}

.align-baseline {
  align-items: baseline;
}

.align-self-start {
  align-self: start;
}

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

.align-self-end {
  align-self: end;
}

.place-self-start {
  place-self: start;
}

.place-self-start-center {
  place-self: start center;
}

.place-self-start-end {
  place-self: start end;
}

.place-self-center {
  place-self: center;
}

.place-self-center-start {
  place-self: center start;
}

.place-self-center-end {
  place-self: center end;
}

.place-self-end {
  place-self: end;
}

.place-self-end-start {
  place-self: end start;
}

.place-self-end-center {
  place-self: end center;
}

@media screen and (min-width: 700px) {
  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:justify-start {
    justify-content: start;
  }

  .sm\:justify-center {
    justify-content: safe center;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:align-start {
    align-items: start;
  }

  .sm\:align-center {
    align-items: center;
  }

  .sm\:align-end {
    align-items: end;
  }

  .sm\:align-baseline {
    align-items: baseline;
  }

  .sm\:align-self-start {
    align-self: start;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-end {
    align-self: end;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-start-center {
    place-self: start center;
  }

  .sm\:place-self-start-end {
    place-self: start end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-center-start {
    place-self: center start;
  }

  .sm\:place-self-center-end {
    place-self: center end;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-end-start {
    place-self: end start;
  }

  .sm\:place-self-end-center {
    place-self: end center;
  }
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-portrait {
  aspect-ratio: 4 / 5;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .25rem;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-2\.5 {
  gap: .625rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-3\.5 {
  gap: .875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 1.375rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

@media screen and (min-width: 700px) {
  .sm\:gap-0\.5 {
    gap: .125rem;
  }

  .sm\:gap-1 {
    gap: .25rem;
  }

  .sm\:gap-1\.5 {
    gap: .375rem;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:gap-2\.5 {
    gap: .625rem;
  }

  .sm\:gap-3 {
    gap: .75rem;
  }

  .sm\:gap-3\.5 {
    gap: .875rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.image-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.placeholder {
  background: rgb(var(--background-without-opacity));
  fill: rgb(var(--text-color) / .5);
  color: rgb(var(--text-color) / .5);
  display: block;
}

.placeholder--invert {
  background: rgb(var(--text-color));
  fill: rgb(var(--background-without-opacity));
  color: rgb(var(--background-without-opacity));
}

.bold {
  font-weight: bold;
}

.smallcaps {
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  font-size: .625rem;
}

.text-xxs {
  font-size: .6875rem;
}

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

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

.text-base {
  font-size: var(--text-base);
}

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

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

.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
}

.h1, :where(.prose h1) {
  font-size: var(--text-h1);
  line-height: var(--heading-line-height, 1);
  text-transform: uppercase;
}

.h2, :where(.prose h2) {
  font-size: var(--text-h2);
  line-height: var(--heading-line-height, 1);
  text-transform: uppercase;
}

.h3, :where(.prose h3) {
  font-size: var(--text-h3);
  line-height: var(--heading-line-height, 1);
  text-transform: uppercase;
}

.h4, :where(.prose h4) {
  font-size: var(--text-h4);
  line-height: var(--heading-line-height, 1);
  text-transform: uppercase;
}

.h5, :where(.prose h5) {
  font-size: var(--text-h5);
  line-height: var(--heading-line-height, 1);
}

.h6, :where(.prose h6) {
  font-size: var(--text-h6);
  line-height: var(--heading-line-height, 1);
}

.prose blockquote {
  line-height: 1.75;
}

@media screen and (min-width: 700px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }

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

  .sm\:text-base {
    font-size: var(--text-base);
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.5;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.5;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.6;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.6;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.7;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.7;
  }
}

@media screen and (min-width: 1150px) {
  .h1, :where(.prose h1) {
    line-height: 1.3;
  }

  .h2, :where(.prose h2) {
    line-height: 1.4;
  }

  .h3, :where(.prose h3) {
    line-height: 1.5;
  }
}

ol {
  margin-inline-start: 2ch;
}

ul, ol {
  padding-inline-start: 1.75em;
}

:where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: .25rem;
  margin-block-start: 0 !important;
}

:where(.text-center, .text-end) :is(ol, ul) {
  margin-inline: 0;
  list-style-position: inside;
}

:where(.text-center, .text-end) :is(ol, ul) li {
  padding-inline-start: 0;
}

.line-through {
  text-decoration: line-through;
}

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

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--truncate-text-max-width, 100%);
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

/* DUCQ: Specifications table */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
  border-top: 0.5px solid rgb(0 0 0 / 0.1);
}

.specs-table tr {
  border-bottom: 0.5px solid rgb(0 0 0 / 0.1);
}

.specs-table td {
  padding: 0.625rem 0;
  border: none;
}

.specs-table td:first-child {
  color: #6F625D;
  width: 40%;
}

.specs-table td:last-child {
  text-align: right;
}

/* DUCQ: YouTube video embed */
.product-info__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
}

.product-info__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* DUCQ: Sibling selectors */
.sibling-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sibling-group__label {
  font-size: var(--text-xs);
  color: rgb(var(--text-color) / 0.6);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sibling-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.sibling-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgb(var(--text-color) / 0.2);
  border-radius: 4px;
  font-size: var(--text-sm);
  text-decoration: none;
  color: rgb(var(--text-color));
  transition: border-color 0.2s;
}

.sibling-option:hover {
  border-color: rgb(var(--text-color) / 0.5);
}

.sibling-option--active {
  border-color: rgb(var(--text-color));
  font-weight: 600;
}

/* DUCQ: inline sibling group (e.g., Kies diameter) — sentence-case label, square tiles, underline active */
.sibling-group--inline {
  gap: 0;
}
.sibling-group--inline .sibling-group__label {
  font-size: var(--text-base);
  color: rgb(var(--text-color));
  text-transform: none;
  letter-spacing: 0;
  margin-block-end: 1rem;
}
.sibling-group--inline .sibling-group__options {
  gap: 0.75rem;
  --scroll-fade-gap: 0.75rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sibling-group--inline .sibling-group__options::-webkit-scrollbar {
  display: none;
}
.sibling-group--inline .sibling-option {
  flex-shrink: 0;
  min-width: 5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #D8D2CC;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.sibling-group--inline .sibling-option--active {
  background: #E8E4E1;
  border-color: #E8E4E1;
  border-bottom: 2px solid rgb(var(--text-color));
  font-weight: normal;
  text-decoration: none;
}

.product-info__siblings {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .product-info__siblings {
    gap: 2.5rem;
  }
}

/* DUCQ: Type siblings — image thumbnails */
.type-siblings {
  padding-bottom: 0;
}

.type-siblings__label {
  font-size: 14px;
  color: #6F625D;
  margin-bottom: 1rem;
}

.type-siblings__label strong {
  color: rgb(var(--text-color));
  font-weight: 500;
}

.type-siblings__images {
  display: flex;
  gap: 0.5rem;
  --scroll-fade-gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* DUCQ: PDP sibling/variant scroll fade — caret + gradient on either side when there's overflow */
.scroll-fade {
  position: sticky;
  align-self: stretch;
  flex-shrink: 0;
  width: 72px;
  pointer-events: none;
  display: flex;
  align-items: center;
  color: rgb(var(--text-color));
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.scroll-fade--end {
  inset-inline-end: 0;
  margin-inline-start: calc(-72px - var(--scroll-fade-gap, 0px));
  justify-content: flex-end;
  padding-inline-end: 0.5rem;
  background: linear-gradient(to right, rgb(var(--background-without-opacity) / 0), rgb(var(--background-without-opacity)) 55%);
}

.scroll-fade--start {
  inset-inline-start: 0;
  margin-inline-end: calc(-72px - var(--scroll-fade-gap, 0px));
  justify-content: flex-start;
  padding-inline-start: 0.5rem;
  background: linear-gradient(to left, rgb(var(--background-without-opacity) / 0), rgb(var(--background-without-opacity)) 55%);
}

.has-overflow-right > .scroll-fade--end,
.has-overflow-left > .scroll-fade--start {
  opacity: 1;
}

.scroll-fade__btn {
  pointer-events: auto;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem;
  margin: -0.5rem;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.scroll-fade--end .scroll-fade__btn:hover {
  transform: translateX(2px);
}

.scroll-fade--start .scroll-fade__btn:hover {
  transform: translateX(-2px);
}
.type-siblings__images::-webkit-scrollbar {
  display: none;
}

.type-siblings__item {
  display: block;
  flex-shrink: 0;
  width: 79px;
  height: 100px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 2px solid transparent;
}

.type-siblings__item--active {
  border-bottom-color: rgb(var(--text-color));
}

.type-siblings__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #e9e5e2;
}

/* DUCQ: PDP sibling rows — bleed past container gutter to viewport edge on mobile so multiple items hint they continue offscreen */
@media (max-width: 999px) {
  /* Variant size selectors: when there are too many to fit, scroll horizontally
     instead of wrapping. Defeats the .wrap utility on mobile only. */
  .variant-picker__option-values {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .variant-picker__option-values::-webkit-scrollbar {
    display: none;
  }
  .variant-picker__option-values > * {
    flex-shrink: 0;
  }
}

/* DUCQ: collection banner is full-width on mobile (flush to viewport edges) */
@media screen and (max-width: 699px) {
  .shopify-section--collection-banner,
  .shopify-section--collection-banner > collection-banner,
  .shopify-section--collection-banner > .collection-banner-reveal {
    padding-inline: 0;
  }
}

/* DUCQ: PDP title — uppercase, 24px mobile / 32px desktop */
.product [data-block-type="title"] .product-title {
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (min-width: 1000px) {
  .product [data-block-type="title"] .product-title {
    font-size: 32px;
  }
}

/* DUCQ: hide only the auto "Nieuw" badge in the PDP info column — keep other custom/discount/label badges visible */
.product [data-block-type="badges"] .badge--nieuw {
  display: none;
}

/* DUCQ: PDP title checklist (3 optional bullets defined per product on the title block) */
.product-title__bullets {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .product-title__bullets {
    margin-top: 1.5rem;
  }
}
.product-title__bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #6F625D;
}
@media screen and (min-width: 1000px) {
  .product-title__bullets li {
    font-size: 16px;
  }
}
.product-title__bullet-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #6F625D;
}

/* DUCQ: PDP section — tight to header, gallery flush left */
.shopify-section--main-product {
  border-top: 1px solid rgb(var(--text-color) / 0.1);
}

/* DUCQ: hide the PDP gallery zoom button on mobile — it's the only place it renders (md:hidden), so this effectively removes it everywhere */
.product-gallery__zoom-button {
  display: none !important;
}

/* DUCQ: Product specifications section — no top border, extra bottom padding for full-bleed below */
.shopify-section--product-specifications .bordered-section {
  border-block-start-width: 0 !important;
}
.shopify-section--product-specifications {
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

/* DUCQ: Product gallery — portrait images, neutral bg, contain */
.product-gallery img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #e9e5e2;
}

/* DUCQ: Product info — consistent width */
.product-info {
  width: min(442px, 100%);
  margin-inline: auto;
}

/* DUCQ: vertical rhythm between major blocks — 24px mobile, 40px desktop (tight overrides for vendor/title/sku/price + spec/review groups still win via specificity) */
@media screen and (max-width: 999px) {
  .product-info {
    --product-info-gap: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .product-info {
    --product-info-gap: 2.5rem;
  }
}

/* DUCQ: tighten upsell ↔ buy-buttons cluster to 16px (margin collapse keeps the larger gap from blocks above upsell) */
.product-info__block-item:is([data-block-type="upsell"], [data-block-type="buy-buttons"]),
.product-info__block-group:has(.product-info__block-item:is([data-block-type="upsell"], [data-block-type="buy-buttons"])) {
  --product-info-gap: 1rem;
}

/* DUCQ: buy-buttons block-end margin — 24px both viewports */
.product-info__block-list > .product-info__block-item[data-block-type="buy-buttons"] {
  margin-block-end: 1.5rem;
}

/* DUCQ: gap between badges and following block (typically title) — 16px mobile / 24px desktop */
.product-info__block-item[data-block-type="badges"],
.product-info__block-group:has(.product-info__block-item[data-block-type="badges"]) {
  --product-info-gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .product-info__block-item[data-block-type="badges"],
  .product-info__block-group:has(.product-info__block-item[data-block-type="badges"]) {
    --product-info-gap: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  .product-info {
    margin-block-end: 0;
  }
}

.shopify-section--main-product .section-spacing--tight {
  --section-vertical-spacing: 0px;
}

.shopify-section--main-product .product-info {
  padding-top: 1rem;
}

/* DUCQ: Desktop — push the product form well below the header so it doesn't
   sit flush against it. Mirrors the Figma where the form starts ~144px from
   the top. */
@media screen and (min-width: 1000px) {
  .shopify-section--main-product .product-info {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .container--full {
    padding-inline-start: 0;
  }
}

/* DUCQ: Sibling selector rows — expandable style */
.sibling-group:not(.sibling-group--inline) {
  border-bottom: 1px solid rgb(var(--text-color) / 0.1);
}

.sibling-group__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
}

.sibling-group__row::-webkit-details-marker {
  display: none;
}

.sibling-group__label {
  font-size: var(--text-xs);
  color: rgb(var(--text-color) / 0.6);
  margin-bottom: 0.125rem;
}

.sibling-group__value {
  font-weight: 600;
  font-size: var(--text-base);
}

.sibling-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding-bottom: 0;
}

/* DUCQ: Specifications trigger button */
.specs-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0 1rem;
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgb(var(--text-color));
}
@media screen and (min-width: 1000px) {
  .specs-trigger {
    padding-block-start: 1.5rem;
  }
}

/* DUCQ: Review widget — pulled up via negative margin to tighten gap with specs row.
   Widget renders inside a shadow DOM, so we can't restyle internals — let it render
   natural height (consistent → no layout shift), then offset visually. */
.product-info__review-widget {
  margin-top: -1.25rem;
  padding: 0;
  min-height: 4.5rem;
  text-align: start;
  overflow: hidden;
}
.product-info__review-widget-heading {
  font-family: var(--heading-font-family);
  font-size: var(--text-base);
  font-weight: normal;
  margin: 0 0 0.25rem;
  color: rgb(var(--text-color));
  text-align: start;
}
.product-info__review-widget etrusted-widget {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline-end: auto;
  margin-inline-start: -1.25em;
}

/* DUCQ: Reviews trigger — reuses .specs-trigger button, with star rating inline */
.reviews-accordion__label {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
}
.reviews-accordion__stars {
  display: inline-flex;
  align-items: center;
  gap: .125rem;
  color: rgb(var(--text-color));
}
.reviews-accordion__stars :is(svg) {
  width: 14px;
  height: 14px;
}

/* DUCQ: Specs drawer — title now lives inline above the description, so the drawer header is just the close button (no bottom border) and the body sits flush against it (no top padding on either the body part or the inner specs-drawer__body wrapper) */
[id^="specs-drawer-"] {
  --drawer-max-width: 100vw;
}
@media screen and (min-width: 1000px) {
  [id^="specs-drawer-"] {
    --drawer-max-width: 483px;
  }
}
[id^="specs-drawer-"]::part(header) {
  border-block-end: none;
}
[id^="specs-drawer-"]::part(body) {
  padding-block-start: 0;
  align-content: stretch;
}
[id^="specs-drawer-"]::part(content),
[id^="specs-drawer-"]::part(footer) {
  background-color: #F1EDEA;
  background-image: none;
}

.specs-drawer__title {
  font-family: 'Moulin', serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-block-end: 1.5rem;
}

.specs-drawer__body {
  padding: 0 1.5rem 1.5rem;
}

/* DUCQ: on desktop the drawer is taller than its content — title + description stay grouped at the top, the specs table is pushed to the bottom via margin-top: auto (parent ::part(body) gets align-content: stretch above so the slotted body fills the available row height) */
@media screen and (min-width: 1000px) {
  .specs-drawer__body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .specs-drawer__body .specs-table {
    margin-block-start: auto;
  }
}

.specs-drawer__description {
  margin-bottom: 2rem;
}

/* DUCQ: Reviews list inside drawer */
.reviews-drawer__intro {
  margin-bottom: 1.5rem;
}

.reviews-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.reviews-list__item {
  padding-block: 1rem;
  border-block-end: 1px solid rgb(var(--text-color) / 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.reviews-list__item:last-child {
  border-block-end: none;
}

.reviews-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.reviews-list__author {
  font-weight: 600;
  font-size: var(--text-base);
}

.reviews-list__date {
  font-size: var(--text-xs);
  color: rgb(var(--text-color) / 0.6);
}

.reviews-list__body {
  font-size: var(--text-sm);
  line-height: 1.5;
  margin: 0;
}

.reviews-list__source-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1.25rem;
  font-size: var(--text-sm);
  color: rgb(var(--text-color));
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reviews-list__source-link :is(svg) {
  transition: transform .2s ease;
}

.reviews-list__source-link:hover :is(svg) {
  transform: translateX(2px);
}

/* DUCQ: Buy button with price */
.buy-buttons__atc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}

.buy-buttons__atc > span,
.buy-buttons__price {
  font-size: 14px;
  font-weight: 400;
}

.buy-buttons__subtext {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

/* Split heading */
.split-heading {
  display: flex;
  width: 100%;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: var(--split-heading-size, var(--text-hero));
  line-height: 0.85;
  letter-spacing: -0.01em;
  margin: 0;
  text-transform: uppercase;
}

.split-heading--stacked {
  flex-direction: column;
}

.split-heading--inline {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.split-heading__line {
  display: block;
}

/* Featured grid */
.featured-grid {
  display: grid;
  gap: 1rem;
}

.featured-grid__hero-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.featured-grid__hero-image {
  overflow: hidden;
}

.featured-grid__hero-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.featured-grid__hero .product-card,
.featured-grid__hero .featured-grid__hero-link {
  gap: 0;
}

.featured-grid__hero-info {
  padding-block-start: 1.25rem;
}

.featured-grid__small .product-card__image {
  aspect-ratio: 4 / 4.5;
}

.featured-grid__small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media screen and (min-width: 700px) {
  .featured-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 1.25rem;
  }

  .featured-grid__small {
    gap: 1.25rem;
  }

  .featured-grid__hero {
    min-width: 0;
    display: grid;
    grid-template-rows: 1fr;
  }

  .featured-grid__hero .product-card,
  .featured-grid__hero .featured-grid__hero-link {
    display: grid;
    grid-template-rows: 1fr auto;
    width: 100%;
  }

  .featured-grid__hero .product-card__figure,
  .featured-grid__hero-image {
    display: block;
    overflow: hidden;
    min-height: 0;
  }

  .featured-grid__hero .product-card__figure .product-card__media,
  .featured-grid__hero .product-card__figure .product-card__media img,
  .featured-grid__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .featured-grid--reverse .featured-grid__hero {
    order: 2;
  }

  .featured-grid--reverse .featured-grid__small {
    order: 1;
  }
}

@media screen and (min-width: 1000px) {
  .featured-grid {
    gap: 1.5rem;
  }

  .featured-grid__small {
    gap: 1.5rem;
  }
}

/* ============================================================
   FAQ SPLIT
   ============================================================ */

.faq-split {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 999px) {
  .faq-split {
    gap: 0;
  }
  /* DUCQ: borders of the FAQ accordion rows go edge-to-edge on mobile by breaking out of the container's horizontal gutter; the toggle/content keep their inline padding so the text stays aligned with the rest of the page content */
  .faq-split__questions {
    margin-inline: calc(-1 * var(--container-gutter));
  }
}

.faq-split__intro {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .faq-split__intro {
    padding-block: 4rem;
  }
  .faq-split__intro .prose {
    max-width: 261px;
    margin-inline: auto;
  }
}

.faq-split__heading {
  text-transform: uppercase;
  font-size: 32px;
  margin-block-start: 1rem;
  margin-block-end: 2rem;
}
@media screen and (min-width: 1000px) {
  .faq-split__heading {
    font-size: 40px;
  }
}

/* DUCQ: FAQ-split on PDPs has its own zero-padding (section settings = none) — make sure no other CSS reintroduces top/bottom padding on the inner color-scheme wrapper */
.template--product .shopify-section--faq-split > .color-scheme {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}


/* DUCQ: FAQ-split accordion rows — each toggle hits ≥ 110px tall, label is Geist 16px medium */
.faq-split__questions .accordion__toggle {
  min-height: 110px;
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}

/* DUCQ: faq-split subheading override (uses .h6 class from heading scale by default) — Geist 14px medium */
.faq-split__intro .prose > p.h6 {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

/* DUCQ: heading_rich renders an inner <p> inside the <h1>; strip the inner margin and rely only on the h1's own margins so the net gap is exactly 16px (subheading→heading) and 32px (heading→button) */
.faq-split__intro .prose > .faq-split__heading {
  margin: 1rem 0 2rem 0;
}
.faq-split__intro .prose > .faq-split__heading > p {
  margin: 0;
}
.faq-split__intro .prose > .button,
.faq-split__intro .prose .button {
  margin: 0 !important;
  border-radius: 0;
}

.faq-split__questions {
  border-block-start: 1px solid rgb(var(--text-color) / 0.12);
}

.faq-split__questions > :first-child {
  border-block-start: none;
}

.faq-split__questions > :last-child {
  border-block-end-width: 0;
}

.faq-split__questions .accordion__toggle {
  padding-inline: var(--container-gutter);
}

.faq-split__questions .accordion__content {
  padding-inline: var(--container-gutter);
}

@media screen and (min-width: 700px) {
  .faq-split {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .faq-split__intro {
    padding-inline-end: clamp(2rem, 5vw, 5rem);
  }

  .faq-split__questions {
    border-block-start: none;
    border-inline-start: 1px solid rgb(var(--text-color) / 0.12);
    margin-inline-end: calc(-1 * var(--container-gutter));
  }
}

/* ============================================================
   PRODUCT SPECIFICATIONS (split)
   ============================================================ */

.product-specs-split {
  display: grid;
  gap: 2rem;
}

.product-specs-split__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* DUCQ: on desktop, push the specs table to the bottom of the content column so heading + description sit at the top and the table aligns with the image's bottom edge */
@media screen and (min-width: 700px) {
  .product-specs-split__content .specs-table {
    margin-block-start: auto;
  }
}

.product-specs-split__heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  font-size: 20px;
}

@media screen and (min-width: 700px) {
  .product-specs-split__description {
    max-width: 24rem;
  }

  .product-specs-split__content .specs-table {
    max-width: 24rem;
  }
}

/* DUCQ: hide inline specs table on mobile — keep it accessible via the specs drawer (triggered from product-info), or via the standalone "Product specs table (mobile)" section placed elsewhere on the page */
@media screen and (max-width: 999px) {
  .product-specs-split__content .specs-table {
    display: none;
  }
}

/* DUCQ: standalone mobile-only specs table section — hidden on desktop where the main specifications section already shows the table inline */
@media screen and (min-width: 1000px) {
  .shopify-section--product-specs-table-mobile {
    display: none;
  }
}

.product-specs-split__image {
  overflow: hidden;
  border-radius: var(--rounded-sm, 0);
}

.product-specs-split__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 700px) {
  .product-specs-split {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: stretch;
  }

  .product-specs-split__image {
    position: relative;
    min-height: 0;
    align-self: stretch;
    aspect-ratio: 553 / 683;
  }

  .product-specs-split__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-specs-split--reverse {
    direction: rtl;
  }

  .product-specs-split--reverse > * {
    direction: ltr;
  }
}

/* DUCQ: hide the specifications image on mobile — table moves to its own mobile-only section, image is desktop-only */
@media screen and (max-width: 699px) {
  .product-specs-split__image {
    display: none;
  }
}

/* DUCQ: on mobile, give the specifications SECTION element 64px (xl) padding-bottom instead of relying on the inner color-scheme wrapper's padding (which is set to "none" in templates so the inner block is flush at the bottom) */
@media screen and (max-width: 999px) {
  .shopify-section--product-specifications {
    padding-block-end: 4rem;
  }
}

/* Trusted Shops trustbadge inlines z-index: 2147483647 via JS, which would
   stack above our drawers/modals (z-index: 999). Cap it so any of our
   overlays naturally render on top while the badge stays above page content. */
[id^="trustbadge-container-"] {
  z-index: 100 !important;
}
