/* =========================================================
   custom.loyalty.css — HERORDEND & ONTDUBBELD
   - Duplicaten per selector samengevoegd
   - Laatste waarde per property wint (incl. !important)
   - Regels zijn herordend per component voor overzicht
   Let op: door herordening kan gedrag veranderen bij overlappende selectors.
   ========================================================= */

/* =====================
   01 Variables
   ===================== */
:root {
  --color-custom: #e81c24;
  --color-title: #000;
  --color-actie-title: #fff;
  --color-custom-secondary: #ced4da;
  --color-custom-secondary-inverse: #252526;
  --color-custom-inverse: #fff;
  --promo-color: #8F5CAB;
  --color-gold: #b08d57;
  --gold: #b08d57;
  --fab-bar-bg: var(--color-custom);
  --fab-bar-lines: #000000 !important;
}

/* =====================
   02 Base
   ===================== */
html {
  -webkit-text-size-adjust: 100%;
}
html, body, body#sdp {
  background: #0b0b0c !important;
}
a {
  color: var(--color-custom);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
  color: var(--color-custom);
  text-decoration: underline;
}
a.modal-link:hover {
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-custom) !important;
}
a.custom {
  text-decoration: underline;
  color: var(--color-custom) !important;
}
a.text-white,
a.text-white:hover {
  text-decoration: none;
  color: #fff !important;
}
a.custom-profiel {
  text-decoration: none;
  color: #374250 !important;
}
a.custom-profiel:hover {
  text-decoration: none;
  color: var(--color-custom) !important;
}
p.text-white {
  color: #fff !important;
}
body,
.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
  text-decoration: none;
  color: var(--color-title) !important;
  font-family: "Inter 18pt" !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter 18pt" !important;
}

/* =====================
   03 Layout
   ===================== */
#sdp-main {
  background: transparent !important;
}
#main-section,
#main-sub-container {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.main-shop {
  background: #f4f4f4;
  position: relative;
  z-index: 3;
}
.beschikbaarheids-container {
  width: 100%;
  padding: 1.5em 0;
}
.card-columns {
  padding-top: 30px;
  padding-bottom: 20px;
}
.card-collapse .card-header {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 0;
  background: var(--color-custom);
  border-radius: .2rem;
  box-shadow: none !important;
}
.card-collapse .card-header a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.card-collapse .card-header a:hover,
.card-collapse .card-header a:active,
.card-collapse .card-header a[aria-expanded="true"] {
  color: #000;
  text-decoration: none;
}
.card-collapse .card-header a i {
  float: right;
  position: relative;
  top: 0;
}
.card-collapse .card-body {
  padding: 15px 10px 5px;
}
.accordion [data-toggle="collapse"] {
  display: block;
  position: relative;
  color: #606975;
  text-decoration: none;
}
.accordion [data-toggle="collapse"]::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -2px;
  transition: transform .25s;
  border-right: 5px solid transparent;
  border-bottom: 5px dashed;
  border-left: 5px solid transparent;
  content: "";
}
.accordion [data-toggle="collapse"].collapsed::after {
  transform: rotate(-180deg);
}
.rewards-row .catalog-grid {
  display: block;
}
.rewards-row > .col-12.col-sm-6.col-lg-4 {
  max-width: 100%;
}
.rewards-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}
section.rewards {
  --thumb-h: auto;
}
.user-info-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  padding: 90px 0 30px;
  border: 1px solid #e1e7ec;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}
.user-info-wrapper .user-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-info-wrapper .user-cover .tooltip .tooltip-inner {
  width: 230px;
  max-width: 100%;
  padding: 10px 15px;
}
.user-info-wrapper .info-label {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  height: 26px;
  padding: 0 12px;
  border-radius: 13px;
  background-color: #fff;
  color: #606975;
  font-size: 12px;
  line-height: 26px;
  box-shadow: 0 1px 5px rgba(0,0,0,.18);
  cursor: pointer;
}
.user-info-wrapper .info-label>i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2em;
  vertical-align: middle;
}
.user-info-wrapper .user-info {
  display: table;
  position: relative;
  width: 100%;
  padding: 0 18px;
  z-index: 5;
}
.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
  display: table-cell;
  vertical-align: top;
}
.user-info-wrapper .user-info .user-avatar {
  position: relative;
  width: 115px;
}
.user-info-wrapper .user-info .user-avatar>img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
}
.user-info-wrapper .user-info .user-avatar .edit-avatar {
  display: block;
  position: absolute;
  top: -2px;
  right: 2px;
  width: 36px;
  height: 36px;
  transition: opacity .3s;
  border-radius: 50%;
  background-color: #fff;
  color: #606975;
  line-height: 34px;
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
  cursor: pointer;
  opacity: 0;
  text-align: center;
  text-decoration: none;
}
.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
  font-family: feather;
  font-size: 17px;
  content: "";
}
.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
  opacity: 1;
}
.user-info-wrapper .user-info .user-data {
  padding-top: 48px;
  padding-left: 12px;
}
.user-info-wrapper .user-info .user-data h4 {
  margin-bottom: 2px;
}
.user-info-wrapper .user-info .user-data span {
  display: block;
  color: #9da9b9;
  font-size: 13px;
}
.user-info-wrapper + .list-group .list-group-item:first-child {
  border-radius: 0;
}
#promoform-accordion .card-header button.collapsed {
  background-color: #f5f5f5;
  color: var(--promo-color);
}
#promoform-accordion .form-module-section-hr {
  width: 8px;
  height: 8px;
  margin-top: 0;
  display: inline-block;
  background: var(--promo-color);
}
#promoform-accordion .form-module-section-hr:after {
  content: "";
  border: 1px solid #d8d8d8;
  width: 20px;
  height: 2px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 12px;
}
#sdp-top-banner .navbar-toggler.navbar-toggler-main {
  --fab-diameter: 40px;
  --fab-line-w: 20px;
  --fab-line-h: 3px;
  --fab-gap: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 10px rgba(0,0,0,.14),
              0 1px 18px rgba(0,0,0,.12),
              0 3px 5px rgba(0,0,0,.20) !important;
  width: var(--fab-diameter) !important;
  height: var(--fab-diameter) !important;
  border-radius: 50% !important;
  background: #e81c24 !important;
  border: 0 !important;
  padding: 0 !important;
  margin-right: 12px !important;
  margin-top: 12px !important;
  position: relative !important;
  display: block !important;
  line-height: 1 !important;
}
#sdp-top-banner .navbar-toggler.navbar-toggler-main .navbar-toggler-icon {
  background-image: none !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: var(--fab-line-w) !important;
  height: var(--fab-line-h) !important;
  background: #fff !important;
  border-radius: 1px !important;
  margin: 0 !important;
}
#sdp-top-banner .navbar-toggler.navbar-toggler-main .navbar-toggler-icon:nth-child(2) {
  top: calc(50% - (var(--fab-line-h) + var(--fab-gap))) !important;
}
#sdp-top-banner .navbar-toggler.navbar-toggler-main .navbar-toggler-icon:nth-child(3) {
  top: 50% !important;
}
#sdp-top-banner .navbar-toggler.navbar-toggler-main .navbar-toggler-icon:nth-child(4) {
  top: calc(50% + (var(--fab-line-h) + var(--fab-gap))) !important;
}
#sdp-top-banner .navbar-toggler.navbar-toggler-main .sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  position: absolute !important;
}
#sdp-navbar .navbar-toggler:not(.navbar-toggler-main) {
  border-radius: 50% !important;
  background-color: var(--fab-bar-bg) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
#sdp-navbar .navbar-toggler:not(.navbar-toggler-main) .navbar-toggler-icon {
  background-image: none !important;
  background-color: var(--fab-bar-lines) !important;
}
#sdp-navbar .navbar-toggler:not(.navbar-toggler-main) .hamburger-inner,
#sdp-navbar .navbar-toggler:not(.navbar-toggler-main) .hamburger-inner::before,
#sdp-navbar .navbar-toggler:not(.navbar-toggler-main) .hamburger-inner::after,
#sdp-navbar .navbar-toggler:not(.navbar-toggler-main) .icon-bar {
  background-color: var(--fab-bar-lines) !important;
}
.flows-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  margin-top: 1rem;
}
#main-cell.ml-auto,
#main-cell.mr-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#main-row,
#main-cell {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  min-width: 0 !important;
}
#main-cell > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#main-cell > .row > [class*="col-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.faq-row {
  grid-template-columns: minmax(0,1fr) minmax(0,2fr);
  gap: 1.25rem;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  display: grid !important;
}
.faq-row > [class*="col-"] {
  flex: unset !important;
  max-width: unset !important;
  min-width: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.faq-navcol {
  grid-column: 1;
}
.faq-maincol {
  grid-column: 2;
}
.faq-row > [class*="col-"]:not(.faq-navcol):not(.faq-maincol) {
  display: none !important;
}
#customerservice-faq-accordion .card,
#customerservice-faq-accordion .card-custom,
#customerservice-faq-accordion .card-custom-collapse {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 14px !important;
}
#customerservice-faq-accordion .card-header a[role="tab"],
#customerservice-faq-accordion .card-header [data-toggle="collapse"],
#customerservice-faq-accordion .customerservice-faq-card-header a {
  display: block;
  font-weight: 600;
  position: relative;
  padding-right: 2rem;
  color: #111 !important;
  text-decoration: none !important;
}
#customerservice-faq-accordion .card-header [data-toggle="collapse"]::after,
#customerservice-faq-accordion .customerservice-faq-card-header [data-toggle="collapse"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .75rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(-45deg);
  opacity: .7;
}
#customerservice-faq-accordion .card-header [data-toggle="collapse"].collapsed::after,
#customerservice-faq-accordion .customerservice-faq-card-header [data-toggle="collapse"].collapsed::after {
  transform: translateY(-40%) rotate(45deg);
  opacity: .5;
}
.card-collapse {
  margin: 0;
}
.card-collapse, .card-collapse .card-header {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
#customerservice-faq-accordion .card-header [data-toggle="collapse"] {
  position: relative;
  font-weight: 600;
  padding-right: 2rem !important;
  text-decoration: none !important;
  color: #111 !important;
}
#customerservice-faq-accordion .card-header [data-toggle="collapse"]::after {
  position: absolute;
  top: 50%;
  right: .75rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  opacity: .65;
  content: none !important;
  border: 0 !important;
}
#customerservice-faq-accordion .card-header [data-toggle="collapse"][aria-expanded="true"]::after {
  transform: translateY(-40%) rotate(135deg);
  opacity: .9;
}
#customerservice-faq-accordion .card-header [data-toggle="collapse"]:hover {
  background: rgba(0,0,0,.03);
}
#main-container #main-cell {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#main-container .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
#main-container .row > [class*="col-"] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
#main-container #main-sub-container.container-fluid,
#main-container .content-module-page.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#main-container {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  background: #ffffff !important;
  width: auto !important;
  max-width: none !important;
}
#main-container .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
#main-container .btn-group > .btn.btn-secondary.btn-sm {
  background: var(--color-gold);
  border: none;
  color: #111;
  border-radius: 999px;
  padding: .6rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 600;
  box-shadow: none;
}
#main-container .btn-group > .btn.btn-secondary.btn-sm i {
  line-height: 1;
  margin: 0;
}
#main-container .btn-group > .btn.btn-secondary.btn-sm span {
  line-height: 1;
}

/* =====================
   04 Navbar
   ===================== */
.navbar {
  margin-bottom: 0px !important;
}
.navbar,
.navbar.bg-custom,
.navbar.fixed-top,
.navbar.sticky-top {
  background: transparent !important;
  box-shadow: none !important;
}
.navbar.bg-custom::after {
  background-color: transparent !important;
}
.header-over-hero .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 6px;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  box-shadow: 0 4px 20px rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
  background-color: var(--color-custom);
  color: var(--color-custom-inverse);
}
#sidebar .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
.btn.dropdown-toggle::after,
.navbar .dropdown-toggle::after,
.dropdown-toggle::after {
  position: static;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  text-decoration: underline;
}
.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
  color: var(--color-custom-inverse);
  background-color: var(--color-custom);
  border-color: var(--color-custom);
}
.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(33,150,243,.5);
}
.btn.btn-outline-custom:active,
.btn.btn-outline-custom.active,
.show>.btn.btn-outline-custom.dropdown-toggle {
  background-color: rgba(153,153,153,.2);
  box-shadow: 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.12);
}
.btn-outline-custom-secondary:not([disabled]):not(.disabled):active,
.btn-outline-custom-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-custom-secondary.dropdown-toggle {
  box-shadow: 0 5px 11px rgba(0,0,0,.18), 0 4px 15px rgba(0,0,0,.15);
  background-color: transparent !important;
  border-color: var(--color-custom-secondary) !important;
}
#sdp .bg-custom-navbar {
  background-color: var(--color-custom);
}
#sdp .owl-nav .owl-prev,
#sdp .owl-nav .owl-next,
#sdp .owl-carousel .owl-dot {
  background: var(--promo-color);
}
#customerservice-nav .active {
  background-color: #f1f1f1;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  border-radius: 3px;
  line-height: 20px;
  color: #ffffff !important;
  padding: 0.9375rem !important;
  font-weight: 600 !important;
  font-size: 1.0rem !important;
  text-transform: none !important;
}
#customerservice-nav .nav {
  display: grid;
  gap: .5rem;
  padding: .5rem;
}
#customerservice-nav .nav-link {
  display: block;
  padding: .6rem .8rem;
  border-radius: 10px;
  color: #111;
  text-decoration: none;
  border: 1px solid #eee;
  background: #fff;
  transition: transform .12s, box-shadow .12s, border-color .12s;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
}
#customerservice-nav .nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  border-color: #eaeaea;
}
#customerservice-nav .nav-link.active {
  border-color: var(--color-custom);
  box-shadow: inset 3px 0 0 0 var(--color-custom);
  background: color-mix(in oklab, var(--color-custom) 6%, white);
  font-weight: 700;
}

/* =====================
   05 Buttons
   ===================== */
.btn.btn-danger {
  box-shadow: none;
  color: #fff !important;
  background-color: #e81c24 !important;
  border-color: #e81c24 !important;
}
.btn.btn-custom {
  background-color: var(--color-custom);
  border-color: var(--color-custom);
  box-shadow: none;
  color: var(--color-custom-inverse) !important;
}
.btn-custom:hover {
  color: var(--color-custom-inverse);
  background-color: #252526;
  border-color: #252526;
}
.btn-custom:disabled, .btn-custom.disabled {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.btn-outline-custom {
  color: var(--color-custom);
  background-color: transparent;
  border: 1px solid var(--color-custom) !important;
}
.btn.btn-outline-custom:hover,
.btn.btn-outline-custom:focus {
  background-color: rgba(153,153,153,.05);
}
.btn.btn-outline-custom:disabled,
.btn.btn-outline-custom.disabled {
  background-color: transparent;
  border-color: var(--color-custom);
}
.btn-banner-top,
.btn.btn-banner-top {
  color: #fff;
  background-color: #252526;
  border-color: #252526;
  box-shadow: 0 2px 2px rgba(37,37,38,.14), 0 3px 1px -2px rgba(37,37,38,.2), 0 1px 5px rgba(37,37,38,.12);
}
.btn-banner-top:hover,
.btn.btn-banner-top:hover,
.btn.btn-banner-top:focus {
  color: #fff;
  background-color: #000;
  border-color: #252526;
}
.btn-banner-top:disabled,
.btn.btn-banner-top:disabled {
  color: #fff;
  background-color: #252526;
  border-color: #252526;
}
.btn.btn-banner-top.btn-link {
  background-color: transparent;
  color: #252526;
  box-shadow: none;
}
.btn-custom-secondary {
  background-color: var(--color-custom-secondary);
  border-color: var(--color-custom-secondary);
  box-shadow: none;
  color: var(--color-custom-secondary-inverse) !important;
}
.btn-custom-secondary:disabled, .btn-custom-secondary.disabled {
  color: #fff;
  background-color: #606975;
  border-color: #606975;
}
.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active {
  color: var(--color-custom-secondary-inverse) !important;
  background-color: transparent !important;
}
.btn-outline-custom-secondary {
  color: var(--color-custom-secondary-inverse) !important;
  background-color: transparent !important;
  border: 1px solid var(--color-custom-secondary) !important;
}
.btn-outline-custom-secondary:hover,
.btn-outline-custom-secondary:focus,
.btn-outline-custom-secondary:active {
  color: var(--color-custom-secondary-inverse) !important;
  background-color: transparent !important;
}
.btn-outline-active-custom {
  color: var(--color-custom) !important;
  background-color: var(--color-custom-inverse) !important;
  border: 1px solid var(--color-custom) !important;
}
.btn-outline-active-custom:hover,
.btn-outline-active-custom:focus,
.btn-outline-active-custom:active,
.btn-outline-active-custom.active {
  color: #fff !important;
  background-color: #252526 !important;
  border-color: #252526 !important;
}
.btn-outline-inactive-custom {
  color: #252526 !important;
  background-color: #fff !important;
  border: 1px solid #252526 !important;
}
.btn-outline-inactive-custom:hover,
.btn-outline-inactive-custom:focus,
.btn-outline-inactive-custom:active,
.btn-outline-inactive-custom.active {
  color: #fff !important;
  background-color: #252526 !important;
  border-color: #252526 !important;
}
.btn-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 48px;
  background: var(--color-custom);
  color: var(--color-custom-inverse);
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
}
.btn-add-to-cart:hover {
  filter: brightness(0.95);
}
.btn-add-to-cart__icon {
  font-size: 1.1em;
  line-height: 1;
}
#promoform-accordion .card-header button {
  color: #fff;
  font-size: 24px;
  margin: 0;
  text-overflow: clip;
  overflow: hidden;
  border-radius: 0;
  background: var(--promo-color);
}
#promoform-accordion .card-header button:active {
  background: inherit;
}
#promoform-accordion .card-header button:after {
  margin-right: 10px;
}
.input-group-append button {
  height: 2.5rem;
}
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 12px;
  padding: 0 1.1rem;
  font-weight: 800;
  text-decoration: none;
}
.btn-secondary {
  background: #111;
  color: #fff;
}
.btn-secondary:hover {
  filter: brightness(.96);
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.25rem;
  background: var(--color-custom);
  color: var(--color-custom-inverse);
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,.07);
}
.btn-primary:hover {
  filter: brightness(.96);
}
.btn-primary:active {
  transform: translateY(1px);
}
#sdp-footer .social-buttons .btn {
  opacity: .85;
}
#sdp-footer .social-buttons .btn:hover {
  opacity: 1;
}
.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: .6rem .6rem 0 0;
  vertical-align: top;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  line-height: 1;
  white-space: nowrap;
}
.btn.btn-secondary {
  color: #111;
  background: var(--color-gold) !important;
  border-color: var(--color-gold) !important;
}

/* =====================
   06 Cards & Rewards
   ===================== */
.flows-title,
.flow-card__title {
  letter-spacing: .01em;
  text-transform: capitalize; 
}
.card:first-child {
  border: 0;
  margin: 0 0 30px;
}
.card-properties {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.12);
  border: 1px solid #ddd !important;
}
#shop-category-products .card-properties {
  padding-top: 10px;
}
.card-img {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  position: relative;
}
.card-img .card-img-overlay-custom,
.card-header .card-img-overlay-custom {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
.card-plain {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card-plain-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-plain-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-plain-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-plain-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}
.card-plain-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.accordion .card-checkout {
  margin-bottom: 8px;
  border-bottom: 1px solid #e1e7ec !important;
}
.accordion > .card-checkout {
  overflow: hidden;
}
.card-checkout {
  border-color: #e1e7ec;
  border-bottom-color: #e1e7ec;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 7px !important;
}
.accordion > .card-checkout .card-header-checkout {
  margin-bottom: -1px;
}
.card-header-checkout:first-child {
  border-radius: 7px 7px 0 0;
}
.card-header-checkout, .card-footer-checkout {
  background-color: #f5f5f5;
}
.card-header-checkout {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
  border-bottom-color: #e1e7ec;
}
.card-header-checkout h6 {
  margin-bottom: 0;
}
.rewards-header .points-pill {
  background: var(--color-gold);
  color: var(--color-custom-inverse);
  padding: .125rem .6rem;
  border-radius: 999px;
  font-weight: 700;
}
.reward-card .reward-title {
  color: rgba(255,255,255,.92);
}
.reward-thumb {
  padding: .75rem .75rem 0;
  background: transparent;
}
.reward-card__body {
  padding: 1rem;
}
.reward-card__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
.reward-card__subtitle {
  color: #6b7280;
  font-size: .9rem;
  margin-top: .25rem;
}
.reward-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  padding: .75rem 1rem 1rem;
}
.reward-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  border-color: #eaeaea;
}
.reward-item__title {
  font-weight: 600;
  line-height: 1.25;
}
.reward-item {
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: .5rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
.reward-item__points {
  white-space: nowrap;
  background: rgba(0,0,0,.06);
  color: #111;
  font-weight: 700;
  padding: .25rem .5rem;
  border-radius: 999px;
  min-width: 72px;
  text-align: center;
}
.reward-item__points--accent {
  background: color-mix(in oklab, var(--color-custom) 15%, white);
  color: #111;
}
.reward-item__thumb {
  width: 84px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.reward-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.rewards-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .875rem 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
  font-weight: 700;
}
.cashback-badge {
  font-size: .85rem;
  white-space: nowrap;
  background: var(--color-custom);
  color: var(--color-custom-inverse);
  font-weight: 700;
  border-radius: 999px;
  padding: .50rem .6rem;
  line-height: 1;
}
.cashback-badge-inactive {
  font-size: .85rem;
  white-space: nowrap;
  background: #808080;
  color: var(--color-custom-inverse);
  font-weight: 700;
  border-radius: 999px;
  padding: .50rem .6rem;
  line-height: 1;
}
.reward-card {
  width: 100%;
  border: 1.5px solid var(--color-gold);
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.reward-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 .75rem;
}
.rewards .reward-thumb {
  height: auto;
  display: block;
  margin-bottom: .75rem;
  overflow: visible !important;
}
.rewards .reward-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.rewards .reward-card {
  display: flex;
  flex-direction: column;
}
.rewards .reward-title {
  margin-bottom: .75rem;
}
.rewards .reward-points-pill {
  margin-top: auto;
  align-self: center;
}
.reward-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.reward-points-pill {
  border: 1px solid rgba(176,141,87,.35);
  margin: .9rem auto 1rem;
  margin-top: .25rem;
  background: rgba(0,0,0,.06);
  color: #111;
  font-weight: 700;
  padding: .35rem .75rem;
  border-radius: 999px;
}
.reward-detail__card {
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  padding: 1rem;
}
.reward-detail__title {
  font-size: clamp(1.25rem, 2.2vw, 2.25rem);
  font-weight: 800;
  margin: 0;
}
.reward-detail__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
}
.reward-detail__thumb {
  margin: 0;
  background: #fff;
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--thumb-min-h);
}
.reward-detail__thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.reward-detail__panel {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.reward-detail__label {
  font-weight: 700;
  margin-bottom: .25rem;
}
.reward-detail__qty input {
  width: 100%;
  height: 44px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: .25rem .75rem;
  font-size: 1rem;
  outline: none;
}
.reward-detail__qty input:focus {
  border-color: var(--color-custom);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-custom) 20%, transparent);
}
.reward-detail__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.reward-detail {
  --card-radius: 18px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --thumb-min-h: 340px;
  --gap: 1.25rem;
  --thumb-max-h: 450px;
}
.reward-detail__header {
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: space-between;
  margin-bottom: .75rem;
  position: relative;
}

/* =========================================================
   REWARDS — locked / not enough points state
   ========================================================= */

.reward-card {
    position: relative;
    overflow: hidden;
}

/* dim content */
.reward-card.is-locked {
    opacity: 0.75;
}

/* overlay */
.reward-card.is-locked::after {
    content: "Nog niet genoeg punten";
    position: absolute;
    inset: 0;
    background: rgba(201, 162, 77, 0.7); /* jouw gold */
    color: #000;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* optioneel: productafbeelding extra dimmen */
.reward-card.is-locked img {
    filter: grayscale(100%) brightness(0.8);
}

#promoform-accordion .card-header {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
#promoform-accordion .card-body {
  background-color: #f5f5f5;
}
#sdp .card-transparent {
  box-shadow: none;
  border: 0;
}
#customerservice-faq-accordion .customerservice-faq-card-header {
  background-color: #fff;
}
#customerservice-faq-accordion .customerservice-faq-card-header a {
  color: #000;
}
.points-summary .points-pill {
  background: var(--color-gold);
  color: var(--color-custom-inverse);
  font-weight: 700;
  padding: .2rem .6rem;
  border-radius: 999px;
}
.flow-card__step {
  box-shadow: 0 0 0 2px var(--color-gold);
  position: absolute;
  top: .75rem;
  left: .75rem;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--color-custom);
  color: var(--color-custom-inverse);
  font-weight: 800;
  display: grid;
  place-items: center;
}
.flow-card__icon {
  font-size: 2rem;
  line-height: 1;
  margin-left: 2.25rem;
}
.flow-card__title {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 .1rem 2.25rem;
}
.flow-card__text {
  margin: 0 0 .25rem 2.25rem;
  color: #374151;
}
.flow-card,
/*.reward-card,*/
.reward-detail__card,
.cashback-line {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.flow-card__cta {
  align-self: start;
  margin-left: 2.25rem;
}
.points-pill {
  background: var(--color-gold);
  color: var(--color-custom-inverse);
  font-weight: 800;
  padding: .35rem .75rem;
  border-radius: 999px;
}
#customerservice-nav.card {
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 14px !important;
}
#customerservice-faq-accordion .card + .card {
  margin-top: .75rem;
}
#customerservice-faq-accordion .card-header,
#customerservice-faq-accordion .customerservice-faq-card-header {
  background: #fff !important;
  border-bottom: 1px solid #eee !important;
  padding: .875rem 1rem !important;
}
#customerservice-faq-accordion .card-header a:hover {
  background: rgba(0,0,0,.03);
}
#customerservice-faq-accordion .card-body,
#customerservice-faq-accordion .customerservice-faq-card-body {
  background: #fff;
  color: #374151;
  line-height: 1.6;
  padding: .875rem 1rem 1rem !important;
}
#customerservice-faq-accordion .card-header i,
#customerservice-faq-accordion .card-header .material-icons {
  display: none !important;
}
#customerservice-faq-accordion .card-header a {
  border-radius: 10px;
}
#customerservice-faq-accordion .card-header a[aria-expanded="true"] {
  box-shadow: inset 3px 0 0 0 var(--color-custom);
  margin-right: .5rem;
  background: color-mix(in oklab, var(--color-custom) 6%, white) !important;
  padding-right: 2.25rem !important;
}
.flow-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  border: 1px solid rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}
.flow-card::before {
  border-radius: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: var(--color-gold);
  opacity: .9;
}
.card .card-body, .card .card-footer {
  padding: 0rem !important;
}
.card {
  margin-top: 0px !important;
}

/* =====================
   07 Carousel
   ===================== */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #000;
  text-align: center;
  opacity: .5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #000;
  outline: 0;
  opacity: .9;
  text-decoration: none;
}
.carousel .carousel-indicators li {
  background: var(--color-custom);
  border-radius: 100px;
}

/* =====================
   09 Forms & Service
   ===================== */
#promoform-progress-indicator {
  background-color: #f5f5f5;
}
#promoform-progress-indicator .progress {
  height: 20px;
}
#promoform-progress-indicator .progress-bar {
  background: var(--promo-color);
}
#sdp .input-group input,
#sdp .input-group select {
  height: 2.5rem;
}
#sdp .shadow-none {
  box-shadow: none;
}
#sdp .staging_banner_preview {
  width: 100px;
}
.input-group {
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 2em !important;
}
#sdp-hide-top-banner {
  margin-top: 145px;
}
#sdp-actie-title-heading {
  -webkit-filter: drop-shadow(1px 1px 1px #000);
  filter: drop-shadow(1px 1px 1px #000);
  color: var(--color-actie-title) !important;
}
.cart-item__qty input,
.cart-item__qty select {
  width: 84px;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .25rem .5rem;
  font-size: 1rem;
  outline: none;
}
.cart-item__qty input:focus,
.cart-item__qty select:focus {
  border-color: var(--color-custom);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-custom) 18%, transparent);
}
#customerservice-faq-accordion {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
  padding: 1rem;
}
#sdp-footer {
  color: rgba(255,255,255,.85);
  background: #0b0b0c !important;
}
#sdp-footer a {
  color: rgba(255,255,255,.85);
}
#sdp-footer a:hover {
  color: #b08d57;
}
.form-module-field.bg-custom {
  color: #374151;
  border: 0;
  box-shadow: none;
  background: transparent !important;
  padding: 0 !important;
}
.form-module-field.bg-custom
.form-module-field-info {
  font-size: .9rem;
  line-height: 1.55;
  max-width: 100%;
}
.form-module-field.bg-custom
.form-module-field-info p:first-child {
  font-weight: 700;
  color: #111;
  margin-bottom: .5rem;
}
.form-module-field.bg-custom
.form-module-field-info p {
  margin: 0 0 .5rem;
}

/* =========================================================
   FORM MODULE — info paragraphs (eerste = intro)
   ========================================================= */

.form-module-field-info p {
    margin: 0 0 8px 0;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* eerste paragraaf = uitleg, geen achtergrond */
.form-module-field-info p:first-child {
    background: none;
    padding-left: 0;
    font-weight: 500;
}

/* vanaf tweede paragraaf om-en-om highlight */
.form-module-field-info p:not(:first-child):nth-child(odd) {
    background-color: #f7f5f0;
    border-left: 4px solid var(--gold, #c9a24d);
}

.form-module-field-info p:not(:first-child):nth-child(even) {
    background-color: #ffffff;
    border-left: 4px solid var(--gold, #c9a24d);
}


/* =====================
   10 Titles
   ===================== */
.flows-title::after,
h2::after,
h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 10px;
  background: var(--color-gold);
  border-radius: 999px;
}
.label-block {
  display: block !important;
}
.flows-title {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 800;
  margin: 0 0 .25rem;
}
.cart__title {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 800;
  margin: 0;
}
.cart-item__title {
  font-weight: 800;
  margin: 0;
  line-height: 1.25;
}

/* =====================
   12 Modals
   ===================== */
.modal p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.modal-body h2 {
  margin-bottom: .2em;
}
#image-gallery .modal-footer {
  display: block;
}
ul.voorwaarden {
  list-style-type: decimal;
  margin-bottom: 1.5em;
  list-style-position: outside;
}
ul.voorwaarden li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
ul.voorwaarden_extra {
  list-style-type: disc;
  list-style-position: outside;
}
ul.voorwaarden_extra li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
table.voorwaarden {
  border-collapse: collapse;
  width: 100%;
}
table.voorwaarden tr {
  border-top: 1px solid #000;
}
table.voorwaarden tr:last-child {
  border-bottom: 1px solid #000;
}
table.voorwaarden td:nth-child(1) {
  width: 20%;
  vertical-align: top;
}
table.voorwaarden td:nth-child(2) {
  width: 60%;
}
table.voorwaarden td:nth-child(3) {
  width: 20%;
  text-align: center;
  vertical-align: top;
}
div.modal-backdrop {
  display: none;
}

/* =====================
   13 Utilities
   ===================== */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.hidden-md-down {
  background-color: #f7f7f7;
  height: 100%;
  padding: 20px 0;
}
.mt-xxs {
  margin-top: .25rem;
}
.voorbeeld-box {
  background: var(--color-custom);
  color: #fff;
  font-size: 85%;
  border-radius: .25rem;
  padding: .375rem .75rem;
  display: block;
  height: 100%;
}
.voorbeeld-box a {
  color: #fff;
  text-decoration: underline;
}
.voorbeeld-box-2 {
  background: #fff;
  border: 1px solid #ced4da;
  color: #000;
  font-size: 85%;
  border-radius: .25rem;
  padding: .375rem .75rem;
  margin-top: .5rem;
  display: inline-block;
}
.voorbeeld-box-danger {
  background: #dc3545;
  color: #fff;
  font-size: 85%;
  border-radius: .25rem;
  padding: .375rem .75rem;
  margin-top: .5rem;
  display: inline-block;
}

/* =====================
   16 Landing
   ===================== */
.flows-landing {
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --gap: 1.25rem;
}

/* =====================
   17 Cart
   ===================== */
.checkout-steps > a.active {
  background-color: #e1e7ec;
  color: #606975;
}
.cart {
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --gap: 1rem;
}
.cart__items {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: 0 0 1rem;
}
.cart-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: .85rem 1rem;
  display: grid;
  grid-template-columns: 112px 1fr auto auto auto;
  align-items: center;
  gap: .75rem;
}
.cart-item__thumb {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.cart-item__thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.cart-item__meta {
  color: #6b7280;
  font-size: .95rem;
}
.cart-item__qty {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.cart-item__points {
  font-weight: 800;
  white-space: nowrap;
  background: #f1f5f9;
  border-radius: 999px;
  padding: .4rem .65rem;
}
.cart-item__remove {
  color: #c1121f;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem;
  border-radius: 8px;
}
.cart-item__remove:hover {
  background: #fee2e2;
}
.cart__summary {
  margin-top: .5rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: .9rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: space-between;
}
.cart__totals {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
}
.cart__totals .line {
  font-weight: 700;
}
.cart__totals .muted {
  color: #6b7280;
  font-weight: 400;
}
.cart-empty {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem;
  text-align: center;
}
.cart-empty p {
  margin: .25rem 0 .75rem;
  color: #6b7280;
}
.cart__header {
  margin: .25rem 0 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: flex-start;
}
.cart__saldo {
  margin-left: auto;
  white-space: nowrap;
  position: static !important;
}
.checkout-footer {
  border: 1px solid #ffffff !important;
}

/* =====================
   19 Footer
   ===================== */
.footer-custom {
  background-color: #222a40;
}

/* =====================
   20 Misc
   ===================== */
.banner,
.banner .banner-img {
  width: 100%;
  display: block;
}
.text-custom {
  color: var(--color-custom) !important;
}
.text-decoration-underline {
  text-decoration: underline;
}
.font-size-normal {
  font-size: 0.9rem !important;
}
.font-size-small {
  font-size: 75% !important;
}
.text-small {
  font-size: .7125rem !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
}
.shadow-lg {
  box-shadow: 0 7px 12px -5px rgba(33,33,33,.26);
}
.bg-custom {
  background-color: #eee !important;
  color: #000 !important;
  padding: 1rem !important;
}
.img-winkelwagen {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.cashback__amount {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.cashback__points {
  margin-top: .25rem;
  color: #6b7280;
  font-size: .95rem;
}
.cashback-tiers {
  display: grid;
  gap: .5rem;
  margin-bottom: 1.25rem;
}
.cashback-points {
  color: #6b7280;
  font-size: .95rem;
}
.cashback-line {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: .5rem .75rem;
}
.cashback-line__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.cashback-link {
  margin-left: auto;
  text-decoration: none;
  font-weight: 700;
  color: var(--color-custom);
}
.cashback-link:hover {
  text-decoration: underline;
}
.h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 .25rem;
}
.muted {
  color: #6b7280;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  text-decoration: none;
  font-weight: 700;
  color: #111;
}
.back-link__icon {
  font-size: 1.1em;
  line-height: 1;
}
.back-link:hover {
  border-color: #e5e5e5;
}
.profiel-steps {
  margin-bottom: 40px;
}
.profiel-steps::after {
  display: block;
  clear: both;
  content: "";
}
.profiel-steps > a {
  display: block;
  position: relative;
  width: 25%;
  height: 55px;
  float: left;
  transition: color .3s;
  border-top: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  background-color: #fff;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
  line-height: 53px;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid #e1e7ec;
}
.profiel-steps > a:first-child {
  border-left: 1px solid #e1e7ec;
}
.profiel-steps > a:hover {
  color: var(--color-custom);
}
.profiel-steps > a.active {
  background-color: var(--color-gold);
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.profiel-steps > a.completed > .step-indicator {
  display: inline-block;
  margin-top: -5px;
  margin-right: 7px;
  border-radius: 50%;
  color: #43d9a3;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.melding {
  border: 1px solid var(--color-custom);
  background: var(--color-custom);
  font-size: 90%;
  padding: 1em;
  border-radius: 3px;
  color: #fff;
}
.melding a {
  color: #fff;
  text-decoration: underline;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.cursor-pointer {
  cursor: pointer;
}
#staging_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  padding: 4px;
  opacity: .8;
  z-index: 99000;
  background-color: #ffe01b;
  color: #000;
  font-size: 15px;
  border-radius: 0 0 20px 0;
}
.sm-only {
  display: none;
}
.banner {
  width: 100%;
}
.banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 35%;
  display: block;
  background-color: #f0f0f0;
}
.flows-intro {
  margin-bottom: 1rem;
}
.flows-lead {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.7;
  margin: .25rem 0 .75rem;
}
.points-summary {
  background: #fff;
  border-radius: 999px;
  box-shadow: var(--shadow);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
}
.flow-list {
  margin: .25rem 0 .25rem 2.25rem;
  padding: 0 0 0 1rem;
  color: #4b5563;
}
.flow-list li {
  margin: .2rem 0;
}
.flow-secondary {
  margin: .25rem 0 0 2.25rem;
  color: #6b7280;
  font-size: .95rem;
}
.flows-how {
  margin-top: 1.25rem;
  padding: 1rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.flows-how h3 {
  margin: 0 0 .5rem;
  font-weight: 800;
}
.flows-how ol {
  margin: .25rem 0 0 1.25rem;
  color: #374151;
}
.flows-how li {
  margin: .25rem 0;
}

/* =====================
   21 Responsive (@media)
   ===================== */
@media (min-width: 992px) {
  /* --- 03 Layout --- */
  #main-section,
    #main-sub-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-columns {
    column-count: 1;
  }

  nav#sdp-top-banner .navbar-translate > button.navbar-toggler,
    nav#sdp-top-banner .navbar-translate > button.navbar-toggler-main,
    nav#sdp-top-banner button.navbar-toggler.navbar-toggler-main,
    nav#sdp-top-banner .navbar-toggler,
    nav#sdp-top-banner .navbar-toggler-main {
    display: none !important;
  }

  nav#sdp-top-banner .navbar-collapse {
    display: flex !important;
  }

  .flows-grid {
    grid-template-columns: 1fr 1fr;
  }

  #main-container #main-cell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #main-container {
  }

  /* --- 06 Cards & Rewards --- */
  .reward-detail {
    --thumb-max-h: 380px;
  }

}

@media (max-width: 991.98px) {
  /* --- 03 Layout --- */
  .navbar .navbar-collapse .navbar-nav > li.button-container {
    padding: 15px 15px 0 15px !important;
  }

  nav#sdp-top-banner .navbar-toggler,
    nav#sdp-top-banner .navbar-toggler-main {
    display: inline-flex !important;
  }

  .row.promoform_upload {
    justify-content: center !important;
  }

  .promoform_upload .col-md-6,
    .promoform_upload .col-md-4,
    .promoform_upload [class*="col-"] {
    flex-direction: column;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
  }

  .faq-row {
    grid-template-columns: 1fr;
  }

  .faq-navcol, .faq-maincol {
    grid-column: auto;
  }

  /* --- 04 Navbar --- */
  #sdp .nav-top-test.nav-top-test {
    padding-top: 0 !important;
    padding-right: 1rem !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }

  #sdp #sdp-navbar .navbar-nav .nav-item .nav-link:first-of-type {
    padding: 0rem 0.75rem 0.9375rem 0.75rem !important;
  }

  /* --- 05 Buttons --- */
  .btn.btn-danger {
    box-shadow: none;
    color: #000 !important;
    background-color: #eee !important;
    border-color: #eee !important;
  }

  .btn.btn-custom {
    box-shadow: none;
    color: #000 !important;
    background-color: #eee !important;
    border-color: #eee !important;
  }

  .promoform_upload .fileinput,
    .promoform_upload .thumbnail,
    .promoform_upload .btn,
    .promoform_upload img,
    .promoform_upload .text-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

@media (max-width: 991px) {
  /* --- 03 Layout --- */
  .navbar .container,
    .navbar .container-lg {
    padding-left: 0;
    padding-right: 0;
  }

  /* --- 04 Navbar --- */
  .navbar.bg-custom .navbar-toggler {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    position: relative;
    background: #e81c24 !important;
    border: 2px solid #e81c24 !important;
    background-image: none !important;
  }

  .navbar.bg-custom .navbar-toggler::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    display: block;
    box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  }

  .navbar.bg-custom .navbar-toggler .navbar-toggler-icon {
    display: none !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
  }

}

@media (min-width: 576px) {
  /* --- 03 Layout --- */
  .card-columns {
    column-count: 1;
  }

  section.rewards .reward-card {
    display: flex;
    flex-direction: column;
  }

  section.rewards .reward-thumb {
    height: var(--thumb-h);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem;
    overflow: visible;
  }

  section.rewards .reward-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  section.rewards .reward-points-pill {
    margin-top: auto;
    align-self: center;
  }

  /* --- 06 Cards & Rewards --- */
  .reward-detail__thumb img {
    width: auto;
    height: 450px;
    object-fit: contain;
    max-height: var(--thumb-max-h) !important;
  }

}

@media (max-width: 480px) {
  /* --- 06 Cards & Rewards --- */
  .reward-item {
    grid-template-columns: 72px 1fr auto;
  }

  .reward-item__thumb {
    width: 72px;
  }

  #customerservice-faq-accordion .card-header a[aria-expanded="true"] {
    margin-right: .375rem;
  }

  /* --- 09 Forms & Service --- */
  #customerservice-faq-accordion {
    padding: .875rem;
  }

  /* --- 20 Misc --- */
  .cashback__amount {
    font-size: 1.1rem;
  }

}

@media (max-width: 768px) {
  /* --- 03 Layout --- */
  .col-sm-hidden {
    display: none;
  }

  /* --- 06 Cards & Rewards --- */
  .rewards .reward-thumb img {
    max-height: 320px;
  }

  /* --- 13 Utilities --- */
  .sm-hidden {
    display: none;
  }

  /* --- 17 Cart --- */
  .cart-item {
    grid-template-columns: 88px 1fr auto;
    grid-template-areas: "thumb  title  remove"
        "thumb  meta   meta";
    row-gap: .5rem;
  }

  /* --- 20 Misc --- */
  .border-right {
    border-right: 0 !important;
  }

  .sm-only {
    display: block;
  }

}

@media (max-width: 380px) {
  /* --- 06 Cards & Rewards --- */
  .reward-thumb {
    border-radius: 10px;
  }

  /* --- 20 Misc --- */
  .cashback-line {
    padding: .5rem;
  }

}

@media (max-width: 420px) {
  /* --- 20 Misc --- */
  .cashback-line {
    flex-wrap: wrap;
  }

  .cashback-link {
    margin-left: 0;
    width: 100%;
    text-align: right;
  }

}

@media (max-width: 575.98px) {
  /* --- 03 Layout --- */
  section.rewards .reward-thumb {
    height: auto;
    display: block;
  }

  section.rewards .reward-thumb img {
    width: 100%;
    height: auto;
  }

  /* --- 05 Buttons --- */
  .btn-primary {
    height: 44px;
    width: 100%;
  }

  /* --- 06 Cards & Rewards --- */
  .reward-detail__thumb img {
    max-height: none !important;
  }

  .reward-detail__header {
    gap: .5rem;
    flex-wrap: wrap;
  }

  .flow-card {
    padding: .85rem .85rem .9rem;
  }

  .flow-card__title {
    margin-left: 2.1rem;
  }

  .flow-card__text {
    margin-left: 2.1rem;
  }

  .flow-card__cta {
    margin-left: 2.1rem;
  }

  /* --- 09 Forms & Service --- */
  .cart-item__qty input,
    .cart-item__qty select {
    height: 38px;
    width: 78px;
  }

  /* --- 10 Titles --- */
  .cart__title {
    font-size: 1.6rem;
    order: 2;
    flex: 1 1 100%;
    margin-top: .25rem;
  }

  .cart-item__title {
    grid-area: title;
    margin: 0;
  }

  /* --- 17 Cart --- */
  .cart-item__meta {
    grid-area: meta;
    font-size: .9rem;
    color: #6b7280;
  }

  .cart-item__qty {
    grid-area: qty;
    justify-self: start;
  }

  .cart__summary {
    padding: .75rem;
    flex-direction: column;
    align-items: stretch;
    gap: .5rem;
  }

  .cart__totals {
    justify-content: space-between;
  }

  .cart__summary--sticky {
    position: sticky;
    bottom: 12px;
    z-index: 20;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
  }

  .cart__header {
    gap: .5rem;
    margin: .25rem 0 .75rem;
    flex-wrap: wrap;
  }

  .cart__saldo {
    order: 3;
    /*margin-left: 0;*/
    margin-top: .5rem;
    font-size: .85rem;
    padding: .25rem .5rem;
  }

  .cart-item {
    grid-template-columns: 72px 1fr auto;
    grid-template-areas: "thumb title  remove"
        "thumb points remove";
    gap: .5rem .75rem;
    padding: .75rem .75rem;
    align-items: start;
  }

  .cart-item__thumb {
    grid-area: thumb;
    width: 72px;
    height: 72px;
    border-radius: 10px;
  }

  .cart-item__points {
    grid-area: points;
    justify-self: start;
    margin-top: .15rem;
    padding: .25rem .5rem;
    font-size: .95rem;
  }

  .cart-item__remove {
    grid-area: remove;
    justify-self: end;
    align-self: start;
    margin-left: .5rem;
    font-size: 1.2rem;
    padding: .2rem .3rem;
  }

  /* --- 20 Misc --- */
  .flow-list {
    margin-left: 2.1rem;
  }

  .flow-secondary {
    margin-left: 2.1rem;
  }

  .back-link {
    order: 1;
  }

}

@media (min-width: 768px) {
  /* --- 06 Cards & Rewards --- */
  .reward-detail__body {
    grid-template-columns: 1.2fr .8fr;
    align-items: start;
  }

}

@media (max-width: 767.98px) {
  /* --- 06 Cards & Rewards --- */
  .reward-detail__thumb {
    min-height: 0;
    padding: .75rem;
  }

}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* --- 06 Cards & Rewards --- */
  .reward-detail {
    --thumb-max-h: 250px;
  }

}

@media (max-width: 576px) {
  /* --- 20 Misc --- */
  .profiel-steps > a {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    border: 1px solid #e1e7ec;
  }

  .profiel-steps > a > .angle {
    display: none;
  }

}

@media (max-width:480px) {
  /* --- 09 Forms & Service --- */
  #customerservice-faq-accordion {
    padding: .875rem;
  }

}

/* =========================================================
   DROPDOWN ACCOUNT MENU — override Bootstrap blauw
   ========================================================= */

.dropdown-menu.dropdown-with-icons .dropdown-item:hover,
.dropdown-menu.dropdown-with-icons .dropdown-item:focus,
.dropdown-menu.dropdown-with-icons .dropdown-item.active {
    background-color: var(--gold, #c9a24d); /* fallback gold */
    color: #000;
}

/* eventueel: huidige pagina visueel markeren */
.dropdown-menu.dropdown-with-icons .dropdown-item.active {
    font-weight: 600;
}

/* =========================================================
   Upload validate — image preview card
   ========================================================= */

.upload-preview {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f5f0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-left: 4px solid var(--gold, #c9a24d);
}

.upload-preview img {
    display: block;
}

.upload-preview__label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(201, 162, 77, 0.9);
    color: #000;
    font-weight: 700;
    font-size: 0.85rem;
}

.alert.alert-success{
    background-color: slategray;   
}
}
