/** Shopify CDN: Minification failed

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

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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


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

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

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

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

details[open] > .header__submenu {
  animation: none !important;
  animation-fill-mode: forwards;
  z-index: 1;
}

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* =========================
   CLEAN HEADER LAYOUT (DAWN FIX)
   ========================= */

/* Header structuur */
.header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "heading search icons"
    "navigation navigation navigation";
  align-items: center;
}

/* Logo links */
.header__heading {
  grid-area: heading;
  justify-self: start;
}

/* Search naast logo (midden) */
.header__search {
  grid-area: search;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header__search form {
  width: 100%;
  max-width: 600px;
}

/* Icons rechts boven */
.header__icons {
  grid-area: icons;
  justify-self: end;
  display: flex;
  align-items: center;
}

/* Menu onder */
.header__inline-menu {
  grid-area: navigation;
  width: 100%;
  margin-top: 10px;
}

/* Mobile fix */
@media screen and (max-width: 990px) {
  .header {
    grid-template-areas:
      "heading icons"
      "search search"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

  .header__search {
    margin-top: 10px;
  }
}
/* =========================
   REAL FIX (JOUW SEARCH)
   ========================= */

/* Form netjes */
.header-search-form {
  position: relative;
  width: 100%;
  max-width: 500px;
}

/* INPUT (DIT IS JOUW CLASS) */
.header-search-input {
  width: 100%;
  height: 44px;
  border-radius: 999px;
  padding: 0 45px 0 16px;
  background: #f5f5f5;
  border: 1px solid transparent;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* Hover */
.header-search-input:hover {
  background: #eee;
}

/* Focus */
.header-search-input:focus {
  background: #fff;
  border: 1px solid #ccc;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}
/* =========================
   CUSTOM SEARCH (CLEAN + ICON)
   ========================= */

.header-search-form {
  position: relative;
  width: 100%;
  max-width: 600px;
}

/* INPUT */
.header-search-input {
  width: 100%;
  height: 50px;
  border-radius: 999px;
  padding: 0 50px 0 18px;
  background: #f5f5f5;
  border: 1px solid transparent;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* HOVER */
.header-search-input:hover {
  background: #eeeeee;
}

/* FOCUS */
.header-search-input:focus {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  outline: none;
}

/* BUTTON */
.header-search-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* SVG */
.header-search-button svg {
  width: 18px;
  height: 18px;
  fill: #555;
}

/* HOVER */
.header-search-button:hover svg {
  fill: #000;
}
/* =========================
   SEARCH DROPDOWN PREMIUM
   ========================= */

.search-results {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  display: none;
  z-index: 999;
  overflow: hidden;
}

/* item */
.search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}

/* hover */
.search-item:hover {
  background: #f7f7f7;
}

/* image */
.search-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
}

/* info */
.search-item-info {
  display: flex;
  flex-direction: column;
}

/* title */
.search-item-title {
  font-size: 14px;
  font-weight: 500;
}

/* price */
.search-item-price {
  font-size: 13px;
  color: #777;
}

/* no results */
.no-results {
  padding: 12px;
  font-size: 14px;
  color: #777;
}
/* =========================
   FULL WIDTH LAYOUT FIX
   ========================= */

/* haalt max width weg */

/* header ook breder */
.header {
  max-width: 100% !important;
}

/* sections breder */
.section {
  max-width: 100% !important;
}

/* banners / images full width */
.banner,
.image-banner,
.rich-text,
.collection-list {
  max-width: 100% !important;
}
/* =========================
   SEARCH BAR UPGRADE
   ========================= */

.header-search-form {
  width: 100%;
  max-width: 700px; /* bepaalt hoe lang hij wordt */
}

.header-search-input {
  width: 100%;
  height: 50px;

  border-radius: 8px; /* minder rond (geen pill shape meer) */
  border: 1px solid #ddd;

  padding: 0 50px 0 20px; /* ruimte voor icoon rechts */
  font-size: 16px;

  box-shadow: none;
}

/* hover / focus effect */
.header-search-input:focus {
  outline: none;
  border-color: #000;
}

/* search icoon netjes rechts */
.header-search-form {
  position: relative;
}

.header-search-form::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);

  width: 18px;
  height: 18px;

  background-size: contain;
  background-repeat: no-repeat;
}
/* =========================
   PREMIUM SEARCH (BasicBikes style)
   ========================= */

.header-search-form {
  position: relative;
  width: 100%;
  max-width: 720px;
}

.header-search-input {
  width: 100%;
  height: 43px;

  border: 1px solid #e5e7eb;
  border-radius: 6px;

  padding: 0 50px 0 18px;
  font-size: 15px;

  background: #fff;
  transition: all 0.2s ease;
}

/* focus effect zoals echte shops */
.header-search-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* placeholder netjes */
.header-search-input::placeholder {
  color: #9ca3af;
}

/* search knop */
.search-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);

  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* icoon */
.search-button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  color: #6b7280;
}

/* hover effect */
.search-button:hover svg {
  color: #111;
}
/* =========================
   FULL WIDTH SEARCH BAR
   ========================= */

/* container groter maken */
.header-search-form {
  max-width: 80% !important;
  width: 80%;
}

/* input vult alles */
.header-search-input {
  width: 100%;
}

/* ICONS RECHTS */
.custom-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ICON STYLE */
.custom-icons img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.header__icons {
  display: none !important;
}

/* ICONS CONTAINER */
.custom-icons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 30px;
}

/* ELK ICON */
.custom-icons a {
  display: flex;
  align-items: center;
  position: relative;
}

/* STREEPJE TUSSEN ICONS */
.custom-icons a:first-child::after {
  content: "";
  position: absolute;
  right: -15px;
  width: 2px;
  height: 20px;
  background-color: #e0e3ee;
  align-items: center;
}

/* ICON STYLE */
.custom-icons img {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease;
}

/* HOVER EFFECT */
.custom-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(500%) hue-rotate(200deg);
  transform: scale(1.1);
}
.header-search-input {
  border: 2px solid #ccc; /* was dun → nu dikker */
  border-radius: 4px;
}
.header-search-input {
  font-weight: 600;
}

.header-search-input::placeholder {
  font-weight: 500;
}
/* NORMALE STATE */
.header-search-input {
  border: 2px solid #ccc;
  transition: border-color 0.2s ease;
}

/* HOVER (muis erop) */
.header-search-input:hover {
  border-color: #1d4ed8; /* kies je kleur */
}

/* FOCUS (als je klikt/typt) */
.header-search-input:focus {
  border-color: #1d4ed8;
  outline: none;
}
/* BASIS */
.header-search-input {
  background-color: #fff !important;
  border: 2px solid #ccc;
  transition: border-color 0.2s ease;
}

/* HOVER */
.header-search-input:hover {
  border-color: #2563eb;
  background-color: #fff !important;
}

/* FOCUS (bij klikken/typen) */
.header-search-input:focus {
  border-color: #2563eb;
  background-color: #fff !important;
  outline: none;
  box-shadow: none !important;
}

@media screen and (max-width: 990px) {
  .header-search-form,
  predictive-search {
    display: none !important;
  }
}
.menu-search {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.menu-search-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-weight: 600;
  background: #fff;
}

.menu-search-input:focus {
  border-color: #2563eb;
  outline: none;
}

.predictive-search--drawer {
  background: white;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.predictive-search {
  display: block !important;
  position: relative;
  background: white;
  z-index: 9999;
}
/* VERWIJDER HELE DAWN SEARCH MODAL */
details-modal,
.modal__toggle,
.header__icon--search {
  display: none !important;
}
header details-modal {
  display: none !important;
}
.header-search-form {
  position: relative;
}

/* INPUT */
.header-search-input {
  padding-right: 18px;
}

/* ICOON */
.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);

  width: 18px;
  height: 18px;

  background-image: url('{{ "icon-search.svg" | asset_url }}');
  background-size: contain;
  background-repeat: no-repeat;

  pointer-events: none; /* 🔥 SUPER BELANGRIJK */
}
.search__button {
  display: none !important;
}
.header-search-form {
  position: relative;
}

/* ruimte voor icoon */
.header-search-input {
  padding-right: 40px;
}

/* icoon rechts in input */
.header-search-form::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);

  width: 18px;
  height: 18px;

  background-image: url('{{ "icon-search.svg" | asset_url }}');
  background-size: contain;
  background-repeat: no-repeat;

  pointer-events: none; /* belangrijk */
}
/* =========================
   MOBILE HEADER LAYOUT FIX
   ========================= */

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

  /* header grid aanpassen */
  .header {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "burger logo icons"
      "search search search"
      "navigation navigation navigation";
  }

}

/* =========================
   MOBILE HEADER PERFECT FIX
   ========================= */

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

  /* header structuur */
  .header {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
  }

  /* logo direct naast burger */
  .header__heading {
    order: 2;
    justify-self: start;
    margin-left: 10px;
  }

  /* custom icons naar rechts pushen */
  .custom-icons {
    order: 98;

  }

  /* BELANGRIJK: search en andere dingen midden houden */
  .header__search {
    order: 3;
    width: 100%;
  }
}
/* =========================
   MOBILE HEADER CORRECT GRID FIX
   ========================= */

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

  .header {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas:
      "burger logo . icons"
      "search search search search"
      "navigation navigation navigation navigation";
    align-items: center;
  }


  /* logo naast burger */
  .header__heading {
    grid-area: logo;
    justify-self: start;
    margin-left: 10px;
  }

  /* jouw custom icons rechts */
  .custom-icons {
    grid-area: icons;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  /* zorg dat search netjes onder staat */
  .header__search {
    grid-area: search;
  }
}
/* =========================
   PUSH ICONS FULL RIGHT (MOBILE)
   ========================= */

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

  .custom-icons {
    justify-self: end !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  /* extra: header padding neutraliseren */
  .header {
    padding-right: 10px;
  }

}
/* =========================
   HARD RESET BURGER
   ========================= */



/* reset container */

/* =========================
   SEARCH SMALLER WIDTH
   ========================= */

.header-search-form {
  max-width: 1200px !important; /* 🔥 pas aan: 350–500 */
  width: 100%;
}
.header__search {
  justify-content: center;
}
/* =========================
   PLACEHOLDER STYLE
   ========================= */

.header-search-input::placeholder {
  color: #555 !important;   /* donkerder */
  font-size: 13px !important; /* iets kleiner */
  opacity: 1; /* belangrijk (anders blijft licht) */
}

/* =========================
   SEARCH SMALLER (SAFE)
   ========================= */



/* =========================
   DARK OVERLAY ON SEARCH FOCUS
   ========================= */

/* =========================
   OVERLAY ONDER HEADER
   ========================= */

/* =========================
   OVERLAY (OVER ALLES)
   ========================= */

/* =========================
   OVERLAY (DONKER EFFECT)
   ========================= */



/* =========================
   SEARCH BOVEN OVERLAY
   ========================= */

/* =========================
   SEARCH BOVEN OVERLAY (FIX)
   ========================= */

.header-search-form {
  position: relative !important;
  z-index: 9999 !important;
}

/* alleen input wit houden */
.header-search-input {
  position: relative;
  z-index: 10000;
  background: #fff !important;
}
/* =========================
   SEARCH BAR BASIS
   ========================= */

.header-search-form {
  position: relative;
  max-width: 450px; /* 🔥 pas aan */
  width: 100%;
  z-index: 9999;
}

/* input */
.header-search-input {
  width: 100%;
  height: 45px;

  padding: 0 45px 0 16px;

  border-radius: 4px;
  border: 2px solid #ccc;

  background: #fff !important;
  font-size: 14px;

  position: relative;
  z-index: 10000;
}

/* placeholder */
.header-search-input::placeholder {
  color: #555;
  font-size: 13px;
  opacity: 1;
}

/* hover */
.header-search-input:hover {
  border-color: #2563eb;
}

/* focus */
.header-search-input:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: none;
}

/* =========================
   CUSTOM PNG SEARCH ICON
   ========================= */

.custom-search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);

  width: 18px;
  height: 18px;

  object-fit: contain;
  pointer-events: none;
  z-index: 10001;
}

/* hover effect */
.header-search-form:hover .custom-search-icon {
  opacity: 0.7;
}

/* =========================
   OVERLAY (DONKER EFFECT)
   ========================= */


/* =========================
   ZORGT DAT SEARCH BOVEN BLIJFT
   ========================= */

.header-search-form {
  z-index: 9999;
}

.header-search-input {
  z-index: 10000;
}

/* =========================
   EXTRA (optioneel polish)
   ========================= */

/* kleine shadow bij focus */
.header-search-input:focus {
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}
/* =========================
   OVERLAY ALLEEN OP CONTENT
   ========================= */

/* Shopify gebruikt vaak #MainContent */


/* =========================
   ZORG DAT HEADER BOVEN BLIJFT
   ========================= */

.header {
  position: relative;
  z-index: 10;
}

/* =========================
   OVERLAY ALLEEN OP CONTENT
   ========================= */

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

.header-search-form {
  position: relative;
  z-index: 30;
}
/* =========================
   KILL DAWN OVERLAY (ECHTE FIX)
   ========================= */

/* verwijder Shopify overlay volledig */
details[open] .modal-overlay,
details[open] .modal-overlay::after {
  display: none !important;
  background: none !important;
}

/* fallback (soms gebruikt Dawn deze ook) */
.search-modal,
.search-modal__content,
.search-modal__content::after {
  background: transparent !important;
}

/* =========================
   JOUW EIGEN OVERLAY (ALLEEN CONTENT)
   ========================= */



/* =========================
   HEADER + SEARCH BOVEN ALLES
   ========================= */

.header {
  position: relative;
  z-index: 50;
}

.header-search-form {
  position: relative;
  z-index: 60;
}

.header-search-input {
  background: #fff !important;
}




/* OVERLAY */
body.my-search-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);

  z-index: 40;
}

/* HEADER boven overlay */
.header {
  position: relative;
  z-index: 50;
}

/* SEARCH boven alles */
.header-search-form {
  position: relative;
  z-index: 60;
}

/* INPUT altijd wit */
.header-search-input {
  background: #fff !important;
}
body.my-search-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);

  z-index: 10; /* 👈 LAAG houden */
}
.header-search-form {
  position: relative;
  z-index: 60;
}

.header-search-input {
  position: relative;
  z-index: 70;
  background: #fff !important;
}
/* OVERLAY */
body.my-search-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}

/* HEADER boven overlay */
.header {
  position: relative;
  z-index: 50;
}

/* SEARCH boven alles */
.header-search-form {
  position: relative;
  z-index: 60;
}


/* INPUT wit houden */
.header-search-input {
  background: #fff !important;
}
body.my-search-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 1; /* 👈 LAAG */
}
body.my-search-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 1; /* 👈 LAAG */
}
body.my-search-active .header {
  background: rgba(0, 0, 0, 0.33); /* 👈 licht gedimd */
}
body.my-search-active::before {
  transition: opacity 0.2s ease;
}
.header__inline-menu {
  border-top: 2px solid #d9d2d2ff;
  margin-top: 20px;
  padding-top: 10px;
}
/* container */
.custom-header-buttons {
  display: flex;
  gap: 10px;
  margin-left: 15px;
}


/* knoppen */
.header-btn {
  padding: 9px 30px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* outline */
.header-btn--outline {
  border: 2px solid #dc1529;
  color: #dc1529;
  background: #fff;
}

.header-btn--outline:hover {
  background: #f5f7ff;
  color: rgb(107, 8, 18);
}

/* filled */
.header-btn--filled {
  background:rgb(220, 21, 41);
  color: #fff;
  border: 2px rgb(220, 21, 41);
}

.header-btn--filled:hover {
  background: rgb(107, 8, 18);
}

@media screen and (max-width: 990px) {
  .custom-header-buttons {
    display: none !important;
  }
}
.mobile-menu-buttons {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

/* outline */
.mobile-btn--outline {
  border: 2px solid #e31b23;
  color: #e31b23;
  background: #fff;
}

/* filled */
.mobile-btn--filled {
  background: #e31b23;
  color: #fff;
  border: 2px solid #e31b23;
}

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

  .custom-icons a {
    position: relative;
  }

  /* STREEPJE TUSSEN ICONS (MOBILE) */
  .custom-icons a:first-child::after {
    content: "";
    position: absolute;

    right: -9px; /* 🔧 hiermee ga jij spelen */
    top: 50%; /* 🔥 belangrijk voor midden */
    transform: translateY(-50%);

    width: 2px;
    height: 18px; /* 🔧 ook tweakbaar */

    background-color: #e0e3ee;
  }

}

.announcement-bar {
  background-color:rgb(220, 21, 41); /* jouw kleur */
}

.announcement-bar__message {
  color: #ffffff; /* tekstkleur */
  font-weight: 700;
}

.header__menu-item {
  font-weight: 600; /* of 700 voor dikker */
  letter-spacing: 0.5px;
}
.header__menu-item {
  font-size: 17px; /* maak groter (kan ook 17 of 18) */
  font-weight: 600;
  text-decoration: none !important;
}

.header__menu-item span {
  text-decoration: none !important;
}
.header__menu-item .icon-caret {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(-1px);
}
.header__menu-item:after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.header__menu-item--has-submenu:after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
}

.header__inline-menu li:last-child {
  margin-right: 0;
}
.header__menu-item:after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
  position: relative;
  top: 2px; /* 🔥 dit bepaalt hoe laag hij komt */
}
.header__menu-item:after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  color: #e31b23; /* jouw rood */
}
.header-wrapper {
  border-bottom: none !important;
}

.header {
  border-bottom: none !important;
}
.usp-bar {
  display: flex;
  justify-content: space-between; /* 🔥 links + rechts */
  align-items: center;
  gap: 40px;
  padding: 0px 40px;
  width: 100%;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 1; /* 🔥 alles gelijk verdeeld */
  justify-content: center;
}

.usp-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #e5e5e5;
}

.usp-icon {
  background: #e31b23;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.usp-icon img {
  width: 35px;
  height: 35px;
}

.usp-text {
  text-align: left;
}

.usp-text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.usp-text span {
  font-size: 13px;
  color: #666;
}
.icon-caret {
  display: none !important;
}
.header__menu-item {
  padding: 8px 18px !important; /* 🔥 haalt brede klikzone weg */
}
.header__menu-item:hover {
  color: #e31b23 !important;
}

/* ✅ Shopify dropdown styling herstellen */
.header__submenu {
  position: absolute;
  z-index: 20;
}

/* ✅ Hover kleur (zoals je wilde) */
.header__menu-item:hover {
  color: #e31b23 !important;
}
/* FORCE DISPLAY zodat we kunnen animeren */


/* OPEN STATE */
details[open] > .header__submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}
.header__submenu {
  border-radius: 5px !important;
  background-color:rgb(255, 255, 255);
}
.header__submenu {
  top: calc(100% + 20px); /* 🔥 dit is de key */
}
/* parent moet relative zijn */
header-menu > details {
  position: relative;
}

/* 🔥 hover bridge */
header-menu > details::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px; /* 🔥 speel hiermee (10–20px) */

  background: transparent;
}
/* ALLEEN hoofdmenu */
.header__inline-menu > li > .header__menu-item::after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  color: #e31b23;
}

/* =========================
   NESTED DROPDOWN → NAAR RECHTS
   ========================= */


/* pijltjes weg in dropdown */
.header__submenu .header__menu-item::after,
.header__submenu summary::after {
  content: none !important;
  display: none !important;
}



.header__submenu {
  width: 800px !important;   /* 🔥 breder */
  min-height: 250px !important; /* 🔥 hoger */

  padding: 30px 40px !important;
}
/* kolommen (alleen eerste level naast elkaar) */
.header__submenu > li {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

/* 🔥 kinderen ONDER elkaar */
.header__submenu > li > details > .header__submenu li {
  display: block;
  width: 100%;
}

/* =========================
   MEGA MENU CLEAN FINAL
========================= */

.mega-parent {
  position: relative;
}

.mega-trigger {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 650px !important;
  padding: 20px !important;
  background: rgb(245, 245, 245);
  border-radius: 8px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 999;
}

.mega-parent:hover .mega-dropdown,
.mega-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 30px 40px;
}

.mega-menu-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px !important;
  margin-bottom: 30px;
}

.is-onderdelen .mega-menu-top {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 28px !important;
}

.mega-menu-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px !important;
}

.mega-col {
  display: flex;
  flex-direction: column;
}

.mega-col:not(:last-child) {
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.mega-title {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.mega-dropdown .mega-title {
  font-weight: 600 !important;
}

.mega-title:hover {
  color: #e31b23;
}

.mega-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #e30613;
  transition: width 0.3s ease;
}

.mega-title:hover::after {
  width: 100%;
}

.mega-links {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-links li {
  margin-bottom: 6px;
}

.mega-links a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s ease;
}

.mega-links a:hover {
  padding-left: 6px;
  color: #e31b23;
}

.mega-image {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.mega-image:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.mega-image img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 10px;
}

.mega-product-info {
  margin-top: 10px;
}

.mega-product-title {
  margin-top: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.mega-product-price {
  color: #e31b23;
  font-size: 14px;
  font-weight: 700;
}

.mega-col > .mega-view-more,
.mega-col > .mega-view-more:visited,
.mega-col > .mega-view-more:hover {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: #e60023 !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: none !important;
}

.mega-col > .mega-view-more::after {
  content: "→";
  transition: transform 0.2s ease;
}

.mega-col > .mega-view-more:hover::after {
  transform: translateX(3px);
}

/* =========================
   HEADER MENU HEIGHT
========================= */

.header__inline-menu {
  gap: 8px !important;
}

.header__inline-menu > li {
  display: flex;
  align-items: center;
}

.header__inline-menu > li > a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 18px !important;
}

.header__inline-menu a {
  color: #000000ff !important;
  font-weight: 100;
}

.header__menu-item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 12px !important;
}

/* =========================
   CUSTOM CATEGORIES
========================= */

.custom-categories {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
}

.custom-categories h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.category-card {
  display: block;
  height: 100%;
  padding: 20px;
  background: #f3f3f3;
  border-radius: 22px;
  transition: 0.3s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  overflow: hidden;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.category-content span {
  font-size: 15px;
}

/* =========================
   DETAILING MEGA MENU
========================= */

.is-detailing .mega-dropdown {
  width: 280px !important;
  left: 0 !important;
  transform: none !important;
}

.is-detailing .mega-menu-top {
  display: none !important;
  justify-content: flex-start;
  gap: 40px;
}

.is-detailing .mega-menu-bottom {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 15px;
}

.is-detailing .mega-image {
  width: fit-content !important;
  padding: 0 !important;
  background: transparent !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.is-detailing .mega-image:hover {
  transform: translateY(-5px);
}

.is-detailing .mega-image img {
  display: block;
  width: auto;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.is-detailing .mega-image:hover img {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.is-detailing .mega-product-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: capitalize;
}

/* =========================
   ANNOUNCEMENT BAR
========================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.announcement-bar {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.announcement-bar .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.announcement-bar__message {
  text-align: center;
}

/* =========================
   BURGER ICON
========================= */

.burger {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.burger span {
  display: block !important;
  height: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #111 !important;
  border-radius: 2px;
  transform-origin: left;
  transition: all 0.35s ease;
}

.burger span:nth-child(1) {
  width: 24px;
}

.burger span:nth-child(2) {
  width: 16px;
}

.burger span:nth-child(3) {
  width: 10px;
}

.burger:hover span:nth-child(2) {
  width: 20px;
}

.burger:hover span:nth-child(3) {
  width: 14px;
}

.menu-drawer-container[open] .burger span:nth-child(1) {
  width: 24px;
  transform: rotate(45deg) translate(2px, 2px);
}

.menu-drawer-container[open] .burger span:nth-child(2) {
  opacity: 0;
}

.menu-drawer-container[open] .burger span:nth-child(3) {
  width: 24px;
  transform: rotate(-45deg) translate(2px, -2px);
}

/* =========================
   MOBILE DRAWER
========================= */

.menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: auto;
}

.menu-drawer__inner-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px 16px 0 0;
  pointer-events: auto;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.menu-drawer-container[open] .menu-drawer__inner-container {
  transform: translateY(0);
}

.menu-drawer__inner-container.closing {
  transform: translateY(100%);
}

.menu-drawer-container[open]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

html:has(.menu-drawer-container[open]),
body:has(.menu-drawer-container[open]) {
  overflow: hidden;
}

.menu-drawer__inner-container::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  transform: translateX(-50%);
}

.menu-search {
  padding: 20px;
}

.menu-search-input {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px !important;
}

.menu-drawer__menu {
  background: transparent !important;
}

.menu-drawer__menu li {
  border-bottom: 1px solid #eee;
}

.menu-drawer__menu li:last-child .menu-drawer__menu-item {
  border-bottom: none;
}

.menu-drawer__menu-item {
  padding: 16px 20px;
  background: transparent !important;
  color: #e11d48 !important;
  font-size: 16px;
  font-weight: 600;
}

.menu-drawer__menu-item:hover {
  background: #fafafa;
}

.menu-drawer__menu-item .svg-wrapper {
  margin-left: auto;
  transform: scale(1.1);
}

.mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.mobile-btn {
  display: block;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mobile-btn--outline {
  color: #e11d48;
  border: 2px solid #e11d48;
}

.mobile-btn--filled {
  color: #fff;
  background: #e11d48;
}

.custom-menu-close {
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: all 0.25s ease;
}

.menu-drawer-container[open] ~ .custom-menu-close {
  opacity: 1;
  pointer-events: auto;
}

.custom-menu-close:active {
  transform: translateX(-50%) scale(0.9);
}

.menu-drawer__close-button {
  display: none !important;
}

@media (min-width: 769px) {
  .menu-drawer {
    display: none !important;
  }
}

/* =========================
   DOL OVERLAY TEXT
========================= */

.dol-overlay-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}

.dol-subtext {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 6px;
  background: rgb(255, 0, 55);
  border-radius: 10px;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
}

.dol-eyebrow,
.dol-heading {
  font-family: 'Bebas Neue', sans-serif !important;
}

.dol-eyebrow {
  margin-bottom: 10px;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dol-heading {
  max-width: 400px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.85;
}

.dol-overlay-button {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .dol-overlay-content {
    bottom: 20px;
    left: 20px;
    max-width: 90%;
  }

  .dol-title {
    font-size: 12px;
  }

  .dol-subtext {
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .dol-eyebrow {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1.1;
  }

  .dol-heading {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.9;
  }

  .dol-overlay-button {
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
  }

  .dol-collection-block:first-child .dol-overlay-button {
    padding: 10px 17px;
    font-size: 12px;
  }

  .dol-collection-block:last-child .dol-overlay-button {
    padding: 8px 40px 8px 16px;
  }

  .dol-collection-block:last-child .dol-overlay-button::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}

/* =========================
   USP BAR
========================= */

.usp-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.usp-bar-inner {
  display: flex;
  width: 100%;
}

.usp-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 749px) {
  .usp-bar {
    overflow: hidden;
  }

  .usp-bar-inner {
    display: flex;
    transition: transform 0.4s ease;
  }

  .usp-item {
    min-width: 100%;
    flex-shrink: 0;
    justify-content: center;
  }
}

/* =========================
   ACCESSOIRES IMAGE FIX
========================= */

.is-accessoires .mega-image--top {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 200px;
  padding: 0 !important;
  background: transparent !important;
}

.is-accessoires .mega-image--top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* =========================
   MULTICOLUMN1 BUTTON FIX
========================= */

.multicolumn1-card__info .link,
.multicolumn1-card__info .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 15px;
  padding: 12px 22px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  background-color: rgb(119, 0, 0);
  border: none !important;
  border-radius: 8px;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.multicolumn1-card__info .link:hover,
.multicolumn1-card__info .button:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.multicolumn1-card__info .button::before,
.multicolumn1-card__info .button::after,
.multicolumn1-card__info .button--primary::after {
  display: none !important;
  box-shadow: none !important;
}

.multicolumn1-card {
  padding: 20px !important;
  background: #ffffff !important;
  border-radius: 10px;
}

body.page-contact main .title {
  display: none !important;
}

/* =========================
   MOBILE HEADER FINAL
========================= */

@media screen and (max-width: 990px) {
  .header {
    display: block !important;
    padding: 6px 22px 8px !important;
  }

  .header-wrapper {
    margin-bottom: 0 !important;
  }

  .section-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .custom-header-row {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 72px !important;
    grid-template-areas: "burger logo icons" !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important;
  }

  header-drawer {
    grid-area: burger !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  .header__heading,
  .custom-header-row > .header__heading-link {
    grid-area: logo !important;
    justify-self: center !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
  }

  .header__heading-logo-wrapper {
    width: auto !important;
    max-width: 100% !important;
  }

  .header__heading-logo {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .custom-icons {
    grid-area: icons !important;
    display: flex !important;
    align-items: center !important;
    justify-self: end !important;
    align-self: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-icon {
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0 !important;
  }

  .custom-icons img {
    width: 20px !important;
    height: 20px !important;
  }

  .custom-icons a:first-child::after {
    right: -6px !important;
    height: 18px !important;
  }

  .custom-header-buttons,
  .header-search-form,
  .header__search,
  predictive-search,
  details-modal,
  .header__inline-menu {
    display: none !important;
  }
}

/* =========================
   DESKTOP HEADER FINAL
========================= */

@media screen and (min-width: 991px) {
  .header {
    display: block !important;
    padding: 16px 6rem 0 !important;
  }

  .header-wrapper {
    margin-bottom: 0 !important;
  }

  .section-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .custom-header-row {
    display: grid !important;
    grid-template-columns: auto minmax(420px, 760px) auto !important;
    grid-template-areas: "logo search actions" !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 28px !important;
    width: 100% !important;
  }

  header-drawer {
    display: none !important;
  }

  .header__heading,
  .custom-header-row > .header__heading-link {
    grid-area: logo !important;
    justify-self: start !important;
    align-self: center !important;
    min-width: max-content !important;
    margin: 0 !important;
  }

  .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .custom-header-row > .header__search,
  .custom-header-row > predictive-search,
  .custom-header-row > details-modal,
  .custom-header-row > .header-search-form {
    grid-area: search !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 !important;
  }

  .header-search-form {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 !important;
  }

  .custom-icons {
    grid-area: actions !important;
    display: flex !important;
    align-items: center !important;
    justify-self: start !important;
    align-self: center !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .custom-icon {
    width: 34px !important;
    height: 34px !important;
    flex-shrink: 0 !important;
  }

  .custom-icons img {
    width: 22px !important;
    height: 22px !important;
  }

  .custom-header-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-left: 6px !important;
  }

  .header-btn {
    min-height: 44px !important;
    padding: 0 28px !important;
  }

  .header__inline-menu {
    display: block !important;
    width: 100% !important;
    margin-top: 16px !important;
  }

  .header__icons {
    display: none !important;
  }
}

/* =========================
   COLLECTION PAGE FINAL
========================= */

.collection-hero__title,
.collection__title,
.main-collection-product-grid .title,
.template-collection h1 {
  display: none !important;
}

.collection-hero,
.collection-hero__inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.template-collection .facets-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   DESKTOP FILTERS + GRID
========================= */

@media screen and (min-width: 990px) {
  .facets-vertical {
    display: grid !important;
    grid-template-columns: 30rem minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 3.6rem !important;
  }

  .facets-wrapper,
  .facets-vertical .facets-wrapper,
  #main-collection-filters.facets-wrapper {
    flex-shrink: 0 !important;
  }

  .facets-vertical .facets-wrapper,
  #main-collection-filters.facets-wrapper {
    position: sticky !important;
    top: 12rem !important;
    width: 30rem !important;
    max-width: 30rem !important;
    padding: 2.8rem !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045) !important;
  }

  .facets-container,
  .facets:not(.facets-vertical-sort),
  .facets__form,
  .facets__form-vertical {
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .facets__heading {
    margin: 0 0 2.2rem !important;
    padding: 0 0 1.8rem !important;
    color: #111 !important;
    font-size: 2.4rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .active-facets-vertical-filter,
  .facets-vertical .active-facets {
    display: none !important;
  }

  .facets__disclosure-vertical,
  .facets__disclosure {
    border-top: 1px solid #eeeeee !important;
  }

  .facets__summary,
  .facets__summary-label {
    color: #111 !important;
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  .facets__summary {
    padding: 2rem 0 !important;
  }

  .facets__summary span {
    text-decoration: none !important;
  }

  .facets__display,
  .facets__display-vertical {
    padding: 0 0 1.8rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .facets__list {
    margin: 0 !important;
    padding: 0 !important;
  }

  .facets__item {
    margin: 1rem 0 !important;
  }

  .facets__label,
  .facet-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 1.2rem !important;
    padding: 0.4rem 0 !important;
    color: #333 !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
  }

  .facets__label:hover,
  .facet-checkbox:hover {
    color: #e30620 !important;
  }

  .facet-checkbox > svg,
  .facets__label > svg,
  .facets svg.icon-checkmark,
  .facets svg.icon-checkbox {
    display: none !important;
  }

  .facet-checkbox input[type='checkbox'],
  .facets__label input[type='checkbox'] {
    position: relative !important;
    display: inline-block !important;
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1.6px solid #cfcfcf !important;
    border-radius: 6px !important;
    opacity: 1 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .facet-checkbox input[type='checkbox']:checked,
  .facets__label input[type='checkbox']:checked {
    background: #e30620 !important;
    border-color: #e30620 !important;
  }

  .facet-checkbox input[type='checkbox']:checked::after,
  .facets__label input[type='checkbox']:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 0.58rem !important;
    top: 0.28rem !important;
    width: 0.45rem !important;
    height: 0.9rem !important;
    border: solid #fff !important;
    border-width: 0 0.2rem 0.2rem 0 !important;
    transform: rotate(45deg) !important;
  }

  .facet-checkbox__text,
  .facet-checkbox__text-label {
    color: inherit !important;
    font-weight: 700 !important;
  }

  .facets__price {
    display: grid !important;
    gap: 1.2rem !important;
    padding-bottom: 1.8rem !important;
  }

  .facets__price .field,
  .facets__price .field-currency {
    display: none !important;
  }

  .price-range-enhancer {
    display: block !important;
    margin-top: 0.4rem !important;
    margin-bottom: 1.8rem !important;
  }

  .price-range-enhancer__label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 1.6rem !important;
    color: #555 !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
  }

  .price-range-enhancer__values {
    color: #111 !important;
    font-weight: 900 !important;
  }

  .price-range-enhancer__slider {
    position: relative !important;
    height: 4rem !important;
  }

  .price-range-enhancer__track,
  .price-range-enhancer__range {
    position: absolute !important;
    top: 1.8rem !important;
    height: 0.45rem !important;
    border-radius: 999px !important;
  }

  .price-range-enhancer__track {
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    background: #e5e5e5 !important;
  }

  .price-range-enhancer__range {
    z-index: 2 !important;
    background: #e30620 !important;
    pointer-events: none !important;
  }

  .price-range-enhancer input[type='range'] {
    position: absolute !important;
    left: 0 !important;
    top: 0.65rem !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 2.4rem !important;
    margin: 0 !important;
    background: transparent !important;
    pointer-events: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .price-range-enhancer input[type='range']::-webkit-slider-thumb {
    width: 1.8rem !important;
    height: 1.8rem !important;
    margin-top: -0.68rem !important;
    background: #fff !important;
    border: 0.3rem solid #e30620 !important;
    border-radius: 50% !important;
    box-shadow: 0 0.5rem 1.4rem rgba(227, 6, 32, 0.18) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .price-range-enhancer input[type='range']::-moz-range-thumb {
    width: 1.8rem !important;
    height: 1.8rem !important;
    background: #fff !important;
    border: 0.3rem solid #e30620 !important;
    border-radius: 50% !important;
    box-shadow: 0 0.5rem 1.4rem rgba(227, 6, 32, 0.18) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  .facets-vertical-sort {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 6.8rem !important;
    margin: 0 0 2.6rem !important;
    padding: 1.2rem 1.6rem !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
  }

  .facet-filters__label {
    color: #555 !important;
    font-size: 1.35rem !important;
    font-weight: 900 !important;
  }

  .facet-filters__sort {
    min-width: 20rem !important;
    min-height: 4.4rem !important;
    padding: 0 3.6rem 0 1.4rem !important;
    color: #111 !important;
    font-weight: 900 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
  }

  .product-count__text {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 4.4rem !important;
    padding: 0 1.8rem !important;
    color: #777 !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    font-size: 1.4rem !important;
    font-weight: 900 !important;
  }

  .product-grid-container,
  #ProductGridContainer {
    width: 100% !important;
    min-width: 0 !important;
  }

  .product-grid,
  .collection .product-grid,
  #product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 2.4rem !important;
    row-gap: 3.2rem !important;
  }

  .product-grid .grid__item,
  #product-grid .grid__item {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
  }
}

/* =========================
   MOBILE FILTERS
========================= */

@media screen and (max-width: 989px) {
  .facets-vertical-sort {
    display: block !important;
    width: 100% !important;
    min-height: 9rem !important;
    margin: 0 !important;
    padding: 1.4rem 2rem 1rem !important;
    background: #fff !important;
    overflow: visible !important;
  }

  .facets-vertical-sort .facet-filters,
  .facets-vertical-sort .facet-filters__field,
  .facets-vertical-sort .select,
  .facets-vertical-sort select[name="sort_by"],
  .facets-vertical-sort .facet-filters__label,
  .facets-vertical-sort .product-count-vertical,
  .facets-vertical-sort .product-count {
    display: none !important;
  }

  .facets-vertical-sort .facets-vertical-form {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .ktw-collection-trust {
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: calc(100% - 4rem) !important;
    height: 7.8rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  .ktw-collection-trust__item {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 110%;
    right: auto !important;
    display: grid !important;
    grid-template-columns: 4.2rem minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 1.2rem !important;
    width: 100% !important;
    height: 100% !important;
    padding: 1.2rem 1.6rem !important;
    color: #111 !important;
    opacity: 1 !important;
    transform: none !important;
    background: #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;
    animation: ktwTrustSlideLeft 9s infinite ease-in-out !important;
    animation-fill-mode: both !important;
  }

  .ktw-collection-trust__item:nth-child(1) {
    animation-delay: 0s !important;
  }

  .ktw-collection-trust__item:nth-child(2) {
    animation-delay: 3s !important;
  }

  .ktw-collection-trust__item:nth-child(3) {
    animation-delay: 6s !important;
  }

  @keyframes ktwTrustSlideLeft {
    0% {
      left: 110%;
    }

    8%,
    28% {
      left: 0;
    }

    36%,
    100% {
      left: -110%;
    }
  }

  .ktw-collection-trust__item svg {
    width: 3.2rem !important;
    height: 3.2rem !important;
    color: #111 !important;
    justify-self: center !important;
  }

  .ktw-collection-trust__text {
    min-width: 0 !important;
  }

  .ktw-collection-trust__title {
    display: block !important;
    color: #111 !important;
    font-size: 1.55rem !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
  }

  .ktw-collection-trust__sub {
    display: block !important;
    margin-top: 0.25rem !important;
    color: #666 !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .facets-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 1.4rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 1.4rem 2rem 2.4rem !important;
    background: #fff !important;
  }

  .mobile-facets__wrapper {
    width: 100% !important;
  }

  .mobile-facets__open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    width: 100% !important;
    min-height: 5.2rem !important;
    padding: 0 1.8rem !important;
    color: #e30620 !important;
    background: #fff !important;
    border: 2px solid #e30620 !important;
    border-radius: 12px !important;
    font-size: 1.55rem !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  .facets-container .product-count__text {
    min-height: 5.2rem !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #aaa !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }
}
/* =========================
   PRODUCT CARDS
========================= */

.card-wrapper,
.product-card-wrapper,
.custom-product-card {
  height: 100% !important;
}

.card-wrapper .card,
.product-card-wrapper .card,
.custom-product-card .custom-product-card__card {
  height: 100% !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease !important;
}

.card-wrapper:hover .card,
.product-card-wrapper:hover .card,
.custom-product-card:hover .custom-product-card__card {
  transform: translateY(-2px) !important;
  border-color: #ddd !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06) !important;
}

.card__inner,
.custom-product-card .card__inner {
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 8px 8px 0 0 !important;
}

.card__media,
.card .media {
  background: #fff !important;
}

.card__media img,
.card .media img {
  padding: 1.2rem !important;
  object-fit: contain !important;
}

/* levertijd balk */
.product-card-top-text,
.custom-product-card .product-card-top-text {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  width: calc(100% - 3.2rem) !important;
  margin: 1.4rem 1.6rem 0 !important;
  padding: 0.9rem 1.2rem !important;
  color: #2458ff !important;
  background: #f2f6ff !important;
  border-radius: 999px !important;
  font-size: 1.35rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.product-card-top-text__dot {
  width: 0.7rem !important;
  height: 0.7rem !important;
  min-width: 0.7rem !important;
  background: #2458ff !important;
  border-radius: 999px !important;
}

.product-card-top-text__label {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* content */
.card__content {
  padding: 0 !important;
}

.card__information,
.custom-product-card .card__content {
  padding: 1.6rem 1.8rem 0 !important;
}

.card-product-brand {
  display: block !important;
  margin-bottom: 0.7rem !important;
  color: #111950 !important;
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.card__heading,
.card__heading a {
  color: #111 !important;
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.price {
  margin-top: 1.2rem !important;
}

.price__container {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 0.7rem 1.2rem !important;
}

.price-item,
.price .price-item {
  color: #111 !important;
  font-size: 1.65rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.price__sale .price-item--sale {
  color: #e30620 !important;
}

.price__sale .price-item--regular,
.price-item--regular {
  color: #777 !important;
  font-size: 1.45rem !important;
  font-weight: 750 !important;
  text-decoration-thickness: 0.12rem !important;
}

/* korting badge */
.badge,
.card__badge .badge {
  color: #fff !important;
  background: #111 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.55rem 1.25rem !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
}

.card__badge {
  position: absolute !important;
  left: 1.4rem !important;
  bottom: 1.4rem !important;
  z-index: 3 !important;
}

/* sterren rechts naast kleur */
.product-card-rating,
.rating-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.35rem !important;
  float: right !important;
  margin: -2.4rem 1.8rem 0 0 !important;
  color: #ffb000 !important;
  font-size: 1.45rem !important;
  font-weight: 900 !important;
}

.product-card-rating__stars {
  color: #ffb000 !important;
  letter-spacing: 0.02rem !important;
}

.rating-count,
.rating-text {
  color: #777 !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

/* sterren */
.product-card-rating,
.rating-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 1.4rem 1.8rem 0 !important;
  color: #ffb000 !important;
  font-size: 1.6rem !important;
  font-weight: 900 !important;
}

.product-card-rating__stars {
  color: #ffb000 !important;
  letter-spacing: 0.08rem !important;
}

.rating-count,
.rating-text {
  color: #777 !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
}

/* bekijk product knop */
.product-card-view-button {
  clear: both !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 3rem) !important;
  min-height: 4.8rem !important;
  margin: 1.8rem 1.5rem 1rem !important;
  padding: 0 4.8rem 0 2rem !important;
  color: #fff !important;
  background: #e30620 !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.product-card-view-button:hover {
  background: #c90018 !important;
}

.product-card-view-button span {
  position: absolute !important;
  right: 2rem !important;
  top: 50% !important;
  color: #fff !important;
  font-size: 2.8rem !important;
  line-height: 1 !important;
  transform: translateY(-52%) !important;
}

/* gratis slot inbegrepen */
.product-card-lock-note,
.gratis-slot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.7rem !important;
  margin: 1rem 1.8rem 1.8rem !important;
  color: #666 !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
}

/* oude quick-add verbergen als die nog bestaat */
.quick-add {
  display: none !important;
}

/* mobiel */
@media screen and (max-width: 749px) {
  #product-grid,
  .product-grid,
  .collection .product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  #product-grid .grid__item,
  .product-grid .grid__item,
  .collection .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }

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

  .product-card-top-text {
    font-size: 1.3rem !important;
  }
}
/* =========================
   PRICE RANGE SLIDER
========================= */

.facets__price,
.mobile-facets__price {
  display: block !important;
}

.facets__price .field,
.mobile-facets__price .field,
.facets__price .field-currency,
.mobile-facets__price .field-currency,
.facets__price-caption,
.mobile-facets__price-caption,
.facets__price > span,
.mobile-facets__price > span,
.facets__price > p,
.mobile-facets__price > p {
  display: none !important;
}

.price-range-enhancer {
  display: block !important;
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

.price-range-enhancer__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  color: #555;
  font-size: 1.25rem;
  font-weight: 800;
}

.price-range-enhancer__values {
  color: #111;
  font-weight: 900;
}

.price-range-enhancer__slider {
  position: relative !important;
  height: 4.2rem !important;
  margin-top: 0.6rem !important;
}

/* grijze lijn tussen de twee rondjes */
.price-range-enhancer__slider::before {
  content: "" !important;
  position: absolute !important;
  left: 0.9rem !important;
  right: 0.9rem !important;
  top: 1.55rem !important;
  height: 0.45rem !important;
  background: #e5e5e5 !important;
  border-radius: 999px !important;
  z-index: 1 !important;
}

/* rode lijn tussen geselecteerde prijs */
.price-range-enhancer__range {
  position: absolute !important;
  top: 1.55rem !important;
  height: 0.45rem !important;
  background: #e30620 !important;
  border-radius: 999px !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.price-range-enhancer__track {
  display: none !important;
}

.price-range-enhancer input[type='range'] {
  position: absolute !important;
  left: 0 !important;
  top: 0.65rem !important;
  z-index: 3 !important;
  width: 100% !important;
  height: 2.4rem !important;
  margin: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.price-range-enhancer input[type='range']::-webkit-slider-runnable-track {
  height: 0.45rem !important;
  background: transparent !important;
}

.price-range-enhancer input[type='range']::-moz-range-track {
  height: 0.45rem !important;
  background: transparent !important;
}

.price-range-enhancer input[type='range']::-webkit-slider-thumb {
  width: 1.8rem !important;
  height: 1.8rem !important;
  margin-top: -0.68rem !important;
  background: #fff !important;
  border: 0.3rem solid #e30620 !important;
  border-radius: 50% !important;
  box-shadow: 0 0.5rem 1.4rem rgba(227, 6, 32, 0.18) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.price-range-enhancer input[type='range']::-moz-range-thumb {
  width: 1.8rem !important;
  height: 1.8rem !important;
  background: #fff !important;
  border: 0.3rem solid #e30620 !important;
  border-radius: 50% !important;
  box-shadow: 0 0.5rem 1.4rem rgba(227, 6, 32, 0.18) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

#Details-filter-v-price-template--27980242682200__product-grid .facets__header-vertical,
details[id*="filter.v.price"] .facets__header-vertical,
details[id*="filter.p.price"] .facets__header-vertical,
.mobile-facets__info,
.mobile-facets__main .facets__selected,
.mobile-facets__main .facets__header,
.mobile-facets__main .facets__header-vertical {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .price-range-enhancer {
    padding: 0 2rem 1.6rem;
  }

  .price-range-enhancer__label {
    font-size: 1.35rem;
  }

  .price-range-enhancer input[type='range']::-webkit-slider-thumb,
  .price-range-enhancer input[type='range']::-moz-range-thumb {
    width: 1.95rem;
    height: 1.95rem;
  }
}

/* =========================
   MOBILE MENU DRAWER
========================= */

.burger {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 26px !important;
  height: 22px !important;
  margin: 0 !important;
  transform: none !important;
}

.burger span {
  display: block !important;
  height: 2px !important;
  background: #111 !important;
  border-radius: 999px !important;
  transition: all 0.25s ease !important;
}

.burger span:nth-child(1) {
  width: 24px !important;
}

.burger span:nth-child(2) {
  width: 17px !important;
}

.burger span:nth-child(3) {
  width: 10px !important;
}

.menu-drawer-container[open] .burger span:nth-child(1) {
  width: 24px !important;
  transform: rotate(45deg) translate(5px, 5px) !important;
}

.menu-drawer-container[open] .burger span:nth-child(2) {
  opacity: 0 !important;
}

.menu-drawer-container[open] .burger span:nth-child(3) {
  width: 24px !important;
  transform: rotate(-45deg) translate(5px, -5px) !important;
}

@media screen and (max-width: 989px) {
  .menu-drawer {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 9998 !important;
  }

  .menu-drawer__inner-container {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 86dvh !important;
    max-height: 86dvh !important;
    overflow-y: auto !important;
    background: #fff !important;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.22) !important;
    transform: translateY(0) !important;
  }

  .menu-drawer__inner-container::before {
    content: "" !important;
    display: block !important;
    width: 44px !important;
    height: 4px !important;
    margin: 12px auto 6px !important;
    background: #d8d8d8 !important;
    border-radius: 999px !important;
  }

  .menu-drawer__inner-container.closing {
    transform: translateY(100%) !important;
    transition: transform 0.3s ease !important;
  }

  .menu-search {
    padding: 34px 40px 22px !important;
  }

  .menu-search-input {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 16px !important;
    color: #111 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 650 !important;
  }

  .menu-search-input:focus {
    border-color: #e30620 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(227, 6, 32, 0.08) !important;
  }

  .menu-drawer__menu,
  .menu-drawer__menu li,
  .menu-drawer__menu-item,
  .menu-drawer__menu-item.list-menu__item,
  .menu-drawer__menu-item.link,
  summary.menu-drawer__menu-item {
    background: #fff !important;
    background-color: #fff !important;
  }

  .menu-drawer__menu-item {
    min-height: 70px !important;
    padding: 0 40px !important;
    border-bottom: 1px solid #eee !important;
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .menu-drawer__menu-item,
  .menu-drawer__menu-item:visited,
  .menu-drawer__menu-item span,
  .menu-drawer__menu-item .svg-wrapper,
  .menu-drawer__menu-item svg {
    color: #111 !important;
    fill: #111 !important;
    stroke: #111 !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus,
  .menu-drawer__menu-item--active,
  details[open] > summary.menu-drawer__menu-item {
    color: #e30620 !important;
    background: #fff5f6 !important;
    background-color: #fff5f6 !important;
  }

  .menu-drawer__menu-item:hover span,
  .menu-drawer__menu-item:focus span,
  .menu-drawer__menu-item--active span,
  details[open] > summary.menu-drawer__menu-item span,
  .menu-drawer__menu-item:hover .svg-wrapper,
  .menu-drawer__menu-item:focus .svg-wrapper,
  .menu-drawer__menu-item--active .svg-wrapper,
  details[open] > summary.menu-drawer__menu-item .svg-wrapper,
  .menu-drawer__menu-item:hover svg,
  .menu-drawer__menu-item:focus svg,
  .menu-drawer__menu-item--active svg,
  details[open] > summary.menu-drawer__menu-item svg {
    color: #e30620 !important;
    fill: #e30620 !important;
    stroke: #e30620 !important;
  }

  .menu-drawer__menu-item .svg-wrapper {
    margin-left: auto !important;
  }

  .menu-drawer__close-button {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 0 32px !important;
    color: #111 !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    text-align: left !important;
  }

  .menu-drawer__close-button .svg-wrapper {
    display: flex !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    transform: rotate(180deg) !important;
  }

  .menu-drawer__close-button svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
  }

  .menu-drawer__close-button.original-close {
    display: flex !important;
  }

  .mobile-menu-buttons {
    display: grid !important;
    gap: 12px !important;
    padding: 34px 40px !important;
  }

  .mobile-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    color: inherit;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  .mobile-btn--outline {
    color: #e30620 !important;
    background: #fff !important;
    border: 2px solid #e30620 !important;
  }

  .mobile-btn--filled {
    color: #fff !important;
    background: #e30620 !important;
    border: 2px solid #e30620 !important;
  }

  .custom-menu-close {
    position: fixed !important;
    top: auto !important;
    left: 50% !important;
    bottom: calc(86dvh - 24px) !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    height: 58px !important;
    color: #111 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22) !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-50%) !important;
  }

  .menu-drawer-container[open] ~ .custom-menu-close {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .menu-drawer__utility-links {
    padding: 0 40px 40px !important;
  }
}

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

/* =========================
   HEADER MOBILE ALIGN
========================= */

.custom-icons a:first-child::after {
  top: 50% !important;
  right: -8px !important;
  width: 2px !important;
  height: 20px !important;
  background-color: #e0e3ee !important;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 989px) {
  .header {
    display: block !important;
    padding: 10px 22px 12px !important;
  }

  .custom-header-row {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 74px !important;
    grid-template-areas: "burger logo icons" !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important;
  }

  header-drawer {
    grid-area: burger !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .header__icon--menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }

  .header__heading,
  .custom-header-row > .header__heading-link {
    grid-area: logo !important;
    justify-self: center !important;
    align-self: center !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header__heading-logo-wrapper,
  .header__heading-logo {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .custom-icons {
    grid-area: icons !important;
    display: flex !important;
    align-items: center !important;
    justify-self: end !important;
    align-self: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 44px !important;
  }

  .custom-icons img {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
  }

  .custom-icons a:first-child::after {
    right: -6px !important;
    height: 22px !important;
  }
}

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

.template-product main,
body:has(.product) main {
  background: #f5f5f5 !important;
}

@media screen and (min-width: 990px) {
  .product {
    display: grid !important;
    grid-template-columns: minmax(0, 58%) minmax(420px, 42%) !important;
    gap: 4rem !important;
    align-items: start !important;
    max-width: 1780px !important;
    margin: 0 auto !important;
    padding: 4rem 6rem 7rem !important;
  }

  .product__media-wrapper {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .product__info-wrapper {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .product__info-container {
    max-width: 100% !important;
    position: sticky !important;
    top: 12rem !important;
  }

  .product__media,
  .product-media-container,
  .product__modal-opener {
    min-height: 680px !important;
  }

  .product__media img {
    max-height: 660px !important;
  }
}

.product__media-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1.6rem !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  padding-bottom: 1.4rem !important;
  scrollbar-width: thin !important;
}

.product__media-list::-webkit-scrollbar {
  height: 0.8rem !important;
}

.product__media-list::-webkit-scrollbar-track {
  background: #eee !important;
  border-radius: 999px !important;
}

.product__media-list::-webkit-scrollbar-thumb {
  background: #e30620 !important;
  border-radius: 999px !important;
}

.product__media-item {
  display: block !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  scroll-snap-align: start !important;
}

.product__media,
.product-media-container,
.product__modal-opener {
  width: 100% !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
}

.product__media img {
  object-fit: contain !important;
}

.product__info-container {
  padding: 0 !important;
}

.product__text.caption-with-letter-spacing {
  margin-bottom: 1.2rem !important;
  color: #111950 !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

.product__title {
  margin: 0 0 2rem !important;
}

.product__title h1 {
  color: #080808 !important;
  font-size: clamp(3rem, 2.4vw, 4.6rem) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

.product .price {
  margin: 0 0 1.8rem !important;
}

.product .price__container {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 1rem 1.4rem !important;
}

.product .price-item {
  color: #e30620 !important;
  font-size: 2.2rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.02em !important;
}

.product .price-item--regular {
  color: #888 !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  text-decoration-thickness: 0.14rem !important;
}

.product .badge {
  width: fit-content !important;
  color: #fff !important;
  background: #111 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.55rem 1.35rem !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
}

.product__tax {
  color: #666 !important;
  font-size: 1.35rem !important;
}

.product-form__input,
.product-form__quantity {
  margin: 2rem 0 0 !important;
}

.product-form__input .form__label,
.product-form__quantity .form__label {
  margin-bottom: 0.9rem !important;
  color: #111 !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
}

.product-form__input input[type='radio'] + label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 5.4rem !important;
  padding: 0 2rem !important;
  color: #111 !important;
  background: #fff !important;
  border: 2px solid #dfe4f2 !important;
  border-radius: 6px !important;
  font-size: 1.55rem !important;
  font-weight: 850 !important;
  transition: 0.2s ease !important;
}

.product-form__input input[type='radio']:checked + label {
  color: #fff !important;
  background: #111950 !important;
  border-color: #111950 !important;
}

.quantity {
  width: 15rem !important;
  min-height: 5.2rem !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1.5px solid #d7d7d7 !important;
  border-radius: 4px !important;
}

.quantity__button {
  width: 4.8rem !important;
}

.quantity__input {
  color: #111 !important;
  font-weight: 900 !important;
}

.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__more-options {
  display: none !important;
}

.product-form {
  margin-top: 2rem !important;
}

.product-form__submit {
  position: relative !important;
  min-height: 6.2rem !important;
  color: transparent !important;
  background: #e30620 !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.product-form__submit:hover {
  background: #b80018 !important;
}

.product-form__submit::before {
  display: none !important;
  box-shadow: none !important;
}

.product-form__submit span,
.product-form__submit .button__text {
  display: none !important;
}

.product-form__submit::after {
  content: "Personaliseer nu" !important;
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 1.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

.product__description,
.product__description.rte {
  margin-top: 4rem !important;
  color: #333 !important;
  font-size: 1.7rem !important;
  line-height: 1.7 !important;
}

.product__description h2,
.product__description h3 {
  color: #111 !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

@media screen and (max-width: 989px) {
  .product {
    display: block !important;
    padding: 2rem 1.6rem 4rem !important;
  }

  .product__media-wrapper,
  .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product__info-container {
    position: static !important;
  }

  .product__media-list {
    gap: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .product__media-item {
    flex-basis: 100% !important;
  }

  .product__title h1 {
    font-size: 3rem !important;
  }

  .product .price-item {
    font-size: 2.1rem !important;
  }

  .product-form__submit {
    min-height: 5.6rem !important;
  }
}

/* =========================
   CART DRAWER
========================= */

.drawer {
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(3px);
}

.drawer__inner,
cart-drawer .drawer__inner {
  width: min(46rem, 100vw) !important;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px 0 0 28px;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.22);
}

.drawer__header,
cart-drawer .drawer__header {
  padding: 3rem 3.2rem 2rem;
  border-bottom: 1px solid #eeeeee;
}

.drawer__heading,
cart-drawer .drawer__heading {
  color: #111;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.drawer__close,
cart-drawer .drawer__close {
  width: 5.8rem;
  height: 5.8rem;
  color: #111;
  background: #f5f5f5;
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}

.drawer__close:hover,
cart-drawer .drawer__close:hover {
  background: #ececec;
  transform: rotate(8deg);
}

cart-drawer .drawer__overlay {
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(3px) !important;
}

cart-drawer .cart-drawer__empty-content {
  padding: 5rem 2.4rem !important;
  text-align: center !important;
}

cart-drawer .cart-drawer__empty-content h2 {
  color: #111 !important;
  font-size: 2.4rem !important;
  font-weight: 900 !important;
}

cart-drawer .button::before,
cart-drawer .button::after {
  display: none !important;
  box-shadow: none !important;
}

.cart-drawer .cart-items thead {
  display: none;
}

.cart-drawer .cart-item,
cart-drawer .cart-item {
  display: grid;
  grid-template-columns: 13rem 1fr auto;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #eeeeee !important;
}

.cart-drawer .cart-item__media {
  width: 13rem;
}

.cart-drawer .cart-item__image {
  width: 100%;
  max-width: 13rem;
  padding: 0.8rem;
  background: #f7f7f7;
  border-radius: 14px;
  object-fit: contain;
}

.cart-drawer .cart-item__details {
  padding-top: 0.2rem;
}

.cart-drawer .cart-item__name,
cart-drawer .cart-item__name {
  display: inline-block;
  color: #111 !important;
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.cart-drawer .cart-item__name:focus,
.cart-drawer .cart-item__name:focus-visible {
  outline: 2px solid #e30620;
  outline-offset: 4px;
  box-shadow: none;
}

.cart-drawer .product-option,
.cart-drawer .cart-item__details dl,
.cart-drawer .cart-item__details dd {
  color: #555;
  font-size: 1.55rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.cart-drawer .cart-item__price-wrapper,
.cart-drawer .price {
  color: #111;
  font-size: 1.7rem;
  font-weight: 800;
}

.cart-drawer .cart-item__totals {
  padding-top: 0.2rem;
}

.cart-drawer .cart-item__quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.cart-drawer quantity-input.quantity,
.cart-drawer .quantity {
  display: grid;
  grid-template-columns: 4.6rem 1fr 4.6rem;
  align-items: center;
  width: 15rem;
  min-height: 4.8rem;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 999px;
  box-shadow: none;
}

.cart-drawer .quantity::before,
.cart-drawer .quantity::after {
  display: none;
}

.cart-drawer .quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.8rem;
  color: #111;
  background: transparent;
  border: 0;
  transition: background 0.18s ease, color 0.18s ease;
}

.cart-drawer .quantity__button:hover {
  color: #e30620;
  background: #eeeeee;
}

.cart-drawer .quantity__input {
  width: 100%;
  height: 4.8rem;
  min-height: 4.8rem;
  padding: 0;
  color: #111;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  appearance: textfield;
}

.cart-drawer .quantity__input:focus,
.cart-drawer .quantity__input:focus-visible {
  outline: none;
  box-shadow: none;
}

.cart-drawer .quantity__button svg {
  width: 1.5rem;
  height: 1.5rem;
}

.cart-drawer .quantity:focus-within {
  border-color: #e30620;
  box-shadow: 0 0 0 3px rgba(227, 6, 32, 0.12);
}

.cart-drawer cart-remove-button .button {
  min-width: 4.4rem;
  min-height: 4.4rem;
  color: #111;
  background: #f6f6f6;
  border-radius: 50%;
}

.cart-drawer cart-remove-button .button:hover {
  color: #e30620;
  background: #ffe8eb;
}

.cart-drawer__footer,
cart-drawer .cart-drawer__footer {
  padding: 2.4rem 3.2rem 3rem;
  background: #fff;
  border-top: 1px solid #eeeeee !important;
  box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.06) !important;
}

.cart-drawer .totals {
  align-items: center;
  margin-bottom: 0.8rem;
}

.cart-drawer .totals__total {
  color: #111;
  font-size: 2rem;
  font-weight: 800;
}

.cart-drawer .totals__total-value {
  color: #111;
  font-size: 2.2rem;
  font-weight: 900;
}

.cart-drawer .tax-note {
  margin: 0.8rem 0 2rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.45;
}

.cart-drawer .cart__checkout-button,
cart-drawer .cart__checkout-button,
cart-drawer .cart-drawer__empty-content .button {
  min-height: 5.8rem !important;
  color: #fff !important;
  background: #e30620 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  font-size: 1.8rem;
  font-weight: 900 !important;
  letter-spacing: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cart-drawer .cart__checkout-button:hover {
  background: #b80018;
  transform: translateY(-1px);
}

@media screen and (max-width: 749px) {
  .drawer__inner,
  cart-drawer .drawer__inner {
    width: 100vw !important;
    border-radius: 18px 18px 0 0 !important;
  }

  .drawer__header,
  cart-drawer .drawer__header {
    padding: 2.4rem 2rem 1.6rem;
  }

  .drawer__heading {
    font-size: 2.8rem;
  }

  .cart-drawer .cart-item {
    grid-template-columns: 9.5rem 1fr;
    gap: 1.4rem;
    padding: 2rem 0;
  }

  .cart-drawer .cart-item__media {
    width: 9.5rem;
  }

  .cart-drawer .cart-item__image {
    max-width: 9.5rem;
  }

  .cart-drawer .cart-item__totals {
    grid-column: 2;
  }

  .cart-drawer quantity-input.quantity,
  .cart-drawer .quantity {
    width: 12.8rem;
    min-height: 4.4rem;
    grid-template-columns: 4rem 1fr 4rem;
  }

  .cart-drawer .quantity__button {
    width: 4rem;
    height: 4.4rem;
  }

  .cart-drawer .quantity__input {
    height: 4.4rem;
    min-height: 4.4rem;
    font-size: 1.6rem;
  }

  .cart-drawer .quantity__button svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .cart-drawer__footer {
    padding: 2rem;
  }
}


/* =========================
   PERSONALISEER MODAL FINAL
========================= */

.personalize-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  font-family: Poppins, sans-serif !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.personalize-modal.is-opening,
.personalize-modal.is-open,
.personalize-modal.is-closing {
  visibility: visible !important;
}

.personalize-modal.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.personalize-modal__overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
}

.personalize-modal__panel {
  position: absolute !important;
  inset: 3rem !important;
  display: grid !important;
  grid-template-columns: 52% 48% !important;
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28) !important;
}

.personalize-modal__left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 4rem !important;
  border-right: 1px solid #eee !important;
}

.personalize-modal__image {
  width: 100% !important;
  height: 58vh !important;
  object-fit: contain !important;
}

.personalize-modal__usp {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  color: #444 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.personalize-modal__right {
  overflow-y: auto !important;
  padding: 4rem 4rem 15rem !important;
}

.personalize-modal__close {
  position: absolute !important;
  top: 2rem !important;
  right: 2.4rem !important;
  z-index: 5 !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  color: #111 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
  font-size: 3.4rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.personalize-modal h2 {
  margin: 0 0 1.4rem !important;
  color: #111 !important;
  font-size: 2.6rem !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
}

.personalize-modal__stock {
  margin-bottom: 2rem !important;
  color: #09a64f !important;
  font-weight: 900 !important;
}

.personalize-modal__group {
  margin-top: 2.8rem !important;
}

.personalize-modal__group h3 {
  margin: 0 0 0.4rem !important;
  color: #111 !important;
  font-size: 2.2rem !important;
  font-weight: 950 !important;
}

.personalize-modal__group p {
  margin: 0 0 1.2rem !important;
  color: #555 !important;
  font-weight: 700 !important;
}

.personalize-modal__options,
.personalize-modal__options--delivery {
  display: grid !important;
  gap: 1.2rem !important;
}

.personalize-modal__options--delivery {
  grid-template-columns: 1fr 1fr !important;
}

.personalize-option {
  display: grid !important;
  grid-template-columns: 7rem 1fr auto !important;
  align-items: center !important;
  gap: 1.4rem !important;
  width: 100% !important;
  min-height: 8.5rem !important;
  margin: 0 !important;
  padding: 1.6rem !important;
  text-align: left !important;
  background: #fff !important;
  border: 1.5px solid #ddd !important;
  border-radius: 12px !important;
  cursor: pointer !important;
}

.personalize-modal__options--delivery .personalize-option {
  grid-template-columns: 1fr auto !important;
}

.personalize-option.is-selected {
  background: #fff5f6 !important;
  border-color: #e30620 !important;
}

.personalize-option__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 7rem !important;
  height: 7rem !important;
  overflow: hidden !important;
  background: #f7f7f7 !important;
  border-radius: 10px !important;
}

.personalize-option img {
  width: 100% !important;
  height: 100% !important;
  padding: 0.5rem !important;
  object-fit: contain !important;
}

.personalize-option strong {
  display: block !important;
  color: #111 !important;
  font-size: 1.7rem !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.personalize-option span {
  display: block !important;
  margin-top: 0.35rem !important;
  color: #666 !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
}

.personalize-option__price {
  color: #e30620 !important;
  font-size: 1.45rem !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.personalize-modal__footer {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 1.4rem !important;
  width: 48% !important;
  padding: 2rem 3rem !important;
  background: #fff !important;
  border-top: 1px solid #eee !important;
}

.personalize-modal__total {
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: space-between !important;
  color: #111 !important;
  font-size: 2rem !important;
  font-weight: 950 !important;
}

.personalize-modal__continue,
.personalize-modal__cart {
  min-height: 5.6rem !important;
  border-radius: 10px !important;
  font-size: 1.6rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

.personalize-modal__continue {
  color: #111 !important;
  background: #fff !important;
  border: 1.5px solid #ddd !important;
}

.personalize-modal__cart {
  color: #fff !important;
  background: #e30620 !important;
  border: 0 !important;
}

@media screen and (max-width: 749px) {
  .personalize-modal__panel {
    inset: auto 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 94dvh !important;
    max-height: 94dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 18px 18px 0 0 !important;
  }

  .personalize-modal__left {
    padding: 1.6rem 1.6rem 1.2rem !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eee !important;
  }

  .personalize-modal__image {
    height: 22rem !important;
    max-height: 28vh !important;
  }

  .personalize-modal__usp {
    gap: 0.8rem !important;
    margin-top: 1rem !important;
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
  }

  .personalize-modal__right {
    overflow: visible !important;
    padding: 2rem 1.6rem 0 !important;
  }

  .personalize-modal h2 {
    margin-bottom: 1rem !important;
    padding-right: 4rem !important;
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
  }

  .personalize-modal__close {
    top: 1.2rem !important;
    right: 1.4rem !important;
    width: 4.4rem !important;
    height: 4.4rem !important;
    font-size: 3rem !important;
  }

  .personalize-modal__group {
    margin-top: 2rem !important;
  }

  .personalize-modal__group h3 {
    font-size: 2rem !important;
  }

  .personalize-modal__options,
  .personalize-modal__options--delivery {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .personalize-option {
    grid-template-columns: 5.8rem 1fr auto !important;
    gap: 1rem !important;
    min-height: 8rem !important;
    padding: 1.25rem !important;
    border-radius: 12px !important;
  }

  .personalize-modal__options--delivery .personalize-option {
    grid-template-columns: 1fr auto !important;
  }

  .personalize-option__image {
    width: 5.8rem !important;
    height: 5.8rem !important;
  }

  .personalize-option strong {
    font-size: 1.5rem !important;
  }

  .personalize-option span {
    font-size: 1.2rem !important;
  }

  .personalize-option__price {
    font-size: 1.3rem !important;
  }

  .personalize-modal__footer {
    position: sticky !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 20 !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    width: 100% !important;
    margin-top: 1.6rem !important;
    padding: 1.3rem 1.6rem calc(1.3rem + env(safe-area-inset-bottom)) !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border-top: 1px solid #eee !important;
    box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(10px) !important;
  }

  .personalize-modal__total {
    font-size: 1.7rem !important;
  }

  .personalize-modal__continue,
  .personalize-modal__cart {
    width: 100% !important;
    min-height: 5.2rem !important;
    border-radius: 12px !important;
    font-size: 1.5rem !important;
  }
}

/* =========================
   PRODUCT BUTTON FINAL
========================= */

.product-form,
.product-form form,
.product-form__buttons {
  width: 100% !important;
  max-width: 100% !important;
}

.product-form__submit,
.product-form__submit.button,
.product-form__submit.button--secondary,
.product-form__submit.button--full-width {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 62px !important;
  color: #fff !important;
  background: #e30620 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.product-form__submit::before,
.product-form__submit::after,
.product-form__submit.button::before,
.product-form__submit.button::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
}

.product-form__submit span,
.product-form__submit .button__text,
.product-form__submit * {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.normal-buy-now-button {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 62px !important;
  margin-bottom: 12px !important;
  color: #fff !important;
  background: #111 !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.normal-buy-now-button::before,
.normal-buy-now-button::after {
  content: none !important;
  display: none !important;
}

/* =========================
   PREDICTIVE SEARCH
========================= */

.mobile-predictive-results {
  position: relative;
  z-index: 99999;
  display: none;
  margin-top: 1.2rem;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14) !important;
}

.search-results {
  z-index: 99999 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14) !important;
}

.search-item,
.mobile-predictive-item {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 18px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.search-item:hover,
.mobile-predictive-item:hover {
  background: #fafafa !important;
}

.search-item img,
.mobile-predictive-item img {
  width: 72px !important;
  height: 72px !important;
  padding: 6px !important;
  object-fit: contain !important;
  background: #f7f7f7 !important;
  border-radius: 10px !important;
}

.search-item-title,
.mobile-predictive-item strong {
  display: block !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.search-item-price,
.mobile-predictive-item span {
  display: block !important;
  margin-top: 5px !important;
  color: #e30620 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.mobile-predictive-empty {
  padding: 1.4rem;
  color: #777;
  font-weight: 700;
}

/* =========================
   SEARCH DIM OVERLAY
========================= */

.search-dim-overlay {
  position: fixed;
  inset: 0;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

body.my-search-active .search-dim-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.my-search-active .header__search,
body.my-search-active .header-search-form {
  position: relative !important;
  z-index: 9001 !important;
}

body.my-search-active .header-search-input {
  position: relative !important;
  z-index: 9002 !important;
  color: #111 !important;
  background: #fff !important;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18) !important;
  opacity: 1 !important;
}

body.my-search-active .header-search-form::after,
body.my-search-active .search-button,
body.my-search-active .header-search-button {
  position: absolute !important;
  z-index: 9003 !important;
}

body.my-search-active .search-results {
  position: absolute !important;
  z-index: 9004 !important;
  background: #fff !important;
  opacity: 1 !important;
}

/* =========================
   FIXED HEADER + PERFORMANCE
========================= */

:root {
  --fixed-announcement-height: 0px;
  --fixed-header-height: 0px;
  --fixed-total-header-height: 0px;
}

.announcement-bar-section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: #e30620 !important;
}

.section-header {
  position: fixed !important;
  top: var(--fixed-announcement-height) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: #fff !important;
}

.section-header .header-wrapper,
.section-header .header {
  background: #fff !important;
}

#MainContent {
  padding-top: var(--fixed-total-header-height) !important;
}

.shopify-section-header-hidden,
.shopify-section-header-sticky {
  top: var(--fixed-announcement-height) !important;
  transform: none !important;
}

.section-header .mega-dropdown,
.section-header .header__submenu,
.section-header .header__inline-menu {
  z-index: 100000 !important;
}

html,
body {
  overflow-x: hidden !important;
}

* {
  scroll-behavior: auto !important;
}

.announcement-bar-section,
.section-header,
.header-wrapper,
.mega-dropdown,
.drawer,
.menu-drawer,
.personalize-modal,
.cart-drawer .drawer__inner {
  will-change: auto !important;
}

.drawer,
.menu-drawer,
.personalize-modal__overlay,
.search-dim-overlay {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.card-wrapper .card,
.product-card-wrapper .card,
.mega-image,
.button,
.header-btn,
.product-form__submit {
  transition-property: transform, opacity, background-color, color, border-color, box-shadow !important;
  transition-duration: 0.18s !important;
}

.card-wrapper:hover .card,
.product-card-wrapper:hover .card {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
}

cart-drawer,
.drawer,
.drawer.active,
.drawer__overlay,
.drawer__inner,
.cart-drawer {
  z-index: 999999 !important;
}

cart-drawer .drawer__inner {
  z-index: 1000000 !important;
}

/* =========================
   DESKTOP HEADER WIDTH
========================= */

@media screen and (min-width: 990px) {
  .section-header .header,
  .section-header header,
  .header-wrapper .header,
  .header-wrapper header {
    width: 100% !important;
    max-width: none !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .section-header .header__heading,
  .section-header .header__heading-link,
  .section-header .header__icons,
  .section-header .custom-header-buttons,
  .section-header .header-buttons {
    flex: 0 0 auto !important;
  }

  .section-header .header-search-form,
  .section-header .header-search,
  .section-header form[action="/search"],
  .section-header form[action="{{ routes.search_url }}"] {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 500px !important;
  }

  .section-header .header-search-input,
  .section-header #live-search,
  .section-header input[type="search"] {
    width: 100% !important;
    max-width: none !important;
  }
}

@media screen and (min-width: 1500px) {
  .section-header .header,
  .section-header header,
  .header-wrapper .header,
  .header-wrapper header {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .section-header .header-search-form,
  .section-header .header-search,
  .section-header form[action="/search"],
  .section-header form[action="{{ routes.search_url }}"] {
    min-width: 750px !important;
  }
}

@media screen and (min-width: 1900px) {
  .section-header .header,
  .section-header header,
  .header-wrapper .header,
  .header-wrapper header {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .section-header .header-search-form,
  .section-header .header-search,
  .section-header form[action="/search"],
  .section-header form[action="{{ routes.search_url }}"] {
    min-width: 950px !important;
  }
}

@media screen and (min-width: 991px) {
  .custom-header-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    column-gap: 28px !important;
    width: 100% !important;
  }

  .custom-header-row .header__heading {
    grid-column: 1 !important;
  }

  .custom-header-row .header-search-form {
    grid-column: 2 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .custom-header-row .custom-icons {
    grid-column: 3 !important;
    flex-shrink: 0 !important;
  }

  .custom-header-row .custom-header-buttons {
    grid-column: 4 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }

  .custom-header-row .header-btn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }
}

/* =========================
   PREMIUM CART DRAWER
========================= */

cart-drawer .drawer__inner,
.drawer .drawer__inner {
  background: #fff;
}

cart-drawer .drawer__header,
.drawer .drawer__header {
  padding: 2.4rem 3.2rem;
  border-bottom: 1px solid #eeeeee;
}

cart-drawer .drawer__heading,
.drawer .drawer__heading {
  color: #111;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
}

cart-drawer .drawer__close,
.drawer .drawer__close {
  width: 4.4rem;
  height: 4.4rem;
  background: #f6f6f6;
  border-radius: 999px;
}

cart-drawer .cart-item,
.drawer .cart-item {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 2.2rem;
  padding: 3rem 3.2rem;
  border-bottom: 1px solid #eeeeee;
}

cart-drawer .cart-item__media,
.drawer .cart-item__media {
  grid-column: 1;
  width: 11rem;
}

cart-drawer .cart-item__image-container,
.drawer .cart-item__image-container {
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 16px;
}

cart-drawer .cart-item__image,
.drawer .cart-item__image {
  width: 11rem;
  height: 11rem;
  padding: 1rem;
  object-fit: contain;
}

cart-drawer .cart-item__details,
.drawer .cart-item__details {
  grid-column: 2;
  min-width: 0;
  padding: 0;
}

cart-drawer .cart-item__name,
.drawer .cart-item__name {
  display: inline;
  color: #111;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

cart-drawer .cart-item__price-wrapper,
.drawer .cart-item__price-wrapper {
  grid-column: 3;
  padding-top: 0.1rem;
  color: #111;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: right;
}

cart-drawer .cart-item__discounted-prices,
.drawer .cart-item__discounted-prices {
  margin: 0;
}

cart-drawer .product-option,
.drawer .product-option {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0.7rem 0 0;
  padding: 0;
  color: #555;
  background: transparent;
  border-radius: 0;
  font-size: 1.38rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
}

cart-drawer .product-option:first-of-type,
.drawer .product-option:first-of-type {
  margin-top: 1.2rem;
}

cart-drawer .product-option::first-letter,
.drawer .product-option::first-letter {
  text-transform: uppercase;
}

cart-drawer .product-option:empty,
.drawer .product-option:empty {
  display: none;
}

cart-drawer .product-option + .product-option,
.drawer .product-option + .product-option {
  margin-top: 0.45rem;
}

.ktw-montage-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 0.8rem;
  width: fit-content;
  max-width: 100%;
  margin-top: 1.4rem;
  padding: 1rem 1.15rem;
  color: #111;
  background: #fff5f6;
  border: 1px solid rgba(227, 6, 32, 0.22);
  border-radius: 14px;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.ktw-montage-note::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #e30620;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 900;
}

.ktw-montage-note span {
  color: #e30620;
  font-weight: 900;
  white-space: nowrap;
}

cart-drawer .cart-item__quantity-wrapper,
.drawer .cart-item__quantity-wrapper {
  grid-column: 2 / 4;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-top: 2.2rem;
}

cart-drawer quantity-input.quantity,
.drawer quantity-input.quantity {
  min-width: 15rem;
  min-height: 5.2rem;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 10px;
}

cart-drawer .quantity__button,
.drawer .quantity__button {
  color: #111;
}

cart-drawer cart-remove-button,
.drawer cart-remove-button {
  width: 4.8rem;
  height: 4.8rem;
  background: #f7f7f7;
  border-radius: 999px;
}

cart-drawer cart-remove-button button,
.drawer cart-remove-button button {
  min-width: 4.8rem;
  min-height: 4.8rem;
}

cart-drawer .drawer__footer,
.drawer .drawer__footer,
cart-drawer .cart__footer,
.drawer .cart__footer {
  padding: 3rem 3.2rem 3.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 -18px 38px rgba(0, 0, 0, 0.055);
}

cart-drawer .totals,
.drawer .totals {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
}

cart-drawer .totals__total,
.drawer .totals__total {
  margin: 0;
  color: #111;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

cart-drawer .totals__total-value,
.drawer .totals__total-value {
  margin: 0;
  color: #111;
  font-size: 1.95rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

cart-drawer .tax-note,
.drawer .tax-note {
  max-width: 34rem;
  margin: 0.6rem 0 2.4rem;
  color: #6f6f6f;
  font-size: 0;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
}

cart-drawer .tax-note::before,
.drawer .tax-note::before {
  content: "Inclusief btw. Verzending en eventuele korting worden berekend bij het afrekenen.";
  display: block;
  font-size: 1.3rem;
}

cart-drawer .cart__checkout-button,
.drawer .cart__checkout-button {
  width: 100%;
  min-height: 6rem;
  color: #fff;
  background: #e30620;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(227, 6, 32, 0.22);
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

cart-drawer .cart__checkout-button:hover,
.drawer .cart__checkout-button:hover {
  background: #c90018;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(227, 6, 32, 0.28);
}

cart-drawer button[name="checkout"],
cart-drawer .cart__checkout-button,
.drawer button[name="checkout"],
.drawer .cart__checkout-button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 4.6rem !important;
}

cart-drawer button[name="checkout"]::before,
cart-drawer .cart__checkout-button::before,
.drawer button[name="checkout"]::before,
.drawer .cart__checkout-button::before {
  content: "" !important;
  position: absolute !important;
  left: calc(50% - 8.9rem) !important;
  top: 50% !important;
  z-index: 5 !important;
  display: block !important;
  width: 1.45rem !important;
  height: 1.15rem !important;
  background: #fff !important;
  border-radius: 0.25rem !important;
  transform: translateY(-35%) !important;
}

cart-drawer button[name="checkout"]::after,
cart-drawer .cart__checkout-button::after,
.drawer button[name="checkout"]::after,
.drawer .cart__checkout-button::after {
  content: "" !important;
  position: absolute !important;
  left: calc(50% - 8.65rem) !important;
  top: 50% !important;
  z-index: 4 !important;
  display: block !important;
  width: 0.9rem !important;
  height: 0.9rem !important;
  background: transparent !important;
  border: 0.25rem solid #fff !important;
  border-bottom: 0 !important;
  border-radius: 999px 999px 0 0 !important;
  box-shadow: none !important;
  transform: translateY(-105%) !important;
}

@media screen and (max-width: 749px) {
  cart-drawer .drawer__header,
  .drawer .drawer__header {
    padding: 2rem;
  }

  cart-drawer .cart-item,
  .drawer .cart-item {
    grid-template-columns: 9rem minmax(0, 1fr);
    column-gap: 1.6rem;
    padding: 2.2rem 2rem;
  }

  cart-drawer .cart-item__media,
  .drawer .cart-item__media {
    width: 9rem;
  }

  cart-drawer .cart-item__image,
  .drawer .cart-item__image {
    width: 9rem;
    height: 9rem;
  }

  cart-drawer .cart-item__price-wrapper,
  .drawer .cart-item__price-wrapper {
    grid-column: 2;
    margin-top: 0.5rem;
    text-align: left;
  }

  cart-drawer .cart-item__quantity-wrapper,
  .drawer .cart-item__quantity-wrapper {
    grid-column: 1 / -1;
  }

  cart-drawer .drawer__footer,
  .drawer .drawer__footer,
  cart-drawer .cart__footer,
  .drawer .cart__footer {
    padding: 2.4rem 2rem;
  }
}

/* =========================
   PICKUP + SHARE PRODUCT BLOCK
========================= */

.product__pickup-availabilities,
pickup-availability {
  display: block !important;
  margin-top: 20px !important;
}

.pickup-availability,
pickup-availability .pickup-availability {
  max-width: 64rem !important;
  padding: 18px 20px !important;
  background: #f8f8f8 !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 12px !important;
}

.pickup-availability-info {
  padding-left: 0 !important;
}

.pickup-availability-preview {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.pickup-availability-preview svg,
.pickup-availability-preview .icon {
  width: 22px !important;
  height: 22px !important;
  margin-top: 2px !important;
  color: #16a34a !important;
  flex-shrink: 0 !important;
}

.pickup-availability-info p {
  margin: 0 0 8px !important;
  color: #222 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.pickup-availability-info p:first-child {
  font-weight: 800 !important;
}

.pickup-availability-info p:nth-child(2) {
  color: #666 !important;
  font-size: 14px !important;
}

.pickup-availability-button,
button.pickup-availability-button {
  margin-top: 8px !important;
  padding: 0 !important;
  color: #e30620 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.pickup-availability-button:hover {
  text-decoration: underline !important;
}
/* Share mooier maken */
.share-button,
.product__info-container .share-button {
  max-width: 64rem !important;
  margin-top: 14px !important;
}

.share-button__button {
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease !important;
}

.share-button__button:hover {
  background: #f8f8f8 !important;
  border-color: #cfcfcf !important;
  transform: translateY(-1px) !important;
}

.share-button__button svg {
  width: 20px !important;
  height: 20px !important;
}

.personalize-modal {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.personalize-modal.is-opening,
.personalize-modal.is-open,
.personalize-modal.is-closing {
  visibility: visible !important;
}

.personalize-modal.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.personalize-modal__overlay {
  opacity: 0 !important;
  transition: opacity 0.25s ease !important;
}

.personalize-modal.is-open .personalize-modal__overlay {
  opacity: 1 !important;
}

.personalize-modal__panel {
  opacity: 0 !important;
  transform: translateY(24px) scale(0.97) !important;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), opacity 0.25s ease !important;
}

.personalize-modal.is-open .personalize-modal__panel {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.personalize-modal.is-closing {
  opacity: 0 !important;
  pointer-events: none !important;
}

.personalize-modal.is-closing .personalize-modal__panel {
  opacity: 0 !important;
  transform: translateY(20px) scale(0.97) !important;
}


  cart-drawer .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
  }

  cart-drawer cart-remove-button {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(0px) !important;
    border-radius: 50% !important;
    background: #f7f7f7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  cart-drawer cart-remove-button a,
  cart-drawer cart-remove-button button,
  cart-drawer cart-remove-button .button {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  cart-drawer cart-remove-button svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    margin: 0 !important;
    transform: translate(0px, 0px) !important;
  }

  cart-drawer cart-remove-button:hover {
    background: #fde4e9 !important;
  }

  cart-drawer cart-remove-button::before,
  cart-drawer cart-remove-button::after,
  cart-drawer cart-remove-button a::before,
  cart-drawer cart-remove-button a::after,
  cart-drawer cart-remove-button button::before,
  cart-drawer cart-remove-button button::after {
    display: none !important;
    content: none !important;
  }


.product-card-colors {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-top: 10px !important;
  min-height: 22px !important;
  width: 100% !important;
  position: relative !important;
  z-index: 5 !important;
}

.product-card-colors .product-card-color {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  flex: 0 0 20px !important;
  display: inline-flex !important;
  border-radius: 999px !important;
  border: 1px solid #d9d9d9 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 6 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.product-card-colors .product-card-color:hover {
  transform: translateY(-2px) scale(1.08) !important;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18) !important;
  border-color: #ffffff !important;
}

.product-card-colors .product-card-color:active {
  transform: scale(0.94) !important;
}

.product-card-colors .product-card-color--white {
  border-color: #cfcfcf !important;
}
/* Sterren op dezelfde hoogte als kleurbolletje */
.product-card-colors {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 28px !important;
  margin-top: 12px !important;
}

.product-card-rating,
.rating-wrapper {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: -28px 1.8rem 0 auto !important;
  min-height: 28px !important;
  width: fit-content !important;
}

/* Bekijk product knop breder */
.product-card-view-button {
  width: calc(100% - 2rem) !important;
  margin: 1.8rem 1rem 1rem !important;
  min-height: 5.4rem !important;
}

/* Minder ruimte tussen productfoto en productinfo */
.card__information,
.custom-product-card .card__content {
  padding-top: 0.4rem !important;
}

.card__media,
.card .media {
  margin-bottom: 0 !important;
}

/* Producten dichter op elkaar */
@media screen and (min-width: 990px) {
  .product-grid,
  .collection .product-grid,
  #product-grid {
    column-gap: 1.4rem !important;
    row-gap: 2.2rem !important;
  }
}
/* Bekijk product knop breder binnen product card */
.product-card-view-button {
  width: calc(100% + 1.6rem) !important;
  margin-left: -0.8rem !important;
  margin-right: -0.8rem !important;
}

/* Kleur + sterren netjes op 1 rij */
.card-information {
  display: grid !important;
}

.product-card-colors {
  grid-row: 3 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin-top: 12px !important;
}

.product-card-rating {
  grid-row: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin: 12px 1.8rem 0 0 !important;
}

/* Als er geen kleur is: sterren gewoon onder de prijs zetten */
.card-information > .product-card-rating:first-of-type,
.price + .product-card-rating {
  grid-row: auto !important;
  justify-self: start !important;
  margin: 1.4rem 0 0 !important;
}

/* Kleurbolletje links + sterren exact op dezelfde hoogte */
.product-card-meta-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: 30px !important;
  margin-top: 1.4rem !important;
}

.product-card-meta-row .product-card-colors {
  display: flex !important;
  align-items: center !important;
  min-height: 30px !important;
  margin: 0 !important;
}

.product-card-meta-row .product-card-rating,
.product-card-rating {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  min-height: 30px !important;
  margin: 0 !important;
  transform: translateY(0) !important;
}

.product-card-meta-row .product-card-rating__stars {
  line-height: 1 !important;
}
.product-card-lock-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2rem !important;
  height: 2rem !important;
}

.product-card-lock-icon svg {
  width: 2rem !important;
  height: 2rem !important;
  stroke: #666 !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.announcement-bar__message {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.9rem !important;
  line-height: 1 !important;
}

.announcement-bar__message::before {
  content: "" !important;
  display: inline-flex !important;
  width: 1.9rem !important;
  height: 1.9rem !important;
  flex: 0 0 1.9rem !important;
  position: relative !important;
  top: 0.07rem !important;

  background-color: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7h11v9H3V7Zm11 3h4l3 4v2h-7v-6ZM7 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7h11v9H3V7Zm11 3h4l3 4v2h-7v-6ZM7 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

@media screen and (max-width: 749px) {
  .announcement-bar,
  .announcement-bar-section,

  .announcement-bar__message {
    padding-left: 14px !important;
    padding-right: 14px !important;
    line-height: 1.18 !important;
  }
}

.mega-image,
.mega-image:hover,
.mega-image:focus {
  text-decoration: none !important;
}

.mega-image .mega-product-title,
.mega-image .mega-product-price,
.mega-image .mega-product-title:hover,
.mega-image .mega-product-price:hover {
  text-decoration: none !important;
}

/* Product beschrijving blok mooier maken, zonder tekst zelf aan te passen */
.product__description {
  margin-top: 28px !important;
  padding: 24px 26px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04) !important;
  max-width: 64rem !important;
}

/* Zorgt dat alleen het blok netjes blijft, tekst blijft zoals hij is */
.product__description.rte,
.product__description .rte {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

/* Mobiel iets compacter */
@media screen and (max-width: 749px) {
  .product__description {
    margin-top: 22px !important;
    padding: 18px 16px !important;
    border-radius: 8px !important;
    max-width: 100% !important;
  }
}

.product__description {
  position: relative !important;
  margin-top: 34px !important;
  padding: 34px 26px 24px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04) !important;
  max-width: 64rem !important;
}

.product__description::before {
  content: "Beschrijving";
  display: block;
  margin-bottom: 16px;
  color: #111;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.product__description::after {
  content: "";
  display: block;
  position: absolute;
  top: 62px;
  left: 26px;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: #e30620;
}

.product__description.rte,
.product__description .rte {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

@media screen and (max-width: 749px) {
  .product__description {
    margin-top: 24px !important;
    padding: 30px 16px 18px !important;
    border-radius: 8px !important;
    max-width: 100% !important;
  }

  .product__description::before {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .product__description::after {
    top: 56px;
    left: 16px;
    width: 38px;
  }
}

.template-search .ktw-search-header-moved form,
.template-search .ktw-search-header-moved .field {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.template-search .ktw-search-header-moved .field::before,
.template-search .ktw-search-header-moved .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

.template-search .ktw-search-header-moved .search__input,
.template-search .ktw-search-header-moved input[type="search"] {
  border: 1.5px solid #d8d8d8 !important;
  outline: 0 !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

/* Zoekpagina: productkaart nummers onderin rechts */
.template-search .grid__item {
  position: relative !important;
}

.template-search .grid__item .slider-buttons,
.template-search .grid__item .slider-counter,
.template-search .grid__item .slideshow__control-wrapper,
.template-search .grid__item .product-card__media-pagination,
.template-search .grid__item .card__media-pagination {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  top: auto !important;
  left: auto !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  width: auto !important;
  margin: 0 !important;
}

.template-search .grid__item .slider-button,
.template-search .grid__item .slider-counter__link,
.template-search .grid__item .slideshow__control,
.template-search .grid__item .product-card__media-pagination button,
.template-search .grid__item .card__media-pagination button {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
  opacity: 1 !important;
}

.template-search .grid__item .slider-button[aria-current="true"],
.template-search .grid__item .slider-counter__link[aria-current="true"],
.template-search .grid__item .slider-counter__link--active,
.template-search .grid__item .slideshow__control[aria-current="true"],
.template-search .grid__item .product-card__media-pagination button.is-active,
.template-search .grid__item .card__media-pagination button.is-active {
  background: #e30620 !important;
  color: #fff !important;
}

.template-search .grid__item .slider-button::before,
.template-search .grid__item .slider-button::after,
.template-search .grid__item .slider-counter__link::before,
.template-search .grid__item .slider-counter__link::after {
  display: none !important;
  content: none !important;
}
.template-search .grid__item .product-card-tabs,
.template-search .grid__item .product-card-tab,
.template-search .grid__item [class*="product-tabs"],
.template-search .grid__item [class*="card-tabs"],
.template-search .grid__item [class*="image-tabs"],
.template-search .grid__item [class*="media-tabs"] {
  display: none !important;
}
/* Definitieve headeruitlijning zonder logogrootte te wijzigen */
html {
  overflow-y: auto !important;
  scrollbar-gutter: stable !important;
}

@media screen and (min-width: 991px) {
  .section-header .header {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
    box-sizing: border-box !important;
  }

  .custom-header-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    grid-template-areas: "logo search icons buttons" !important;
    align-items: center !important;
    column-gap: 28px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Homepage-logo en logo op overige pagina's gelijk positioneren */
  .custom-header-row > .header__heading,
  .custom-header-row > .header__heading-link {
    grid-area: logo !important;
    position: static !important;
    align-self: center !important;
    justify-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    line-height: 0 !important;
  }

  .custom-header-row .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
  }

  .custom-header-row .header__heading-logo-wrapper,
  .custom-header-row .header__heading-logo {
    margin: 0 !important;
    transform: none !important;
  }

  .custom-header-row .header-search-form {
    grid-area: search !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .custom-header-row .custom-icons {
    grid-area: icons !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  .custom-header-row .custom-header-buttons {
    grid-area: buttons !important;
    justify-self: end !important;
    margin: 0 !important;
  }
}

/* KTW product zekerheidkaart naast de productbeschrijving */
.ktw-product-description-row {
  width: 100% !important;
  max-width: 132rem !important;
  margin: 3.4rem auto 0 !important;
  display: grid !important;
  grid-template-columns: minmax(28rem, 0.82fr) minmax(0, 1fr) !important;
  gap: 2.4rem !important;
  align-items: start !important;
  clear: both !important;
}

.ktw-product-description-row .ktw-product-assurance,
.ktw-product-description-row .product__description {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ktw-product-description-row .product__description {
  min-height: 100% !important;
}

@media screen and (max-width: 989px) {
  .ktw-product-description-row {
    grid-template-columns: 1fr !important;
    gap: 1.6rem !important;
    margin-top: 2.2rem !important;
  }
}

/* KTW product zekerheidkaart */
.ktw-product-assurance {
  width: min(100%, 64rem) !important;
  margin: 3rem auto 0 !important;
  padding: 2.8rem !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04) !important;
  color: #111111 !important;
  font-family: Poppins, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.ktw-product-assurance__eyebrow {
  margin: 0 0 0.8rem !important;
  color: #e30620 !important;
  font-size: 1.2rem !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.ktw-product-assurance__title {
  margin: 0 !important;
  color: #111111 !important;
  font-size: clamp(2rem, 2vw, 2.8rem) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.ktw-product-assurance__title::after {
  content: "" !important;
  display: block !important;
  width: 4.8rem !important;
  height: 0.3rem !important;
  margin-top: 1.2rem !important;
  border-radius: 999px !important;
  background: #e30620 !important;
}

.ktw-product-assurance__text {
  margin: 1.6rem 0 2rem !important;
  color: #666666 !important;
  font-size: 1.45rem !important;
  font-weight: 650 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

.ktw-product-assurance__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ktw-product-assurance__list li {
  min-height: 4.8rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 1rem 1.1rem !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 10px !important;
  background: #fafafa !important;
  color: #111111 !important;
  font-size: 1.25rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.ktw-product-assurance__icon {
  width: 2.5rem !important;
  height: 2.5rem !important;
  flex: 0 0 2.5rem !important;
  border-radius: 999px !important;
  background: #fff1f3 !important;
  color: #e30620 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ktw-product-assurance__icon svg {
  width: 1.45rem !important;
  height: 1.45rem !important;
  display: block !important;
}

.ktw-product-assurance__footer {
  margin-top: 2rem !important;
  padding-top: 1.8rem !important;
  border-top: 1px solid #eeeeee !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.4rem !important;
  color: #666666 !important;
  font-size: 1.25rem !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.ktw-product-assurance__footer a {
  min-height: 4.2rem !important;
  padding: 0 1.5rem !important;
  border-radius: 10px !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 989px) {
  .ktw-product-assurance {
    width: 100% !important;
    margin-top: 2rem !important;
    padding: 2.2rem !important;
  }

  .ktw-product-assurance__list {
    grid-template-columns: 1fr !important;
  }

  .ktw-product-assurance__footer {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .ktw-product-assurance__footer a {
    width: 100% !important;
  }
}

/* KTW collectiekaarten: gelijke fotohoogte en CTA's netjes op 1 lijn */
#product-grid,
.collection #product-grid,
.collection .product-grid {
  align-items: stretch !important;
}

#product-grid .grid__item,
.collection #product-grid .grid__item,
.collection .product-grid .grid__item {
  display: flex !important;
  align-items: stretch !important;
}

#product-grid .grid__item > .card-wrapper,
.collection #product-grid .grid__item > .card-wrapper,
.collection .product-grid .grid__item > .card-wrapper,
#product-grid .product-card-wrapper,
.collection #product-grid .product-card-wrapper,
.collection .product-grid .product-card-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
}

#product-grid .custom-product-card__card,
.collection #product-grid .custom-product-card__card,
.collection .product-grid .custom-product-card__card {
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

#product-grid .custom-product-card__card > .card__inner.ratio,
.collection #product-grid .custom-product-card__card > .card__inner.ratio,
.collection .product-grid .custom-product-card__card > .card__inner.ratio {
  --ratio-percent: 78% !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
}

#product-grid .custom-product-card__card > .card__inner.ratio::before,
.collection #product-grid .custom-product-card__card > .card__inner.ratio::before,
.collection .product-grid .custom-product-card__card > .card__inner.ratio::before {
  padding-bottom: 78% !important;
}

#product-grid .custom-product-card__card .card__media img,
#product-grid .custom-product-card__card .media img,
.collection #product-grid .custom-product-card__card .card__media img,
.collection #product-grid .custom-product-card__card .media img,
.collection .product-grid .custom-product-card__card .card__media img,
.collection .product-grid .custom-product-card__card .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 1.2rem !important;
}

#product-grid .custom-product-card__card > .card__content:last-child,
.collection #product-grid .custom-product-card__card > .card__content:last-child,
.collection .product-grid .custom-product-card__card > .card__content:last-child {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 1.6rem 1.8rem 1.6rem !important;
}

#product-grid .custom-product-card__card > .card__content:last-child > .card__information,
.collection #product-grid .custom-product-card__card > .card__content:last-child > .card__information,
.collection .product-grid .custom-product-card__card > .card__content:last-child > .card__information {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 0 !important;
}

#product-grid .custom-product-card__card .card-information,
.collection #product-grid .custom-product-card__card .card-information,
.collection .product-grid .custom-product-card__card .card-information {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

#product-grid .custom-product-card__card .card__heading,
#product-grid .custom-product-card__card .card__heading a,
.collection #product-grid .custom-product-card__card .card__heading,
.collection #product-grid .custom-product-card__card .card__heading a,
.collection .product-grid .custom-product-card__card .card__heading,
.collection .product-grid .custom-product-card__card .card__heading a {
  min-height: 4.4rem !important;
}

#product-grid .custom-product-card__card .product-card-meta-row,
.collection #product-grid .custom-product-card__card .product-card-meta-row,
.collection .product-grid .custom-product-card__card .product-card-meta-row {
  flex: 0 0 auto !important;
}

#product-grid .custom-product-card__card .product-card-view-button,
.collection #product-grid .custom-product-card__card .product-card-view-button,
.collection .product-grid .custom-product-card__card .product-card-view-button {
  flex: 0 0 auto !important;
  margin: auto -0.8rem 1rem !important;
}

#product-grid .custom-product-card__card .product-card-lock-note,
.collection #product-grid .custom-product-card__card .product-card-lock-note,
.collection .product-grid .custom-product-card__card .product-card-lock-note {
  flex: 0 0 auto !important;
  min-height: 4.2rem !important;
  margin: 0 !important;
  padding: 0 0.4rem !important;
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  #product-grid .custom-product-card__card > .card__inner.ratio,
  .collection #product-grid .custom-product-card__card > .card__inner.ratio,
  .collection .product-grid .custom-product-card__card > .card__inner.ratio {
    --ratio-percent: 82% !important;
  }

  #product-grid .custom-product-card__card > .card__inner.ratio::before,
  .collection #product-grid .custom-product-card__card > .card__inner.ratio::before,
  .collection .product-grid .custom-product-card__card > .card__inner.ratio::before {
    padding-bottom: 82% !important;
  }

  #product-grid .custom-product-card__card > .card__content:last-child,
  .collection #product-grid .custom-product-card__card > .card__content:last-child,
  .collection .product-grid .custom-product-card__card > .card__content:last-child {
    padding: 1.5rem 1.6rem 1.6rem !important;
  }
}
