/** Shopify CDN: Minification failed

Line 171:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:sale-blok (INDEX:66) */
.cm-sale {
  background: var(--bg-paper, #F7F5F1);
  border-top: 1px solid var(--line, #DCD7CF);
  border-bottom: 1px solid var(--line, #DCD7CF);
}
.cm-sale__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 540px;
}

/* Image panel */
.cm-sale__image {
  position: relative;
  overflow: hidden;
  background: var(--bg-cream, #EDE7DC);
}
.cm-sale__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.2, 0, 0, 1);
}
.cm-sale__image:hover .cm-sale__img {
  transform: scale(1.025);
}
.cm-sale__ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #8A857C;
}

/* Copy panel */
.cm-sale__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px 80px 56px;
}
.cm-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8A857C;
}
.cm-sale__title {
  margin: 18px 0 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.05;
  max-width: 14ch;
  color: #2B2B2B;
}
.cm-sale__lead {
  margin-top: 26px;
  max-width: 42ch;
  font-size: 18px;
  line-height: 1.65;
  color: #5E5E5E;
}
.cm-sale__lead p { margin: 0; }

/* Discount badge */
.cm-sale__note {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2B2B2B;
  border: 1px solid #DCD7CF;
  padding: 12px 18px;
}
.cm-sale__note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #B89B83;
  flex-shrink: 0;
}

/* CTA */
.cm-sale__actions { margin-top: 38px; }
.cm-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2B2B2B;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  transition: opacity .2s ease;
}
.cm-btn:hover { opacity: .6; }
.cm-arrow {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: currentColor;
  position: relative;
  transition: width .2s ease;
}
.cm-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
}
.cm-btn:hover .cm-arrow { width: 22px; }

@media (max-width: 760px) {
  .cm-sale__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .cm-sale__image {
    position: relative;        /* was al zo */
    width: 100%;
    height: 300px;             /* expliciete hoogte — absoluut kind heeft dit nodig */
  }
  .cm-sale__img {
    position: absolute;        /* blijft absoluut */
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cm-sale__copy {
    padding: 48px 24px;
  }
  .cm-sale__title {
    font-size: clamp(32px, 8vw, 48px);
  }
}


  }
}
/* END_SECTION:sale-blok */