/** Shopify CDN: Minification failed

Line 3575:3 Unexpected "="
Line 4557:0 Unexpected "@media"
Line 5676:3 Unexpected "="
Line 5756:3 Unexpected "="
Line 9569:0 Unexpected "}"
Line 11117:3 Unexpected "="

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: 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-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;
  }
}

.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);
}

/* 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: 2pc;
}

.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: 95%;
}

.quick-add__submit {
    min-width: 95% !important;
}

.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-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;
  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;
  right: 40px;
}

form#FacetSortForm {
    padding-bottom: 20px;
}

.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: 2.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);
  height: 2pc;
}

.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 .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: 1;
}

/* 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: 1fr 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;
  }
}

@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: 28px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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));
}

.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);
  }
}

⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻

   ===================================== */

.button,
.product-form__submit,
.shopify-payment-button__button,
a.button,
a.pet-category-card__button,
button#Subscribe,
.fbt-btn,
.quick-add__submit,
.cart__checkout-button {
  background-color: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: inherit !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  box-shadow: 0 8px 20px rgba(249, 155, 77, 0.28) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease !important;
  transform: translateY(0) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

/* Dawn standaard randlagen uitzetten */
.button:before,
.button:after,
.product-form__submit:before,
.product-form__submit:after,
.shopify-payment-button__button:before,
.shopify-payment-button__button:after,
.quick-add__submit:before,
.quick-add__submit:after,
.cart__checkout-button:before,
.cart__checkout-button:after,
.fbt-btn:before,
.fbt-btn:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Hover-effect zonder flikkeren */
.button:hover,
.product-form__submit:hover:not(:disabled),
.shopify-payment-button__button:hover,
a.button:hover,
a.pet-category-card__button:hover,
button#Subscribe:hover,
.fbt-btn:hover,
.quick-add__submit:hover,
.cart__checkout-button:hover {
  background-color: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.36) !important;
}

/* Klik-effect */
.button:active,
.product-form__submit:active,
.shopify-payment-button__button:active,
a.button:active,
a.pet-category-card__button:active,
button#Subscribe:active,
.fbt-btn:active,
.quick-add__submit:active,
.cart__checkout-button:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.25) !important;
}

/* Productkaart-knoppen breed */
.product-card-wrapper .button,
.card-wrapper .button,
.quick-add__submit {
  width: 100% !important;
  max-width: 100% !important;
}

/* Voorkom flikkeren */
.product-card-wrapper .button,
.card-wrapper .button,
.quick-add__submit,
.product-form__submit,
.cart__checkout-button {
  backface-visibility: hidden !important;
  will-change: transform, box-shadow !important;
  transform-origin: center center !important;
}

/* Secundaire knoppen */
.button--secondary {
  background-color: #f99b4d !important;
  border: none !important;
  color: #ffffff !important;
}

.button--secondary:hover {
  background-color: #ff8f36 !important;
  color: #ffffff !important;
}



/* For All Screen CSS */
div#Slider-template--26001814389001__slideshow_twzXHR {
    border-radius: 25px;
}

h3.fbt-title {}h3.fbt-title {
    font-size: 20px;
    font-weight: 600;
}

h3.product-name {
    font-size: 18px !important;
}

.fbt-product-name {
    font-size: 20px;
    font-weight: 600;
}


.stock-badge {
    margin: 0 !important;
    font-size: 16px !important;
}

.cavento-faq__accordion {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.cavento-faq__item.active {
    background: #fff7f0;
    border: 2px solid #f97316;
    border-radius: 14px;
    margin-bottom: 2px;
}

.cavento-faq-block span {
    font-size: 20px !important;
}

.cavento-faq__answer-inner span {
    font-size: 16px !important;
}


span.money {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #fd5f06 !important;
    font-family: 'Fredoka';
}

.cavento-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

.cavento-faq__question::after {
  content: '+';
  font-size: 24px;
  font-weight: 700;
  color: #ff6600;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.cavento-faq__item.active .cavento-faq__question::after {
  content: '−';
}

.cavento-faq__item.active .cavento-faq__question {
  color: #ff6600;
  padding-left: 16px;
}

.cavento-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.cavento-faq__item.active .cavento-faq__answer {
  max-height: 500px;
}

.cavento-faq__answer-inner {
  padding: 12px 0 16px 16px;
  color: #555;
  line-height: 1.6;
}

svg.cavento-faq__icon-plus {
    display: none !important;
}

svg.cavento-faq__icon-minus {
    display: none !important;
}


a.breadcrumbs__link {
    color: black !important;
}
 
ol.breadcrumbs__list a {
    color: black !important;
}



p.product__text.inline-richtext strong {
    font-size: 20px !important;
    color: black;
}

.mega-menu__list {
    display: grid;
    gap: 1.8rem 4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    list-style: none;
}

.newsletter-form__button {
    width: 12rem !important;
    margin: 5px !important;
}

.footer__content-bottom {
    padding: 0 !important;
}

.product-form__buttons {
    max-width: 22rem !important;
}

.newsletter__wrapper.color-scheme-12a65017-f10b-472b-b5c5-da4496270b4a.gradient.content-container.isolate.section-template--26001814389001__newsletter_hLqAy8-padding {
    border-radius: 20px !important;
}

a.pet-category-card__button {
    padding: 15px 25px;
}

h2.pet-category-card__title {
    font-size: 30px;
    height: 4pc;
}

body, html{
  overflow-x: hidden;
}

div#shopify-section-sections--26001814847753__footer .footer-block--newsletter {
    display: none !important;
}


gravity-button.accelerated-checkout-button {
    display: none;
}

.shopify-payment-button {
    display: none;
}

/* .card-wrapper.product-card-wrapper.underline-links-hover {
    border: 2px solid #80808069 !important;
    border-radius: 10px !important;
} */

p.shortdesc::before {
    content: "✓";
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 16px;
}

.card.card--standard.card--media .price {
    text-align: center;
}

.card.card--standard.card--media h3 {
    max-width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #00000054;
    font-weight: 600;
}

.quick-add__submit {
    display: none;
}


section#shopify-section-template--26001814552841__main ul.list-unstyled {
    display: flex;
    flex-direction: row-reverse;
}

.card__media {
    display: flex;
}

img.motion-reduce {
    display: flex;
    flex-direction: row-reverse;
}

.card.card--standard.card--media.card--horizontal {
    display: table-footer-group;
    text-align: -webkit-center;
}


.price-per-item__container span.svg-wrapper {
    display: block !important;
}

.quantity-popover-container path {
    color: black !important;
}

.accordion .summary__title+.icon-caret {
    height: calc(var(--font-heading-scale) * 0.8rem) !important;
}

.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    border: 1px solid #80808069 !important;
    border-radius: 10px !important;
}

p.product__text.inline-richtext.caption-with-letter-spacing {
    margin-top: 0px;
    color: black;
    font-weight: 600;
    font-size: 12px;
}

.custom-content-box2 strong {
    font-size: 14px;
    color: black !important;
    font-weight: 600;
  }

.custom-content-box2 li {
    font-size: 14px;
    color: black !important;
}

.custom-content-box strong {
    font-size: 14px;
    color: black !important;
        font-weight: 600;
}

.custom-content-box li {
    font-size: 14px;
    color: black !important;
}

span.svg-wrapper:hover {
    fill: #f99b4d;
}

span.check {
    display: none;
}

.cart-count-bubble span {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: black !important;
}

.cart-count-bubble span:hover {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: black !important;
}

.product__accordion.accordion.quick-add-hidden {
    margin: 0 !important;
}

.product__accordion details:not([open]) {
background-color: #ffffff; 
border: 1px solid #e0e0e0; 
border-radius: 8px; 
overflow: hidden; 
transition: all 0.3s ease; 
padding: 5px !important;
}

.product__accordion details[open] {
  background: #fff7f0;
  border: 2px solid #f28c38;
  border-radius: 12px;
  padding: 8px;
}

.header__icon .icon {
width: 27px !important;
    height: 27px !important;
    cursor: pointer;
    fill: currentColor;
}

.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #f5a623 !important;
}
 
/* For screen except mobile view */
@media (min-width:749px){
a#HeaderMenu-blogs {
    margin-left: 13pc;
}

facet-filters-form.facets.facets-vertical-sort.page-width.small-hide {
    max-width: 88pc !important;
}

nav.breadcrumbs {
    margin: 0 !important;
    position: relative;
    z-index: 2;
}

.card__inner.color-scheme-2.gradient.ratio {
    --ratio-percent: 90% !important;
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

svg.icon.icon-close {
    width: 16px !important;
    height: 20px !important;
    color: black;
}

.drawer__inner.gradient.color-scheme-1 {
    padding-right: 2pc !important;
}

.bestsellers-container {
    max-width: 79.6% !important;
    margin-top: -10pc !important;
}

div#shopify-section-template--26004662878473__image_with_text_yibMDw .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662878473__image_with_text_xKjmKi .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662911241__image_with_text_xKjmKi .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662911241__image_with_text_yibMDw .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662976777__image_with_text_xKjmKi .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004663075081__image_with_text_xKjmKi .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004663075081__image_with_text_yibMDw .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004679885065__image_with_text_xKjmKi .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004679885065__image_with_text_yibMDw .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004679885065__image_with_text_874gqH .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004696629513__image_with_text_xKjmKi .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

div#shopify-section-template--26004662878473__image_with_text_RwCByG .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662878473__image_with_text_nqcNck .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662911241__image_with_text_nqcNck .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662911241__image_with_text_RwCByG .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004662976777__image_with_text_nqcNck .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004663075081__image_with_text_nqcNck .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004663075081__image_with_text_RwCByG .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004679885065__image_with_text_nqcNck .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004679885065__image_with_text_RwCByG .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26004679885065__image_with_text_4FiDDP .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media, 
div#shopify-section-template--26004696629513__image_with_text_nqcNck .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media,
div#shopify-section-template--26001814389001__image_with_text_hEDmfr .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 .field {
    width: 80rem;
    margin-left: -13pc !important;
    background: white;
    color: black;
    border-radius : 10px !important;
}

label.field__label {
    color: black !important;
}


section#shopify-section-template--26001814389001__slideshow_twzXHR h2.banner__heading.h1 {
    color: white;
    font-weight: 600;
}

section#shopify-section-template--26001814389001__slideshow_twzXHR .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--left.slideshow__text-mobile--center {
    max-width: 70rem;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 20px !important;
    font-weight: 600;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 h2.inline-richtext.h1 {
    font-size: 25px;
}


div#shopify-section-template--26001814389001__2_column_XmAQ8T .pet-categories-section {
    max-width: 80%;
}
/* 
section#shopify-section-template--26001814389001__multicolumn_M6QKBU li#Slide-template--26001814389001__multicolumn_M6QKBU-1 {
    max-width: 85%;
} */

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-container {
    max-width: 80%;
    margin-top: -12pc;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd .media-carousel-container {
    max-width: 80%;
}

.newsletter.center.newsletter--narrow.page-width {
    max-width: 100.5% !important;
    padding : 0 !important;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr .page-width {
    max-width: 84.5%;
}

.footer__content-top.page-width {
  max-width: 90%;
  margin-left: 8pc;
}

div#ImageWithText--template--26001814389001__image_with_text_hEDmfr {
    padding: 2pc;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 h2.inline-richtext.h1 {
    color: white;
    font-size: 40px !important;
    font-weight: 600;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 p {
    font-size: 16px !important;
    color: white !important;
    font-weight: 600;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU .multicolumn-card__info {
    position: relative;
    left: 32.7%;
    bottom: 11.5pc;
}

section#shopify-section-template--26001814389001__multicolumn_jtRM3D {
    display: none;
}

/* .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    background: #f5f5f5 !important;
    border-radius: 20px !important;
} */

#shopify-section-template--26004662878473__collapsible_content_BtmrgC h3.accordion__title.inline-richtext.h4 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

#shopify-section-template--26004662878473__collapsible_content_BtmrgC h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 40px;
    font-weight: 600;
}

.collapsible-content-wrapper-narrow {
  max-width: 95rem !important;
  margin-left: 18pc;
}

.page-width {
    max-width: 86%;
}


section#shopify-section-template--26001814389001__multicolumn_rwR9X4 h3.inline-richtext {
    font-size: 30px !important;
    font-weight: 600;
    color: white;
}

section#shopify-section-template--26001814389001__multicolumn_rwR9X4 .multicolumn-card__info {
    margin-top: -37%;
    position: absolute;
    justify-content: left !important;
    text-align: left !important;
    left: 5%;
}
section#shopify-section-template--26001814389001__multicolumn_rwR9X4 .media.media--transparent.media--adapt {
    border-radius: 20px;
}

section#shopify-section-template--26001814389001__media_grid_zQjhPd {
  max-width: 77%;
  justify-self: center;
}

.fbt-card {
    display: flex;
    align-items: center;
    gap: 16px !important;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    flex-wrap: wrap;
    border: 1.2px solid #b8b8b8;
}
/* 
a.button {
    margin-bottom: 1pc;
    width: 19pc;
} */

.card.card--standard.card--media h3 {
    height: 5.5pc;
}

.full-unstyled-link {
  font-size: 20px;
  font-weight: 600;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g h2.banner__heading.h1 {
    color: #33375f;
    font-weight: 600;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient.slideshow__text--left.slideshow__text-mobile--center {
    margin-top: -10pc !important;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g span {
    font-weight: 600;
}

 

}


/* for mobile view */
@media (max-width:748px){
div#shopify-section-template--26001814389001__2_column_XmAQ8T .pet-categories-section {
    max-width: 95%;
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    border-radius: 20px;
}

section#shopify-section-template--26001814389001__multicolumn_jtRM3D li#Slide-template--26001814389001__multicolumn_jtRM3D-1 {
    max-width: 95%;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-container {
    max-width: 95%;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd .media-carousel-container {
    max-width: 95%;
}

.newsletter.center.newsletter--narrow.page-width {
    max-width: 95%;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr .page-width {
    max-width: 95%;
}

section#shopify-section-template--26001814389001__slideshow_twzXHR h2.banner__heading.h1 {
    font-size: 32px !important;
    font-weight: 600;
    color: black;
}

section#shopify-section-template--26001814389001__slideshow_twzXHR .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--left.slideshow__text-mobile--center {
    padding-left: 10px;
    padding-right: 10px;
} 

div#shopify-section-template--26001814389001__2_column_XmAQ8T h2.pet-category-card__title {
    font-size: 24px;
    height: 4pc;
}


section#shopify-section-template--26001814389001__multicolumn_M6QKBU .multicolumn-card__info {
    position: relative;
    left: 32.5%;
    bottom: 12pc;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU .multicolumn-card__info {
    position: relative;
    left: 32.5%;
    bottom: 12pc;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU {
    display: none;
}

section#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow {
    padding: 8px 15px;
    min-width: 20pc !important;
}

section#shopify-section-template--26001814389001__multicolumn_jtRM3D .multicolumn-card__info {
    margin-top: -7pc !important;
    margin-left: -1pc !important;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-bottom: 10px;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ h3.product-name {
    font-size: 18px !important;
}

div#ImageWithText--template--26001814389001__image_with_text_hEDmfr {
    padding-left: 10px;
    padding-right: 10px;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 25px;
    color: black;
    font-weight: 600;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd h2.media-carousel-title {
    font-size: 20px !important;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd .media-carousel-item {
    width: 330px !important;
    height: 300px !important;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 .newsletter__wrapper.color-scheme-12a65017-f10b-472b-b5c5-da4496270b4a.gradient.content-container.isolate.section-template--26001814389001__newsletter_hLqAy8-padding {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26001814552841__image_with_text_xKjmKi {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26001814552841__image_with_text_nqcNck {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26001814552841__image_with_text_yibMDw {
    align-items: anchor-center;
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26001814552841__image_with_text_yibMDw {
    align-items: anchor-center;
    padding-left: 10px;
    padding-right: 10px;
}

.section-template--26001814552841__image_with_text_RwCByG-padding.gradient.color-scheme-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-template--26001814552841__image_with_text_nqcNck-padding.gradient.color-scheme-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-template--26001814552841__image_with_text_xKjmKi-padding.gradient.color-scheme-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

div#ImageWithText--template--26001814552841__image_with_text_RwCByG {
    padding-left: 10px;
    padding-right: 10px;
}

.bestsellers-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}

div#ImageWithText--template--26004662911241__image_with_text_xKjmKi {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26004662911241__image_with_text_nqcNck {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26004662911241__image_with_text_yibMDw {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26004662911241__image_with_text_RwCByG {
    padding-left: 10px;
    padding-right: 10px;
}

div#ImageWithText--template--26004662878473__image_with_text_xKjmKi,
div#ImageWithText--template--26004662878473__image_with_text_yibMDw,
div#ImageWithText--template--26004662878473__image_with_text_RwCByG,
div#ImageWithText--template--26004662878473__image_with_text_nqcNck {
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}

div#ImageWithText--template--26004662878473__image_with_text_xKjmKi span {
    font-size: 25px !important;
}

#shopify-section-template--26004662878473__collapsible_content_BtmrgC h3.accordion__title.inline-richtext.h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

#shopify-section-template--26004662878473__collapsible_content_BtmrgC h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 35px !important;
    font-weight: 600;
}

section#shopify-section-template--26004662976777__rich_text_WWMHFH .rich-text__wrapper.rich-text__wrapper--center.page-width {
    padding-left: 10px;
    padding-right: 10px;
}

section#shopify-section-template--26004662976777__rich_text_WWMHFH h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 27px !important;
}

div#ImageWithText--template--26004662976777__image_with_text_xKjmKi, div#ImageWithText--template--26004662976777__image_with_text_nqcNck, 
div#ImageWithText--template--26004663075081__image_with_text_xKjmKi, div#ImageWithText--template--26004663075081__image_with_text_nqcNck,
div#ImageWithText--template--26004663075081__image_with_text_yibMDw, div#ImageWithText--template--26004663075081__image_with_text_RwCByG,
div#ImageWithText--template--26004696629513__image_with_text_xKjmKi, div#ImageWithText--template--26004696629513__image_with_text_nqcNck {
 padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}

div#ImageWithText--template--26004696629513__image_with_text_xKjmKi span {
    font-size: 28px !important;
}

div#ImageWithText--template--26004662976777__image_with_text_xKjmKi span {
    font-size: 23px !important;
}

div#ImageWithText--template--26004662976777__image_with_text_nqcNck span {
    font-size: 21px !important;
}

div#ImageWithText--template--26004663075081__image_with_text_xKjmKi span {
    font-size: 28px !important;
}

div#shopify-section-template--26004663075081__image_with_text_RwCByG span {
    font-size: 25px !important;
}

div#shopify-section-template--26004663075081__image_with_text_yibMDw span {
    font-size: 28px !important; 
}


section#shopify-section-template--26001814389001__multicolumn_rwR9X4 h3.inline-richtext {
    font-size: 25px !important;
    font-weight: 600;
    color: white;
}

section#shopify-section-template--26001814389001__multicolumn_rwR9X4 .multicolumn-card__info {
    margin-top: -37%;
    position: absolute;
    justify-content: left !important;
    text-align: left !important;
    left: 5%;
}
section#shopify-section-template--26001814389001__multicolumn_rwR9X4 .media.media--transparent.media--adapt {
    border-radius: 20px;
}

}



ul#product-grid .quick-add.no-js-hidden {
    margin: 0 !important;
}

svg.icon.icon-caret {
    display: none;
}

span.facet-checkbox__text-label {
    text-decoration: none !important;
}

span.facets__summary-label {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}
⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻ ✕ ⸻⸻⸻

@media (min-width: 351px) and (max-width: 424px){

}


@media (min-width: 425px) and (max-width: 566px){

#shopify-section-template--26001814389001__newsletter_hLqAy8 h2.inline-richtext.h1 {
    font-weight: 600;
    font-size: 25px !important;
}

}

@media (min-width: 567px) and (max-width: 767px){

}

@media (min-width: 768px) and (max-width: 990px){
  .header.page-width{
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

div#shopify-section-template--26001814389001__2_column_XmAQ8T .pet-categories-section {
    max-width: 95%;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU li#Slide-template--26001814389001__multicolumn_M6QKBU-1 {
    max-width: 95%;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-container {
    max-width: 95%;
    margin-top: -10pc;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU .multicolumn-card__info {
    position: relative;
    left: 32.5%;
    bottom: 10pc;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd .media-carousel-container {
    max-width: 95%;
}

.newsletter.center.newsletter--narrow.page-width {
    max-width: 95%;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr .page-width {
    max-width: 100%;
    margin-top: -3pc;
}

.footer__content-top.page-width {
    max-width: 100%;
    margin-left: 0;
}

section#shopify-section-template--26001814389001__slideshow_twzXHR h2.banner__heading.h1 {
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-4bd0abcd-8203-4a38-92b9-8b6b756c21ab.gradient.slideshow__text--left.slideshow__text-mobile--center {
    max-width: 40rem;
}

.multicolumn-list:not(.slider) {
        padding-left: 0 !important;
        padding-right: 0 !important;
}

a.link.animate-arrow {
    padding: 4px 10px !important;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU .multicolumn-card__info {
  position: relative;
  left: 32.5%;
  bottom: 8.5pc;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    border: none;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr img {
    object-fit: contain;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPdn .media-carousel-item {
  width: 221px !important;
  height: 250px !important;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 .field {
        width: 60rem;
        margin-left: -7.5pc !important;
        background: white;
        color: black;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 p {
        font-size: 14px !important;
        color: white !important;
        font-weight: 600;
}

section#shopify-section-template--26001814389001__newsletter_hLqAy8 .newsletter__wrapper.color-scheme-12a65017-f10b-472b-b5c5-da4496270b4a.gradient.content-container.isolate.section-template--26001814389001__newsletter_hLqAy8-padding {
    padding-left: 10px;
    padding-right: 10px;
}
    
.newsletter.center.newsletter--narrow.page-width {
  max-width: 95%;
  padding: 1pc;
}
    section#shopify-section-template--26001814389001__newsletter_hLqAy8 .field {
        border-radius: 9px !important;
    }

.facets-vertical.page-width {
    max-width: 95%;
    margin-left: 2.5pc;
}

}


@media (min-width: 991px) and (max-width: 1023px){

}

@media (min-width: 1024px) and (max-width: 1299px){
.header:not(.drawer-menu).page-width {
    padding-left: 0;
    padding-right: 0;
}

ul#product-grid {
    gap: 2pc;
    width: 80pc;
}

section#shopify-section-sections--26001814880521__bread_8rddan .page-width.gradient.color-scheme-1 {
    background: transparent;
}

/* form#FacetSortForm {
    padding-bottom: 50px !important;
    margin-top: -50px !important;
} */

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

a#HeaderMenu-blogs {
  margin-left: 0;
}

div#shopify-section-template--26001814389001__2_column_XmAQ8T .pet-categories-section {
    max-width: 90%;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU li#Slide-template--26001814389001__multicolumn_M6QKBU-1 {
    max-width: 100%;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-container {
    max-width: 91%;
    margin-top: -10pc;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU .multicolumn-card__info {
    position: relative;
    left: 32.5%;
    bottom: 10pc;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd .media-carousel-container {
    max-width: 91.5%;
}

.newsletter.center.newsletter--narrow.page-width {
    max-width: 98%;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr .page-width {
    max-width: 97.5%;
    margin-top: -3pc;
}

.footer__content-top.page-width {
    max-width: 100%;
    margin-left: 2pc;
}

}

.product-badge {
  position: absolute;
  top: 15px;
  left: 0;
  background: #ef7c23;
  color: #fff;
  padding: 8px 20px 8px 14px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0 25px 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  line-height: 1;
}

.badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
}

.badge-label {
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.newsletter__wrapper.color-scheme-12a65017-f10b-472b-b5c5-da4496270b4a.gradient.content-container.isolate.section-template--26001814389001__newsletter_hLqAy8-padding {
    
    background: linear-gradient(90deg, #FC8B2A 0%, #FDAE50 100%) !important;
}

cart-remove-button .icon-remove {
    height: 3rem !important;
    width: 2.3rem !important;
}

.fbt-product-image img {
    width: 170px !important;
    height: 170px !important;
}

a.fbt-btn {
    text-decoration: none !important;
}

.accordion summary {
    padding: 1.5rem 11px !important;
}

.collapsible-content-wrapper-narrow .accordion__content {
    margin-left: 7px;
    font-size: 15px;
}

.image-with-text .background-transparent {
    background: url(/cdn/shop/files/background_text.png?v=1774477291) !important;
    background-size: cover !important;
    background-position: bottom !important;
   
}

.x1ghz6dp.x1717udv.xjb2p0i.xggjnk3.xjbqb8w.x1wty727.x1b6ykf0.x1gnnqk1.x6mezaz.x14y7zgk.x9f619.xdi48bf.x1d5ugub.xm5k50t.x1n5q8uh.xze8r8f.x11qgsyj.xwlpgjh.x1hl2dhg.x1lliihq.xeuugli.xh8yej3.xb3r6kr.x13jbg0v.x19dipnz.x1d8kn6q {
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: 'fredoka' !important;
}

.x1lliihq.x1ghz6dp.x1717udv.xjb2p0i.xggjnk3.x1hl2dhg.xjbqb8w.x1wty727.x1b6ykf0.x1gnnqk1.x6mezaz.x14y7zgk.x9f619.x10rsq8x.xdi48bf.x1d5ugub.x13jbg0v.x19dipnz.x1d8kn6q {
    font-family: 'fredoka' !important;
    font-size: 18px !important;
}


.x1lliihq.x1ghz6dp.x1717udv.xjb2p0i.x1pd3egz.x1qlqyl8.xggjnk3.x1hl2dhg.x1heor9g.xjbqb8w.x1wty727.x1b6ykf0.x1gnnqk1.x6mezaz.x14y7zgk.x9f619.x10rsq8x.xdi48bf.x1d5ugub {
    font-family: 'fredoka' !important;
    font-size: 18px !important;
    color: white !important;
}

.x1ghz6dp.x1717udv.xjb2p0i.x1pd3egz.x1qlqyl8.xggjnk3.x1hl2dhg.x1heor9g.x1wty727.x1b6ykf0.x1gnnqk1.x6mezaz.x14y7zgk.x9f619.xdi48bf.x1d5ugub.x78zum5.x1q0g3np.x6s0dn4.x13a6bvl.x1iyjqo2.xh8yej3.x14usg3g.xb3r6kr.x1gu4hsp.xy0h9ws.xirl74b.xhv42it.x1qhh985.xyj58a3.xgfja2r.x1y0btm7.xeqt46j.xq1mx2j {
    width: 85% !important;
}

product-modal#ProductModal-template--26004662878473__main {
    width: 57%;
    left: 22%;
    top: 9pc;
}

.product-media-modal__dialog {
    display: flex !important;
    align-items: center !important;
    height: 75vh !important;
    border: 2px solid #b1b1b1 !important;
    border-radius: 20px !important;
}

.product-media-modal {
    height: 60% !important;
}

/* button#carouselPrev {
    display: none !important;
}

button#carouselNext {
    display: none !important;
} */

button#ModalClose-template--26004662878473__main {
    left: 75% !important;
    top: 10pc !important;
}

div#productModalContent-template--26004662878473__main {
    height: 100% !important;
    background: none !important;
}


#shopify-section-template--26004662878473__main h2.h4.accordion__title.inline-richtext {
    color: black;
    font-weight: 600;
    font-size: 20px !important;
}

button.cavento-faq__question  {
    font-family: 'Fredoka';
}

.cavento-faq {
    background-color: #ffffff !important;
    font-family: 'Fredoka' !important;
}

.cavento-faq__trust {
    margin-top: 4pc !important;
}

.cavento-faq__trust span {
    font-size: 13px !important;
}

#shopify-section-template--26004662878473__main .product__accordion.accordion.quick-add-hidden [open] {
    border: 2px solid #f28c38;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    margin-bottom: 1pc;
}

.product__accordion.accordion.quick-add-hidden [open]{
    background: #fff7f0 !important;
}

.accordion details[open] .accordion__title.inline-richtext.h4 {
color: #f97316 !important;
font-weight: 700 !important;
font-size: 20px !important;
}

#shopify-section-template--26004662878473__main h2.h4.accordion__title.inline-richtext {
  font-size: 20px !important;
}

#shopify-section-template--26004662878473__main h2.h4.accordion__title.inline-richtext:hover {
    color: #f97316 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.product__accordion .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}
.product__accordion details[open] summary {
  margin-bottom: 10px;
}


.cavento-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.cavento-faq__item.active .cavento-faq__answer {
  max-height: 500px;
}

.cavento-faq__question {
  width: 100%;
  padding: 15px;
  cursor: pointer;
  font-weight: 600;
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible {
    width: 90% !important;
}

.stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2e7d32;
  font-size: 14px;
  font-weight: 500;
}

.stock-badge__icon {
  flex-shrink: 0;
  color: #388e3c;
}

.stock-badge__label {
  line-height: 1;
}

.facet-checkbox .svg-wrapper {
  top:inherit !important;
}
.facet-checkbox .svg-wrapper{
  left:0px !important;
}
.facet-checkbox svg.icon.icon-checkmark path {
    color: #388e3c;
    stroke-width: 4px;
}
.rightmark{
    color: #388e3c;
}


p.shortdesc {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.page-width.gradient.color-scheme-1 {
    background: transparent;
}





.card__media {
    border-radius: 10px !important;
}
@media (max-width:767px){
.hidemob{
  display:none;
}
.product-count.light.medium-hide.large-up-hide {
           text-align: left !important;
    width: 28rem;
}

.field {
    width: 90% !important;
    place-self: anchor-center !important;
    margin-bottom: 10px;
}
}



p.shipp{
    margin: 0;
}

p.shipp::before {
    content: "●";
    color: #388e3c;
    font-weight: bold;
    margin-right: 1px;
    font-size: 18px;
}

/* form#FacetSortForm {
    padding-bottom: 160px;
    margin-top: -160px;
} */

li.breadcrumbs__item {
    color: black;
    font-weight: 600;
}

a.button {
    text-decoration: none !important;
}

@media (min-width: 1399px) and (max-width: 1450px){
      .page-width {
        max-width: 100% !important;
    }
}

@media (min-width: 1023px) and (max-width: 1299px){
      a.button {
        margin-bottom: 0;
        width: 90%;
    }

        ul#product-grid {
        gap: 7px;
        width: 100%;
    }
     .page-width {
        max-width: 100% !important;
    }
}

/* .card__information.globo-swatch-product-item {
        padding-left: 10px !important;
    padding-right: 10px !important;
} */

.btn {
padding-left: 5px;
    padding-right: 5px;
}

p.shipp {
    padding-left: 10px;
}

.card.card--standard.card--media {
    border: 2px solid #80808069 !important;
    border-radius: 10px !important;
}

.btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

p.shipp {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 768px) and (max-width: 800px){
   a.button {
        margin-bottom: 0;
        width: 90%;
    }

        ul#product-grid {
        gap: 7px;
        width: 100%;
    }
     .page-width {
        max-width: 100% !important;
    }
}

@media (min-width: 1300px) and (max-width: 1599px){
.fbt-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    flex-wrap: wrap;
    border: 1.2px solid #b8b8b8;
}

facet-filters-form.facets.facets-vertical-sort.page-width.small-hide {
    margin-top: 2pc;
}

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

.section-template--26121297887497__product-grid-padding {
 margin-top: -5pc;
}

.facets-vertical.page-width {
    max-width: 90%;
    margin-left: 6pc;
}

a.button {
    margin-bottom: 0;
    width: 95%;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g .slideshow__media.banner__media.media {
    height: 25pc !important;
}


/* form#FacetSortForm {
    padding-bottom: 50px !important;
    margin-top: -50px !important;
} */

div#shopify-section-template--26001814356233__banner {
  display: none;
}

section#shopify-section-template--26001814356233__slideshow_KTCP3g {
    margin-top: -4pc !important;
}

.page-width.gradient.color-scheme-1 {
    background: transparent !important;
}

}

.full-unstyled-link {
  text-decoration: none;
  color: #2C3351 !important;
}

@media (min-width:1600px) {
a#HeaderMenu-blogs {
  margin-left: 35pc;
}


.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.section-template--26001814356233__product-grid-padding.gradient.color-scheme-1 .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

ul#product-grid {
    gap: 2pc;
    width: 100pc;
}

.card__inner {
    width: 100%;
}


div#shopify-section-template--26001814389001__2_column_XmAQ8T .pet-categories-section {
    max-width: 60%;
}

section#shopify-section-template--26001814389001__multicolumn_rwR9X4 .page-width.section-template--26001814389001__multicolumn_rwR9X4-padding.isolate {
  max-width: 65% !important;
}

section#shopify-section-template--26001814389001__multicolumn_M6QKBU li#Slide-template--26001814389001__multicolumn_M6QKBU-1 {
    max-width: 75%;
}

div#shopify-section-template--26001814389001__bestsellers_BrPgmQ .bestsellers-container {
    max-width: 58.7%;
    margin-top: -10pc;
}

div#shopify-section-template--26001814389001__media_grid_zQjhPd .media-carousel-container {
    max-width: 60%;
}

.newsletter.center.newsletter--narrow.page-width {
    max-width: 100%;
}

div#shopify-section-template--26001814389001__image_with_text_hEDmfr .page-width {
    max-width: 63%;
}

a.button {
    margin-bottom: 1pc;
    width: 23.5pc;
}

.footer__content-top.page-width {
  max-width: 75%;
  margin-left: 21pc;
}

.collapsible-content-wrapper-narrow {
  max-width: 95rem !important;
  margin-left: 32pc;
}

/* form#FacetSortForm {
    padding-bottom: 70px !important;
    margin-top: -70px !important;
} */

div#shopify-section-template--26001814356233__banner {
  display: none;
}
/* 
section#shopify-section-sections--26001814880521__bread_8rddan .page-width.gradient.color-scheme-1 {
    background: url(/cdn/shop/files/iy1gci-wh_1.png?v=17781681041);
    background-size: cover;
    height: 45pc;
    max-width: 100%;
} */

/* section#shopify-section-sections--26001814880521__bread_8rddan .page-width.gradient.color-scheme-1 {
    background: url(/cdn/shop/files/iy1gci-wh_1.png?v=17781681041);
    background-size: contain;
    height: 40.5pc;
    max-width: 82%;
    margin-left: 11.5pc;
    background-repeat: no-repeat;
    border-radius: 20px;
} */

section#shopify-section-template--26001814356233__slideshow_KTCP3g {
    margin-top: -4pc;
}

.page-width.gradient.color-scheme-1 {
    background: transparent;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g h2.banner__heading.h1 {
    font-size: 60px !important;
    color: #33375f;
    font-weight: 600;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient.slideshow__text--left.slideshow__text-mobile--center {
    margin-top: -10pc !important;
    max-width: 61rem !important;
}

section#shopify-section-template--26121297887497__slideshow_KTCP3g span {
    font-size: 20px !important;
    font-weight: 600;
}

}

.card__content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Legacy cart-drawer experimenten uitgeschakeld.
   De actieve drawer-styling staat in component-cart-drawer.css. */
@media not all {
/* =====================================
   /* =====================================
   Cavento - Cart drawer complete styling
   ===================================== */

/* Desktop: cart drawer breder maken */
@media screen and (min-width: 750px) {
  cart-drawer.drawer,
  cart-drawer.drawer.active {
    width: 100% !important;
  }

  #CartDrawer.cart-drawer {
    width: 600px !important;
    max-width: 600px !important;
  }

  #CartDrawer .drawer__inner,
  .cart-drawer .drawer__inner {
    width: 600px !important;
    max-width: 600px !important;
    padding: 32px 38px !important;
    background: #ffffff !important;
  }
}

/* Mobiel: volledige breedte houden */
@media screen and (max-width: 749px) {
  #CartDrawer.cart-drawer,
  #CartDrawer .drawer__inner,
  .cart-drawer .drawer__inner {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .cart-drawer .drawer__inner {
    padding: 26px 22px !important;
  }
}

/* Titel: Je winkelwagen */
.cart-drawer .drawer__heading {
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-bottom: 28px !important;
}

/* Sluitknop */
.cart-drawer .drawer__close {
  color: #111111 !important;
}

/* Kopregel PRODUCT / TOTAAL */
.cart-drawer thead th {
  font-size: 13px !important;
  letter-spacing: 1.8px !important;
  color: #777777 !important;
  font-weight: 500 !important;
}

/* Rechter totaal kolom per product verbergen */
.cart-drawer .cart-item__totals,
.cart-drawer .cart-items thead th:last-child {
  display: none !important;
}

/* Productrij */
.cart-drawer .cart-item {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #eeeeee !important;
}

/* Productafbeelding */
.cart-drawer .cart-item__media {
  width: 95px !important;
}

.cart-drawer .cart-item__image {
  width: 95px !important;
  height: 95px !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  background: #f7f7f7 !important;
}

/* Productinformatie */
.cart-drawer .cart-item__details {
  grid-column: 2 / 5 !important;
  padding-left: 12px !important;
}

/* Producttitel */
.cart-drawer .cart-item__name {
  font-size: 19px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-decoration: none !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
  max-width: 100% !important;
}

/* Prijs onder producttitel */
.cart-drawer .cart-item__details .product-option:first-of-type {
  display: block !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #ff5a00 !important;
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

/* Varianttekst zoals Kleur: Zwart */
.cart-drawer .product-option {
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #666666 !important;
  margin-top: 6px !important;
}

/* Varianttekst niet oranje maken */
.cart-drawer dl .product-option {
  color: #666666 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Quantity rij */
.cart-drawer .cart-item__quantity {
  grid-column: 2 / 5 !important;
  padding-left: 12px !important;
}

/* Quantity selector */
.cart-drawer .quantity {
  min-height: 46px !important;
  max-width: 170px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.cart-drawer .quantity__button,
.cart-drawer .quantity__input {
  min-height: 46px !important;
  font-size: 17px !important;
  color: #111111 !important;
}

/* Prullenbak */
.cart-drawer cart-remove-button button,
.cart-drawer .cart-remove-button button {
  color: #111111 !important;
}

/* Footer / subtotaalblok */
.cart-drawer .drawer__footer {
  border-top: 1px solid #eeeeee !important;
  padding-top: 28px !important;
  margin-top: 24px !important;
}

/* Subtotaal label */
.cart-drawer .totals__total {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

/* Subtotaal bedrag */
.cart-drawer .totals__total-value {
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: #ff5a00 !important;
}

/* Tekst onder subtotaal */
.cart-drawer .tax-note {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #666666 !important;
  margin-bottom: 22px !important;
}

/* Afrekenknop */
.cart-drawer .cart__checkout-button,
.cart-drawer button[name="checkout"] {
  width: 100% !important;
  min-height: 58px !important;
  border-radius: 8px !important;
  background: #ff9a45 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(255, 122, 0, 0.18) !important;
}

.cart-drawer .cart__checkout-button:hover,
.cart-drawer button[name="checkout"]:hover {
  background: #ff7a1a !important;
  color: #ffffff !important;
}

/* Gratis verzending balk */
.cavento-free-shipping {
  margin: 0 0 28px 0 !important;
  padding: 18px 20px !important;
  background: #fff7f0 !important;
  border: 1px solid rgba(255, 122, 0, 0.18) !important;
  border-radius: 14px !important;
}

.cavento-free-shipping__top {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.cavento-free-shipping__icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff0e3 !important;
  border-radius: 50% !important;
  font-size: 17px !important;
}

.cavento-free-shipping__text {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #111111 !important;
}

.cavento-free-shipping__text strong {
  color: #ff5a00 !important;
  font-weight: 800 !important;
}

.cavento-free-shipping__bar {
  width: 100% !important;
  height: 8px !important;
  background: #eadfd7 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.cavento-free-shipping__progress {
  height: 100% !important;
  max-width: 100% !important;
  background: #ff5a00 !important;
  border-radius: 999px !important;
  transition: width 0.3s ease !important;
}

/* Mobiel finetuning */
@media screen and (max-width: 749px) {
  .cart-drawer .drawer__heading {
    font-size: 30px !important;
  }

  .cart-drawer .cart-item__media {
    width: 82px !important;
  }

  .cart-drawer .cart-item__image {
    width: 82px !important;
    height: 82px !important;
  }

  .cart-drawer .cart-item__details {
    padding-left: 10px !important;
  }

  .cart-drawer .cart-item__name {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .cart-drawer .cart-item__details .product-option:first-of-type {
    font-size: 20px !important;
  }

  .cart-drawer .cart-item__quantity {
    padding-left: 10px !important;
  }

  .cart-drawer .totals__total-value {
    font-size: 30px !important;
  }

  .cart-drawer .cart__checkout-button,
  .cart-drawer button[name="checkout"] {
    font-size: 18px !important;
  }
}
}

/* Cavento - collectie banner goed vullen en onderkant zichtbaar houden */

.collection-hero img,
.banner img,
.slideshow__media img {
  object-fit: cover !important;
  object-position: center bottom !important;
}

.collection-hero,
.banner,
.slideshow {
  overflow: hidden !important;
}

/* =====================================
   Cavento - dubbele productkaart knop oplossen
   Verberg Shopify quick-add knop
   ===================================== */

.product-card-wrapper .quick-add,
.card-wrapper .quick-add,
ul#product-grid .quick-add,
.quick-add.no-js-hidden {
  display: none !important;
}
   Voor productkaarten + productpagina
   ===================================== */

.button,
a.button,
.product-form__submit,
.cart__checkout-button,
.fbt-btn,
a.pet-category-card__button,
button#Subscribe {
  background-color: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  box-shadow: 0 8px 20px rgba(249, 155, 77, 0.25) !important;
  transform: translateY(0) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.button:hover,
a.button:hover,
.product-form__submit:hover:not(:disabled),
.cart__checkout-button:hover,
.fbt-btn:hover,
a.pet-category-card__button:hover,
button#Subscribe:hover {
  background-color: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.35) !important;
}

.button:active,
a.button:active,
.product-form__submit:active,
.cart__checkout-button:active,
.fbt-btn:active,
a.pet-category-card__button:active,
button#Subscribe:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.25) !important;
}

/* Dawn randlagen verwijderen, voorkomt dubbele randen/effecten */
.button:before,
.button:after,
.product-form__submit:before,
.product-form__submit:after,
.cart__checkout-button:before,
.cart__checkout-button:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

/* Productkaart knop mooi breed houden */
.product-card-wrapper a.button,
.card-wrapper a.button,
ul#product-grid a.button {
  width: 100% !important;
  max-width: 100% !important;
}

/* Standaard quick-add knop verborgen houden om dubbele knoppen te voorkomen */
.product-card-wrapper .quick-add__submit,
.card-wrapper .quick-add__submit,
ul#product-grid .quick-add__submit {
  display: none !important;
}
   ===================================== */

.product-card-wrapper .btn {
  width: 100% !important;
  padding: 0 18px 12px 18px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.product-card-wrapper .cavento-card-button {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  margin: 0 !important;

  background-color: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;

  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.24) !important;
  transform: translateY(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

/* Hover effect */
.product-card-wrapper .cavento-card-button:hover,
.product-card-wrapper .btn:hover .cavento-card-button {
  background-color: #ff8f36 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.38) !important;
}

/* Klik effect */
.product-card-wrapper .cavento-card-button:active {
  transform: translateY(0) !important;
  box-shadow: 0 5px 14px rgba(249, 155, 77, 0.24) !important;
}

/* Dawn standaard knop-rand verwijderen */
.product-card-wrapper .cavento-card-button:before,
.product-card-wrapper .cavento-card-button:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* =====================================
   Cavento - productkaart Bekijk knop all products
   ===================================== */

.product-card-wrapper .cavento-card-button-wrap {
  width: 100% !important;
  padding: 0 18px 12px 18px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 20 !important;
}

.product-card-wrapper .cavento-card-button {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  margin: 0 !important;

  background: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;

  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;

  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.24) !important;
  transform: translateY(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 21 !important;
}

.product-card-wrapper .cavento-card-button:hover {
  background: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.38) !important;
}

.product-card-wrapper .cavento-card-button:active {
  transform: translateY(0) !important;
  box-shadow: 0 5px 14px rgba(249, 155, 77, 0.24) !important;
}

/* Verwijder oude Dawn button-effecten alleen voor deze knop */
.product-card-wrapper .cavento-card-button:before,
.product-card-wrapper .cavento-card-button:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}/* =====================================
   Cavento - knoppen definitief schoon
   ===================================== */

/* Productpagina knop */
.product-form__submit,
button.product-form__submit {
  background: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  min-height: 54px !important;
  padding: 0 28px !important;
  box-shadow: 0 8px 20px rgba(249, 155, 77, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
  transform: translateY(0) !important;
}

.product-form__submit:hover:not(:disabled),
button.product-form__submit:hover:not(:disabled) {
  background: #ff8f36 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.36) !important;
}

.product-form__submit:active,
button.product-form__submit:active {
  transform: translateY(0) !important;
}

/* Productkaart knop */
.product-card-wrapper .cavento-card-button-wrap {
  width: 100% !important;
  padding: 0 18px 12px 18px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 30 !important;
}

.product-card-wrapper .cavento-card-button {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  background: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.24) !important;
  transform: translateY(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 31 !important;
}

.product-card-wrapper .cavento-card-button:hover {
  background: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.38) !important;
}

.product-card-wrapper .cavento-card-button:active {
  transform: translateY(0) !important;
  box-shadow: 0 5px 14px rgba(249, 155, 77, 0.24) !important;
}

/* Dawn standaard effecten uitzetten voor deze knoppen */
.product-card-wrapper .cavento-card-button:before,
.product-card-wrapper .cavento-card-button:after,
.product-form__submit:before,
.product-form__submit:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Shopify quick-add knop verborgen houden */
.product-card-wrapper .quick-add,
.card-wrapper .quick-add,
ul#product-grid .quick-add,
.quick-add.no-js-hidden,
.product-card-wrapper .quick-add__submit,
.card-wrapper .quick-add__submit,
ul#product-grid .quick-add__submit {
  display: none !important;
}/* =====================================
   Cavento - blog knoppen zelfde stijl als productpagina
   ===================================== */

.article-template .button,
.article-template a.button,
.article-template__link,
.main-blog .button,
.main-blog a.button,
.blog .button,
.blog a.button {
  background-color: #f99b4d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;

  font-size: 21px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;

  min-height: 54px !important;
  padding: 0 24px !important;

  box-shadow: 0 8px 20px rgba(249, 155, 77, 0.25) !important;
  transform: translateY(0) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

/* Hover effect zelfde als productpagina */
.article-template .button:hover,
.article-template a.button:hover,
.article-template__link:hover,
.main-blog .button:hover,
.main-blog a.button:hover,
.blog .button:hover,
.blog a.button:hover {
  background-color: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.35) !important;
}

/* Klik effect */
.article-template .button:active,
.article-template a.button:active,
.article-template__link:active,
.main-blog .button:active,
.main-blog a.button:active,
.blog .button:active,
.blog a.button:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.25) !important;
}

/* Dawn rand/effect verwijderen voor blog knoppen */
.article-template .button:before,
.article-template .button:after,
.article-template a.button:before,
.article-template a.button:after,
.article-template__link:before,
.article-template__link:after,
.main-blog .button:before,
.main-blog .button:after,
.main-blog a.button:before,
.main-blog a.button:after,
.blog .button:before,
.blog .button:after,
.blog a.button:before,
.blog a.button:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* =====================================
   Cavento - Sorteer op mooier zichtbaar
   ===================================== */

facet-filters-form.facets.facets-vertical-sort {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.facet-filters__field {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.facet-filters__label {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.facet-filters__sort {
  min-width: 180px !important;
  height: 44px !important;
  padding: 0 42px 0 18px !important;

  background: #ffffff !important;
  border: 2px solid #323761 !important;
  border-radius: 12px !important;

  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 44px !important;

  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
}

.facet-filters__sort:hover {
  border-color: #f99b4d !important;
}

.facet-filters__sort:focus,
.facet-filters__sort:focus-visible {
  border-color: #f99b4d !important;
  box-shadow: 0 0 0 3px rgba(249, 155, 77, 0.18) !important;
  outline: none !important;
}

/* Pijltje netjes tonen */
.facet-filters__field .select {
  position: relative !important;
  width: auto !important;
}

.facet-filters__field .select:before,
.facet-filters__field .select:after {
  display: none !important;
}

.facet-filters__field .select .svg-wrapper {
  right: 16px !important;
  color: #323761 !important;
}

/* Aantal producten rechts netter */
.product-count__text {
  color: #555555 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

/* Mobiel */
@media screen and (max-width: 767px) {
  .facet-filters__field {
    gap: 10px !important;
  }

  .facet-filters__label {
    font-size: 16px !important;
  }

  .facet-filters__sort {
    min-width: 150px !important;
    height: 40px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
  }
}/* =====================================
   Cavento - sorteer op compacter
   ===================================== */

facet-filters-form.facets.facets-vertical-sort {
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}

.facet-filters__field {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.facet-filters__label {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.facet-filters__field .select {
  width: auto !important;
  min-width: 0 !important;
}

.facet-filters__sort {
  min-width: 150px !important;
  height: 36px !important;
  min-height: 36px !important;

  padding: 0 34px 0 14px !important;

  background: #ffffff !important;
  border: 1.5px solid #323761 !important;
  border-radius: 9px !important;

  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 36px !important;

  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
}

.facet-filters__sort:hover {
  border-color: #f99b4d !important;
}

.facet-filters__sort:focus,
.facet-filters__sort:focus-visible {
  border-color: #f99b4d !important;
  box-shadow: 0 0 0 2px rgba(249, 155, 77, 0.16) !important;
  outline: none !important;
}

/* Pijltje compacter */
.facet-filters__field .select:before,
.facet-filters__field .select:after {
  display: none !important;
}

.facet-filters__field .select .svg-wrapper {
  right: 12px !important;
  width: 10px !important;
  height: 10px !important;
  color: #323761 !important;
}

/* Aantal producten kleiner */
.product-count__text {
  color: #777777 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}/* =====================================
   Cavento - productpagina knop tekst naast elkaar
   ===================================== */

.product-form__submit,
.product-form__submit.button {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 58px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  white-space: nowrap !important;
  text-align: center !important;

  font-size: 22px !important;
  line-height: 1 !important;
  padding: 0 28px !important;
}

/* Zorg dat de tekst/span niet afbreekt */
.product-form__submit span {
  display: inline !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* Mobiel iets kleiner zodat het ook daar naast elkaar blijft */
@media screen and (max-width: 749px) {
  .product-form__submit,
  .product-form__submit.button {
    font-size: 19px !important;
    min-height: 54px !important;
    padding: 0 18px !important;
  }
}/* =====================================
   Cavento - homepage knoppen als productkaart
   Alleen homepage
   ===================================== */

/* Alle homepage CTA knoppen */
.template-index .banner__buttons .button,
.template-index .slideshow__text .button,
.template-index section[id*="slideshow"] a.button,
.template-index section[id*="multicolumn"] a.link,
.template-index section[id*="multicolumn"] a.link.animate-arrow,
.template-index section[id*="image_with_text"] a.button,
.template-index section[id*="image_with_text"] .button,
.template-index section[id*="image_with_text"] a.link,
.template-index section[id*="image_with_text"] a.link.animate-arrow,
.template-index .image-with-text__content a,
.template-index .multicolumn-card__info a.link {
  background: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 8px !important;

  min-height: 54px !important;
  min-width: 230px !important;
  width: auto !important;
  max-width: fit-content !important;

  padding: 0 32px !important;
  margin-top: 18px !important;

  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  text-decoration: none !important;
  cursor: pointer !important;

  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.24) !important;
  transform: translateY(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

/* Hover effect gelijk aan productkaart */
.template-index .banner__buttons .button:hover,
.template-index .slideshow__text .button:hover,
.template-index section[id*="slideshow"] a.button:hover,
.template-index section[id*="multicolumn"] a.link:hover,
.template-index section[id*="multicolumn"] a.link.animate-arrow:hover,
.template-index section[id*="image_with_text"] a.button:hover,
.template-index section[id*="image_with_text"] .button:hover,
.template-index section[id*="image_with_text"] a.link:hover,
.template-index section[id*="image_with_text"] a.link.animate-arrow:hover,
.template-index .image-with-text__content a:hover,
.template-index .multicolumn-card__info a.link:hover {
  background: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.38) !important;
}

/* Klik effect */
.template-index .banner__buttons .button:active,
.template-index .slideshow__text .button:active,
.template-index section[id*="slideshow"] a.button:active,
.template-index section[id*="multicolumn"] a.link:active,
.template-index section[id*="image_with_text"] a:active,
.template-index .image-with-text__content a:active {
  transform: translateY(0) !important;
  box-shadow: 0 5px 14px rgba(249, 155, 77, 0.24) !important;
}

/* Dawn standaard randlagen verwijderen */
.template-index .button:before,
.template-index .button:after,
.template-index a.button:before,
.template-index a.button:after,
.template-index a.link:before,
.template-index a.link:after,
.template-index a.link.animate-arrow:before,
.template-index a.link.animate-arrow:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Pijltje wit maken */
.template-index a.link.animate-arrow svg,
.template-index a.link.animate-arrow path,
.template-index a.link.animate-arrow .icon-arrow {
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
}

/* Hero knop iets breder, maar zelfde stijl */
.template-index .banner__buttons .button,
.template-index .slideshow__text .button,
.template-index section[id*="slideshow"] a.button {
  min-width: 310px !important;
  min-height: 56px !important;
  font-size: 21px !important;
}

/* Categorieblokken iets compacter */
.template-index section[id*="multicolumn"] a.link,
.template-index section[id*="multicolumn"] a.link.animate-arrow {
  min-width: 190px !important;
  min-height: 50px !important;
  font-size: 19px !important;
}

/* Laatste grote afbeelding/button zichtbaar maken */
.template-index section[id*="image_with_text"] a,
.template-index .image-with-text__content a {
  visibility: visible !important;
  opacity: 1 !important;
}/* =====================================
   Cavento - homepage categorie knoppen gelijk aan hero/productkaart
   Alleen Drinkfonteinen + Automatische voerbakken
   ===================================== */

#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow {
  background-color: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 8px !important;

  min-height: 54px !important;
  min-width: 260px !important;
  width: fit-content !important;
  max-width: none !important;

  padding: 0 32px !important;
  margin-top: 18px !important;
  margin-bottom: 0 !important;

  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  text-decoration: none !important;
  cursor: pointer !important;

  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.24) !important;
  transform: translateY(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow:hover,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow:hover,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow:hover {
  background-color: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.38) !important;
}

#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow:active,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow:active,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow:active {
  transform: translateY(0) !important;
  box-shadow: 0 5px 14px rgba(249, 155, 77, 0.24) !important;
}

/* Pijltje wit maken */
#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow svg,
#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow path,
#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow .icon-arrow,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow svg,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow path,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow .icon-arrow,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow svg,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow path,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow .icon-arrow {
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
}

/* Dawn/standaard randlagen verwijderen */
#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow:before,
#shopify-section-template--26001814389001__multicolumn_rwR9X4 a.link.animate-arrow:after,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow:before,
#shopify-section-template--26001814389001__multicolumn_M6QKBU a.link.animate-arrow:after,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow:before,
#shopify-section-template--26001814389001__multicolumn_jtRM3D a.link.animate-arrow:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}


@media(min-width:749px){
  .contact-hero-image {
    box-shadow: none !important;
        background: transparent !important;
}
.contact-usp-bar {
    width: 95rem;
    margin-top: -8pc;
}
.contact-hero {
    grid-template-columns: 1fr 540px !important;
    gap: 40px;
    align-items: center;
}
.contact-hero h1 {
    font-size: 56px;
    line-height: 1;
    margin: 0 0 20px;
    color: #070b36;
    font-weight: 800;
    margin-top: -8pc !important;
}
.contact-hero-image {
    max-width: 465px !important;
    min-height: 272px !important;
}
.custom-contact-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 42px 40px 64px !important; 
}
}

.contact-usp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #050a24 !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    filter: brightness(2.5) !important;
}/* =====================================
   Cavento - productpagina aantal selector
   zelfde stijl als bottom CTA
   ===================================== */

.product__info-container .product-form__quantity .quantity {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 54px !important;
  min-height: 54px !important;

  display: grid !important;
  grid-template-columns: 50px 50px 50px !important;

  border: 1px solid rgba(44, 51, 81, 0.16) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  overflow: hidden !important;

  box-shadow: none !important;
}

.product__info-container .product-form__quantity .quantity::before,
.product__info-container .product-form__quantity .quantity::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

.product__info-container .product-form__quantity .quantity__button {
  width: 50px !important;
  height: 54px !important;
  min-height: 54px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 0 !important;
  background: transparent !important;
  color: #2c3351 !important;

  padding: 0 !important;
  margin: 0 !important;

  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.product__info-container .product-form__quantity .quantity__button .svg-wrapper {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product__info-container .product-form__quantity .quantity__button svg {
  width: 16px !important;
  height: 16px !important;
}

.product__info-container .product-form__quantity .quantity__input {
  width: 50px !important;
  min-width: 0 !important;
  max-width: 50px !important;
  height: 54px !important;
  min-height: 54px !important;

  border: 0 !important;
  border-left: 1px solid rgba(44, 51, 81, 0.10) !important;
  border-right: 1px solid rgba(44, 51, 81, 0.10) !important;

  text-align: center !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  font-family: inherit !important;

  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.product__info-container .product-form__quantity .quantity__input::-webkit-outer-spin-button,
.product__info-container .product-form__quantity .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Label 'Aantal' netjes houden */
.product__info-container .product-form__quantity .quantity__label {
  margin-bottom: 8px !important;
  color: #555555 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Mobiel iets breder laten meeschalen indien nodig */
@media screen and (max-width: 749px) {
  .product__info-container .product-form__quantity .quantity {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
  }
}

/* Legacy compacte cart-drawer experimenten uitgeschakeld.
   De actieve drawer-styling staat in component-cart-drawer.css. */
@media not all {
/* =====================================
   Cavento - cart drawer compacter maken
   Meer producten zichtbaar zonder scrollen
   ===================================== */

/* Cart drawer breedte iets netter houden */
.drawer__inner,
.cart-drawer {
  max-width: 560px !important;
}

/* Titel bovenin compacter */
.cart-drawer .drawer__heading,
.drawer__heading {
  font-size: 34px !important;
  line-height: 1.1 !important;
  margin-bottom: 22px !important;
}

/* Gratis verzending blok kleiner */
.cart-drawer .free-shipping,
.cart-drawer .shipping-bar,
.cart-drawer [class*="shipping"],
.cart-drawer [class*="progress"] {
  margin-bottom: 18px !important;
}

/* Tabelkop compacter */
.cart-drawer .cart-items thead th,
.cart-drawer .cart-items th {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  padding-bottom: 10px !important;
}

/* Productregel compacter */
.cart-drawer .cart-item {
  padding: 14px 0 !important;
  gap: 14px !important;
}

/* Productafbeelding kleiner */
.cart-drawer .cart-item__image,
.cart-drawer .cart-item__media img,
.cart-drawer .cart-item img {
  width: 82px !important;
  max-width: 82px !important;
  height: 82px !important;
  object-fit: contain !important;
}

/* Product media kolom kleiner */
.cart-drawer .cart-item__media {
  width: 92px !important;
  min-width: 92px !important;
}

/* Productnaam kleiner */
.cart-drawer .cart-item__name,
.cart-drawer .cart-item__details a,
.cart-drawer .cart-item__details .cart-item__name {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

/* Prijs kleiner */
.cart-drawer .cart-item__price-wrapper,
.cart-drawer .cart-item__totals,
.cart-drawer .cart-item__totals .price,
.cart-drawer .cart-item__price-wrapper .price {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

/* Oranje prijs */
.cart-drawer .price,
.cart-drawer .cart-item__price-wrapper,
.cart-drawer .cart-item__totals {
  color: #ff5a00 !important;
  font-weight: 800 !important;
}

/* Aantal selector kleiner */
.cart-drawer quantity-input,
.cart-drawer .quantity {
  width: 118px !important;
  min-width: 118px !important;
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 10px !important;
}

/* Min / plus / aantal kleiner */
.cart-drawer .quantity__button,
.cart-drawer .quantity__input {
  height: 38px !important;
  min-height: 38px !important;
  font-size: 15px !important;
}

/* Minder ruimte tussen productinfo en aantal */
.cart-drawer .cart-item__details {
  padding-right: 8px !important;
}

/* Drawer items gebied meer ruimte geven */
.cart-drawer .drawer__contents,
.cart-drawer .cart-drawer__form,
.cart-drawer .cart-items {
  padding-top: 0 !important;
}

/* Footer/subtotaal compacter */
.cart-drawer .drawer__footer {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Subtotaal kleiner */
.cart-drawer .totals,
.cart-drawer .totals__total,
.cart-drawer .totals__total-value {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

/* Afrekenen knop iets lager en compacter */
.cart-drawer .cart__checkout-button,
.cart-drawer button[name="checkout"] {
  min-height: 58px !important;
  font-size: 22px !important;
  border-radius: 12px !important;
}

/* Op mobiel ook compacter */
@media screen and (max-width: 749px) {
  .drawer__inner,
  .cart-drawer {
    max-width: 100% !important;
  }

  .cart-drawer .drawer__heading,
  .drawer__heading {
    font-size: 30px !important;
  }

  .cart-drawer .cart-item__image,
  .cart-drawer .cart-item__media img,
  .cart-drawer .cart-item img {
    width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
  }

  .cart-drawer .cart-item__media {
    width: 78px !important;
    min-width: 78px !important;
  }

  .cart-drawer .cart-item__name,
  .cart-drawer .cart-item__details a,
  .cart-drawer .cart-item__details .cart-item__name {
    font-size: 16px !important;
  }

  .cart-drawer quantity-input,
  .cart-drawer .quantity {
    width: 108px !important;
    min-width: 108px !important;
    height: 36px !important;
  }

  .cart-drawer .quantity__button,
  .cart-drawer .quantity__input {
    height: 36px !important;
    font-size: 14px !important;
  }

  .cart-drawer .cart__checkout-button,
  .cart-drawer button[name="checkout"] {
    min-height: 54px !important;
    font-size: 20px !important;
  }
}/* =====================================
   Cavento - cart drawer compact blokken
   Maakt verzendblok + checkout blok kleiner
   ===================================== */

/* Hele drawer iets compacter */
cart-drawer .drawer__inner {
  width: 520px !important;
  max-width: 520px !important;
  padding: 26px 32px 22px !important;
}

/* Titel bovenaan compacter */
cart-drawer .drawer__header {
  padding: 0 0 14px !important;
  margin: 0 !important;
}

cart-drawer .drawer__heading {
  font-size: 34px !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

/* ================================
   Gratis verzending blok kleiner
   ================================ */

cart-drawer .free-shipping,
cart-drawer .cart-drawer__free-shipping,
cart-drawer .shipping-bar,
cart-drawer .progress-bar-wrapper,
cart-drawer .cart-drawer__progress,
cart-drawer [class*="free-shipping"],
cart-drawer [class*="shipping-progress"] {
  min-height: 0 !important;
  height: auto !important;
  padding: 14px 18px !important;
  margin: 0 0 16px !important;
  border-radius: 14px !important;
}

/* Als het blok intern veel hoogte krijgt */
cart-drawer .free-shipping *,
cart-drawer .cart-drawer__free-shipping *,
cart-drawer .shipping-bar *,
cart-drawer .progress-bar-wrapper *,
cart-drawer .cart-drawer__progress *,
cart-drawer [class*="free-shipping"] *,
cart-drawer [class*="shipping-progress"] * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Tekst gratis verzending kleiner */
cart-drawer .free-shipping p,
cart-drawer .free-shipping span,
cart-drawer .cart-drawer__free-shipping p,
cart-drawer .cart-drawer__free-shipping span,
cart-drawer .shipping-bar p,
cart-drawer .shipping-bar span,
cart-drawer [class*="free-shipping"] p,
cart-drawer [class*="free-shipping"] span,
cart-drawer [class*="shipping-progress"] p,
cart-drawer [class*="shipping-progress"] span {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/* Icoon kleiner */
cart-drawer .free-shipping img,
cart-drawer .free-shipping svg,
cart-drawer .cart-drawer__free-shipping img,
cart-drawer .cart-drawer__free-shipping svg,
cart-drawer .shipping-bar img,
cart-drawer .shipping-bar svg,
cart-drawer [class*="free-shipping"] img,
cart-drawer [class*="free-shipping"] svg {
  width: 34px !important;
  height: 34px !important;
}

/* Progress balk kleiner en dichter op tekst */
cart-drawer .progress,
cart-drawer .progress-bar,
cart-drawer [class*="progress"] {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
  margin-top: 12px !important;
}

/* ================================
   Productregels compacter
   ================================ */

cart-drawer .cart-items thead th {
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  padding: 6px 0 8px !important;
}

cart-drawer .cart-item {
  padding: 10px 0 !important;
  gap: 10px !important;
}

cart-drawer .cart-item__media {
  width: 70px !important;
  min-width: 70px !important;
}

cart-drawer .cart-item__image {
  width: 64px !important;
  max-width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
}

cart-drawer .cart-item__name {
  font-size: 16px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  margin-bottom: 4px !important;
}

cart-drawer .cart-item__details .price,
cart-drawer .cart-item__details .product-option {
  font-size: 17px !important;
  line-height: 1.1 !important;
  color: #ff5a00 !important;
  font-weight: 800 !important;
}

/* Aantal selector in winkelwagen kleiner */
cart-drawer .quantity {
  width: 110px !important;
  min-width: 110px !important;
  height: 34px !important;
  min-height: 34px !important;
  border-radius: 9px !important;
}

cart-drawer .quantity::before,
cart-drawer .quantity::after {
  display: none !important;
}

cart-drawer .quantity__button,
cart-drawer .quantity__input {
  height: 34px !important;
  min-height: 34px !important;
  font-size: 14px !important;
}

/* ================================
   Subtotaal / checkout blok kleiner
   ================================ */

cart-drawer .drawer__footer {
  padding: 12px 0 0 !important;
  margin-top: 10px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Subtotaal regel minder hoog */
cart-drawer .totals {
  margin: 0 0 6px !important;
  padding: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
}

cart-drawer .totals__total {
  font-size: 22px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

cart-drawer .totals__total-value {
  font-size: 28px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  color: #ff5a00 !important;
  font-weight: 900 !important;
}

/* Tekst onder subtotaal kleiner */
cart-drawer .tax-note {
  font-size: 14px !important;
  line-height: 1.25 !important;
  margin: 0 0 10px !important;
}

/* Afrekenblok kleiner */
cart-drawer .cart__ctas {
  margin: 0 !important;
  padding: 0 !important;
}

/* Afrekenen knop minder hoog */
cart-drawer .cart__checkout-button,
cart-drawer button[name="checkout"] {
  min-height: 48px !important;
  height: 48px !important;
  padding: 10px 18px !important;
  border-radius: 11px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

/* Minder witruimte onderaan */
cart-drawer .drawer__footer > * {
  margin-top: 0 !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  cart-drawer .drawer__inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 18px 18px !important;
  }

  cart-drawer .drawer__heading {
    font-size: 30px !important;
  }

  cart-drawer .free-shipping,
  cart-drawer .cart-drawer__free-shipping,
  cart-drawer .shipping-bar,
  cart-drawer .progress-bar-wrapper,
  cart-drawer .cart-drawer__progress,
  cart-drawer [class*="free-shipping"],
  cart-drawer [class*="shipping-progress"] {
    padding: 12px 14px !important;
    margin-bottom: 12px !important;
  }

  cart-drawer .cart-item__image {
    width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
  }

  cart-drawer .cart-item__media {
    width: 62px !important;
    min-width: 62px !important;
  }

  cart-drawer .cart-item__name {
    font-size: 15px !important;
  }

  cart-drawer .totals__total {
    font-size: 20px !important;
  }

  cart-drawer .totals__total-value {
    font-size: 25px !important;
  }

  cart-drawer .cart__checkout-button,
  cart-drawer button[name="checkout"] {
    min-height: 46px !important;
    height: 46px !important;
    font-size: 19px !important;
  }
}/* =====================================
   Cavento - compacter verzendblok cart drawer
   ===================================== */

/* Titel winkelwagen iets compacter */
cart-drawer .drawer__header,
.drawer__header {
  padding-bottom: 4px !important;
  margin-bottom: 0 !important;
}

/* Verzendblok kleiner maken */
cart-drawer .drawer__inner div:has(progress),
cart-drawer .drawer__inner div:has([role="progressbar"]),
cart-drawer .drawer__inner div:has([class*="progress"]),
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) {
  max-width: 92% !important;
  margin: 6px auto 12px !important;
  padding: 14px 18px 14px !important;
  border-radius: 24px !important;
  min-height: auto !important;
}

/* Inhoud binnen het blok compacter */
cart-drawer .drawer__inner div:has(progress) > *,
cart-drawer .drawer__inner div:has([role="progressbar"]) > *,
cart-drawer .drawer__inner div:has([class*="progress"]) > *,
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Icoon kleiner */
cart-drawer .drawer__inner div:has(progress) img,
cart-drawer .drawer__inner div:has([role="progressbar"]) img,
cart-drawer .drawer__inner div:has([class*="progress"]) img,
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) img,
cart-drawer .drawer__inner div:has(progress) svg,
cart-drawer .drawer__inner div:has([role="progressbar"]) svg,
cart-drawer .drawer__inner div:has([class*="progress"]) svg,
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) svg {
  width: 20px !important;
  height: 20px !important;
}

/* Eventuele icon wrapper kleiner */
cart-drawer .drawer__inner div:has(progress) [class*="icon"],
cart-drawer .drawer__inner div:has([role="progressbar"]) [class*="icon"],
cart-drawer .drawer__inner div:has([class*="progress"]) [class*="icon"],
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) [class*="icon"] {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border-radius: 14px !important;
}

/* Tekst iets compacter */
cart-drawer .drawer__inner div:has(progress) p,
cart-drawer .drawer__inner div:has([role="progressbar"]) p,
cart-drawer .drawer__inner div:has([class*="progress"]) p,
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) p,
cart-drawer .drawer__inner div:has(progress) strong,
cart-drawer .drawer__inner div:has([role="progressbar"]) strong,
cart-drawer .drawer__inner div:has([class*="progress"]) strong,
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) strong {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

/* Progress bar dichter onder tekst */
cart-drawer .drawer__inner div:has(progress) progress,
cart-drawer .drawer__inner div:has([role="progressbar"]) progress,
cart-drawer .drawer__inner div:has([class*="progress"]) progress,
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) progress,
cart-drawer .drawer__inner div:has(progress) [role="progressbar"],
cart-drawer .drawer__inner div:has([role="progressbar"]) [role="progressbar"],
cart-drawer .drawer__inner div:has([class*="progress"]) [role="progressbar"],
cart-drawer .drawer__inner div:has([class*="shipping-bar"]) [role="progressbar"] {
  margin-top: 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  border-radius: 999px !important;
}

/* Mobiel nog iets compacter */
@media screen and (max-width: 749px) {
  cart-drawer .drawer__inner div:has(progress),
  cart-drawer .drawer__inner div:has([role="progressbar"]),
  cart-drawer .drawer__inner div:has([class*="progress"]),
  cart-drawer .drawer__inner div:has([class*="shipping-bar"]) {
    max-width: 94% !important;
    padding: 12px 14px !important;
    border-radius: 20px !important;
  }

  cart-drawer .drawer__inner div:has(progress) p,
  cart-drawer .drawer__inner div:has([role="progressbar"]) p,
  cart-drawer .drawer__inner div:has([class*="progress"]) p,
  cart-drawer .drawer__inner div:has([class*="shipping-bar"]) p,
  cart-drawer .drawer__inner div:has(progress) strong,
  cart-drawer .drawer__inner div:has([role="progressbar"]) strong,
  cart-drawer .drawer__inner div:has([class*="progress"]) strong,
  cart-drawer .drawer__inner div:has([class*="shipping-bar"]) strong {
    font-size: 15px !important;
  }
}/* =====================================
   Cavento - verzendblok lager maken
   Tekstgrootte blijft hetzelfde
   ===================================== */

.cavento-free-shipping {
  width: 100% !important;
  max-width: 100% !important;

  margin: 8px 0 18px 0 !important;
  padding: 14px 18px !important;

  min-height: 0 !important;
  height: auto !important;

  background: #fff7f0 !important;
  border: 1px solid rgba(255, 122, 0, 0.18) !important;
  border-radius: 18px !important;

  box-sizing: border-box !important;
}

/* Tekstregel compact houden */
.cavento-free-shipping__top {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  margin: 0 !important;
  padding: 0 !important;

  min-height: 0 !important;
  height: auto !important;
}

/* Icoonblok iets compacter */
.cavento-free-shipping__icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #fff0e3 !important;
  border-radius: 12px !important;
  font-size: 17px !important;
}

/* Tekst exact compact houden, grootte niet kleiner maken */
.cavento-free-shipping__text {
  margin: 0 !important;
  padding: 0 !important;

  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  color: #111111 !important;
}

.cavento-free-shipping__text strong {
  color: #ff5a00 !important;
  font-weight: 800 !important;
}

/* Progressbalk verbergen, want die maakt het vlak hoog */
.cavento-free-shipping__bar,
.cavento-free-shipping__progress {
  display: none !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .cavento-free-shipping {
    margin: 6px 0 16px 0 !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
  }

  .cavento-free-shipping__icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  .cavento-free-shipping__text {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
}
}

/* =====================================
   Cavento - upsell / Maak je set compleet
   Alleen de knop oranje, foto blijft normaal
   ===================================== */

/* Foto en foto-link resetten */
.fbt-product-image,
.fbt-product-image a,
.fbt-product-image a:hover,
.fbt-product-image a:active,
.fbt-product-image a:focus {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;

  padding: 0 !important;
  margin: 0 !important;

  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;

  display: block !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}

/* Afbeelding zelf normaal tonen */
.fbt-product-image img {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;

  padding: 0 !important;
  margin: 0 !important;

  object-fit: contain !important;
  border-radius: 8px !important;
}

/* Alleen de echte upsell knop stylen */
.fbt-btn,
a.fbt-btn {
  background-color: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 8px !important;

  min-height: 54px !important;
  min-width: 220px !important;
  width: fit-content !important;

  padding: 0 28px !important;
  margin-top: 18px !important;

  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  text-decoration: none !important;
  cursor: pointer !important;

  box-shadow: 0 8px 20px rgba(249, 155, 77, 0.25) !important;
  transform: translateY(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

/* Hover zoals andere knoppen */
.fbt-btn:hover,
a.fbt-btn:hover {
  background-color: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(249, 155, 77, 0.35) !important;
}

/* Klik-effect */
.fbt-btn:active,
a.fbt-btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 16px rgba(249, 155, 77, 0.25) !important;
}

/* Dawn/standaard knop-randen verwijderen */
.fbt-btn:before,
.fbt-btn:after,
a.fbt-btn:before,
a.fbt-btn:after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Pijltje/icoon in knop wit maken */
.fbt-btn svg,
.fbt-btn path,
.fbt-btn .icon,
.fbt-btn .svg-wrapper,
a.fbt-btn svg,
a.fbt-btn path,
a.fbt-btn .icon,
a.fbt-btn .svg-wrapper {
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .fbt-btn,
  a.fbt-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    font-size: 19px !important;
    padding: 0 20px !important;
  }
}/* =====================================
   Cavento - upsell prijs onder productnaam
   ===================================== */

/* Zorg dat titel en prijs onder elkaar staan */
.fbt-card .fbt-product-info,
.fbt-card .fbt-info,
.fbt-card .fbt-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* Productnaam */
.fbt-card h3,
.fbt-card .fbt-product-title,
.fbt-card .fbt-title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px 0 !important;
}

/* Prijs direct onder productnaam */
.fbt-card .price,
.fbt-card .fbt-price,
.fbt-card [class*="price"] {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px 0 !important;
  text-align: left !important;
  clear: both !important;
}

/* Voorkom dat titel en prijs naast elkaar worden gezet */
.fbt-card h3 + .price,
.fbt-card .fbt-product-title + .fbt-price,
.fbt-card .fbt-title + .fbt-price {
  margin-top: 0 !important;
}

/* Als titel/prijs in dezelfde rij zitten: forceer kolom */
.fbt-card .fbt-product-header,
.fbt-card .fbt-title-price,
.fbt-card .fbt-product-title-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}/* =====================================
   Cavento - upsell productnaam groter
   Juiste class: .fbt-product-name
   ===================================== */

.fbt-card .fbt-product-name {
  font-size: 30px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #222222 !important;
}

/* Prijs apart houden, zodat die niet mee als productnaam wordt behandeld */
.fbt-card .fbt-product-name .fbt-price {
  display: block !important;
  font-size: 36px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  color: #ff5a00 !important;
  margin-top: 8px !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .fbt-card .fbt-product-name {
    font-size: 24px !important;
  }

  .fbt-card .fbt-product-name .fbt-price {
    font-size: 32px !important;
  }
}/* =====================================
   Cavento - upsell USP vinkjes zoals mock-up
   Groene ronde check icons
   ===================================== */

/* USP-regels netjes uitlijnen */
.fbt-card .fbt-benefits,
.fbt-card .fbt-usps,
.fbt-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 22px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* USP tekst */
.fbt-card .fbt-benefit,
.fbt-card .fbt-usp,
.fbt-card li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  color: #333333 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Maak het vinkje rond en groen */
.fbt-card .fbt-benefit::before,
.fbt-card .fbt-usp::before,
.fbt-card li::before {
  content: "✓" !important;

  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;

  background: #43b36b !important;
  color: #ffffff !important;
  border-radius: 50% !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  margin: 0 !important;
}

/* Als er al losse vinkjes in de HTML staan, maak die ook rond */
.fbt-card .check,
.fbt-card .checkmark,
.fbt-card [class*="check"] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;

  background: #43b36b !important;
  color: #ffffff !important;
  border-radius: 50% !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  margin: 0 !important;
}

/* Mobiel iets kleiner */
@media screen and (max-width: 749px) {
  .fbt-card .fbt-benefit,
  .fbt-card .fbt-usp,
  .fbt-card li {
    font-size: 15px !important;
    gap: 10px !important;
  }

  .fbt-card .fbt-benefit::before,
  .fbt-card .fbt-usp::before,
  .fbt-card li::before,
  .fbt-card .check,
  .fbt-card .checkmark,
  .fbt-card [class*="check"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    font-size: 14px !important;
  }
}/* =====================================
   Cavento - ruimte tussen upsell USP's en knop kleiner
   ===================================== */

/* Minder ruimte onder de USP-lijst */
.fbt-card .fbt-benefits,
.fbt-card .fbt-usps,
.fbt-card ul {
  margin-bottom: 3px !important;
}

/* Minder ruimte boven de knop */
.fbt-card .fbt-arrow-btn,
.fbt-card .fbt-button-wrapper,
.fbt-card .fbt-actions {
  margin-top: 4px !important;
  padding-top: 0 !important;
}

/* Als er een lijn boven de knop staat, dichterbij zetten */
.fbt-card .fbt-arrow-btn {
  margin-top: 6px !important;
}

/* Knop iets dichter naar boven */
.fbt-card .fbt-btn,
.fbt-card a.fbt-btn {
  margin-top: 4px !important;
}/* =====================================
   Cavento - hoofdknop In winkelwagen
   zelfde stijl als onderste CTA + icoon netjes naast tekst
   ===================================== */

/* Hoofdknop productpagina */
.product-form__submit,
.product-form button[name="add"],
.product__info-wrapper button[name="add"] {
  background: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 12px !important;

  min-height: 64px !important;
  height: 64px !important;
  width: auto !important;
  min-width: 440px !important;

  padding: 0 42px !important;
  margin-top: 18px !important;

  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;

  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  box-shadow: 0 10px 24px rgba(249, 155, 77, 0.25) !important;
  cursor: pointer !important;
}

/* Standaard thema-randen verwijderen */
.product-form__submit::after,
.product-form button[name="add"]::after,
.product__info-wrapper button[name="add"]::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Winkelwagen icoon vóór de tekst */
.product-form__submit::before,
.product-form button[name="add"]::before,
.product__info-wrapper button[name="add"]::before {
  content: "" !important;

  display: inline-block !important;
  position: static !important;

  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.2 6.3h14.3l-1.7 7.4H8L6.2 6.3Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M6.2 6.3 5.4 3H2.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.2 20.5a1.4 1.4 0 1 0 0-2.8 1.4 1.4 0 0 0 0 2.8Z' fill='white'/%3E%3Cpath d='M17.4 20.5a1.4 1.4 0 1 0 0-2.8 1.4 1.4 0 0 0 0 2.8Z' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px 30px !important;

  box-shadow: none !important;
  border: none !important;
  transform: none !important;
}

/* Tekst in knop netjes centreren */
.product-form__submit span,
.product-form button[name="add"] span,
.product__info-wrapper button[name="add"] span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* Hover */
.product-form__submit:hover,
.product-form button[name="add"]:hover,
.product__info-wrapper button[name="add"]:hover {
  background: #ff8f36 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(249, 155, 77, 0.32) !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .product-form__submit,
  .product-form button[name="add"],
  .product__info-wrapper button[name="add"] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    height: 58px !important;

    padding: 0 24px !important;

    font-size: 21px !important;
    gap: 12px !important;
  }

  .product-form__submit::before,
  .product-form button[name="add"]::before,
  .product__info-wrapper button[name="add"]::before {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    background-size: 26px 26px !important;
  }
}/* =====================================
   Cavento - zoekbalk compactere versie
   ===================================== */

/* Donkerblauwe zoekbalk-sectie compacter */
.search-modal__content,
.search-modal .search-modal__content,
details[open] .search-modal__content {
  background: #2c335f !important;
  padding: 16px 24px !important;
  min-height: 92px !important;
  height: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;

  border-radius: 0 !important;
}

/* Formulier smaller */
.search-modal__form,
.search-modal form,
.predictive-search__form {
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
}

/* Witte zoekbalk */
.search-modal .field,
.search-modal__form .field,
.predictive-search__form .field {
  height: 48px !important;
  min-height: 48px !important;

  background: #ffffff !important;
  border: 2px solid #111111 !important;
  border-radius: 13px !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;

  box-shadow: none !important;
}

/* Input tekst */
.search-modal .field__input,
.search-modal__form .field__input,
.predictive-search__form .field__input {
  height: 48px !important;
  min-height: 48px !important;

  padding: 0 16px !important;

  background: #ffffff !important;
  color: #111111 !important;
  border: none !important;
  box-shadow: none !important;

  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

/* Placeholder/label */
.search-modal .field__input::placeholder,
.search-modal__form .field__input::placeholder,
.predictive-search__form .field__input::placeholder {
  color: #111111 !important;
  opacity: 1 !important;
}

.search-modal .field__label,
.search-modal__form .field__label,
.predictive-search__form .field__label {
  display: none !important;
}

/* Oranje zoekknop */
.search-modal .search__button,
.search-modal__form .search__button,
.predictive-search__form .search__button {
  width: 52px !important;
  min-width: 52px !important;
  height: 48px !important;
  min-height: 48px !important;

  background: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-left: 2px solid #111111 !important;
  border-radius: 0 11px 11px 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Zoekicoon kleiner */
.search-modal .search__button svg,
.search-modal__form .search__button svg,
.predictive-search__form .search__button svg {
  width: 23px !important;
  height: 23px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* Sluitknop */
.search-modal__close-button,
.search-modal button[aria-label*="Sluiten"],
.search-modal button[aria-label*="Close"] {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
}

.search-modal__close-button svg,
.search-modal button[aria-label*="Sluiten"] svg,
.search-modal button[aria-label*="Close"] svg {
  width: 22px !important;
  height: 22px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .search-modal__content,
  .search-modal .search-modal__content,
  details[open] .search-modal__content {
    padding: 14px 12px !important;
    min-height: 78px !important;
    gap: 10px !important;
  }

  .search-modal__form,
  .search-modal form,
  .predictive-search__form {
    max-width: none !important;
    flex: 1 1 auto !important;
  }

  .search-modal .field,
  .search-modal__form .field,
  .predictive-search__form .field {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
  }

  .search-modal .field__input,
  .search-modal__form .field__input,
  .predictive-search__form .field__input {
    height: 44px !important;
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 0 14px !important;
  }

  .search-modal .search__button,
  .search-modal__form .search__button,
  .predictive-search__form .search__button {
    width: 48px !important;
    min-width: 48px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  .search-modal .search__button svg,
  .search-modal__form .search__button svg,
  .predictive-search__form .search__button svg {
    width: 21px !important;
    height: 21px !important;
  }

  .search-modal__close-button {
    width: 28px !important;
    height: 28px !important;
  }
}/* =====================================
   Cavento - zoekbalk compact + wit zoekicoon
   ===================================== */

/* Donkerblauwe zoekbalk-sectie */
.search-modal__content,
.search-modal .search-modal__content,
details[open] .search-modal__content {
  background: #2c335f !important;
  padding: 14px 24px !important;
  min-height: 82px !important;
  height: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;

  border-radius: 0 !important;
}

/* Zoekformulier smaller */
.search-modal__form,
.search-modal form,
.predictive-search__form {
  width: 100% !important;
  max-width: 470px !important;
  margin: 0 !important;
}

/* Witte zoekbalk */
.search-modal .field,
.search-modal__form .field,
.predictive-search__form .field {
  height: 44px !important;
  min-height: 44px !important;

  background: #ffffff !important;
  border: 2px solid #111111 !important;
  border-radius: 12px !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;

  box-shadow: none !important;
}

/* Input */
.search-modal .field__input,
.search-modal__form .field__input,
.predictive-search__form .field__input {
  height: 44px !important;
  min-height: 44px !important;

  padding: 0 15px !important;

  background: #ffffff !important;
  color: #111111 !important;
  border: none !important;
  box-shadow: none !important;

  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

/* Placeholder */
.search-modal .field__input::placeholder,
.search-modal__form .field__input::placeholder,
.predictive-search__form .field__input::placeholder {
  color: #111111 !important;
  opacity: 1 !important;
}

/* Label weghalen */
.search-modal .field__label,
.search-modal__form .field__label,
.predictive-search__form .field__label {
  display: none !important;
}

/* Oranje zoekknop */
.search-modal .search__button,
.search-modal__form .search__button,
.predictive-search__form .search__button {
  width: 48px !important;
  min-width: 48px !important;
  height: 44px !important;
  min-height: 44px !important;

  background: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-left: 2px solid #111111 !important;
  border-radius: 0 10px 10px 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  opacity: 1 !important;
  box-shadow: none !important;
}

/* Vergrootglas volledig wit */
.search-modal .search__button svg,
.search-modal__form .search__button svg,
.predictive-search__form .search__button svg {
  width: 23px !important;
  height: 23px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 2.6px !important;
}

/* Alle onderdelen van het icoon wit forceren */
.search-modal .search__button svg *,
.search-modal__form .search__button svg *,
.predictive-search__form .search__button svg *,
.search-modal .search__button path,
.search-modal .search__button circle,
.search-modal .search__button line,
.search-modal__form .search__button path,
.search-modal__form .search__button circle,
.search-modal__form .search__button line,
.predictive-search__form .search__button path,
.predictive-search__form .search__button circle,
.predictive-search__form .search__button line {
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
}

/* Sluitknop */
.search-modal__close-button,
.search-modal button[aria-label*="Sluiten"],
.search-modal button[aria-label*="Close"] {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Sluit-icoon wit */
.search-modal__close-button svg,
.search-modal button[aria-label*="Sluiten"] svg,
.search-modal button[aria-label*="Close"] svg,
.search-modal__close-button svg *,
.search-modal button[aria-label*="Sluiten"] svg *,
.search-modal button[aria-label*="Close"] svg * {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .search-modal__content,
  .search-modal .search-modal__content,
  details[open] .search-modal__content {
    padding: 12px 12px !important;
    min-height: 72px !important;
    gap: 10px !important;
  }

  .search-modal__form,
  .search-modal form,
  .predictive-search__form {
    max-width: none !important;
    flex: 1 1 auto !important;
  }

  .search-modal .field,
  .search-modal__form .field,
  .predictive-search__form .field {
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 11px !important;
  }

  .search-modal .field__input,
  .search-modal__form .field__input,
  .predictive-search__form .field__input {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 16px !important;
    padding: 0 13px !important;
  }

  .search-modal .search__button,
  .search-modal__form .search__button,
  .predictive-search__form .search__button {
    width: 46px !important;
    min-width: 46px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 0 9px 9px 0 !important;
  }

  .search-modal .search__button svg,
  .search-modal__form .search__button svg,
  .predictive-search__form .search__button svg {
    width: 21px !important;
    height: 21px !important;
  }

  .search-modal__close-button {
    width: 28px !important;
    height: 28px !important;
  }
}/* =====================================
   Cavento - zoek overlay nieuwe layout
   ===================================== */

.cavento-search-modal {
  background: rgba(0, 0, 0, 0.35) !important;
}

.cavento-search-modal__content {
  background: #2c335f !important;
  padding: 18px 24px !important;
  min-height: 86px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;

  border-radius: 0 !important;
  box-shadow: none !important;
}

.cavento-search-form,
.cavento-search-form__inner {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 !important;
}

.cavento-search-field {
  height: 50px !important;
  min-height: 50px !important;

  background: #ffffff !important;
  border: 2px solid #111111 !important;
  border-radius: 14px !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;

  box-shadow: none !important;
}

.cavento-search-field::before,
.cavento-search-field::after {
  display: none !important;
  content: none !important;
}

.cavento-search-input {
  height: 50px !important;
  min-height: 50px !important;

  padding: 0 46px 0 18px !important;

  background: #ffffff !important;
  color: #111111 !important;
  border: none !important;
  box-shadow: none !important;

  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

.cavento-search-input::placeholder {
  color: #111111 !important;
  opacity: 1 !important;
}

.cavento-search-label {
  display: none !important;
}

/* Reset kruisje in het zoekveld */
.cavento-search-reset {
  right: 54px !important;
  width: 36px !important;
  height: 50px !important;
  color: #111111 !important;
}

.cavento-search-reset svg,
.cavento-search-reset svg * {
  width: 17px !important;
  height: 17px !important;
  color: #111111 !important;
  stroke: #111111 !important;
  opacity: 1 !important;
}

/* Oranje zoekknop */
.cavento-search-submit {
  width: 54px !important;
  min-width: 54px !important;
  height: 50px !important;
  min-height: 50px !important;

  background: #f99b4d !important;
  color: #ffffff !important;

  border: none !important;
  border-left: 2px solid #111111 !important;
  border-radius: 0 12px 12px 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  opacity: 1 !important;
  box-shadow: none !important;
}

/* Vergrootglas volledig wit */
.cavento-search-submit svg,
.cavento-search-submit svg *,
.cavento-search-submit path,
.cavento-search-submit circle,
.cavento-search-submit line {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
  stroke-width: 2.8px !important;
}

/* Sluitknop rechts */
.cavento-search-close {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  opacity: 1 !important;
}

.cavento-search-close svg,
.cavento-search-close svg *,
.cavento-search-close path,
.cavento-search-close line {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
  stroke-width: 2.4px !important;
}

/* Predictive search resultaten */
.cavento-predictive-search,
.predictive-search--header {
  max-width: 960px !important;
  margin: 0 auto !important;
  border-radius: 0 0 18px 18px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16) !important;
}

/* Desktop */
@media screen and (min-width: 750px) {
  .cavento-search-modal__content {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .cavento-search-modal__content {
    padding: 14px 12px !important;
    min-height: 72px !important;
    gap: 10px !important;
  }

  .cavento-search-form,
  .cavento-search-form__inner {
    max-width: none !important;
    flex: 1 1 auto !important;
  }

  .cavento-search-field {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
  }

  .cavento-search-input {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 42px 0 14px !important;
    font-size: 16px !important;
  }

  .cavento-search-submit {
    width: 48px !important;
    min-width: 48px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  .cavento-search-submit svg,
  .cavento-search-submit svg * {
    width: 21px !important;
    height: 21px !important;
  }

  .cavento-search-reset {
    right: 48px !important;
    width: 32px !important;
    height: 44px !important;
  }

  .cavento-search-close {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  .cavento-search-close svg,
  .cavento-search-close svg * {
    width: 24px !important;
    height: 24px !important;
  }
}/* =====================================
   Cavento - zoekresultatenpagina redesign
   ===================================== */

/* Hele zoekpagina meer rust geven */
.template-search {
  background: #ffffff !important;
}

/* Bovenste blok */
.template-search__header {
  max-width: 1100px !important;
  margin: 0 auto 40px auto !important;
  padding: 30px 20px 10px !important;
  text-align: center !important;
}

/* Titel */
.template-search__header h1,
.template-search__header .h2 {
  color: #2c3351 !important;
  font-size: 38px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  margin: 0 0 22px !important;
}

/* Zoekbalk wrapper */
.template-search__search {
  max-width: 620px !important;
  margin: 0 auto 26px auto !important;
}

/* Zoekformulier */
.template-search__search .search {
  margin-top: 0 !important;
}

/* Zoekveld */
.template-search__search .field {
  height: 54px !important;
  min-height: 54px !important;
  border: 2px solid #111111 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(44, 51, 81, 0.08) !important;
}

/* Dawn/Yuva standaard rand verwijderen */
.template-search__search .field::before,
.template-search__search .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

/* Input */
.template-search__search .search__input,
.template-search__search .field__input {
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 78px 0 18px !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

/* Label weghalen */
.template-search__search .field__label {
  display: none !important;
}

/* Reset knop */
.template-search__search .reset__button {
  right: 58px !important;
  width: 34px !important;
  height: 54px !important;
  color: #111111 !important;
}

/* Zoekknop oranje */
.template-search__search .search__button {
  width: 58px !important;
  min-width: 58px !important;
  height: 54px !important;
  min-height: 54px !important;
  background: #f99b4d !important;
  border-left: 2px solid #111111 !important;
  border-radius: 0 12px 12px 0 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Zoekicoon wit */
.template-search__search .search__button svg,
.template-search__search .search__button svg *,
.template-search__search .search__button path,
.template-search__search .search__button circle,
.template-search__search .search__button line {
  width: 24px !important;
  height: 24px !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
}

/* Resultaten tekst */
.template-search__header p[role="status"] {
  color: #606060 !important;
  font-size: 16px !important;
  margin: 12px 0 0 !important;
}

/* Filter/sortering blok netter */
.facets-wrapper,
.facets-container {
  margin-bottom: 28px !important;
}

/* Sorteer op blok */
.facet-filters,
.facet-filters__field,
.facets-vertical-sort {
  color: #2c3351 !important;
}

/* Product grid spacing */
.template-search__results .product-grid {
  row-gap: 34px !important;
  column-gap: 24px !important;
}

/* Productkaarten op zoekpagina hetzelfde rustiger maken */
.template-search__results .card-wrapper,
.template-search__results .product-card-wrapper {
  height: 100% !important;
}

.template-search__results .card {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 26px rgba(44, 51, 81, 0.08) !important;
  border: 1px solid rgba(44, 51, 81, 0.10) !important;
}

/* Producttitel */
.template-search__results .card__heading,
.template-search__results .card__heading a,
.template-search__results .full-unstyled-link {
  color: #2c3351 !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

/* Prijs */
.template-search__results .price,
.template-search__results .price-item {
  color: #ff5a00 !important;
  font-weight: 800 !important;
}

/* Artikel/pagina kaarten netter */
.template-search__results .article-card-wrapper .card {
  border-radius: 18px !important;
  border: 1px solid rgba(44, 51, 81, 0.10) !important;
  box-shadow: 0 8px 26px rgba(44, 51, 81, 0.08) !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .template-search__header {
    padding: 24px 16px 8px !important;
    margin-bottom: 24px !important;
  }

  .template-search__header h1,
  .template-search__header .h2 {
    font-size: 30px !important;
    margin-bottom: 18px !important;
  }

  .template-search__search {
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }

  .template-search__search .field {
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 12px !important;
  }

  .template-search__search .search__input,
  .template-search__search .field__input {
    height: 48px !important;
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 0 68px 0 14px !important;
  }

  .template-search__search .search__button {
    width: 52px !important;
    min-width: 52px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  .template-search__search .reset__button {
    right: 52px !important;
    width: 30px !important;
    height: 48px !important;
  }

  .template-search__search .search__button svg,
  .template-search__search .search__button svg * {
    width: 21px !important;
    height: 21px !important;
  }

  .template-search__results .product-grid {
    row-gap: 22px !important;
    column-gap: 14px !important;
  }

  .template-search__results .card {
    border-radius: 14px !important;
  }
}/* =====================================
   Cavento - zoekresultatenpagina verbeteren
   Dubbele zoekbalk verbergen + layout compacter
   ===================================== */

/* Header van zoekresultatenpagina compacter */
.template-search__header {
  max-width: 900px !important;
  margin: 0 auto 34px auto !important;
  padding: 42px 20px 10px !important;
  text-align: center !important;
}

/* Titel */
.template-search__header h1,
.template-search__header .h2 {
  font-size: 44px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: #2c3351 !important;
  margin: 0 0 22px 0 !important;
}

/* Bovenste zoekbalk */
.template-search__search {
  max-width: 620px !important;
  margin: 0 auto !important;
}

/* Zoekbalk bovenaan groter en mooier */
.template-search__search .field {
  height: 64px !important;
  min-height: 64px !important;
  border: 3px solid #111111 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(44, 51, 81, 0.08) !important;
}

.template-search__search .field::before,
.template-search__search .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

/* Input bovenste zoekbalk */
.template-search__search .search__input,
.template-search__search .field__input {
  height: 64px !important;
  min-height: 64px !important;
  padding: 0 86px 0 26px !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* Label weghalen */
.template-search__search .field__label {
  display: none !important;
}

/* Reset kruisje in bovenste zoekbalk */
.template-search__search .reset__button {
  right: 64px !important;
  width: 36px !important;
  height: 64px !important;
}

/* Oranje zoekknop bovenste zoekbalk */
.template-search__search .search__button {
  width: 72px !important;
  min-width: 72px !important;
  height: 64px !important;
  min-height: 64px !important;
  background: #f99b4d !important;
  border-left: 3px solid #111111 !important;
  border-radius: 0 13px 13px 0 !important;
  color: #ffffff !important;
}

/* Zoekicoon wit */
.template-search__search .search__button svg,
.template-search__search .search__button svg *,
.template-search__search .search__button path,
.template-search__search .search__button circle,
.template-search__search .search__button line {
  width: 28px !important;
  height: 28px !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
}

/* Dubbele zoekbalk bij filters verbergen */
.template-search .facets-wrapper .field,
.template-search .facets-container .field,
.template-search facet-filters-form .field {
  display: none !important;
}

/* Filterrij dichter bij producten */
.template-search .facets-wrapper,
.template-search .facets-container,
.template-search .facets-horizontal {
  margin-top: 0 !important;
  margin-bottom: 26px !important;
}

/* Productgrid dichter naar boven */
.template-search__results {
  margin-top: 0 !important;
}

/* Productkaarten op desktop iets compacter */
.template-search__results .product-grid {
  column-gap: 24px !important;
  row-gap: 34px !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .template-search__header {
    padding: 28px 16px 8px !important;
    margin-bottom: 22px !important;
  }

  .template-search__header h1,
  .template-search__header .h2 {
    font-size: 34px !important;
    margin-bottom: 18px !important;
  }

  .template-search__search {
    max-width: 100% !important;
  }

  .template-search__search .field {
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 13px !important;
    border-width: 2px !important;
  }

  .template-search__search .search__input,
  .template-search__search .field__input {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 18px !important;
    padding: 0 70px 0 16px !important;
  }

  .template-search__search .search__button {
    width: 56px !important;
    min-width: 56px !important;
    height: 52px !important;
    min-height: 52px !important;
    border-left-width: 2px !important;
    border-radius: 0 11px 11px 0 !important;
  }

  .template-search__search .reset__button {
    right: 56px !important;
    height: 52px !important;
  }

  .template-search__search .search__button svg,
  .template-search__search .search__button svg * {
    width: 23px !important;
    height: 23px !important;
  }
}/* =====================================
   Cavento - laatste fix zoekresultatenpagina
   Strakkere layout + compactere productkaarten
   ===================================== */

/* Bovenste zoekgedeelte compacter */
.template-search__header {
  max-width: 900px !important;
  padding-top: 26px !important;
  padding-bottom: 0 !important;
  margin: 0 auto 24px auto !important;
}

/* Titel iets rustiger */
.template-search__header h1,
.template-search__header .h2 {
  font-size: 42px !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
  color: #2c3351 !important;
}

/* Zoekbalk net iets kleiner */
.template-search__search {
  max-width: 560px !important;
  margin: 0 auto !important;
}

.template-search__search .field {
  height: 56px !important;
  min-height: 56px !important;
  border: 3px solid #111111 !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 24px rgba(44, 51, 81, 0.08) !important;
}

.template-search__search .field::before,
.template-search__search .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

.template-search__search .search__input,
.template-search__search .field__input {
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 78px 0 22px !important;
  font-size: 21px !important;
  color: #111111 !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

.template-search__search .field__label {
  display: none !important;
}

/* Reset-kruisje netjes */
.template-search__search .reset__button {
  right: 60px !important;
  width: 34px !important;
  height: 56px !important;
}

/* Oranje zoekknop */
.template-search__search .search__button {
  width: 64px !important;
  min-width: 64px !important;
  height: 56px !important;
  min-height: 56px !important;
  background: #f99b4d !important;
  border-left: 3px solid #111111 !important;
  border-radius: 0 12px 12px 0 !important;
}

/* Zoekicoon wit */
.template-search__search .search__button svg,
.template-search__search .search__button svg *,
.template-search__search .search__button path,
.template-search__search .search__button circle,
.template-search__search .search__button line {
  width: 25px !important;
  height: 25px !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
}

/* Filter + sorteerregel beter uitlijnen */
.template-search .facets-wrapper,
.template-search .facets-container,
.template-search facet-filters-form,
.template-search .facets {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

/* Breedte van filter/sorteergebied */
.template-search .facets-wrapper,
.template-search .facets-container,
.template-search .template-search__results,
.template-search .product-grid-container {
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Filterregel tekst iets kleiner en strakker */
.template-search .facets__heading,
.template-search .facets__summary,
.template-search .facet-filters__label,
.template-search .facet-filters__sort,
.template-search .product-count__text {
  font-size: 15px !important;
}

/* Sorteer dropdown mooier */
.template-search .facet-filters__sort,
.template-search select {
  min-height: 42px !important;
  border: 2px solid #2c3351 !important;
  border-radius: 9px !important;
  padding: 0 16px !important;
  font-weight: 700 !important;
}

/* Productgrid echt netjes maken op desktop */
@media screen and (min-width: 990px) {
  .template-search__results .product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
  }

  .template-search__results .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Productkaarten compacter */
.template-search__results .card,
.template-search__results .card-wrapper,
.template-search__results .product-card-wrapper {
  height: 100% !important;
}

.template-search__results .card {
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(44, 51, 81, 0.14) !important;
  box-shadow: 0 8px 24px rgba(44, 51, 81, 0.07) !important;
}

/* Afbeeldingen minder extreem groot */
.template-search__results .card__media,
.template-search__results .media {
  max-height: 300px !important;
  overflow: hidden !important;
}

.template-search__results .card__media img,
.template-search__results .media img {
  object-fit: contain !important;
}

/* Producttitel */
.template-search__results .card__heading,
.template-search__results .card__heading a,
.template-search__results .full-unstyled-link {
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  color: #2c3351 !important;
}

/* Prijs */
.template-search__results .price,
.template-search__results .price-item {
  color: #ff5a00 !important;
  font-weight: 800 !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .template-search__header {
    padding-top: 22px !important;
    margin-bottom: 20px !important;
  }

  .template-search__header h1,
  .template-search__header .h2 {
    font-size: 32px !important;
    margin-bottom: 15px !important;
  }

  .template-search__search {
    max-width: 100% !important;
  }

  .template-search__search .field {
    height: 48px !important;
    min-height: 48px !important;
    border-width: 2px !important;
    border-radius: 12px !important;
  }

  .template-search__search .search__input,
  .template-search__search .field__input {
    height: 48px !important;
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 0 66px 0 14px !important;
  }

  .template-search__search .search__button {
    width: 52px !important;
    min-width: 52px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-left-width: 2px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  .template-search__search .reset__button {
    right: 52px !important;
    height: 48px !important;
  }

  .template-search__search .search__button svg,
  .template-search__search .search__button svg * {
    width: 21px !important;
    height: 21px !important;
  }

  .template-search__results .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .template-search__results .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-search__results .card__media,
  .template-search__results .media {
    max-height: 190px !important;
  }

  .template-search__results .card__heading,
  .template-search__results .card__heading a,
  .template-search__results .full-unstyled-link {
    font-size: 17px !important;
  }
}/* =====================================
   Cavento - zoekbalk knop strak + wit vergrootglas
   ===================================== */

/* Zoekbalk zelf strak houden */
.template-search__search .field {
  background: #ffffff !important;
  border: 3px solid #111111 !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

/* Input mag niet over de oranje knop heen lopen */
.template-search__search .search__input,
.template-search__search .field__input {
  padding-right: 96px !important;
}

/* Oranje zoekknop volledig tegen de rand */
.template-search__search .search__button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;

  width: 72px !important;
  min-width: 72px !important;
  height: 100% !important;
  min-height: 100% !important;

  background: #f99b4d !important;
  border: none !important;
  border-left: 3px solid #111111 !important;
  border-radius: 0 11px 11px 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-shadow: none !important;
  opacity: 1 !important;
  z-index: 3 !important;
}

/* Witte ruimte/achtergrond in svg-wrapper verwijderen */
.template-search__search .search__button .svg-wrapper {
  width: 30px !important;
  height: 30px !important;
  background: transparent !important;
  color: #ffffff !important;
  opacity: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Vergrootglas volledig wit */
.template-search__search .search__button svg,
.template-search__search .search__button svg *,
.template-search__search .search__button path,
.template-search__search .search__button circle,
.template-search__search .search__button line {
  width: 30px !important;
  height: 30px !important;

  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;

  opacity: 1 !important;
  stroke-opacity: 1 !important;
  fill-opacity: 1 !important;
  stroke-width: 2.6px !important;
}

/* Reset kruisje niet tegen de zoekknop laten plakken */
.template-search__search .reset__button {
  right: 76px !important;
  z-index: 4 !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .template-search__search .field {
    border-width: 2px !important;
    border-radius: 12px !important;
  }

  .template-search__search .search__input,
  .template-search__search .field__input {
    padding-right: 76px !important;
  }

  .template-search__search .search__button {
    width: 56px !important;
    min-width: 56px !important;
    border-left-width: 2px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  .template-search__search .search__button .svg-wrapper,
  .template-search__search .search__button svg,
  .template-search__search .search__button svg * {
    width: 24px !important;
    height: 24px !important;
  }

  .template-search__search .reset__button {
    right: 58px !important;
  }
}/* =====================================
   Cavento - zoekresultaten zoekbalk laatste afwerking
   Geen wit randje + kleinere tekst + wit icoon
   ===================================== */

/* Zoekbalk iets compacter */
.template-search__search {
  max-width: 520px !important;
}

/* Buitenrand zoekbalk */
.template-search__search .field {
  height: 52px !important;
  min-height: 52px !important;
  border: 3px solid #111111 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  position: relative !important;
  box-shadow: 0 8px 22px rgba(44, 51, 81, 0.08) !important;
}

/* Oude theme borders weghalen */
.template-search__search .field::before,
.template-search__search .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

/* Input tekst kleiner */
.template-search__search .search__input,
.template-search__search .field__input {
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 82px 0 18px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #111111 !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* Oranje knop strak tegen boven/onder/rechts */
.template-search__search .search__button {
  position: absolute !important;
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;

  width: 64px !important;
  min-width: 64px !important;
  height: calc(100% + 2px) !important;
  min-height: calc(100% + 2px) !important;

  background: #f99b4d !important;
  background-color: #f99b4d !important;

  border: none !important;
  border-left: 3px solid #111111 !important;
  border-radius: 0 12px 12px 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-shadow: none !important;
  opacity: 1 !important;
  z-index: 5 !important;
}

/* Geen witte achtergrond in wrapper */
.template-search__search .search__button .svg-wrapper {
  width: 26px !important;
  height: 26px !important;
  background: transparent !important;
  color: #ffffff !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Vergrootglas helemaal wit */
.template-search__search .search__button svg,
.template-search__search .search__button svg *,
.template-search__search .search__button path,
.template-search__search .search__button circle,
.template-search__search .search__button line {
  width: 26px !important;
  height: 26px !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
  stroke-opacity: 1 !important;
  stroke-width: 2.8px !important;
}

/* Reset kruisje netjes voor de oranje knop */
.template-search__search .reset__button {
  right: 66px !important;
  width: 32px !important;
  height: 52px !important;
  z-index: 6 !important;
  background: transparent !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .template-search__search {
    max-width: 100% !important;
  }

  .template-search__search .field {
    height: 46px !important;
    min-height: 46px !important;
    border-width: 2px !important;
    border-radius: 12px !important;
  }

  .template-search__search .search__input,
  .template-search__search .field__input {
    height: 46px !important;
    min-height: 46px !important;
    font-size: 15px !important;
    padding: 0 68px 0 14px !important;
  }

  .template-search__search .search__button {
    width: 54px !important;
    min-width: 54px !important;
    border-left-width: 2px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  .template-search__search .search__button .svg-wrapper,
  .template-search__search .search__button svg,
  .template-search__search .search__button svg * {
    width: 22px !important;
    height: 22px !important;
  }

  .template-search__search .reset__button {
    right: 54px !important;
    height: 46px !important;
  }
}/* =====================================
   Cavento - zoekresultaten artikelen apart blok
   ===================================== */

.cavento-search-articles {
  max-width: 1480px !important;
  margin: 72px auto 0 !important;
  padding: 46px 24px 0 !important;
  border-top: 2px solid rgba(44, 51, 81, 0.12) !important;
}

.cavento-search-section-heading {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 30px !important;
}

.cavento-search-section-heading h2 {
  margin: 0 !important;
  color: #2c3351 !important;
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.cavento-search-section-heading span {
  color: #9b9b9b !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.cavento-search-eyebrow {
  margin: 0 0 8px !important;
  color: #ff5a00 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.cavento-search-subtitle {
  margin: 8px 0 0 !important;
  color: #555555 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

/* Artikelen grid */
.cavento-search-articles-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.cavento-search-article-card {
  background: #ffffff !important;
  border: 1px solid rgba(44, 51, 81, 0.14) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(44, 51, 81, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
}

.cavento-search-article-image {
  display: block !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  background: #f7f7f7 !important;
}

.cavento-search-article-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.cavento-search-article-content {
  padding: 22px !important;
}

.cavento-search-article-label {
  display: inline-flex !important;
  background: #fff3ea !important;
  color: #ff5a00 !important;
  border-radius: 999px !important;
  padding: 6px 13px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 14px !important;
}

.cavento-search-article-content h3 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  color: #2c3351 !important;
  font-weight: 800 !important;
  margin: 0 0 12px !important;
}

.cavento-search-article-content h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.cavento-search-article-content p {
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #555555 !important;
  margin: 0 0 18px !important;
}

.cavento-search-article-link {
  color: #ff5a00 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  margin-top: auto !important;
}

/* Pagina resultaten */
.cavento-search-pages {
  max-width: 1480px !important;
  margin: 50px auto 0 !important;
  padding: 34px 24px 0 !important;
  border-top: 1px solid rgba(44, 51, 81, 0.12) !important;
}

.cavento-search-pages-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.cavento-search-page-link {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  background: #ffffff !important;
  border: 1px solid rgba(44, 51, 81, 0.14) !important;
  border-radius: 14px !important;
  padding: 18px 20px !important;
  color: #2c3351 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(44, 51, 81, 0.06) !important;
}

.cavento-search-page-link span {
  color: #ff5a00 !important;
  font-size: 22px !important;
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .cavento-search-articles {
    margin-top: 44px !important;
    padding: 30px 16px 0 !important;
  }

  .cavento-search-section-heading {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 22px !important;
  }

  .cavento-search-section-heading h2 {
    font-size: 26px !important;
  }

  .cavento-search-subtitle {
    font-size: 15px !important;
  }

  .cavento-search-articles-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .cavento-search-article-content {
    padding: 18px !important;
  }

  .cavento-search-article-content h3 {
    font-size: 20px !important;
  }

  .cavento-search-pages {
    margin-top: 38px !important;
    padding: 26px 16px 0 !important;
  }

  .cavento-search-pages-list {
    grid-template-columns: 1fr !important;
  }
}/* =====================================
   Cavento - sorteerbalk onder banner lager zetten
   ===================================== */

/* Geef de hele Shopify-sectie waar de banner in zit extra ruimte onderaan */
.shopify-section:has(.cavento-page-banner) {
  margin-bottom: 2px !important;
}

/* Voorkom dat het filter/sorteerblok omhoog kruipt */
.shopify-section:has(.cavento-page-banner) + .shopify-section {
  margin-top: 0 !important;
}

/* Extra specifiek: filter/sorteer container iets lager */
.shopify-section:has(.cavento-page-banner) + .shopify-section .facets-container,
.shopify-section:has(.cavento-page-banner) + .shopify-section .facets-wrapper,
.shopify-section:has(.cavento-page-banner) + .shopify-section facet-filters-form,
.shopify-section:has(.cavento-page-banner) + .shopify-section .facets-vertical-sort {
  margin-top: 25px !important;
  padding-top: 25px !important;
}
/* Cavento - definitieve breedte linker filterkolom */
@media screen and (min-width: 990px) {
  .template-collection .facets-vertical {
    grid-template-columns: 300px minmax(0, 1fr) !important;
    column-gap: 22px !important;
    align-items: start !important;
  }

  
  }
}/* =========================================================
   CAVENTO COLLECTIEPAGINA DEFINITIEF
   Witte filterkaart links + 3 productkaarten naast elkaar
   Plak helemaal onderaan assets/base.css
   ========================================================= */


/* ================================
   1. Desktop layout: sidebar + 3 kaarten
   ================================ */

@media screen and (min-width: 990px) {
  .facets-vertical.page-width {
    max-width: 1480px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;

    display: grid !important;
    grid-template-columns: 285px minmax(0, 1fr) !important;
    column-gap: 32px !important;
    align-items: start !important;
  }

  .facets-wrapper {
    grid-column: 1 !important;
    width: 285px !important;
    max-width: 285px !important;
    min-width: 285px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

 

  .product-grid-container,
  #ProductGridContainer {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-grid-container .collection {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* FORCEER 3 PRODUCTKAARTEN NAAST ELKAAR */
  ul#product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  ul#product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* ================================
   2. Sorteerbalk rechtsboven
   ================================ */

@media screen and (min-width: 990px) {
  facet-filters-form.facets.facets-vertical-sort {
    max-width: 1480px !important;
    width: 100% !important;
    margin: 0 auto 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .facets-vertical-form {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 16px !important;
    padding-bottom: 0 !important;
  }

  .facet-filters__field {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .facet-filters__label {
    margin: 0 !important;
    color: #070b36 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .facet-filters__sort {
    min-width: 150px !important;
    height: 40px !important;
    padding: 0 38px 0 14px !important;

    background: #ffffff !important;
    border: 1.5px solid #323761 !important;
    border-radius: 8px !important;
    box-shadow: none !important;

    color: #070b36 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .facet-filters__field .select:before,
  .facet-filters__field .select:after {
    display: none !important;
    content: none !important;
  }

  .product-count-vertical,
  .product-count__text {
    color: #9a9a9a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}


/* ================================
   3. Zoekbalk in linker filterkaart
   ================================ */

@media screen and (min-width: 990px) {
  #main-collection-filters .field {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;

    margin: 0 0 28px !important;
    padding: 0 !important;

    background: #ffffff !important;
    border: 1.5px solid rgba(7, 11, 54, 0.18) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 22px rgba(7, 11, 54, 0.08) !important;

    overflow: hidden !important;
  }

  #main-collection-filters .field:before,
  #main-collection-filters .field:after {
    display: none !important;
    content: none !important;
  }

  #main-collection-filters .field__input {
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 58px 0 16px !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;

    color: #11194f !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  #main-collection-filters .field__label {
    top: 14px !important;
    left: 16px !important;

    color: #6b6f8c !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  #main-collection-filters .field__input:focus ~ .field__label,
  #main-collection-filters .field__input:not(:placeholder-shown) ~ .field__label {
    display: none !important;
  }

  #main-collection-filters .search__button,
  #main-collection-filters button[type="submit"],
  #main-collection-filters .field__button {
    width: 52px !important;
    height: 48px !important;
    min-height: 48px !important;

    top: 0 !important;
    right: 0 !important;

    background: #ff8f3d !important;
    border-left: 1.5px solid #070b36 !important;
    border-radius: 0 10px 10px 0 !important;

    color: #ffffff !important;
  }

  #main-collection-filters .search__button svg,
  #main-collection-filters button[type="submit"] svg,
  #main-collection-filters .field__button svg,
  #main-collection-filters .search__button .icon,
  #main-collection-filters .field__button .icon {
    width: 22px !important;
    height: 22px !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
    opacity: 1 !important;
  }

  #main-collection-filters .search__button svg path,
  #main-collection-filters .field__button svg path {
    stroke: #ffffff !important;
    opacity: 1 !important;
  }
}


/* ================================
   4. Filterkopjes
   ================================ */

@media screen and (min-width: 990px) {
  #main-collection-filters .facets__heading,
  #main-collection-filters .facets__summary,
  #main-collection-filters summary,
  #main-collection-filters .facets__summary-label {
    color: #11194f !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  #main-collection-filters .facets__disclosure {
    border-top: 1px solid rgba(7, 11, 54, 0.14) !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
  }

  #main-collection-filters .facets__disclosure:first-of-type {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  #main-collection-filters .facets__summary .icon-caret,
  #main-collection-filters summary .icon-caret {
    color: #11194f !important;
  }
}


/* ================================
   5. Checkboxen herstellen
   Geen dubbele checkboxen meer
   ================================ */

@media screen and (min-width: 990px) {
  #main-collection-filters .facets__display,
  #main-collection-filters .facets__list,
  #main-collection-filters .facets__item {
    background: transparent !important;
  }

  #main-collection-filters .facets__list {
    padding: 0 !important;
    margin: 12px 0 0 !important;
  }

  #main-collection-filters .facets__item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  

  


/* ================================
   6. Prijs slider
   ================================ */

@media screen and (min-width: 990px) {
  #main-collection-filters .facets__price {
    color: #11194f !important;
  }

  #main-collection-filters input[type="range"] {
    accent-color: #ff5a00 !important;
  }

  #main-collection-filters .field-currency,
  #main-collection-filters .facets__price .field__label {
    color: #11194f !important;
  }
}


/* ================================
   7. Voordelen onderaan filterkaart
   ================================ */

@media screen and (min-width: 990px) {
  #main-collection-filters .sidetask,
  .sidetask {
    background: transparent !important;
    border-radius: 0 !important;
    border-top: 1px solid rgba(7, 11, 54, 0.14) !important;

    margin: 22px 0 0 !important;
    padding: 22px 0 0 !important;
  }

  .sidetask p {
    margin: 0 !important;
    color: #11194f !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .sidetask ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sidetask li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;

    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(7, 11, 54, 0.09) !important;

    color: #11194f !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .sidetask li:last-child {
    border-bottom: 0 !important;
  }

  .sidetask li:before {
    content: "✓" !important;

    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;

    border-radius: 50% !important;
    background: #eaf8ee !important;
    color: #2fa34a !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 16px !important;
    font-weight: 900 !important;
  }

  .sidetask strong {
    color: #11194f !important;
    font-weight: 800 !important;
  }
}


/* ================================
   8. Productkaarten
   ================================ */

ul#product-grid .card,
ul#product-grid .product-card-wrapper,
ul#product-grid .card-wrapper {
  border-radius: 14px !important;
}

ul#product-grid .card {
  border: 1px solid rgba(7, 11, 54, 0.16) !important;
  box-shadow: 0 10px 28px rgba(7, 11, 54, 0.04) !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

ul#product-grid .card__media,
ul#product-grid .card__inner {
  border-radius: 14px 14px 0 0 !important;
}

ul#product-grid .card__heading,
ul#product-grid .card__heading a {
  color: #11194f !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  text-decoration: none !important;
}

ul#product-grid .card__heading a:hover {
  text-decoration: none !important;
}

ul#product-grid .price,
ul#product-grid .price-item {
  color: #ff5a00 !important;
  font-weight: 900 !important;
}


/* ================================
   9. Oranje bekijk-knoppen
   ================================ */

ul#product-grid .button,
ul#product-grid .quick-add__submit,
ul#product-grid .cavento-card-button {
  background: #ff8f3d !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(255, 143, 61, 0.25) !important;

  font-weight: 800 !important;
  text-decoration: none !important;
}

ul#product-grid .button:before,
ul#product-grid .button:after,
ul#product-grid .quick-add__submit:before,
ul#product-grid .quick-add__submit:after {
  display: none !important;
  content: none !important;
}


/* ================================
   10. Mobiel standaard houden
   ================================ */

@media screen and (max-width: 989px) {
  .facets-vertical.page-width {
    display: block !important;
  }

  #main-collection-filters,
  .facets-wrapper {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  #main-collection-filters {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}/* =========================================================
   CAVENTO COLLECTIEPAGINA - NIEUWE LAYOUT
   Bredere productkaarten + nette witte filterkaart
   Plak helemaal onderaan assets/base.css
   ========================================================= */

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

  /* Totale layout: iets breder zodat productkaarten meer ruimte krijgen */
  .facets-vertical.page-width {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;

    display: grid !important;
    grid-template-columns: 245px minmax(0, 1fr) !important;
    column-gap: 26px !important;
    align-items: start !important;
  }

  /* Linker filterkolom */
  .facets-wrapper {
    grid-column: 1 !important;
    width: 245px !important;
    max-width: 245px !important;
    min-width: 245px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters {
    width: 245px !important;
    max-width: 245px !important;
    min-width: 245px !important;

    background: #ffffff !important;
    border: 1px solid rgba(7, 11, 54, 0.14) !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 35px rgba(7, 11, 54, 0.07) !important;

    padding: 18px 15px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Productgrid rechts */
  .product-grid-container,
  #ProductGridContainer {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-grid-container .collection {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Altijd 3 bredere productkaarten naast elkaar */
  ul#product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  ul#product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Sorteerbalk zelfde breedte als layout */
  facet-filters-form.facets.facets-vertical-sort {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto 26px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .facets-vertical-form {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 14px !important;
    padding-bottom: 0 !important;
  }

  .facet-filters__field {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .facet-filters__label {
    margin: 0 !important;
    color: #070b36 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .facet-filters__sort {
    min-width: 150px !important;
    height: 40px !important;
    padding: 0 38px 0 14px !important;

    background: #ffffff !important;
    border: 1.5px solid #323761 !important;
    border-radius: 8px !important;
    box-shadow: none !important;

    color: #070b36 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .facet-filters__field .select:before,
  .facet-filters__field .select:after {
    display: none !important;
    content: none !important;
  }

  .product-count-vertical,
  .product-count__text {
    color: #9a9a9a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  /* Zoekbalk links */
  #main-collection-filters .field {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;

    margin: 0 0 24px !important;
    padding: 0 !important;

    background: #ffffff !important;
    border: 1.5px solid rgba(7, 11, 54, 0.18) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 22px rgba(7, 11, 54, 0.08) !important;

    overflow: hidden !important;
  }

  #main-collection-filters .field:before,
  #main-collection-filters .field:after {
    display: none !important;
    content: none !important;
  }

  #main-collection-filters .field__input {
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 52px 0 14px !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;

    color: #11194f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  #main-collection-filters .field__label {
    top: 13px !important;
    left: 14px !important;

    color: #6b6f8c !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  #main-collection-filters .field__input:focus ~ .field__label,
  #main-collection-filters .field__input:not(:placeholder-shown) ~ .field__label {
    display: none !important;
  }

  #main-collection-filters .search__button,
  #main-collection-filters button[type="submit"],
  #main-collection-filters .field__button {
    width: 48px !important;
    height: 44px !important;
    min-height: 44px !important;

    top: 0 !important;
    right: 0 !important;

    background: #ff8f3d !important;
    border-left: 1.5px solid #070b36 !important;
    border-radius: 0 10px 10px 0 !important;

    color: #ffffff !important;
  }

  #main-collection-filters .search__button svg,
  #main-collection-filters button[type="submit"] svg,
  #main-collection-filters .field__button svg,
  #main-collection-filters .search__button .icon,
  #main-collection-filters .field__button .icon {
    width: 20px !important;
    height: 20px !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
    opacity: 1 !important;
  }

  #main-collection-filters .search__button svg path,
  #main-collection-filters .field__button svg path {
    stroke: #ffffff !important;
    opacity: 1 !important;
  }

  /* Filterkopjes */
  #main-collection-filters .facets__heading,
  #main-collection-filters .facets__summary,
  #main-collection-filters summary,
  #main-collection-filters .facets__summary-label {
    color: #11194f !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  #main-collection-filters .facets__disclosure {
    border-top: 1px solid rgba(7, 11, 54, 0.14) !important;
    padding-top: 18px !important;
    margin-top: 18px !important;
  }

  #main-collection-filters .facets__disclosure:first-of-type {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Checkboxen zonder dubbele vierkantjes */
  #main-collection-filters .facets__list {
    padding: 0 !important;
    margin: 10px 0 0 !important;
  }

  #main-collection-filters .facets__item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .facet-checkbox,
  #main-collection-filters .facets__label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

    width: 100% !important;
    padding: 7px 0 !important;
    margin: 0 !important;

    color: #11194f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #main-collection-filters .facet-checkbox > svg,
  #main-collection-filters .facet-checkbox .icon-checkmark,
  #main-collection-filters .facet-checkbox svg.icon {
    display: none !important;
  }

  #main-collection-filters .facet-checkbox span,
  #main-collection-filters .facet-checkbox .caption-large,
  #main-collection-filters .facet-checkbox__text,
  #main-collection-filters .facets__label span {
    display: inline !important;
    color: #11194f !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"],
  #main-collection-filters input[type="checkbox"] {
    display: inline-block !important;
    appearance: none !important;
    -webkit-appearance: none !important;

    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1.5px solid #a8aec8 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    cursor: pointer !important;
    position: relative !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"]:checked,
  #main-collection-filters input[type="checkbox"]:checked {
    background: #ff8f3d !important;
    border-color: #ff8f3d !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"]:checked:after,
  #main-collection-filters input[type="checkbox"]:checked:after {
    content: "✓" !important;
    position: absolute !important;
    left: 3px !important;
    top: -2px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  #main-collection-filters .facet-checkbox--disabled,
  #main-collection-filters .facet-checkbox.disabled {
    opacity: 0.45 !important;
  }

  /* Prijsslider */
  #main-collection-filters .facets__price {
    color: #11194f !important;
  }

  #main-collection-filters input[type="range"] {
    accent-color: #ff5a00 !important;
  }

  /* Voordelen onderaan */
  #main-collection-filters .sidetask,
  .sidetask {
    background: transparent !important;
    border-radius: 0 !important;
    border-top: 1px solid rgba(7, 11, 54, 0.14) !important;

    margin: 20px 0 0 !important;
    padding: 20px 0 0 !important;
  }

  .sidetask p {
    margin: 0 !important;
    color: #11194f !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .sidetask ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sidetask li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;

    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(7, 11, 54, 0.09) !important;

    color: #11194f !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .sidetask li:last-child {
    border-bottom: 0 !important;
  }

  .sidetask li:before {
    content: "✓" !important;

    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;

    border-radius: 50% !important;
    background: #eaf8ee !important;
    color: #2fa34a !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .sidetask strong {
    color: #11194f !important;
    font-weight: 800 !important;
  }

  /* Productkaarten */
  ul#product-grid .card,
  ul#product-grid .product-card-wrapper,
  ul#product-grid .card-wrapper {
    border-radius: 13px !important;
  }

  ul#product-grid .card {
    border: 1px solid rgba(7, 11, 54, 0.16) !important;
    box-shadow: 0 10px 28px rgba(7, 11, 54, 0.04) !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  ul#product-grid .card__media,
  ul#product-grid .card__inner {
    border-radius: 13px 13px 0 0 !important;
  }

  ul#product-grid .card__information {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  /* Productnamen iets kleiner zodat ze beter passen */
  ul#product-grid .card__heading,
  ul#product-grid .card__heading a {
    color: #11194f !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    text-decoration: none !important;
  }

  ul#product-grid .card__heading a:hover {
    text-decoration: none !important;
  }

  ul#product-grid .price,
  ul#product-grid .price-item,
  ul#product-grid span.money {
    color: #ff5a00 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
  }

  ul#product-grid .button,
  ul#product-grid .quick-add__submit,
  ul#product-grid .cavento-card-button {
    min-height: 48px !important;
    background: #ff8f3d !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 20px rgba(255, 143, 61, 0.25) !important;

    font-size: 18px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  ul#product-grid .button:before,
  ul#product-grid .button:after,
  ul#product-grid .quick-add__submit:before,
  ul#product-grid .quick-add__submit:after {
    display: none !important;
    content: none !important;
  }
}

/* Mobiel standaard houden */
@media screen and (max-width: 989px) {
  .facets-vertical.page-width {
    display: block !important;
  }

  #main-collection-filters,
  .facets-wrapper {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  #main-collection-filters {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}/* =========================================================
   CAVENTO SCHONE PRODUCTKAART
   Alles onderaan exact gelijk: USP, prijs, knop, voorraad
   ========================================================= */

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

  ul#product-grid .grid__item {
    display: flex !important;
  }

  ul#product-grid .cavento-card-wrapper {
    width: 100% !important;
    height: 100% !important;
  }

  ul#product-grid .cavento-product-card {
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    background: #ffffff !important;
    border: 1px solid rgba(7, 11, 54, 0.16) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 28px rgba(7, 11, 54, 0.04) !important;
  }

  ul#product-grid .cavento-product-card__image-link {
    display: block !important;
    text-decoration: none !important;
  }

  ul#product-grid .cavento-product-card__image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;
    padding: 12px !important;
  }

  ul#product-grid .cavento-product-card__image img,
  ul#product-grid .cavento-product-card__image svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  ul#product-grid .cavento-product-card__body {
    flex: 1 1 auto !important;

    display: flex !important;
    flex-direction: column !important;

    padding: 0 24px 14px 24px !important;
    background: #ffffff !important;
  }

  ul#product-grid .cavento-product-card__title {
    margin: 0 !important;
    padding: 0 !important;
  }

  ul#product-grid .cavento-product-card__title a {
    color: #11194f !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    text-decoration: none !important;
  }

  /* Dit is het belangrijkste:
     het hele blok met USP, prijs, knop en voorraad gaat naar onder */
  ul#product-grid .cavento-product-card__bottom {
    margin-top: auto !important;

    display: flex !important;
    flex-direction: column !important;
  }

  ul#product-grid .cavento-product-card__usps {
    border-top: 1px solid rgba(7, 11, 54, 0.35) !important;
    margin: 18px 0 10px 0 !important;
    padding-top: 14px !important;
  }

  ul#product-grid .cavento-product-card__usp {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;

    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    color: #000000 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
  }

  ul#product-grid .cavento-product-card__usp span {
    color: #46a94f !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-top: 1px !important;
  }

  ul#product-grid .cavento-product-card__price {
    margin: 8px 0 10px 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  ul#product-grid .cavento-product-card__price .price,
  ul#product-grid .cavento-product-card__price .price-item {
    margin: 0 !important;
    padding: 0 !important;

    color: #ff5a00 !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  ul#product-grid .cavento-product-card__button {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    background: #ff8f3d !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    text-decoration: none !important;

    font-size: 20px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 20px rgba(255, 143, 61, 0.22) !important;
  }

  ul#product-grid .cavento-product-card__stock {
    margin: 0 !important;
    padding: 0 !important;

    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  ul#product-grid .cavento-product-card__stock::before {
    content: "" !important;

    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;

    display: inline-block !important;
    margin-right: 6px !important;

    border-radius: 50% !important;
    background: #2f9e44 !important;
    vertical-align: middle !important;
  }
}/* =========================================================
   CAVENTO - LINKER FILTER ZOEKBALK + CHECKBOXES FIX
   Alleen linker filtersectie, geen productkaarten
   ========================================================= */

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

  /* =========================
     1. Oude / dubbele zoekbalk verbergen
     ========================= */

  #main-collection-filters .facets__form .field:has(input[type="search"]),
  #main-collection-filters .facets__form .field:has(input[name="q"]),
  #main-collection-filters form[action*="/search"]:not(.cavento-sidebar-search-form),
  #main-collection-filters .search:not(.cavento-sidebar-search),
  #main-collection-filters .facets__search {
    display: none !important;
  }

  /* =========================
     2. Nieuwe linker zoekbalk
     ========================= */

  #main-collection-filters .cavento-sidebar-search {
    width: 100% !important;
    margin: 0 0 44px 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .cavento-sidebar-search-form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .cavento-sidebar-search__field {
    position: relative !important;

    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    display: flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    border: 1.5px solid #d7d9e3 !important;
    border-radius: 16px !important;
    overflow: hidden !important;

    box-shadow: 0 10px 24px rgba(7, 11, 54, 0.08) !important;
  }

  #main-collection-filters .cavento-sidebar-search__input {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 72px 0 22px !important;

    background: #ffffff !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    color: #070b36 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 56px !important;
  }

  #main-collection-filters .cavento-sidebar-search__input::placeholder {
    color: #070b36 !important;
    opacity: 1 !important;
  }

  /* Oranje vlak strak zonder wit randje of zwarte lijn */
  #main-collection-filters .cavento-sidebar-search__button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;

    width: 68px !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ff8f3d !important;
    border: 0 !important;
    border-left: 0 !important;
    border-radius: 0 16px 16px 0 !important;

    color: #ffffff !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  #main-collection-filters .cavento-sidebar-search__button::before,
  #main-collection-filters .cavento-sidebar-search__button::after {
    display: none !important;
    content: none !important;
  }

  #main-collection-filters .cavento-sidebar-search__button svg {
    width: 25px !important;
    height: 25px !important;
    display: block !important;
  }

  #main-collection-filters .cavento-sidebar-search__button svg path,
  #main-collection-filters .cavento-sidebar-search__button svg circle,
  #main-collection-filters .cavento-sidebar-search__button svg line {
    stroke: #ffffff !important;
    fill: none !important;
    opacity: 1 !important;
  }

  
}/* =========================================================
   CAVENTO - linker filter definitief compacter
   Zoekbalk strak + aantallen rechts uitlijnen
   ========================================================= */

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

  /* =========================
     Zoekbalk links
     ========================= */

  #main-collection-filters .cavento-sidebar-search {
    width: 100% !important;
    margin: 0 0 34px 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .cavento-sidebar-search-form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .cavento-sidebar-search__field {
    position: relative !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;

    display: grid !important;
    grid-template-columns: 1fr 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    border: 1.5px solid #d4d7e2 !important;
    border-radius: 13px !important;
    overflow: hidden !important;

    box-shadow: 0 8px 20px rgba(7, 11, 54, 0.07) !important;
  }

  #main-collection-filters .cavento-sidebar-search__input {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    background: #ffffff !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;

    color: #070b36 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 46px !important;
  }

  #main-collection-filters .cavento-sidebar-search__input::placeholder {
    color: #070b36 !important;
    opacity: 1 !important;
  }

  #main-collection-filters .cavento-sidebar-search__button {
    width: 52px !important;
    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ff8f3d !important;
    border: 0 !important;
    border-left: 1.5px solid #070b36 !important;
    border-radius: 0 12px 12px 0 !important;

    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer !important;
  }

  #main-collection-filters .cavento-sidebar-search__button::before,
  #main-collection-filters .cavento-sidebar-search__button::after {
    display: none !important;
    content: none !important;
  }

  #main-collection-filters .cavento-sidebar-search__button svg {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
  }

  #main-collection-filters .cavento-sidebar-search__button svg path,
  #main-collection-filters .cavento-sidebar-search__button svg circle,
  #main-collection-filters .cavento-sidebar-search__button svg line {
    stroke: #ffffff !important;
    fill: none !important;
    opacity: 1 !important;
  }


  /* =========================
     Filter tekst kleiner
     ========================= */

  #main-collection-filters .facets__summary,
  #main-collection-filters .facets__summary-label,
  #main-collection-filters summary {
    color: #070b36 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  #main-collection-filters .facets__list {
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .facets__item {
    margin: 0 !important;
    padding: 0 !important;
  }


  /* =========================
     Checkbox regels
     ========================= */

  #main-collection-filters .facet-checkbox,
  #main-collection-filters .facets__label {
    display: grid !important;
    grid-template-columns: 17px minmax(0, 1fr) auto !important;
    column-gap: 11px !important;
    align-items: center !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 6px 0 !important;

    color: #070b36 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
  }

  /* Dawn iconen weg */
  #main-collection-filters .facet-checkbox > svg,
  #main-collection-filters .facets__label > svg,
  #main-collection-filters .facet-checkbox .icon-checkmark,
  #main-collection-filters .facets__label .icon-checkmark {
    display: none !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"],
  #main-collection-filters .facets__label input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;

    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    grid-column: 1 !important;
    align-self: center !important;
    justify-self: start !important;

    background: #ffffff !important;
    border: 1.4px solid #aab0c9 !important;
    border-radius: 4px !important;

    position: relative !important;
    cursor: pointer !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"]:checked,
  #main-collection-filters .facets__label input[type="checkbox"]:checked {
    background: #ff8f3d !important;
    border-color: #ff8f3d !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"]:checked::after,
  #main-collection-filters .facets__label input[type="checkbox"]:checked::after {
    content: "✓" !important;
    position: absolute !important;
    left: 3px !important;
    top: -3px !important;

    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 16px !important;
  }


  /* =========================
     Naam links, cijfer rechts
     ========================= */

  #main-collection-filters .facet-checkbox span:first-of-type,
  #main-collection-filters .facets__label span:first-of-type {
    grid-column: 2 !important;

    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #070b36 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  #main-collection-filters .facet-checkbox .facet-checkbox__text,
  #main-collection-filters .facets__label .facet-checkbox__text {
    grid-column: 2 !important;
  }

  #main-collection-filters .facet-checkbox .facet-checkbox__count,
  #main-collection-filters .facets__label .facet-checkbox__count,
  #main-collection-filters .facet-checkbox .caption,
  #main-collection-filters .facets__label .caption {
    grid-column: 3 !important;

    display: block !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;

    color: inherit !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

 
  }
}
   Filtertekst kleiner, aantallen rechts, minder witruimte
   ========================================================= */

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

  /* Oude zoekbalk uit facets.liquid verbergen */
  #main-collection-filters .facets-container > .hidemob {
    display: none !important;
  }

  /* Filterblok compacter */
  #main-collection-filters .facets__form-vertical,
  #main-collection-filters #FacetsWrapperDesktop {
    margin: 0 !important;
    padding: 0 !important;
  }

  #main-collection-filters .active-facets,
  #main-collection-filters .active-facets-desktop {
    display: none !important;
  }

  #main-collection-filters .facets__disclosure-vertical {
    margin: 0 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  #main-collection-filters .facets__summary {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  #main-collection-filters .facets__summary > div {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  #main-collection-filters .facets__summary-label,
  #main-collection-filters .facets__summary span {
    color: #070b36 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  #main-collection-filters .facets__summary svg,
  #main-collection-filters .facets__selected,
  #main-collection-filters .facets__and-helptext {
    display: none !important;
  }

  #main-collection-filters .facets__display-vertical {
    margin: 0 !important;
    padding: 10px 0 0 0 !important;
  }

  #main-collection-filters .facets-wrap,
  #main-collection-filters .facets-wrap-vertical,
  #main-collection-filters .facets-layout,
  #main-collection-filters .facets__list--vertical,
  #main-collection-filters .facets__list {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  #main-collection-filters .facets__item {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Checkbox + tekst */
  #main-collection-filters .facet-checkbox,
  #main-collection-filters .facets__label {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: center !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 6px 0 !important;

    color: #070b36 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }

  #main-collection-filters .facet-checkbox > svg,
  #main-collection-filters .facets__label > svg,
  #main-collection-filters .facet-checkbox .svg-wrapper,
  #main-collection-filters .facets__label .svg-wrapper,
  #main-collection-filters .facet-checkbox .icon-checkmark,
  #main-collection-filters .facets__label .icon-checkmark {
    display: none !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;

    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;

    margin: 0 !important;
    padding: 0 !important;

    grid-column: 1 !important;

    background: #ffffff !important;
    border: 1.5px solid #aab0c9 !important;
    border-radius: 4px !important;

    position: relative !important;
    cursor: pointer !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"]:checked {
    background: #ff8f3d !important;
    border-color: #ff8f3d !important;
  }

  #main-collection-filters .facet-checkbox input[type="checkbox"]:checked::after {
    content: "✓" !important;
    position: absolute !important;
    left: 3px !important;
    top: -3px !important;

    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 17px !important;
  }

  /* Naam links, aantal rechts */
  #main-collection-filters .facet-checkbox__text {
    grid-column: 2 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;

    width: 100% !important;
    min-width: 0 !important;

    color: #070b36 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  #main-collection-filters .facet-checkbox__text-label {
    display: block !important;
    min-width: 0 !important;
    color: #070b36 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  #main-collection-filters .facet-checkbox__count {
    display: block !important;
    margin-left: auto !important;
    white-space: nowrap !important;

    color: #070b36 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: right !important;
  }

  #main-collection-filters .facet-checkbox.disabled {
    opacity: 0.42 !important;
  }

  /* Prijsfilter dichter op categorieën */
  #main-collection-filters .cavento-price-filter-title {
    display: block !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    color: #070b36 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  #main-collection-filters .cavento-price-range,
  #main-collection-filters .facets__price,
  #main-collection-filters price-range {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* USP blok dichter onder prijsfilter */
  #main-collection-filters .sidetask {
    margin-top: 14px !important;
    padding-top: 0 !important;
  }

  #main-collection-filters .sidetask p {
    margin: 0 !important;
  }
}
/* Productpagina: winkelwagenknop kleiner */
.product-form__submit,
.product-form button[name="add"] {
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  padding: 0 24px !important;
  font-size: 22px !important;
  line-height: 1 !important;
  border-radius: 9px !important;
  box-shadow: 0 6px 16px rgba(255, 143, 61, 0.16) !important;
}

.product-form__submit svg,
.product-form button[name="add"] svg {
  width: 24px !important;
  height: 24px !important;
}

@media screen and (max-width: 749px) {
  .product-form__submit,
  .product-form button[name="add"] {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 0 18px !important;
    font-size: 18px !important;
  }
}/* Cavento categoriekaarten: oranje knop + subtiele hover */
.cavento-category-card .cavento-category-card__image {
  transform: none !important;
  transition: none !important;
}

.cavento-category-card:hover .cavento-category-card__image {
  transform: none !important;
}

.cavento-category-card__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
  padding: 15px 28px !important;
  border: 2px solid #ff8f3d !important;
  border-radius: 999px !important;
  background: #ff8f3d !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(255, 143, 61, 0.22) !important;
  transform: scale(1) !important;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease !important;
}

.cavento-category-card__link span {
  display: inline-block !important;
  transform: none !important;
}

.cavento-category-card:hover .cavento-category-card__link {
  transform: scale(1.06) !important;
  background: #ff7f26 !important;
  border-color: #ff7f26 !important;
  box-shadow: 0 14px 30px rgba(255, 143, 61, 0.30) !important;
}
/* Cavento product card afbeelding fix */
.cavento-card-wrapper,
.cavento-product-card {
  width: 100%;
}

.cavento-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.cavento-product-card__image-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.cavento-product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 14px 14px 0 0;
}

.cavento-product-card__image img,
.cavento-product-card__image svg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: #ffffff;
}

.cavento-product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cavento-product-card__bottom {
  margin-top: auto;
}

/* Mobiel: voorkom smalle/lange productfoto */
@media screen and (max-width: 749px) {
  .cavento-product-card__image {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }

  .cavento-product-card__image img,
  .cavento-product-card__image svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}@media screen and (max-width: 749px) {
  .cavento-card-wrapper {
    width: 100%;
    height: 100%;
  }

  .cavento-product-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(17, 25, 79, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(17, 25, 79, 0.07);
  }

  .cavento-product-card__image-link {
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .cavento-product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f7f9fc;
    border-radius: 16px 16px 0 0;
  }

  .cavento-product-card__image img,
  .cavento-product-card__image svg {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    background: #f7f9fc;
    padding: 18px;
  }

  .cavento-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
  }

  .cavento-product-card__title {
    margin: 0 0 14px;
    color: #11194f;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
  }

  .cavento-product-card__title a {
    color: inherit;
    text-decoration: none;
  }

  .cavento-product-card__usps {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
  }

  .cavento-product-card__usp {
    margin: 0;
    color: rgba(17, 25, 79, 0.72);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .cavento-product-card__usp span {
    color: #2fa85f;
    font-weight: 900;
  }

  .cavento-product-card__bottom {
    margin-top: auto;
  }

  .cavento-product-card__price {
    margin: 0 0 14px;
  }

  .cavento-product-card__price .price,
  .cavento-product-card__price .price-item {
    color: #e86434;
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
  }

  .cavento-product-card__button {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    background: #ff8f3d !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(255, 143, 61, 0.22);
  }

  .cavento-product-card__stock {
    margin: 12px 0 0;
    color: rgba(17, 25, 79, 0.58);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
  }
}.cavento-product-card a.cavento-product-card__button {
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease !important;
}

.cavento-product-card a.cavento-product-card__button:hover {
  transform: translateY(-2px) !important;
  background-color: #ff7f26 !important;
  box-shadow: 0 14px 28px rgba(255, 143, 61, 0.35) !important;
  filter: brightness(1.04) !important;
}

.cavento-product-card a.cavento-product-card__button:active {
  transform: translateY(0) !important;
  box-shadow: 0 8px 18px rgba(255, 143, 61, 0.26) !important;
}
.cavento-product-card__price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 1.1rem !important;
  flex-wrap: wrap !important;
}

.cavento-product-card__sale-price {
  color: #ff5a00 !important;
  font-size: 3.8rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.cavento-product-card__compare-price {
  color: #8f8f8f !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
}
.cavento-product-card {
  max-width: 100%;
}

.cavento-product-card__image {
  position: relative;
  aspect-ratio: 1 / 0.82;
  padding: 1.4rem;
}

.cavento-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cavento-product-card__discount-label {
  position: absolute;
  z-index: 2;
  top: 1.4rem;
  right: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0 1.4rem;
  border-radius: 0.6rem;
  background: #ff5a3d;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.cavento-product-card__body {
  padding: 0 2.4rem 2.2rem;
}

.cavento-product-card__title {
  margin-bottom: 1.8rem;
  font-size: clamp(2.4rem, 2.1vw, 3.3rem);
  line-height: 1.12;
}

.cavento-product-card__usps {
  margin-bottom: 1.8rem;
}

.cavento-product-card__usp {
  margin: 0.8rem 0;
  font-size: 1.65rem;
  line-height: 1.25;
}

.cavento-product-card__price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
  margin-bottom: 1.6rem;
}

.cavento-product-card__sale-price {
  color: #ff5a00 !important;
  font-size: 3rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.cavento-product-card__compare-price {
  color: #8f8f8f !important;
  font-size: 1.9rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
}

.cavento-product-card__button {
  min-height: 5.2rem;
}

.cavento-product-card__stock {
  margin-top: 1.2rem;
  font-size: 1.45rem;
}

@media screen and (max-width: 749px) {
  .cavento-product-card__image {
    aspect-ratio: 1 / 0.8;
    padding: 1.2rem;
  }

  .cavento-product-card__body {
    padding: 0 1.8rem 1.8rem;
  }

  .cavento-product-card__title {
    font-size: 2.7rem;
  }

  .cavento-product-card__sale-price {
    font-size: 2.8rem !important;
  }

  .cavento-product-card__compare-price {
    font-size: 1.8rem !important;
  }
}/* Cavento compacte productkaarten */
.cavento-card-wrapper {
  height: 100%;
}

.cavento-product-card {
  height: 100%;
  overflow: hidden;
  border-radius: 14px !important;
  border: 1px solid #d9dde8 !important;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(17, 25, 79, 0.06);
}

/* Foto minder hoog */
.cavento-product-card__image {
  position: relative;
  height: 31rem !important;
  min-height: 31rem !important;
  padding: 1.2rem !important;
  background: #ffffff;
  overflow: hidden;
}

.cavento-product-card__image img,
.cavento-product-card__image svg {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Kortingsbadge zoals referentie */
.cavento-product-card__discount-label {
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  right: 1.2rem;
  min-height: 3.4rem;
  padding: 0 1.3rem;
  border-radius: 0.55rem;
  background: #ff5a3d;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Minder padding in kaart */
.cavento-product-card__body {
  padding: 0 2rem 1.8rem !important;
}

/* Titel kleiner en beter scanbaar */
.cavento-product-card__title {
  margin: 0 0 1.5rem !important;
  font-size: 2.65rem !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  color: #11194f !important;
}

.cavento-product-card__title a {
  color: #11194f !important;
  text-decoration: none !important;
}

/* Lijn compacter */
.cavento-product-card__title + *,
.cavento-product-card__usps {
  margin-top: 0 !important;
}

.cavento-product-card__usps {
  padding-top: 1.4rem !important;
  margin-bottom: 1.5rem !important;
  border-top: 1px solid #b8bdca;
}

/* USP's kleiner */
.cavento-product-card__usp {
  margin: 0.65rem 0 !important;
  font-size: 1.55rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.cavento-product-card__usp span {
  font-size: 2rem !important;
  margin-right: 0.8rem !important;
}

/* Prijs kleiner */
.cavento-product-card__price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 0.9rem !important;
  flex-wrap: wrap !important;
  margin: 0 0 1.4rem !important;
}

.cavento-product-card__sale-price {
  color: #ff5a00 !important;
  font-size: 3rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.cavento-product-card__compare-price {
  color: #8f8f8f !important;
  font-size: 1.85rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
}

/* Knop compacter */
.cavento-product-card__button {
  min-height: 5rem !important;
  padding: 0 2rem !important;
  border-radius: 0.8rem !important;
  font-size: 1.75rem !important;
}

/* Voorraadregel kleiner */
.cavento-product-card__stock {
  margin: 1rem 0 0 !important;
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
}

/* Desktop: kaarten optisch dichter bij JC Pets */
@media screen and (min-width: 990px) {
  .cavento-product-card__image {
    height: 29rem !important;
    min-height: 29rem !important;
  }

  .cavento-product-card__title {
    font-size: 2.45rem !important;
  }

  .cavento-product-card__sale-price {
    font-size: 2.8rem !important;
  }
}

/* Mobiel */
@media screen and (max-width: 749px) {
  .cavento-product-card__image {
    height: 24rem !important;
    min-height: 24rem !important;
  }

  .cavento-product-card__body {
    padding: 0 1.6rem 1.6rem !important;
  }

  .cavento-product-card__title {
    font-size: 2.25rem !important;
  }

  .cavento-product-card__usp {
    font-size: 1.4rem !important;
  }

  .cavento-product-card__sale-price {
    font-size: 2.55rem !important;
  }

  .cavento-product-card__compare-price {
    font-size: 1.65rem !important;
  }

  .cavento-product-card__button {
    min-height: 4.8rem !important;
    font-size: 1.6rem !important;
  }
}/* Cavento - volledige productkaarten kleiner op collectiepagina */
@media screen and (min-width: 990px) {
  #product-grid {
    justify-content: center !important;
    column-gap: 3rem !important;
    row-gap: 3.5rem !important;
  }

  #product-grid .grid__item {
    width: 34rem !important;
    max-width: 34rem !important;
    flex: 0 0 34rem !important;
  }

  #product-grid .cavento-product-card {
    width: 100% !important;
  }

  #product-grid .cavento-product-card__image {
    height: 25rem !important;
    min-height: 25rem !important;
    padding: 1rem !important;
  }

  #product-grid .cavento-product-card__body {
    padding: 0 1.7rem 1.6rem !important;
  }

  #product-grid .cavento-product-card__title {
    font-size: 2.15rem !important;
    line-height: 1.12 !important;
    margin-bottom: 1.3rem !important;
  }

  #product-grid .cavento-product-card__usps {
    padding-top: 1.2rem !important;
    margin-bottom: 1.3rem !important;
  }

  #product-grid .cavento-product-card__usp {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
    margin: 0.55rem 0 !important;
  }

  #product-grid .cavento-product-card__usp span {
    font-size: 1.7rem !important;
  }

  #product-grid .cavento-product-card__sale-price {
    font-size: 2.45rem !important;
  }

  #product-grid .cavento-product-card__compare-price {
    font-size: 1.55rem !important;
  }

  #product-grid .cavento-product-card__button {
    min-height: 4.5rem !important;
    font-size: 1.55rem !important;
  }

  #product-grid .cavento-product-card__stock {
    font-size: 1.25rem !important;
  }

  #product-grid .cavento-product-card__discount-label {
    min-height: 3rem !important;
    padding: 0 1.1rem !important;
    font-size: 1.2rem !important;
  }
}
/* Cavento - productkaarten echt kleiner maken */
@media screen and (min-width: 990px) {
  #product-grid,
  .product-grid,
  .collection #product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 30rem)) !important;
    justify-content: center !important;
    column-gap: 2.8rem !important;
    row-gap: 3rem !important;
  }

  #product-grid .grid__item,
  .product-grid .grid__item {
    width: 100% !important;
    max-width: 30rem !important;
    flex: 0 0 30rem !important;
  }

  #product-grid .cavento-product-card {
    width: 100% !important;
    max-width: 30rem !important;
    border-radius: 1.2rem !important;
  }

  #product-grid .cavento-product-card__image {
    height: 20rem !important;
    min-height: 20rem !important;
    padding: 0.8rem !important;
  }

  #product-grid .cavento-product-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  #product-grid .cavento-product-card__body {
    padding: 0 1.4rem 1.4rem !important;
  }

  #product-grid .cavento-product-card__title {
    font-size: 1.8rem !important;
    line-height: 1.15 !important;
    margin: 0 0 1.2rem !important;
  }

  #product-grid .cavento-product-card__usps {
    padding-top: 1.1rem !important;
    margin-bottom: 1.2rem !important;
  }

  #product-grid .cavento-product-card__usp {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
    margin: 0.5rem 0 !important;
  }

  #product-grid .cavento-product-card__usp span {
    font-size: 1.55rem !important;
    margin-right: 0.6rem !important;
  }

  #product-grid .cavento-product-card__price {
    margin-bottom: 1.2rem !important;
    gap: 0.7rem !important;
  }

  #product-grid .cavento-product-card__sale-price {
    font-size: 2.25rem !important;
  }

  #product-grid .cavento-product-card__compare-price {
    font-size: 1.35rem !important;
  }

  #product-grid .cavento-product-card__button {
    min-height: 4.2rem !important;
    padding: 0 1.6rem !important;
    font-size: 1.4rem !important;
    border-radius: 0.7rem !important;
  }

  #product-grid .cavento-product-card__stock {
    margin-top: 0.9rem !important;
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
  }

  #product-grid .cavento-product-card__discount-label {
    top: 0.9rem !important;
    right: 0.9rem !important;
    min-height: 2.8rem !important;
    padding: 0 1rem !important;
    font-size: 1.1rem !important;
    border-radius: 0.5rem !important;
  }
}
/* Cavento - betere opmaak voor beleidspagina's */
.shopify-policy__container {
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 48px 20px 70px !important;
}

.shopify-policy__title {
  text-align: left !important;
  margin-bottom: 34px !important;
}

.shopify-policy__title h1 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #13213d !important;
  margin: 0 !important;
}

.shopify-policy__body {
  color: #2c3351 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.shopify-policy__body h1,
.shopify-policy__body h2,
.shopify-policy__body h3 {
  color: #13213d !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-top: 34px !important;
  margin-bottom: 14px !important;
}

.shopify-policy__body h2 {
  font-size: 24px !important;
}

.shopify-policy__body h3 {
  font-size: 20px !important;
}

.shopify-policy__body p {
  margin: 0 0 18px !important;
}

.shopify-policy__body ul,
.shopify-policy__body ol {
  margin: 0 0 22px 22px !important;
  padding-left: 18px !important;
}

.shopify-policy__body li {
  margin-bottom: 8px !important;
  padding-left: 4px !important;
}

.shopify-policy__body strong,
.shopify-policy__body b {
  font-weight: 800 !important;
  color: #13213d !important;
}

.shopify-policy__body a {
  color: #ff5a00 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.shopify-policy__body a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 749px) {
  .shopify-policy__container {
    padding: 34px 18px 54px !important;
  }

  .shopify-policy__title h1 {
    font-size: 28px !important;
  }

  .shopify-policy__body {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .shopify-policy__body h2 {
    font-size: 21px !important;
  }
}
/* =========================================
   CAVENTO – HERSTEL DAWN MEGAMENU
========================================= */

/* Header moet boven de homepage blijven */
.shopify-section-header,
.section-header,
#shopify-section-header {
  position: relative !important;
  z-index: 100 !important;
  overflow: visible !important;
}

.header-wrapper,
.header,
.header__inline-menu,
.header__inline-menu > ul {
  overflow: visible !important;
}

/*
  Belangrijk:
  het mega-menu mag niet relatief aan alleen het menu-item staan.
*/
.header__inline-menu .mega-menu {
  position: static !important;
}

/* Volledige breedte onder de header */
.header__inline-menu .mega-menu__content {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;

  background: rgb(var(--color-background)) !important;
  opacity: 1 !important;

  overflow: visible !important;
  z-index: 999 !important;
}

/* Binnenste inhoud weer normaal centreren */
.header__inline-menu .mega-menu__content > * {
  width: 100% !important;
}

/* Open menu volledig zichtbaar */
.header__inline-menu details[open] > .mega-menu__content {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Voorkom dat het menu-item zelf een smalle positioneringsbasis wordt */
.header__inline-menu details,
.header__inline-menu li {
  position: static !important;
}

/* Hero altijd onder het geopende menu */
.template-index slideshow-component,
.template-index .cavento-hero-slider,
.template-index .cavento-hero-slide {
  position: relative !important;
  z-index: 1 !important;
}

/* Megamenu boven hero */
.header__inline-menu details[open] {
  z-index: 999 !important;
}
