/* 20260911080533 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* ========================================
   CUSTOM THEME CSS - OPGESCHOOND
   Basis: bestaande werkende CSS, veilig opgeschoond zonder checkout/staffel-logica te slopen.
   ======================================== */

/* ========================================
   PRODUCTPAGE – ALGEMENE LAYOUT
   ======================================== */

.productpage .product-price {
  opacity: 1 !important;
  margin-bottom: 10px;
}

.offer-holder h1 {
  margin-bottom: 12px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.product-description {
  margin-bottom: 6px;
}

.productform {
  margin-top: 14px;
}

.zzproductpage-right {
  margin-top: 0;
}


/* ========================================
   PRODUCTPAGE – AFBEELDINGEN
   ======================================== */

.product-page-image,
.product-image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
}

.product-page-image img,
.product-image-holder img,
#product-image-holder img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 380px !important;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

#product-image-holder {
  width: 100%;
  margin: 0 auto;
}

#swiper-productimage,
#swiper-productimage .swiper-wrapper,
#swiper-productimage .swiper-slide {
  width: 100%;
}

#swiper-productimage .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumbs {
  margin-top: 14px;
}


/* ========================================
   PRODUCTPAGE – STAFFELBLOKKEN
   ======================================== */

.wb-volume-holder {
  max-width: 620px;
  margin: 38px 0 14px !important;
}

.wb-volume-holder h5 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.wb-volume-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wb-volume-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 14px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  color: #111;
  cursor: pointer;
  line-height: 1.35;
  user-select: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wb-volume-card:hover:not(.active) {
  border-color: #d8d8d8;
  background: #fbfbfb;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.035);
}

.wb-volume-card.active {
  border-color: #18a957 !important;
  background: linear-gradient(180deg, rgba(24,169,87,.05) 0%, rgba(24,169,87,.03) 100%) !important;
  box-shadow: 0 8px 22px rgba(24,169,87,.07);
}

.wb-volume-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.wb-volume-card span {
  display: block;
  font-size: 14px;
  color: #444;
}

.wb-volume-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: rgba(24,169,87,.10);
}

.wb-volume-check {
  margin-left: auto;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 2px solid #d1d1d1;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.wb-volume-card.active .wb-volume-check {
  background: #18a957;
  border-color: #18a957;
  color: #fff;
  box-shadow: 0 5px 14px rgba(24,169,87,.16);
}

.wb-volume-card.best-deal {
  padding-right: 18px;
}

.wb-best-deal {
  position: absolute;
  top: -9px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(17,17,17,.92);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0,0,0,.13);
  z-index: 5;
}


/* ========================================
   PRODUCTPAGE – AANTAL + CART
   ======================================== */

#add-to-cart-holder {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px !important;
}

#add-to-cart-holder .qty.qty-large {
  flex: 0 0 92px;
}

#add-to-cart-button {
  min-height: 54px;
  border-radius: 12px !important;
}

#add-to-cart-button .button-content {
  border-radius: 12px !important;
  overflow: hidden;
}

input[type="number"] {
  border-radius: 12px !important;
}


/* ========================================
   HOMEPAGE – PROMO BANNER
   ======================================== */

picture#promobanner.banner-holder {
  display: block !important;
  position: relative !important;
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  overflow: hidden !important;
}

picture#promobanner.banner-holder img#promobanner-img {
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  object-fit: cover !important;
  object-position: center 16% !important;
  display: block !important;
}

picture#promobanner.banner-holder .banner-content-holder {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
}

#promobanner .banner-content {
  height: 100% !important;
  align-items: center !important;
}

#promobanner .b2b-hero-label {
  display: inline-block !important;
  margin-bottom: 14px !important;
  padding: 7px 12px !important;
  border-radius: 4px;
  background: rgba(255,122,0,.16);
  color: #ff7a00 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
}

#promobanner .banner-title.b2b-hero-title {
  max-width: 720px !important;
  font-size: 40px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
}

#promobanner .hero-accent {
  color: #ff7a00 !important;
}

#promobanner .banner-subtitle.b2b-hero-subtitle {
  max-width: 540px;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

#promobanner .b2b-hero-buttons {
  display: flex !important;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

#promobanner .b2b-hero-btn-login,
#promobanner .b2b-hero-btn-account {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  border-radius: 6px !important;
  font-weight: 800 !important;
  line-height: 48px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

#promobanner .b2b-hero-btn-login {
  background: #ff7a00 !important;
  color: #fff !important;
  border: 1px solid #ff7a00 !important;
}

#promobanner .b2b-hero-btn-account {
  min-width: 245px;
  background: transparent !important;
  border: 1px solid #ff7a00 !important;
  color: #ff7a00 !important;
}

#promobanner .b2b-hero-usps {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  opacity: .95;
}

#promobanner .b2b-hero-usps span:before {
  content: "✓";
  color: #ff7a00;
  margin-right: 7px;
}

.desktop-text {
  display: inline;
}

.mobile-text {
  display: none;
}


/* ========================================
   HEADER – B2B BUTTON
   ======================================== */

#header-b2b-account {
  margin-left: 14px;
  margin-right: 14px;
}

#header-b2b-account .header-b2b-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #ff7a00;
  border-radius: 6px;
  color: #ff7a00;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

#header-b2b-account .header-b2b-button:hover {
  background: #ff7a00;
  color: #fff;
}


/* ========================================
   PRODUCT CARDS – HOMEPAGE + COLLECTION
   ======================================== */

.product-grid,
.productsrow {
  margin-top: 18px;
  row-gap: 28px;
}

.product-block {
  background: #fff;
  border-radius: 20px !important;
  border: 1px solid rgba(20,0,35,.08) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(0,0,0,.10);
  border-color: rgba(255,122,0,.26) !important;
}

.product-block-sub {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding: 16px 14px;
  border-radius: 18px;
}

.product-grid-image,
.product-grid-img-holder,
.product-block-image {
  background: transparent !important;
  overflow: visible !important;
  box-shadow: none !important;
  border: 0 !important;
}

.product-grid-image {
  margin-bottom: 14px;
}

.product-grid-img-holder {
  min-height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px !important;
}

.product-grid-img-holder:before,
.product-grid-img-holder:after {
  display: none !important;
}

.product-grid-img-holder img,
.product-grid-img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 235px;
  object-fit: contain !important;
  object-position: center;
  background: transparent !important;
  transition: transform .35s ease;
}

.product-block:hover .product-grid-img-holder img,
.product-block:hover .product-grid-img {
  transform: scale(1.025);
}

.product-col-brand {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .55;
}

.product-block-desc,
.product-block-title,
.product-block .title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.01em;
  min-height: 42px;
  margin-top: 10px !important;
}

.product-grid-reviews,
.product-block-stars,
.stars {
  opacity: .58;
}

.product-block .price,
.product-block-price .price-incl,
.product-block-price .price-excl {
  font-weight: 900;
  letter-spacing: -.02em;
  color: #12001f;
}

.price-old {
  opacity: .58;
}

.product-stock,
.product-col-stock,
.product-col-delivery {
  font-size: 13px;
  font-weight: 700;
  opacity: .78;
}

.product-sale {
  border-radius: 999px !important;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(255,122,0,.22);
}

.product-block .btn,
.product-block button,
.quick-order-button {
  border-radius: 12px !important;
  transition: all .2s ease;
}

.product-block .btn:hover,
.product-block button:hover,
.quick-order-button:hover {
  transform: translateY(-1px);
}


/* ========================================
   COLLECTION – BASIS
   ======================================== */

.filter,
.collection-sidebar {
  font-size: 14px;
}

select {
  border-radius: 10px;
  min-height: 42px;
}


/* ========================================
   HEADER – STICKY + NAVIGATION
   ======================================== */

body.header-sticky-active #header {
  backdrop-filter: blur(18px);
  background: rgba(18,0,31,.92) !important;
  box-shadow: 0 10px 34px rgba(0,0,0,.22);
}


body.header-sticky-active #header-search .header-search-input {
  height: 42px;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}

body.header-sticky-active #header-b2b-account .header-b2b-button {
  box-shadow: 0 10px 26px rgba(255,122,0,.22);
}

.navbar-main-link {
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.navbar-main-item {
  position: relative;
}

.navbar-main-item:hover .navbar-main-link {
  color: #ff7a00 !important;
  opacity: 1;
}

.navbar-main-link-active {
  color: #ff7a00 !important;
  font-weight: 700;
}

.navbar-main-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ff7a00;
  transition: all .22s ease;
  transform: translateX(-50%);
  border-radius: 999px;
}

.navbar-main-item:hover:after {
  width: 70%;
}


/* ========================================
   DESKTOP
   ======================================== */

@media (min-width: 992px) {

  .productpage-left {
    padding-top: 48px;
    padding-right: 30px;
  }

  .zzproductpage-right,
  .productpage-summary-right {
    padding-left: 10px;
  }

  #product-image-holder {
    max-width: 460px !important;
    margin-top: 24px;
  }

  #swiper-productimage .swiper-slide {
    min-height: 460px !important;
  }

  #swiper-productimage .swiper-slide img,
  #swiper-productimage .img-responsive,
  #product-image-holder img {
    max-height: 460px !important;
  }

  .product-thumbs {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .offer-holder {
    max-width: 560px;
  }

  .product-description p {
    max-width: 52ch;
  }

  .navbar-holder {
    border-top: 1px solid rgba(255,255,255,.24) !important;
  }

  #header-holder {
    box-shadow: inset 0 -1px rgba(255,255,255,.22);
  }

  #header-left {
    flex: 1;
    gap: 26px;
  }

  #header-search {
    width: min(460px, 34vw);
    margin-left: 34px !important;
  }

  #header-search .header-search-input {
    height: 46px;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    padding-left: 24px !important;
    padding-right: 54px !important;
    font-size: 14px;
  }

  #header-search .search-button {
    width: 46px;
    height: 46px;
    right: 0;
    top: 0;
    border-radius: 999px;
    opacity: .85;
  }

  #header-right {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  #header-right .header-item {
    margin: 0 !important;
  }

  #header-right .header-link {
    min-height: 42px;
    display: flex;
    align-items: center;
  }

  #header-fancy-language .header-link {
    gap: 7px;
    font-weight: 700;
    font-size: 13px;
  }

  #header-fancy-account .header-link {
    width: 42px;
    height: 42px;
    justify-content: center;
    border-radius: 14px;
    transition: .2s ease;
  }

  #header-fancy-account .header-link:hover {
    background: rgba(255,255,255,.08);
  }

  #header-b2b-account .header-b2b-button {
    height: 46px;
    padding: 0 28px;
    border-radius: 8px;
    font-size: 14px;
    transition: .2s ease;
  }

  #header-b2b-account .header-b2b-button:hover {
    box-shadow: 0 10px 28px rgba(255,122,0,.28);
    transform: translateY(-1px);
  }

  #header-fancy-cart .header-link {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    transition: .2s ease;
  }

  #header-fancy-cart .header-link:hover {
    background: rgba(255,122,0,.16);
    transform: translateY(-1px);
  }

  .navbar .navbar-link,
  .subheader-link {
    position: relative;
    padding-inline: 18px;
    font-weight: 800;
    transition: color .2s ease;
  }

  .navbar .navbar-link:after,
  .subheader-link:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -7px;
    height: 2px;
    background: #ff7a00;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
    border-radius: 999px;
  }

  .navbar .navbar-link:hover:after,
  .subheader-link:hover:after,
  .navbar .navbar-link.active:after,
  .subheader-link.active:after {
    transform: scaleX(1);
  }

  .nav-sale-link {
    border-radius: 6px;
    padding: 9px 14px !important;
    background: #ff7a00;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(255,122,0,.22);
  }

  .nav-sale-link:after {
    display: none !important;
  }

  .home-module .container,
.home-highlights.container,
.homebanner-container {
  max-width: 1500px !important;
}

  .home-highlights {
    margin-top: 38px !important;
  }

  .home-highlight {
    border-radius: 16px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.10);
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .home-highlight:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0,0,0,.18);
  }

  .home-highlight img {
    transition: transform .45s ease;
  }

  .home-highlight:hover img {
    transform: scale(1.045);
  }
}


/* ========================================
   TABLET
   ======================================== */

@media (min-width: 768px) and (max-width: 991px) {

  .productpage-left {
    margin-bottom: 20px;
  }

  #product-image-holder {
    max-width: 380px !important;
    margin-top: 10px;
  }

  #swiper-productimage .swiper-slide {
    min-height: 380px !important;
  }

  #swiper-productimage .swiper-slide img,
  #swiper-productimage .img-responsive,
  #product-image-holder img {
    max-height: 380px !important;
  }

  .product-thumbs {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .wb-volume-holder {
    max-width: 100%;
  }

  .wb-volume-grid {
    gap: 10px;
  }

  .wb-volume-card {
    min-height: 84px;
    padding: 13px 16px;
    gap: 12px;
  }

  .wb-volume-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .wb-volume-check {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 13px;
  }

  .wb-volume-card strong {
    font-size: 14px;
  }

  .wb-volume-card span {
    font-size: 13px;
  }
}


/* ========================================
   MOBILE
   ======================================== */

@media (max-width: 767px) {

  .content-box {
    padding-left: 0;
    padding-right: 0;
  }

  .productpage-left {
    margin-bottom: 10px;
  }

  #product-image-holder {
    max-width: 320px !important;
    margin-top: 6px;
  }

  #swiper-productimage .swiper-slide {
    min-height: 320px !important;
  }

  #swiper-productimage .swiper-slide img,
  #swiper-productimage .img-responsive,
  #product-image-holder img {
    max-height: 320px !important;
  }

  .title-appendix.d-flex.d-md-none,
  .fz-150.font-headings {
    margin-bottom: 10px !important;
    line-height: 1.12;
  }

  .product-price {
    margin-bottom: 10px;
  }

  .product-description {
    margin-bottom: 4px;
  }

  .wb-volume-holder {
    max-width: none;
    margin: 24px 0 14px !important;
  }

  .wb-volume-holder h5 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .wb-volume-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wb-volume-card {
    min-height: 84px;
    padding: 14px 16px;
    gap: 12px;
    border-radius: 14px;
  }

  .wb-volume-card:hover:not(.active) {
    transform: none;
    box-shadow: none;
  }

  .wb-volume-card strong {
    font-size: 14px;
  }

  .wb-volume-card span {
    font-size: 13px;
  }

  .wb-volume-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .wb-volume-check {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 13px;
  }

  .wb-best-deal {
    top: -8px;
    right: 12px;
    padding: 5px 10px;
    font-size: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
  }

  #add-to-cart-holder {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 18px !important;
  }

  #add-to-cart-holder .qty.qty-large {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 50px;
    margin: 0 !important;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    flex: none !important;
  }

  #add-to-cart-holder .qty.qty-large .qty-input {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 50px;
    padding: 0;
    border: 0;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
  }

  #add-to-cart-holder .qty.qty-large .qty-input::-webkit-outer-spin-button,
  #add-to-cart-holder .qty.qty-large .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #add-to-cart-holder .qty.qty-large .qty-button {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 0;
    background: #f7f7f7;
    color: #111 !important;
    cursor: pointer;
    font-size: 0 !important;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  #add-to-cart-holder .qty.qty-large .qty-button:hover {
    background: #efefef;
  }

  #add-to-cart-holder .qty.qty-large .qty-button-down {
    order: 1;
    border-right: 1px solid #d9d9d9;
  }

  #add-to-cart-holder .qty.qty-large .qty-button-up {
    order: 3;
    border-left: 1px solid #d9d9d9;
  }

  #add-to-cart-holder .qty.qty-large .qty-button-up::before,
  #add-to-cart-holder .qty.qty-large .qty-button-down::before {
    display: none !important;
  }

  #add-to-cart-holder .qty.qty-large .qty-button-up::after,
  #add-to-cart-holder .qty.qty-large .qty-button-down::after {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #111;
  }

  #add-to-cart-holder .qty.qty-large .qty-button-up::after {
    content: "+";
  }

  #add-to-cart-holder .qty.qty-large .qty-button-down::after {
    content: "−";
  }

  #add-to-cart-holder #add-to-cart-button {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 50px;
    margin: 0 !important;
    box-sizing: border-box;
    flex: none !important;
    border-radius: 12px !important;
  }

  #add-to-cart-holder #add-to-cart-button .button-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100% !important;
    min-height: 50px;
    overflow: hidden;
    border-radius: 12px !important;
  }

  #add-to-cart-holder #add-to-cart-button .flex-grow-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
  }

  #add-to-cart-holder #add-to-cart-button .button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    min-width: 50px;
  }

  #add-to-cart-holder > a:not(#add-to-cart-button) {
    display: none !important;
  }

  .product-deliverytime {
    margin-top: 14px !important;
  }

  .product-sub-links {
    margin-top: 12px !important;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 767px) {

  picture#promobanner.banner-holder {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }

  picture#promobanner.banner-holder img#promobanner-img {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }

  #promobanner .banner-content-holder,
  #promobanner .banner-content {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }

  #promobanner .banner-text {
    padding-top: 0 !important;
    transform: translateY(-25px);
  }

  #promobanner {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 12px !important;
  }

  #promobanner .b2b-hero-label {
    margin-bottom: 10px !important;
    padding: 6px 9px !important;
    font-size: 9px !important;
  }

  #promobanner .banner-title.b2b-hero-title {
    max-width: 290px !important;
    font-size: 24px !important;
    line-height: 1.06 !important;
    margin-bottom: 10px !important;
  }

  #promobanner .banner-subtitle.b2b-hero-subtitle {
    max-width: 290px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  #promobanner .b2b-hero-buttons {
    flex-direction: column;
    gap: 7px !important;
    margin-top: 14px !important;
  }

  #promobanner .b2b-hero-btn-login,
  #promobanner .b2b-hero-btn-account {
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  #promobanner .b2b-hero-usps {
    gap: 6px;
    margin-top: 10px !important;
    font-size: 12px !important;
  }

  #promobanner .b2b-hero-usps span {
    display: block;
    width: 100%;
  }


  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: inline;
  }

  .product-block {
    border-radius: 14px !important;
  }

  .product-block-sub {
    padding: 12px 10px;
    border-radius: 14px;
  }

  .product-grid-img-holder {
    min-height: 170px;
    padding: 4px !important;
  }

  .product-grid-img-holder img,
  .product-grid-img {
    max-height: 160px !important;
  }

  .product-block-desc,
  .product-block-title,
  .product-block .title {
    font-size: 14px;
    min-height: 38px;
  }
}


/* ========================================
   B2B AANVRAAGPAGINA
   ======================================== */

.b2b-apply-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 20px 70px;
}

.b2b-apply-hero {
  max-width: 760px;
  margin-bottom: 38px;
}

.b2b-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,122,0,.12);
  color: #ff7a00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b2b-apply-hero h1 {
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 14px;
}

.b2b-apply-hero p {
  font-size: 18px;
  line-height: 1.55;
  max-width: 620px;
}

.b2b-apply-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.b2b-apply-info,
.b2b-apply-form {
  background: #fff;
  border: 1px solid rgba(20,0,35,.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.b2b-apply-info h2,
.b2b-apply-form h2 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}

.b2b-apply-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b2b-apply-info li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 13px;
  font-weight: 700;
}

.b2b-apply-info li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #18a957;
  font-weight: 900;
}

.b2b-note {
  margin-top: 24px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,122,0,.08);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.b2b-apply-form label {
  display: block;
  margin: 14px 0 6px;
  font-size: 13px;
  font-weight: 800;
}

.b2b-apply-form input,
.b2b-apply-form select,
.b2b-apply-form textarea {
  width: 100%;
  border: 1px solid rgba(20,0,35,.14);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
}

.b2b-apply-form input:focus,
.b2b-apply-form textarea:focus {
  outline: none;
  border-color: #ff7a00;
  box-shadow: 0 0 0 3px rgba(255,122,0,.12);
}

.b2b-apply-form h3 {
  margin-top: 34px;
  margin-bottom: 14px;
  padding-top: 6px;
  border-top: 1px solid rgba(20,0,35,.06);
}

.b2b-apply-form h3:first-of-type {
  margin-top: 10px;
  border-top: 0;
  padding-top: 0;
}

.b2b-apply-form button {
  width: 100%;
  margin-top: 20px;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: #ff7a00;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
}

.b2b-apply-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(255,122,0,.28);
}

.b2b-field-label {
  margin: 10px 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.b2b-checkbox-group {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.b2b-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 46px;
  padding: 13px 15px !important;
  border: 1px solid rgba(20,0,35,.10);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.b2b-checkbox input[type="checkbox"] {
  position: static !important;
  display: inline-block !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  flex: 0 0 18px !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  accent-color: #ff7a00;
  border: 1px solid rgba(20,0,35,.25) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  background: #fff !important;
}

.b2b-checkbox span {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.b2b-legal .b2b-checkbox {
  border: 1px solid rgba(255,122,0,.22);
  background: #fffdf9;
}

.b2b-legal .b2b-checkbox span {
  font-size: 13px;
  line-height: 1.5;
}

.b2b-legal .b2b-checkbox span::after {
  content: " *";
  color: #ff7a00;
  font-weight: 900;
}

@media (max-width: 767px) {
  .b2b-apply-page {
    padding: 34px 16px 50px;
  }

  .b2b-apply-hero h1 {
    font-size: 30px;
  }

  .b2b-apply-hero p {
    font-size: 15px;
  }

  .b2b-apply-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .b2b-apply-info,
  .b2b-apply-form {
    padding: 20px;
    border-radius: 16px;
  }
}


/* ========================================
   B2B BEDANKTPAGINA
   ======================================== */

.b2b-thankyou-page {
  padding: 70px 20px 80px;
}

.b2b-thankyou-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
  text-align: center;
}

.b2b-thankyou-check {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.b2b-thankyou-card h1 {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.15;
}

.b2b-thankyou-lead {
  margin-bottom: 20px;
  font-size: 20px;
}

.b2b-thankyou-processing {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 12px;
}

.b2b-thankyou-button {
  display: inline-block;
  min-width: 180px;
  padding: 16px 34px;
  border-radius: 12px;
  background: #ff7a00;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(255,122,0,.25);
  transition: .2s ease;
}

.b2b-thankyou-button:hover {
  color: #fff;
  opacity: .9;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .b2b-thankyou-page {
    padding: 35px 15px 50px;
  }

  .b2b-thankyou-card {
    padding: 35px 22px;
    border-radius: 16px;
  }

  .b2b-thankyou-card h1 {
    font-size: 30px;
  }

  .b2b-thankyou-lead {
    font-size: 18px;
  }

  .b2b-thankyou-check {
    width: 68px;
    height: 68px;
    font-size: 36px;
  }

  .b2b-thankyou-processing {
    padding: 18px;
  }

  .b2b-thankyou-button {
    width: 100%;
    text-align: center;
  }
}


/* Productomschrijving spacing + br fix */
.toggle-content.content h2,
.toggle-content.content h3,
.toggle-content.content h4,
.toggle-content-md.content h2,
.toggle-content-md.content h3,
.toggle-content-md.content h4 {
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}

.toggle-content.content h2 + p,
.toggle-content.content h3 + p,
.toggle-content.content h4 + p,
.toggle-content-md.content h2 + p,
.toggle-content-md.content h3 + p,
.toggle-content-md.content h4 + p {
  margin-top: 0 !important;
}

/* Ongewenste <br> in koppen verwijderen */
.toggle-content h2 br,
.toggle-content h3 br,
.toggle-content h4 br {
  display: none !important;
}


/* HEADER zelfde breedte als hero */
@media (min-width: 1200px) {

  #header-content.container,
  #subheader .container,
  #header-holder .container,
  #header .container {
    max-width: 1500px !important;
    width: 100% !important;
  }

}


.home-highlight .banner-holder.highlight-small {
    height: 300px !important;
    min-height: 300px !important;
}

.home-highlight .banner-holder.highlight-small img {
    height: 300px !important;
    object-fit: cover !important;
}

.home-highlight.br-5 {
    min-height: 320px !important;
}


/* DESKTOP */
#promobanner {
  margin-top: -4px !important;
}

/* MOBIEL */
@media (max-width: 767px) {
  #promobanner {
    margin-top: -14px !important;
  }
}


@media (max-width: 767px) {
  #header-right > #header-fancy-language {
    display: none !important;
  }

  #mobile-language-dropdown {
    display: flex !important;
    align-items: center;
    position: relative !important;
    top: 4px;
    left: -3px;
    z-index: 999999;
  }

  .mobile-language-toggle {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }

  #mobile-language-dropdown .flag-icon {
    transform: scale(1.15);
    transform-origin: center;
  }

  #mobile-language-dropdown .mobile-language-menu {
    display: none;
    position: absolute !important;
    top: 28px !important;
    right: -15px !important;
    width: 170px;
    padding: 10px;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    z-index: 9999999 !important;
    overflow: hidden !important;
  }

  #mobile-language-dropdown:hover .mobile-language-menu,
  #mobile-language-dropdown:focus-within .mobile-language-menu {
    display: block !important;
  }

  #mobile-language-dropdown .mobile-language-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #fff !important;
    color: #12001f !important;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
  }
}


/* Quick order product grid */
.product-block-footer{
  display:block !important;
}

.product-block-footer .d-none.d-md-block.flex-grow-1{
  display:block !important;
  width:100% !important;
  margin-bottom:8px !important;
}

.product-block-footer .product-col-stock{
  margin:0 !important;
  line-height:1.15 !important;
}

.product-block-footer .quick-order{
  display:flex !important;
  width:100% !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
}

.product-block-footer .quick-order .qty-box{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:120px !important;
  min-width:120px !important;
  height:40px !important;
  border:1px solid #cfcfcf !important;
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
  margin:0 !important;
}

.product-block-footer .quick-order .qty-box button{
  width:36px !important;
  min-width:36px !important;
  height:40px !important;
  border:0 !important;
  background:#fff !important;
  color:#1d2088 !important;
  font-size:22px !important;
  font-weight:700 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  padding:0 !important;
}

.product-block-footer .quick-order .qty-box .qty-fast{
  width:48px !important;
  min-width:48px !important;
  height:40px !important;
  border:0 !important;
  border-left:1px solid #d9d9d9 !important;
  border-right:1px solid #d9d9d9 !important;
  text-align:center !important;
  background:#fff !important;
  font-weight:600 !important;
  color:#666 !important;
  pointer-events:none !important;
  padding:0 !important;
}

.product-block-footer .quick-order-button{
  width:48px !important;
  min-width:48px !important;
  height:38px !important;
  border-radius:12px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-shrink:0 !important;
}

/* Mobile quick order */
@media (max-width: 767px){
  .product-block-sub > .product-col-stock,
  .product-block-sub > .product-col-delivery,
  .product-block-footer .product-col-delivery{
    display:none !important;
  }

  .product-block-footer .quick-order{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .product-block-footer .quick-order .qty-box{
    width:100% !important;
    min-width:100% !important;
  }

  .product-block-footer .quick-order .qty-box button{
    width:38px !important;
    min-width:38px !important;
  }

  .product-block-footer .quick-order .qty-box .qty-fast{
    flex:1 !important;
    width:auto !important;
    min-width:0 !important;
  }

  .product-block-footer .quick-order-button{
    width:100% !important;
    min-width:100% !important;
    height:44px !important;
    border-radius:10px !important;
  }

  .product-block-footer .quick-order-button:before{
    content:none !important;
  }
}


@media (max-width: 767px){

  .collection-toolbar,
  .filter-bar{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:wrap !important;
  }

  .collection-filter-button,
  .filter-toggle,
  .button-filters{
    height:40px !important;
    padding:0 14px !important;
    border-radius:10px !important;
    margin:0 !important;
    width:auto !important;
    min-width:auto !important;
    background:#f5f5f5 !important;
    color:#333 !important;
    border:1px solid #ddd !important;
    box-shadow:none !important;
  }
}





/* ========================================
   COLLECTION PRODUCT CARDS
   ======================================== */

.collection-products-row.product-grid{
  row-gap:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Afbeelding dichter op merknaam */
.collection-products-row.product-grid .product-grid-image{
  margin-bottom:4px !important;
}

.collection-products-row.product-grid .product-grid-img-holder{
  min-height:185px !important;
  padding:0 6px 2px !important;
  align-items:flex-end !important;
}

.collection-products-row.product-grid .product-grid-img-holder img,
.collection-products-row.product-grid .product-grid-img{
  max-height:185px !important;
}

/* Merknaam */
.collection-products-row.product-grid .product-col-brand{
  margin-top:0 !important;
  line-height:1.1 !important;
}

/* Desktop */
@media (min-width:768px){

  .collection-products-row.product-grid > .product-col{
    margin-top:32px !important;
  }

  .collection-products-row.product-grid > .product-col:nth-child(-n+4){
    margin-top:0 !important;
  }

}

/* Grote desktop: 4 brede kaarten houden */
@media (min-width:1200px){

  .collection-products-row.product-grid > .product-col{
    flex:0 0 25% !important;
    max-width:25% !important;
    width:25% !important;
  }

  .collection-products-row.product-grid .product-block{
    width:100% !important;
  }
}

/* B2B badge */
.product-sale.b2b-badge{
  background:#ff7a12 !important;
  color:#fff !important;
  box-shadow:none !important;
  width:42px !important;
  height:42px !important;
  font-size:11px !important;
}

/* Mobiel */
@media (max-width:767px){

  .collection-products-row.product-grid .product-grid-image{
    margin-bottom:2px !important;
  }

  .collection-products-row.product-grid .product-grid-img-holder{
    min-height:145px !important;
    padding:0 4px 2px !important;
    align-items:flex-end !important;
  }

  .collection-products-row.product-grid .product-grid-img-holder img,
  .collection-products-row.product-grid .product-grid-img{
    max-height:145px !important;
  }

  .collection-products-row.product-grid > .product-col{
    margin-top:22px !important;
  }

  .collection-products-row.product-grid > .product-col:nth-child(-n+2){
    margin-top:0 !important;
  }

  .product-block-footer .quick-order{
    align-items:center !important;
  }

  .product-block-footer .quick-order-button{
    width:100% !important;
    min-width:100% !important;
    height:40px !important;
    min-height:40px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:10px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .product-block-footer .quick-order-button svg,
  .product-block-footer .quick-order-button i{
    margin:0 auto !important;
    position:relative;
    top:-1px;
  }
}



/* ========================================
   ALGEMEEN - BREDE LAYOUT
   ======================================== */

@media (min-width:1200px){

  body .container{
    max-width:1500px !important;
  }

}


/* Collection grid mobile gutters */
@media (max-width:767px){

  .collection-products-row.product-grid{
    margin-left:-6px !important;
    margin-right:-6px !important;
  }

  .collection-products-row.product-grid > .product-col{
    padding-left:6px !important;
    padding-right:6px !important;
  }

}

@media (min-width:768px){

  .product-block-footer .quick-order-button{
    width:54px !important;
    min-width:54px !important;
    height:38px !important;
  }

}


/* ========================================
   PRODUCTPAGE - DESKTOP
   ======================================== */

@media (min-width:1200px){

  .productpage .container,
  .productpage-container,
  .productpage{
    max-width:1500px !important;
    width:100% !important;
  }

  .productpage-left{
    padding-right:60px !important;
  }

  .productpage-right,
  .zzproductpage-right{
    padding-left:40px !important;
  }

  #product-image-holder{
    max-width:500px !important;
  }

  #swiper-productimage .swiper-slide{
    min-height:500px !important;
  }

  #swiper-productimage .swiper-slide img,
  #product-image-holder img{
    max-height:500px !important;
  }

  .offer-holder{
    max-width:680px !important;
  }

}


/* ========================================
   PRODUCTPAGE - MOBIEL
   ======================================== */

@media (max-width:767px){

  #swiper-productimage .swiper-slide{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    min-height:260px !important;
  }

  #swiper-productimage .swiper-slide img.img-responsive{
    width:260px !important;
    height:260px !important;
    max-width:260px !important;
    max-height:260px !important;
    object-fit:contain !important;
  }

}


/* ========================================
   PRODUCTPAGE - DETAILS
   ======================================== */

.breadcrumbs{
  opacity:.72;
  font-size:13px;
}


/* ========================================
   PRODUCTPAGE - GERELATEERDE PRODUCTEN
   ======================================== */

.product-details .mini-list-price,
.product-details .price-old,
.product-details .price-bold,
.product-details .quick-order,
.product-details .quick-order-button{
  display:none !important;
}


/* PRODUCT GRID - excl. btw achter prijs */

.product-block-price{
  white-space: nowrap;
}

.product-block-price .price-excl.bold:after,
.product-block-price .price.bold:after{
  content:" excl. btw";
  font-size:10px;
  font-weight:600;
  opacity:.7;
  margin-left:2px;
  white-space:nowrap;
}

/* Duits */
html[lang="de"] .product-block-price .price-excl.bold:after,
html[lang="de"] .product-block-price .price.bold:after{
  content:" zzgl. MwSt.";
}

/* Engels */
html[lang="en"] .product-block-price .price-excl.bold:after,
html[lang="en"] .product-block-price .price.bold:after{
  content:" excl. VAT";
}

/* Mobiel */
@media (max-width:767px){

  .product-block-price{
    white-space:normal !important;
    line-height:1.1 !important;
  }

  .product-block-price .price-excl.bold:after,
  .product-block-price .price.bold:after{
    display:block !important;
    margin-left:0 !important;
    margin-top:2px !important;
    font-size:9px !important;
  }

}


/* PRODUCTPAGE - staffels mobiel 2 kolommen */
@media (max-width:767px){

  .productpage .wb-volume-grid,
  .wb-volume-holder .wb-volume-grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:8px !important;
  }

  .productpage .wb-volume-card,
  .wb-volume-holder .wb-volume-card{
    min-height:72px !important;
    padding:10px 12px !important;
    gap:0 !important;
  }

  .productpage .wb-volume-icon,
  .productpage .wb-volume-check,
  .wb-volume-holder .wb-volume-icon,
  .wb-volume-holder .wb-volume-check{
    display:none !important;
  }

  .productpage .wb-volume-card strong,
  .wb-volume-holder .wb-volume-card strong{
    font-size:13px !important;
    line-height:1.2 !important;
  }

  .productpage .wb-volume-card span,
  .wb-volume-holder .wb-volume-card span{
    font-size:12px !important;
    line-height:1.2 !important;
  }
}

@media (max-width:767px){

  .wb-volume-grid .wb-volume-card:last-child:nth-child(odd){
    grid-column:1 / -1;
  }

}


/* ========================================
   MOBIEL MENU – PREMIUM CLEAN
   ======================================== */

#mobile-nav-holder {
  background: #fff !important;
}

#mobile-nav-holder li {
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-nav-list-root-img {
  display: none !important;
}

#mobile-nav-holder a {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  color: #222 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
  color: #ff7a00 !important;
}

#mobile-nav-holder a[href*="poppers-klein"],
#mobile-nav-holder a[href*="poppers-medium"],
#mobile-nav-holder a[href*="poppers-groot"] {
  font-weight: 800 !important;
}

#mobile-nav-holder a[href*="accessoires"] {
  margin-top: 10px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(0,0,0,.08) !important;
}

#mobile-nav-holder a[href*="sale"] {
  color: #ff7a00 !important;
  font-weight: 800 !important;
}

#mobile-nav-holder a[href="/"],
#mobile-nav-holder a[href$="/home"],
#mobile-nav-holder a[href$="/nl/"],
#mobile-nav-holder a[href$="/de/"],
#mobile-nav-holder a[href$="/en/"] {
  opacity: .72 !important;
  font-weight: 500 !important;
}


