/** Shopify CDN: Minification failed

Line 23:0 Unexpected "@font-face"

**/
:root {
  --color-page: #fbf7f5;
  --color-surface: #ffffff;
  --color-border: #ece6e3;
  --color-text: #222222;
  --color-primary: #6e142a;
  --color-accent: #ca153d;
}
/* ==========================================================================
   BASE
   ========================================================================== */

body {
  background: var(--color-page);
  color: var(--color-text);
}
css/* 1. Segment Medium koppelen */
@font-face {
  font-family: 'Segment-black';
  src: url('assets/Segment-Black.woff2') format('woff2');
  font-weight: 500; /* Medium dikte */
  font-style: normal;
}

/* 2. Segment Black koppelen */
@font-face {
  font-family: 'Segment-medium';
  src: url('assets/Segment-Black.woff2') format('woff2');
  font-weight: 900; /* Black dikte */
  font-style: normal;
}

#nav-top {
  font-size: calc(0.9285714286 * var(--main_fz));
}

input.size-s,
select.size-s,
.bv_atual.size-s,
.size-s input,
.size-s select,
.size-s .bv_atual {
  --input_h: calc(var(--btn_fz) * var(--main_lh_h) + var(--btn_pv) * 0.65 * 2);
}

input.size-m,
select.size-m,
.bv_atual.size-m,
.size-m input,
.size-m select,
.size-m .bv_atual {
  --input_h: calc(var(--btn_fz) * var(--main_lh_h) + var(--btn_pv) * 1.2 * 2);
}

input.size-l,
select.size-l,
.bv_atual.size-l,
.size-l input,
.size-l select,
.size-l .bv_atual {
  --input_h: calc(var(--btn_fz) * var(--main_lh_h) + var(--btn_pv) * 1.35 * 2);
}

.l4al img,
.l4al svg,
.l4al picture {
  max-height: 25px !important;
}

/* ==========================================================================
   COLLECTION LAYOUT
   ========================================================================== */

.collection-wrapper {
  column-gap: 48px;
}

.m6cl > aside {
  width: 320px !important;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */

.collection-wrapper > aside .n6as,
.collection-wrapper > aside .f8fl {
  background: var(--color-surface) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 3px !important;
  padding: 24px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.025) !important;
}

.collection-wrapper > aside .n6as {
  margin-bottom: 24px !important;
}

.collection-wrapper > aside .n6as::before {
  content: "CategorieÃ«n";
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.collection-wrapper > aside .f8fl {
  margin-top: 24px !important;
  padding-top: 22px !important;
}

.collection-wrapper > aside .n6as ul,
.collection-wrapper > aside .f8fl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collection-wrapper > aside .n6as li,
.collection-wrapper > aside .f8fl li {
  margin: 0;
}

.collection-wrapper > aside .n6as a,
.collection-wrapper > aside .f8fl a {
  border-radius: 8px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.collection-wrapper > aside .n6as a:hover,
.collection-wrapper > aside .f8fl a:hover {
  background: rgba(202, 21, 61, 0.06);
}

/* Sidebar hiÃ«rarchie */

.collection-wrapper aside .n6as li ul {
  margin-top: 6px !important;
  padding-left: 16px !important;
}

.collection-wrapper aside .n6as li ul li a {
  font-size: 14px !important;
  color: #555 !important;
}

.collection-wrapper aside .n6as li ul li ul {
  padding-left: 18px !important;
  border-left: 1px solid #ece6e3 !important;
}

.collection-wrapper aside .n6as li ul li ul li a {
  font-size: 13px !important;
  color: #666 !important;
}

/* Filters */

.collection-wrapper > aside .f8fl header h3 {
  margin: 0 0 18px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.collection-wrapper > aside .f8fl h4 {
  margin: 18px 0 10px !important;
  padding-top: 16px !important;
  border-top: 1px solid #ece6e3 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.collection-wrapper > aside .f8fl h4:first-of-type {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.collection-wrapper > aside .f8fl ul.check li {
  margin: 0 !important;
}

.collection-wrapper > aside .f8fl ul.check label {
  display: flex !important;
  align-items: center !important;
  min-height: 30px !important;
  gap: 8px !important;
  font-size: 14px !important;
  color: #444 !important;
}

.collection-wrapper > aside .f8fl ul.check input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  border-radius: 5px !important;
  border-color: #e2dad6 !important;
}

.collection-wrapper > aside .f8fl ul.check label span span {
  color: #999 !important;
  font-size: 12px !important;
}

.collection-wrapper > aside .f8fl ul.check li:hover label {
  color: #6e142a !important;
}

/* ==========================================================================
   PRODUCT CARD V2
   ========================================================================== */

.product-card-v2 {
  position: relative;
  width: 100% !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 0 !important;
  padding: 1.5rem;
  list-style: none;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-left: none !important;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.035);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

.product-card-v2__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: none;
}

.product-card-v2__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card-v2__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  padding: 28px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.1));
  transition:
    opacity 0.25s ease,
    transform 0.35s ease;
}

.product-card-v2:hover .product-card-v2__img,
.product-card-v2:hover .placeholder-svg {
  transform: scale(1.025) !important;
}

.product-card-v2__img--secondary {
  opacity: 0;
}

.product-card-v2.has-hover-image:hover .product-card-v2__img--secondary {
  opacity: 1;
}

.product-card-v2__badges {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
}

.product-card-v2__wishlist {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.icon-heart-outline:before {
  content: "\e97b";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.product-card-v2__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-card-v2__vendor {
  font-size: 11px;
  line-height: 1.2;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.product-card-v2__title {
  margin: 0;
  height: calc(1.35em * 2) !important;
  font-size: 16px !important;
  line-height: 1.35;
  font-weight: 600;
}

.product-card-v2__title a {
  color: inherit;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2;
  overflow: hidden !important;
  transition: color 0.18s ease !important;
}

.product-card-v2:hover .product-card-v2__title a,
.product-card-v2__title a:hover {
  color: #6e142a !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.product-card-v2__delivery p {
  margin: 2px 0 0;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.3;
}

.product-card-v2__delivery p span i.icon-check {
  display: none;
}

.product-card-v2__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 5px 0 0;
  font-size: 20px !important;
  line-height: 1.2;
  font-weight: 700;
}

.product-card-v2__old-price {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card-v2__price-range {
  font-weight: 600;
}

.product-card-v2 .s1tt {
  display: none;
}

.product-card-v2.is-unavailable {
  opacity: 0.58;
}

/* Quickbuy */

.product-card-v2__quickbuy {
  position: absolute;
  z-index: 5;
  left: 12px;
  right: 12px;
  bottom: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.product-card-v2:hover .product-card-v2__quickbuy {
  opacity: 1;
  transform: translateY(0);
}

.product-card-v2__mobile-quickbuy {
  display: none;
}

.product-card-v2__quickbuy-form {
  margin: 0 !important;
}

.product-card-v2__quickbuy-button,
.product-card-v2__quickbuy button,
.product-card-v2__quickbuy a,
.product-card-v2__mobile-quickbuy button,
.product-card-v2__mobile-quickbuy a {
  width: 100% !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ca153d !important;
  color: #fff !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  margin: 0 !important;
}

/* ==========================================================================
   FEW PRODUCTS
   ========================================================================== */

.collection-wrapper #collection.few-products:not(.list) {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 340px)) !important;
  justify-content: start !important;
  gap: 20px !important;
}

.collection-wrapper #collection.few-products:not(.list) > li {
  width: auto !important;
  max-width: 340px !important;
  min-width: 0 !important;
}
.product-card-v2__media {
  position: relative !important;
}

.product-card-v2__image-link {
  position: relative !important;
  z-index: 1 !important;
}

.product-card-v2__quickbuy {
  z-index: 5 !important;
  pointer-events: auto !important;
}
.product-card-v2__quickbuy,
.product-card-v2__quickbuy form,
.product-card-v2__quickbuy button {
  z-index: 10 !important;
}

/* ==========================================================================
   CART UPSELL
   ========================================================================== */

.product-recommendations.cart-upsell .l4ca {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-recommendations.cart-upsell .product-card-v2 {
  display: grid !important;
  grid-template-columns: 82px 1fr !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 10px !important;
  border: 1px solid #ece6e3 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

.product-recommendations.cart-upsell .product-card-v2__media {
  width: 82px !important;
  height: 82px !important;
  aspect-ratio: 1 / 1 !important;
  background: #f7f5f3 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.product-recommendations.cart-upsell .product-card-v2__img,
.product-recommendations.cart-upsell .placeholder-svg {
  width: 100% !important;
  height: 100% !important;
  padding: 6px !important;
  object-fit: contain !important;
}

.product-recommendations.cart-upsell .product-card-v2__badges,
.product-recommendations.cart-upsell .product-card-v2__wishlist {
  display: none !important;
}

.cart-upsell-item {
  display: grid !important;
  grid-template-columns: 72px 1fr auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 12px 0 !important;
  background: transparent !important;
}

.cart-upsell-item__image {
  width: 72px !important;
  height: 72px !important;
  position: relative;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f7f5f3 !important;
}

.cart-upsell-item__image img,
.cart-upsell-item__image svg {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.cart-upsell-item__title {
  display: -webkit-box !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.cart-upsell-item__button {
  min-width: 120px !important;
  height: 42px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ca153d !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 42px !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

/* ==========================================================================
   BLOG PRODUCT CARD
   ========================================================================== */

.article .blog-product-card,
.blog-product-card {
  display: inline-flex;
  flex-direction: column;
  width: 280px;
  margin: 16px 16px 16px 0;
  vertical-align: top;
  padding: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}

.blog-product-card__image {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1 !important;
  padding: 18px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.blog-product-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.blog-product-card__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  background: var(--color-accent) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* ==========================================================================
   CATEGORY CARDS
   ========================================================================== */

.l4cl.category {
  gap: 15px;
  margin-left: 0;
}

.l4cl.category li {
  background: #fff;
  padding: 1rem;
  border-radius: 3px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media only screen and (max-width: 1356px) {
  .l4ft.static li.w33,
  .l4ft.static.w33 li,
  .l4ft.static li.w12,
  .l4ft.static li.w15,
  .l4ft.static li.w16,
  .l4ft.static li.w20,
  .l4ft.static li.w25,
  .l4ft.static.w12 li,
  .l4ft.static.w14 li,
  .l4ft.static.w16 li,
  .l4ft.static.w20 li,
  .l4ft.static.w25 li,
  .l4ft.static.w33 li {
    --mih: 22vw;
  }
}

@media only screen and (max-width: 1000px) {
  #root .l4ft.mobile-compact li {
    --mih: 145px;
  }
}

@media only screen and (max-width: 760px) {
  h1,
  .h1,
  .l4cl.category h1,
  #root .l4cl.category .size-50 {
    font-size: var(--mob_h1);
  }

  h2,
  .h2,
  .l4cl.category h2 {
    font-size: var(--mob_h2);
  }

  h3,
  .h3,
  .l4cl.category h3 {
    font-size: var(--mob_h3);
  }

  h4,
  .h4,
  .l4cl.category h4 {
    font-size: var(--mob_h4);
  }

  h5,
  .h5,
  .l4cl.category h5 {
    font-size: var(--mob_h5);
  }

  h6,
  .h6,
  .l4cl.category h6 {
    font-size: var(--mob_h6);
  }

  .lead {
    font-size: var(--mob_lead);
  }

  .f8sr {
    --f8sr_dist: 20px;
  }

  .f8sr fieldset > *:not(h1, h2, h3, h4, h5, h6, :first-child:not(hr)):before {
    display: none;
  }

  .l4vw li.active:not(:first-child:last-child) {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  #root ul#collection.l4cl {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  #root ul#collection.l4cl > li.product-card-v2 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 1rem !important;
  }

  .product-card-v2 {
    max-width: none;
    gap: 9px;
  }

  .product-card-v2__media {
    aspect-ratio: 1/1 !important;
  }

  .product-card-v2__img {
    padding: 10px !important;
  }

  .product-card-v2__quickbuy {
    display: none;
  }

  .product-card-v2__mobile-quickbuy {
    display: block;
    margin-top: 8px;
  }

  .product-card-v2__title {
    font-size: 13px !important;
  }

  .product-card-v2__price {
    margin-top: auto !important;
    font-size: 14px !important;
  }

  .collection-wrapper #collection.few-products:not(.list) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .collection-wrapper #collection.few-products:not(.list) > li {
    max-width: none !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .collection-wrapper {
    column-gap: 24px;
  }

  .collection-wrapper > aside .n6as,
  .collection-wrapper > aside .f8fl {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 20px !important;
    box-shadow: none !important;
  }
}

/* Alleen kleine iPhones: few-products 1 per rij */
@media (max-width: 393px) {
  .collection-wrapper #collection.few-products:not(.list) {
    grid-template-columns: 1fr !important;
  }

  .collection-wrapper #collection.few-products:not(.list) > li {
    max-width: none !important;
    width: auto !important;
  }
}

/* Intro card verbergen */
@media all and (max-width: 1024px) {
  .roos-intro-card {
    display: none !important;
  }
}

/* Roos featured products */
.roos-products-layout {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 24px;
  margin-bottom: 50px;
  align-items: stretch;
}
.roos-products-list {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Alleen grid wanneer het gÃ©Ã©n slider is */
.roos-products-list {
  min-width: 0 !important;
}

.roos-intro-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(
      circle at 50% 88%,
      rgba(202, 21, 61, 0.12),
      transparent 38%
    ),
    linear-gradient(135deg, #fff 0%, #fbf2f3 100%);
  border: 1px solid #ece6e3;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 10px 30px rgba(0, 0, 0, 0.04);
  padding: 34px;
}

.roos-intro-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
}

.roos-intro-card__content h3 {
  color: #cb153e;
    font-size: 42px;
}

.roos-intro-card__content p {
    position: absolute;
    width: 160px !important;
    right: 0;
    line-height:1.3 !important;
    text-align:right;
    top: 90px;
}
.roos-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  color: #8a1233;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.roos-intro-card h3 {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  font-size: 43px;
  line-height: 1.08;
  font-weight: 800;
}

.roos-intro-card p {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.68);
}

.featured-roos-image {
  position: absolute;
  left: 36%;
  right: auto;
  bottom: -8px;
  width:80% !important;
  width: 250px;
  height: auto;
  z-index: 1;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1400px) {
  .roos-products-layout {
    grid-template-columns: 1fr;
  }

  .roos-intro-card {
    min-height: 430px;
  }

  .featured-roos-image {
    width: 285px;
  }
}

@media all and (max-width:1400px) {
  .roos-intro-card {
    display:none;
  }
}

@media (max-width: 749px) {
  .roos-products-layout {
    display: block;
  }

  .roos-intro-card {
    min-height: 430px;
    margin-bottom: 18px;
    padding: 28px;
  }

  .roos-intro-card h3 {
    font-size: 32px;
  }

  .featured-roos-image {
    width: 255px;
  }
}

/* Cart upsell: hover volledig uitzetten */
#cart .cart-upsell-item,
#cart .cart-upsell-item:hover,
#cart .product-card-v2,
#cart .product-card-v2:hover {
  transform: none !important;
  translate: none !important;
  box-shadow: none !important;
}

#cart .cart-upsell-item *,
#cart .cart-upsell-item:hover *,
#cart .product-card-v2 *,
#cart .product-card-v2:hover * {
  transform: none !important;
}

#cart .cart-upsell-item__image,
#cart .cart-upsell-item__image:hover,
#cart .product-card-v2__media,
#cart .product-card-v2__media:hover {
  overflow: hidden !important;
}

#cart .product-card-v2 {
  height: auto !important;
  min-height: 0 !important;
}

#cart .product-card-v2__content {
  display: flex;
  flex-direction: column;
}

#cart .product-card-v2__quickbuy,
#cart .product-card-v2__mobile-quickbuy {
  position: static !important;
  transform: none !important;
  margin-top: 12px;
}

#cart .product-card-v2:hover {
  transform: none !important;
}

#cart .product-card-v2 {
  display: grid !important;
  grid-template-columns: 72px 1fr auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#cart .product-card-v2__media {
  width: 72px !important;
  height: 72px !important;
  aspect-ratio: 1 / 1 !important;
  flex: none !important;
}

#cart .product-card-v2__quickbuy,
#cart .product-card-v2__mobile-quickbuy {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
  margin: 0 !important;
}

.product-card-v2__always-buy {
  display: block !important;
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.l4ca li:after {
  content: "";
  display: none !important;
  overflow: hidden;
  clear: both;
}

#root .m6pn .l4ca.compact:not(.no-hover) > li:not(.has-l4ml):hover:after {
  display: none !important;
}
/* ==========================================================================
   PRODUCTDETAIL HOOFDGALERIJ
   Alleen de grote productafbeeldingen, niet de aanbevelingssliders
   ========================================================================== */

.m6pr .l4pr-container > .l4pr {
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 8px;
}

.m6pr .l4pr-container > .l4pr .swiper-outer,
.m6pr .l4pr-container > .l4pr .swiper-wrapper {
  background: #fff !important;
}

.m6pr .l4pr-container > .l4pr .swiper-slide {
  padding: 20px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.m6pr .l4pr-container > .l4pr .swiper-slide > li,
.m6pr .l4pr-container > .l4pr .swiper-slide > li > a,
.m6pr .l4pr-container > .l4pr .swiper-slide picture {
  background: #fff !important;
  mix-blend-mode: normal !important;
}

.m6pr .l4pr-container > .l4pr .swiper-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.m6pr .l4pr-container > .l4pr .swiper-slide img {
  object-fit: contain !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

.m6pr .l4pr-container > .l4pr picture.img-multiply,
.m6pr .l4pr-container > .l4pr picture.img-multiply img {
  background-color: #fff !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

.m6pr .l4pr-container > .l4pr picture.img-multiply::before,
.m6pr .l4pr-container > .l4pr picture.img-multiply::after {
  display: none !important;
  content: none !important;
}

.m6pr .l4pr-container > .l4pr .swiper-pagination-bullet {
  padding: 6px;
  background: #fff;
  border: 1px solid #ece6e3;
  border-radius: 8px;
}

.l4pr.aside-pager.s4wi .swiper-pagination-bullets {
  left: 10px;
  margin-top: 10px;
}

/* Blogkaarten gelijke hoogte */
/* Latest news cards */
/* Latest news grid */
.l4ne {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-left: 0 !important;
  align-items: stretch !important;
}

.l4ne > li {
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  border-left: none !important;
  background: #fff;
  border: 1px solid #ece6e3;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.l4ne > li > figure {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.l4ne > li > figure picture,
.l4ne > li > figure img {
  display: block;
  width: 100%;
}

.l4ne > li > div {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 18px !important;
}

.l4ne > li h4 {
  margin: 0 0 16px !important;
  min-height: calc(1.45em * 2) !important;
  line-height: 1.45 !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.l4ne > li .link-btn {
  margin: auto 0 0 !important;
}

/* Tablet */
@media (max-width: 1000px) {
  .l4ne {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* Mobiel */
@media (max-width: 600px) {
  .l4ne {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .l4ne > li h4 {
    min-height: 0 !important;
    -webkit-line-clamp: unset !important;
  }
}

/* ==========================================================================
   ALL COLLECTIONS GRID
   ========================================================================== */

.collection-card-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  gap: 16px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.collection-card-grid > li {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.collection-card {
  overflow: hidden;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #ece6e3);
  border-radius: 3px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.035);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.collection-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.055);
}

.collection-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.collection-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  overflow: hidden;
  background: #fff;
}

.collection-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.collection-card__media img,
.collection-card__media svg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px;
  object-fit: contain !important;
  object-position: center;
  transition: transform 0.35s ease;
}

.collection-card:hover .collection-card__media img,
.collection-card:hover .collection-card__media svg {
  transform: scale(1.025);
}

.collection-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 68px;
  padding: 16px 18px;
  border-top: 1px solid var(--color-border, #ece6e3);
}

.collection-card__title {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.35;
  font-weight: 700;
}

.collection-card__arrow {
  flex: 0 0 auto;
  color: var(--color-accent, #ca153d);
  transition: transform 0.2s ease;
}

.collection-card:hover .collection-card__arrow {
  transform: translateX(3px);
}

/* Tablet */
@media (max-width: 1100px) {
  .collection-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobiel: hetzelfde principe als productcards */
@media (max-width: 749px) {
  .collection-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .collection-card__media img,
  .collection-card__media svg {
    padding: 18px;
  }

  .collection-card__content {
    min-height: 62px;
    padding: 13px 14px;
  }

  .collection-card__title {
    font-size: 13px !important;
  }

  .collection-card__arrow {
    display: none;
  }
}

/* Alleen de allerkleinste schermen */
@media (max-width: 360px) {
  .collection-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   UNIVERSELE PRODUCTLIJSTEN
   Grid-layout en slider-layout zijn bewust van elkaar gescheiden.
   ========================================================================== */

/* Gedeelde basis voor grids en horizontale sliders */
#root ul.product-grid-universal,
#root ul.product-cards-universal {
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

#root .roos-products-list.product-grid-universal {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* ==========================================================================
   UNIVERSELE PRODUCTGRID
   Zes vaste kolommen op brede schermen. Een enkel product blijft Ã©Ã©n kolom.
   ========================================================================== */

#root ul.product-grid-universal {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: visible !important;
  transform: none !important;
  scroll-snap-type: none !important;
}

#root ul.product-grid-universal > li.product-card-v2 {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

/*
 * Voor het geval Shopify/theme-JS bestaande slider-markup
 * rond producten in een echte grid heeft gezet.
 */
#root ul.product-grid-universal > .swiper-outer {
  display: contents !important;
}

#root ul.product-grid-universal .swiper-wrapper {
  display: contents !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}

#root ul.product-grid-universal .swiper-slide {
  display: block !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#root ul.product-grid-universal .swiper-slide > li.product-card-v2 {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

#root ul.product-grid-universal .swiper-custom-pagination {
  display: none !important;
}

/* ==========================================================================
   PRODUCTSLIDERS
   Voor Eerder bekeken en Misschien ook interessant.
   ========================================================================== */

#root ul.product-cards-universal.recently-viewed-slider,
#root ul.product-cards-universal.recommendations-scroll {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  transform: none !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

#root ul.product-cards-universal.recently-viewed-slider::-webkit-scrollbar,
#root ul.product-cards-universal.recommendations-scroll::-webkit-scrollbar {
  display: none !important;
}

#root ul.product-cards-universal.recently-viewed-slider > li.product-card-v2,
#root ul.product-cards-universal.recommendations-scroll > li.product-card-v2 {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 calc((100% - 50px) / 6) !important;
  width: calc((100% - 50px) / 6) !important;
  min-width: calc((100% - 50px) / 6) !important;
  max-width: calc((100% - 50px) / 6) !important;
  height: auto !important;
  margin: 0 !important;
  scroll-snap-align: start !important;
}

/* Desktop/tablet: vier kolommen of vier zichtbare sliderkaarten */
@media only screen and (max-width: 1650px) {
  #root ul.product-grid-universal {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #root ul.product-cards-universal.recently-viewed-slider > li.product-card-v2,
  #root ul.product-cards-universal.recommendations-scroll > li.product-card-v2 {
    flex-basis: calc((100% - 30px) / 4) !important;
    width: calc((100% - 30px) / 4) !important;
    min-width: calc((100% - 30px) / 4) !important;
    max-width: calc((100% - 30px) / 4) !important;
  }
}

/* Tablet: drie kolommen of drie zichtbare sliderkaarten */
@media only screen and (max-width: 1200px) {
  #root ul.product-grid-universal {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #root ul.product-cards-universal.recently-viewed-slider > li.product-card-v2,
  #root ul.product-cards-universal.recommendations-scroll > li.product-card-v2 {
    flex-basis: calc((100% - 20px) / 3) !important;
    width: calc((100% - 20px) / 3) !important;
    min-width: calc((100% - 20px) / 3) !important;
    max-width: calc((100% - 20px) / 3) !important;
  }
}

/* Mobiel: twee kolommen of twee zichtbare sliderkaarten */
@media only screen and (max-width: 749px) {
  #root ul.product-grid-universal {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #root ul.product-grid-universal .product-card-v2,
  #root ul.product-cards-universal .product-card-v2 {
    padding: 1rem !important;
    gap: 9px !important;
  }

  #root ul.product-grid-universal .product-card-v2__img,
  #root ul.product-cards-universal .product-card-v2__img {
    padding: 10px !important;
  }

  #root ul.product-grid-universal .product-card-v2__title,
  #root ul.product-cards-universal .product-card-v2__title {
    font-size: 13px !important;
  }

  #root ul.product-grid-universal .product-card-v2__price,
  #root ul.product-cards-universal .product-card-v2__price {
    margin-top: auto !important;
    font-size: 14px !important;
  }

  #root ul.product-cards-universal.recently-viewed-slider,
  #root ul.product-cards-universal.recommendations-scroll {
    gap: 12px !important;
  }

  #root ul.product-cards-universal.recently-viewed-slider > li.product-card-v2,
  #root ul.product-cards-universal.recommendations-scroll > li.product-card-v2 {
    flex-basis: calc((100% - 12px) / 2) !important;
    width: calc((100% - 12px) / 2) !important;
    min-width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
  }
}

/* Alleen de allerkleinste schermen */
@media only screen and (max-width: 340px) {
  #root ul.product-grid-universal {
    grid-template-columns: 1fr !important;
  }

  #root ul.product-cards-universal.recently-viewed-slider > li.product-card-v2,
  #root ul.product-cards-universal.recommendations-scroll > li.product-card-v2 {
    flex-basis: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

/* Footer menu als Ã©Ã©n verticale kolom */
#shopify-section-footer .footer-menu-block {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  columns: initial !important;
  column-count: 1 !important;
}

#shopify-section-footer .footer-menu-list,
#shopify-section-footer .footer-menu-list ul {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  columns: initial !important;
  column-count: 1 !important;
}

#shopify-section-footer .footer-menu-list > li {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
}

#shopify-section-footer .footer-menu-list li {
  float: none !important;
}

#shopify-section-footer .footer-menu-list a {
  display: inline-block !important;
  padding: 2px 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

#shopify-section-footer .footer-menu-list ul {
  margin-top: 6px !important;
  padding-left: 14px !important;
}

#shopify-section-footer .footer-menu-list ul li {
  display: block !important;
  width: 100% !important;
  margin: 0 0 5px !important;
}

#shopify-section-footer .footer-menu-list ul ul {
  margin-top: 5px !important;
  padding-left: 14px !important;
}

#shopify-section-footer .footer-menu-block h1,
#shopify-section-footer .footer-menu-block h2,
#shopify-section-footer .footer-menu-block h3,
#shopify-section-footer .footer-menu-block h4,
#shopify-section-footer .footer-menu-block h5 {
  margin: 0 0 16px !important;
}

/* ==========================================================================
   FOOTER LAYOUT
   Klantenservice | Menu | Nieuwsbrief
   ========================================================================== */

#shopify-section-footer {
  display: grid !important;
  grid-template-columns: minmax(240px, 1fr) minmax(180px, 0.7fr) minmax(
      320px,
      1.2fr
    ) !important;
  align-items: start !important;
  gap: 60px !important;
}

/* De drie directe footerblokken */
#shopify-section-footer > .m6cn,
#shopify-section-footer > .footer-menu-block,
#shopify-section-footer > .strong {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Menu echt verticaal */
#shopify-section-footer .footer-menu-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#shopify-section-footer .footer-menu-list > li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#shopify-section-footer .footer-menu-list a {
  display: inline-block !important;
  padding: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

/* Koppen gelijk uitlijnen */
#shopify-section-footer > .m6cn h5,
#shopify-section-footer > .footer-menu-block h5,
#shopify-section-footer > .strong h5 {
  margin-top: 0 !important;
}

/* Nieuwsbrief niet onnodig breed */
#shopify-section-footer > .strong form {
  width: 100% !important;
  max-width: 520px !important;
}

/* Tablet */
@media only screen and (max-width: 1000px) {
  #shopify-section-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 40px !important;
  }

  #shopify-section-footer > .strong {
    grid-column: 1 / -1 !important;
  }
}

/* Mobiel */
@media only screen and (max-width: 759px) {
  #shopify-section-footer {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  #shopify-section-footer > .strong {
    grid-column: auto !important;
  }
}

.footer-menu-block h1,
.footer-menu-block h2,
.footer-menu-block h3,
.footer-menu-block h4,
.footer-menu-block h5 {
  font-weight: 700 !important;
}

.l4cl .wishlist-productcard {
  display: none;
}

ul[data-type="horizontal-nav"] > li > a[href="/collections/sale"] {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0 20px !important;
  height: 40px !important;
  border-radius: 3px;
  background: #6e142a !important;
  color: #fff !important;
  z-index: 10 !important;
  font-weight: bold !important;
}

ul[data-type="horizontal-nav"] > li > a[href="/blogs/roos"] {
  position: absolute !important;
  right: 80px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
}

/* Eerder bekeken en aanbevelingen: horizontale slider */
#root .recently-viewed-products ul.recently-viewed-slider,
#root .product-recommendations ul.recommendations-scroll {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
}

#root .recently-viewed-products ul.recently-viewed-slider::-webkit-scrollbar,
#root .product-recommendations ul.recommendations-scroll::-webkit-scrollbar {
  display: none !important;
}



/* 1001–1350 px: 4 zichtbaar */
  #root .recently-viewed-products ul.recently-viewed-slider > li.product-card-v2,
  #root .product-recommendations ul.recommendations-scroll > li.product-card-v2 {
    flex: 0 0 calc((100% - 30px) / 4) !important;
    width: calc((100% - 30px) / 4) !important;
    min-width: calc((100% - 30px) / 4) !important;
    max-width: calc((100% - 30px) / 4) !important;
  }

/* 750–1000 px: 3 zichtbaar */
@media only screen and (max-width: 1000px) {
  #root .recently-viewed-products ul.recently-viewed-slider > li.product-card-v2,
  #root .product-recommendations ul.recommendations-scroll > li.product-card-v2 {
    flex: 0 0 calc((100% - 20px) / 3) !important;
    width: calc((100% - 20px) / 3) !important;
    min-width: calc((100% - 20px) / 3) !important;
    max-width: calc((100% - 20px) / 3) !important;
  }
}

/* Mobiel: 2 zichtbaar */
@media only screen and (max-width: 749px) {
  #root .recently-viewed-products ul.recently-viewed-slider,
  #root .product-recommendations ul.recommendations-scroll {
    gap: 12px !important;
  }

  #root .recently-viewed-products ul.recently-viewed-slider > li.product-card-v2,
  #root .product-recommendations ul.recommendations-scroll > li.product-card-v2 {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    width: calc((100% - 12px) / 2) !important;
    min-width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
  }
}


/* Price styling */
.price, .product-card-v2__price {
  font-size: 32px !important;
}
.old-price {
  font-size:18px !important;
}

/* Styling levertijd */
.stock {
  color: green !important;
}
/* Compact add-to-cart button naast de prijs */

.product-card-v2__price-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  width: 100% !important;
  margin-top: 8px !important;
  padding-right: 10px !important;
}

/* Prijs links */
.product-card-v2__price-row .product-card-v2__price {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;

  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;

  white-space: nowrap !important;
}

/* Oude prijs bij aanbieding */
.product-card-v2__price-row .product-card-v2__old-price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color:#212121 !important;
  margin-right: 5px !important;
}

/* Container winkelmandknop */
.product-card-v2__always-buy {
  display: block !important;

  flex: 0 0 52px !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;

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

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* Shopify product form */
.product-card-v2__always-buy form,
.product-card-v2__always-buy .product-card-v2__quickbuy-form {
  display: block !important;
  position: static !important;

  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;

  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

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

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Winkelmandknop */
.product-card-v2__cart-button,
.product-card-v2__always-buy .product-card-v2__quickbuy-button {
  display: flex !important;
  position: relative !important;

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

  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;

  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  flex: 0 0 52px !important;

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

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;

  border-radius: 11px !important;

  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.08);

  transition:
    transform 160ms cubic-bezier(.2,.8,.2,1),
    box-shadow 160ms ease,
    filter 160ms ease !important;
}

/* Xtra overlay-effect volledig uitschakelen */
.product-card-v2__cart-button::before,
.product-card-v2__cart-button::after,
.product-card-v2__always-buy .product-card-v2__quickbuy-button::before,
.product-card-v2__always-buy .product-card-v2__quickbuy-button::after {
  display: none !important;
}

/* Winkelmand-icoon */
.product-card-v2__cart-button svg,
.product-card-v2__always-buy .product-card-v2__quickbuy-button svg {
  display: block !important;

  width: 23px !important;
  height: 23px !important;

  pointer-events: none !important;

  transition:
    transform 180ms cubic-bezier(.2,.8,.2,1);
}

/* Desktop hover */
@media (hover: hover) {
  .product-card-v2__cart-button:hover,
  .product-card-v2__always-buy .product-card-v2__quickbuy-button:hover {
    transform: translateY(-2px) scale(1.03) !important;

    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.18),
      0 2px 5px rgba(0, 0, 0, 0.08);

    filter: brightness(1.06);
  }

  .product-card-v2__cart-button:hover svg,
  .product-card-v2__always-buy .product-card-v2__quickbuy-button:hover svg {
    transform: scale(1.1) translateY(-1px);
  }
}

/* Klik-feedback */
.product-card-v2__cart-button:active,
.product-card-v2__always-buy .product-card-v2__quickbuy-button:active {
  transform: scale(.90) !important;

  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.14) !important;
}

/* Op kleinere productcards iets compacter houden */
@media only screen and (max-width: 760px) {
  .product-card-v2__price-row {
    gap: 10px !important;
    padding-right: 6px !important;
  }

  .product-card-v2__price-row .product-card-v2__price {
    font-size: 27px !important;
  }

  .product-card-v2__always-buy,
  .product-card-v2__always-buy form,
  .product-card-v2__always-buy .product-card-v2__quickbuy-form,
  .product-card-v2__cart-button,
  .product-card-v2__always-buy .product-card-v2__quickbuy-button {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;

    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;

    flex-basis: 50px !important;
  }

  .product-card-v2__cart-button svg,
  .product-card-v2__always-buy .product-card-v2__quickbuy-button svg {
    width: 22px !important;
    height: 22px !important;
  }
}
/* Nieuwe prijsstijl */
.product-card-v2__price {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.product-card-v2__price-current {
  display: inline-flex !important;
  align-items: flex-start !important;
  color: #d4143c !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.product-card-v2__price-whole {
  font-size: 44px !important;
  line-height: 0.95 !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
}

.product-card-v2__price-dot {
  position: relative;
  top: 4px;

  margin-left: 3px;
  margin-right: 3px;

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

.product-card-v2__price-cents {
  position: relative;
  top: 2px;

  margin-left: -13px;

  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

/* Oude prijs bij aanbieding */
.product-card-v2__old-price {
  color: #a3a3a3 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-decoration: line-through;
}

/* Mobiel iets compacter */
@media only screen and (max-width: 760px) {
  .product-card-v2__price-whole {
    font-size: 40px !important;
  }

  .product-card-v2__price-cents {
    font-size: 18px !important;
  }
}

.product-page-price {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.product-page-price__current {
  display: inline-flex !important;
  align-items: flex-start !important;
  color: #d4143c !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.product-page-price__whole {
  font-size: 48px !important;
  line-height: 0.95 !important;
  font-weight: 700 !important;
}

.product-page-price__dot {
  position: relative;
  top: 7px;
  margin: 0 3px;
  font-size: 38px !important;
  font-weight: 700 !important;
}

.product-page-price__cents {
  position: relative;
  top: 3px;
  margin-left:-13px;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.product-page-price .old-price {
  font-size: 16px !important;
  font-weight: 400 !important;
}

/* =========================================================
   SPEELTJES.NL — RUSTIGE PRIJSSTIJL
   Cart + zoekresultaten
   ========================================================= */

/* Winkelwagen */
#cart .l4ca .s1pr,
.template-cart .l4ca .s1pr {
  color: #101c19 !important;
  font-family: var(--main_ff) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Mobiel iets compacter */
@media (max-width: 760px) {
  #cart .l4ca .s1pr,
  .template-cart .l4ca .s1pr {
    font-size: 20px !important;
  }
}

/* Live zoeksuggesties in de header */
#search .l4ca .s1pr,
.search-compact-cont .l4ca .s1pr {
  color: #101c19 !important;
  font-family: var(--main_ff) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Mobiel */
@media (max-width: 760px) {
  #search .l4ca .s1pr,
  .search-compact-cont .l4ca .s1pr {
    font-size: 18px !important;
  }
}
/* ========================================================================== 
   SPEELTJES.NL — PRODUCT HERO 2026 / XTRA

   Gebaseerd op de aangeleverde referentiecode, vertaald naar de bestaande
   dynamische Xtra-markup. Plaats dit onderaan theme-xtra.css.

   Bewust niet aangepast:
   - de bestaande rode productprijs met punt en verhoogde decimalen;
   - Shopify-varianten, voorraadlogica, reviews, productmedia en koopformulier;
   - de inhoud en zichtbaarheid van bestaande dynamische Xtra-blokken.
   ========================================================================== */

.product-hero-xtra {
  --ph-ink: var(--color-text, #222222);
  --ph-muted: color-mix(in srgb, var(--color-text, #222222) 66%, var(--color-surface, #ffffff));
  --ph-accent: var(--color-accent, #ca153d);
  --ph-wine: var(--color-primary, #6e142a);
  --ph-border: var(--color-border, #ece6e3);
  --ph-page: var(--color-page, #f7f5f3);
  --ph-stock: #218457;
  --ph-stock-bg: #f4faf6;
  --ph-stock-border: #d9ecdf;
  --ph-media-center: var(--color-surface, #fff);
  --ph-media-mid: #fdfcfc;
  --ph-media-edge: #faf7f8;
  --ph-gallery-height: 620px;
  --ph-sticky-top: 22px;
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(390px, 0.72fr);
  align-items: start;
  gap: clamp(24px, 3vw, 38px);
  width: min(calc(100% - 40px), 1440px) !important;
  max-width: 1440px !important;
  margin: 18px auto 40px !important;
  padding: 0 !important;
  color: var(--ph-ink);
  overflow: visible !important;
}

.product-hero-xtra,
.product-hero-xtra * {
  box-sizing: border-box;
}

.product-hero-xtra > .product-hero__header,
.product-hero-xtra > .m6tb {
  grid-column: 1 / -1;
}

/* --------------------------------------------------------------------------
   Galerij — exact dezelfde desktopverhoudingen als de referentie
   -------------------------------------------------------------------------- */

.product-hero-xtra .product-hero__gallery {
  position: sticky !important;
  top: var(--ph-sticky-top);
  align-self: start;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border-left: none !important;
}

#root .product-hero-xtra .l4pr-container > .l4pr {
  position: relative;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 0 95px !important; /* 82px thumbnail + 13px tussenruimte */
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#root .product-hero-xtra .l4pr .swiper-outer {
  position: relative;
  width: 100% !important;
  height: var(--ph-gallery-height) !important;
  min-height: var(--ph-gallery-height) !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: radial-gradient(
    circle at 56% 40%,
    var(--ph-media-center) 0 46%,
    var(--ph-media-mid) 74%,
    var(--ph-media-edge) 100%
  ) !important;
  border: 1px solid var(--ph-border) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

#root .product-hero-xtra .l4pr .swiper-outer::after {
  content: none !important;
  display: none !important;
}

#root .product-hero-xtra .l4pr .swiper-wrapper {
  z-index: 1;
  min-height: 100% !important;
}

#root .product-hero-xtra .l4pr .swiper-wrapper,
#root .product-hero-xtra .l4pr .swiper-slide,
#root .product-hero-xtra .l4pr .swiper-slide > li,
#root .product-hero-xtra .l4pr .swiper-slide > li > a,
#root .product-hero-xtra .l4pr .swiper-slide picture {
  height: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#root .product-hero-xtra .l4pr .swiper-slide,
#root .product-hero-xtra .l4pr .swiper-slide > li,
#root .product-hero-xtra .l4pr .swiper-slide > li > a {
  display: grid !important;
  place-items: center;
}

/*
  Xtra positioneert <picture> en de afbeelding standaard absoluut. Dat werkt
  in de originele vierkante gallery, maar kan in deze vaste 620px-viewbox de
  afbeelding achter het laadvlak laten verdwijnen. Hier alleen de media-laag
  normaliseren; Swiper zelf blijft onaangeraakt.
*/
#root #content .product-hero-xtra .l4pr .swiper-slide picture {
  display: flex !important;
  position: relative !important;
  inset: auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#root .product-hero-xtra .l4pr .swiper-slide {
  padding: 0 !important;
}

/* De oude aspect-ratio wordt door Xtra als padding op iedere <li> gezet. */
#root #content .product-hero-xtra .l4pr .swiper-slide > li {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
}

#root #content .product-hero-xtra .l4pr .swiper-slide img {
  position: relative;
  z-index: 1;
  display: block !important;
  width: min(82%, 560px) !important;
  height: 545px !important;
  max-width: 82% !important;
  max-height: 545px !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: drop-shadow(0 24px 22px color-mix(in srgb, var(--ph-wine) 10%, transparent)) !important;
}

#root .product-hero-xtra .l4pr picture.img-multiply,
#root .product-hero-xtra .l4pr picture.img-multiply img {
  background: transparent !important;
  mix-blend-mode: normal !important;
}

/* Bestaande Xtra-pagers worden de 1-op-1 thumbnails uit de referentie. */
#root .product-hero-xtra .l4pr.aside-pager .swiper-pagination-bullets {
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  inset-block: 0 auto !important;
  transform: none !important;
  translate: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  width: 82px !important;
  height: var(--ph-gallery-height) !important;
  max-height: var(--ph-gallery-height) !important;
  margin: 0 !important;
  gap: 10px;
  flex-wrap: nowrap !important;
  align-content: flex-start !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#root .product-hero-xtra .l4pr.aside-pager .swiper-pagination-bullets::-webkit-scrollbar {
  display: none;
}

#root .product-hero-xtra .l4pr .swiper-pagination-bullet {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: grid !important;
  place-items: center;
  flex: 0 0 82px !important;
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 5px !important;
  opacity: 1 !important;
  background: var(--color-surface, #fff) !important;
  border: 1px solid var(--ph-border) !important;
  border-radius: 12px !important;
  transform: none !important;
  translate: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Xtra maakt de has-more-thumbnail zelf (+3, +4, enz.). Alles erna blijft weg. */
#root .product-hero-xtra .l4pr .swiper-pagination-bullet.has-more ~ .swiper-pagination-bullet {
  display: none !important;
}

#root .product-hero-xtra .l4pr .swiper-pagination-bullet:hover,
#root .product-hero-xtra .l4pr .swiper-pagination-bullet-active {
  border-color: var(--ph-wine) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--ph-wine) 8%, transparent) !important;
}

#root .product-hero-xtra .l4pr .swiper-pagination-bullet picture,
#root .product-hero-xtra .l4pr .swiper-pagination-bullet img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border-radius: 7px;
  filter: none !important;
}

#root #content .product-hero-xtra .l4pr .swiper-pagination-bullet picture {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#root #content .product-hero-xtra .l4pr .swiper-pagination-bullet picture img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* --------------------------------------------------------------------------
   Koopkaart — inhoud blijft volledig door Shopify/Xtra gevuld
   -------------------------------------------------------------------------- */

.product-hero-xtra .product-hero__info {
  position: sticky !important;
  top: var(--ph-sticky-top);
  align-self: start;
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(28px, 3vw, 32px) !important;
  background: var(--color-surface, #fff);
  border: 1px solid var(--ph-border);
  border-radius:10px;
  box-shadow: 0 18px 60px color-mix(in srgb, var(--ph-wine) 7%, transparent);
}

.product-hero__header {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.product-hero__vendor {
  margin: 0 0 12px !important;
  color: var(--ph-accent);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-hero__vendor-label {
  display: none;
}

.product-hero__vendor a {
  color: inherit !important;
  text-decoration: none !important;
}

#root .product-hero__title {
  max-width: 100%;
  margin: 0 !important;
  color: var(--ph-ink) !important;
  font-size: clamp(30px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  overflow-wrap: anywhere;
  text-transform: none !important;
}

.product-hero__meta {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 15px 0 0 !important;
  color: var(--ph-muted);
  font-size: 11px;
}

.product-hero__meta > li {
  margin: 0 !important;
}

.product-hero__share {
  margin-left: auto !important;
}

.product-hero__share > .toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  color: var(--ph-wine) !important;
  background: var(--color-surface, #fff);
  border: 1px solid var(--ph-border);
  border-radius: 50%;
}

.product-hero__share > .toggle .mobile-hide {
  display: none !important;
}

.product-hero-xtra .f8pr.base-font {
  width: 100% !important;
  margin: 0 !important;
}

/* De bestaande dynamische korte omschrijving. */
.product-hero-xtra .f8pr.base-font > .m15 {
  display: block !important;
  margin: 0 0 20px !important;
  color: var(--ph-muted);
  line-height: 1.55;
}

.product-hero-xtra .f8pr.base-font > .m15 .link-more,
.product-hero-xtra .f8pr.base-font > .m15 a {
  color: var(--ph-wine) !important;
  font-weight: 800;
}

/*
   PRIJS BEWUST NIET GESTYLED.
   De bestaande rode prijs, punt en superscript-decimalen blijven exact staan.
*/

.product-hero-xtra .f8pr-variant-selection {
  margin: 16px 0 !important;
}

.product-hero-xtra .f8pr-variant-selection select,
.product-hero-xtra .f8pr-variant-selection input,
.product-hero-xtra .f8pr-variant-selection label {
  border-radius: 9px;
}

/* Voorraadkaart is alleen groen als de gekozen variant direct leverbaar is. */
.product-hero-xtra .f8pr-stock {
  margin: 16px 0 14px !important;
  padding: 13px 14px !important;
  background: color-mix(in srgb, var(--ph-page) 70%, var(--color-surface, #fff));
  border: 1px solid var(--ph-border);
  border-radius: 10px;
}

.product-hero--directly-available .f8pr-stock {
  background: var(--ph-stock-bg);
  border-color: var(--ph-stock-border);
}

.product-hero-xtra .f8pr-stock .stock {
  position: relative;
  margin: 0 !important;
  line-height: 1.45;
}

.product-hero--directly-available .f8pr-stock .stock {
  padding-left: 21px !important;
  color: #1e6d49 !important;
}

.product-hero--directly-available .f8pr-stock .stock::before {
  content: "" !important;
  position: absolute !important;
  top: 0.72em !important;
  left: 0 !important;
  width: 9px !important;
  height: 9px !important;
  margin: -4.5px 0 0 !important;
  background: var(--ph-stock) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 4px rgba(33, 132, 87, 0.1);
  animation: product-stock-pulse 1.8s ease-out infinite;
}

@keyframes product-stock-pulse {
  0% { box-shadow: 0 0 0 4px rgba(33, 132, 87, 0.1), 0 0 0 0 rgba(33, 132, 87, 0.35); }
  65% { box-shadow: 0 0 0 4px rgba(33, 132, 87, 0.1), 0 0 0 8px rgba(33, 132, 87, 0); }
  100% { box-shadow: 0 0 0 4px rgba(33, 132, 87, 0.1), 0 0 0 0 rgba(33, 132, 87, 0); }
}

/* Koopformulier: hoeveelheid blijft functioneel, CTA wordt strak uitgelijnd. */
.product-hero-xtra form.f8pr-buy-button {
  width: 100% !important;
  margin: 0 !important;
}

.product-hero-xtra form.f8pr-buy-button .submit {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: stretch !important;
  gap: 10px;
  width: 100% !important;
  margin: 0 !important;
}

.product-hero-xtra form.f8pr-buy-button .input-amount {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 68px !important;
  min-width: 68px !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-surface, #fff) !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.product-hero-xtra form.f8pr-buy-button .input-amount .semantic-amount {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-surface, #fff) !important;
  border: 1px solid var(--ph-border) !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.product-hero-xtra form.f8pr-buy-button .input-amount input {
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding-block: 0 !important;
  line-height: 56px !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product-hero-xtra form.f8pr-buy-button .f8pr-button {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 58px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#root .product-hero-xtra form.f8pr-buy-button button[type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  background: var(--ph-accent) !important;
  border: 1px solid var(--ph-accent) !important;
  border-radius: 9px !important;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--ph-accent) 18%, transparent);
  clip-path: none !important;
  overflow: hidden !important;
  transition: .2s all;
  pointer:cursor;
}

#root .product-hero-xtra form.f8pr-buy-button button[type="submit"]::before,
#root .product-hero-xtra form.f8pr-buy-button button[type="submit"]::after {
  content: none !important;
  display: none !important;
}

#root .product-hero-xtra form.f8pr-buy-button button[type="submit"]:hover {
  background: var(--ph-wine) !important;
  border-color: var(--ph-wine) !important;
}

/* Bestaande dynamische USP-, verzend- en trustblokken blijven zichtbaar. */
.product-hero-xtra .f8pr.base-font > .module-spacer {
  height: 14px !important;
}

.product-hero-xtra .f8pr .l4al-trustbadge,
.product-hero-xtra .f8pr .f8pr-shipping-timer,
.product-hero-xtra .f8pr > .l4us {
  margin: 5px 0 0 !important;
}



.product-hero-xtra .f8pr-codes {
  margin-top: 14px;
  padding-top: 13px;
  color: var(--ph-muted);
  line-height: 1.55;
  text-align: center;
  letter-spacing: 0.04em;
  border-top: 1px solid var(--ph-border);
}

.product-hero-xtra .f8pr-codes p {
  margin-bottom:0;
}
/* --------------------------------------------------------------------------
   Uitgebreide omschrijving — zelfstandige sectie tussen hero en recommendations
   -------------------------------------------------------------------------- */

.product-description-section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  margin-bottom:30px;
  padding: clamp(40px, 5vw, 40px) 20px;
  color: var(--color-text, #222);
}

#shopify-section-template--27741799973249__main-product {
  max-width:1440px !important;
}

/* Xtra rendert vanuit de gallery-snippet nog een oude kopie van de
   omschrijving. De zelfstandige sectie hieronder is voortaan de enige. */
.product-hero-xtra .product-hero__gallery > .m6tb,
.product-hero-xtra > .m6tb {
  display: none !important;
}

.product-description-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.product-description-section__layout {
  scroll-margin-top: calc(var(--product-page-sticky-offset, 96px) + 18px);
}

.product-description-section__layout--with-aside {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  align-items: start;
  gap: clamp(40px, 6vw, 88px);
}

.product-description-section__content {
  max-width: 900px;
}

.product-description-section__content > :first-child,
.product-description-section__aside > :first-child {
  margin-top: 0;
}

.product-description-section__content h1,
.product-description-section__content h2,
.product-description-section__content h3,
.product-description-section__content h4,
.product-description-section__content h5,
.product-description-section__content h6 {
  margin-bottom: 22px;
  color: var(--color-text, #222);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.product-description-section__rte {
  color: color-mix(in srgb, var(--color-text, #222) 78%, var(--color-surface, #fff));
  font-size: clamp(16px, 1.2vw, 16px);
  line-height: 1.75;
}

.product-description-section__rte > :first-child {
  margin-top: 0;
}

.product-description-section__rte > :last-child {
  margin-bottom: 0;
}

.product-description-section__aside {
  padding: 28px;
  background: var(--color-page, #f7f7f7);
  border: 1px solid var(--color-border, #ece6e3);
  border-radius: 18px;
}

.product-description-section__aside .l4if,
.product-description-section__aside .l4us {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .product-hero-xtra {
    --ph-gallery-height: 540px;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 26px;
    width: min(calc(100% - 28px), 1440px) !important;
  }

  #root .product-hero-xtra .l4pr .swiper-outer {
    height: var(--ph-gallery-height) !important;
    min-height: var(--ph-gallery-height) !important;
  }

  #root .product-hero-xtra .l4pr.aside-pager .swiper-pagination-bullets {
    height: var(--ph-gallery-height) !important;
    max-height: var(--ph-gallery-height) !important;
  }

  #root #content .product-hero-xtra .l4pr .swiper-slide img {
    width: min(82%, 500px) !important;
    height: 470px !important;
    max-width: 82% !important;
    max-height: 470px !important;
  }
}

@media (max-width: 900px) {
  .product-hero-xtra {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 42px !important;
  }

  #content {
    padding-top:0 !important;
  }

  .n6br {
    min-height: 0 !important;
  }

  .shopify-section shopify-section-breadcrumbs {
    display:none !important;
  }

  .product-hero-xtra > .product-hero__header {
    display: none !important;
  }

  .product-hero-xtra .product-hero__gallery,
  .product-hero-xtra .product-hero__info {
    position: static !important;
  }

  .product-hero-xtra .product-hero__gallery {
    order: 1;
    width: 100vw !important;
    max-width: none !important;
    margin-top: -1px !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 !important;
  }

  .product-hero-xtra > .product-hero__info {
    order: 2;
  }

  .product-hero-xtra > .m6tb {
    order: 3;
  }

  .product-hero-xtra .product-hero__info .product-hero__header,
  .product-hero-xtra .product-hero__info .product-hero__header.mobile-hide {
    display: block !important;
    width: 100% !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #root .product-hero-xtra .l4pr-container > .l4pr {
    position: relative !important;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    padding: 0 !important;
  }

  #root .product-hero-xtra .l4pr .swiper-outer {
    order: 1;
    width: 100% !important;
    height: 284px !important;
    min-height: 284px !important;
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
    background: radial-gradient(
      circle at 50% 42%,
      var(--ph-media-center) 0 46%,
      var(--ph-media-mid) 74%,
      var(--ph-media-edge) 100%
    ) !important;
  }

  #root .product-hero-xtra .l4pr .swiper-custom-pagination {
    position: static !important;
    inset: auto !important;
    order: 2;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--ph-media-edge) !important;
    transform: none !important;
    translate: none !important;
  }

  #root .product-hero-xtra .l4pr .swiper-custom-pagination > .swiper-button-nav,
  #root .product-hero-xtra .l4pr .swiper-custom-pagination > .swiper-custom-fraction {
    display: none !important;
  }

  #root .product-hero-xtra .l4pr .swiper-outer::after {
    right: 24%;
    bottom: 7%;
    left: 24%;
    height: 12px;
    filter: blur(9px);
  }

  #root #content .product-hero-xtra .l4pr .swiper-slide img {
    width: min(75%, 360px) !important;
    height: 244px !important;
    max-width: 75% !important;
    max-height: 244px !important;
    margin: 0 auto !important;
    object-position: center top !important;
    transform: translateY(18px) !important;
    transform-origin: center center !important;
  }

  #root .product-hero-xtra .l4pr .swiper-slide,
  #root .product-hero-xtra .l4pr .swiper-slide > li,
  #root .product-hero-xtra .l4pr .swiper-slide > li > a {
    place-items: start center !important;
  }

  #root #content .product-hero-xtra .l4pr .swiper-slide picture {
    align-items: flex-start !important;
  }

  #root .product-hero-xtra .l4pr.aside-pager .swiper-pagination-bullets {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    order: 2;
    display: flex !important;
    flex-direction: row;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    height: auto !important;
    max-height: none !important;
    justify-content: center;
    margin: 8px auto 0 !important;
    gap: 7px;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
  }

  #root .product-hero-xtra .l4pr.aside-pager .swiper-pagination-bullets::-webkit-scrollbar {
    display: none;
  }

  #root .product-hero-xtra .l4pr .swiper-pagination-bullet {
    flex: 0 0 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 3px !important;
    border-radius: 8px !important;
  }

  .product-hero-xtra .product-hero__info {
    width: 100% !important;
    margin: 16px 0 !important;
    padding: 20px 18px !important;
    border: 1px solid var(--ph-border);
    border-radius: 15px;
    box-shadow: 0 10px 30px color-mix(in srgb, var(--ph-wine) 5%, transparent);
  }

  .product-hero__vendor {
    margin-bottom: 8px !important;
    font-size:12px;
  }

  #root .product-hero__title {
    font-size: clamp(20px, 8vw, 24px) !important;
    line-height: 1 !important;
  }

  .m6tb {
    border-left:none;
  }

  .product-hero__header {
    margin-bottom: 13px !important;
  }

  .product-hero__meta {
    margin-top: 10px !important;
    font-size: 9px;
  }

  .product-hero-xtra .f8pr.base-font > .m15 {
    margin-bottom: 12px !important;
    line-height: 1.45;
  }

  .product-hero-xtra .f8pr-stock {
    margin-top: 10px !important;
    padding: 9px 10px !important;
  }


  .product-hero-xtra form.f8pr-buy-button .submit {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .product-hero-xtra form.f8pr-buy-button .input-amount {
    display: none !important;
  }

  .product-hero-xtra form.f8pr-buy-button .input-amount input {
    height: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }

  .product-hero-xtra form.f8pr-buy-button .f8pr-button,
  #root .product-hero-xtra form.f8pr-buy-button button[type="submit"] {
    height: 52px !important;
    min-height: 52px !important;
  }

  #root .product-hero-xtra form.f8pr-buy-button button[type="submit"] {
    padding-inline: 16px !important;
  }


  .n6br {display:none !important;}
}



@media (prefers-reduced-motion: reduce) {
  .product-hero--directly-available .f8pr-stock .stock::before {
    animation: none;
  }
}

@media (max-width: 760px) {
  .product-description-section {
    padding: 0 18px 40px;
  }

  .product-description-section__layout,
  .product-description-section__layout--with-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    scroll-margin-top: calc(var(--product-page-sticky-offset, 112px) + 14px);
  }

  .product-description-section__content h1,
  .product-description-section__content h2,
  .product-description-section__content h3,
  .product-description-section__content h4,
  .product-description-section__content h5,
  .product-description-section__content h6 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .product-description-section__rte {
    font-size: 15px;
    line-height: 1.7;
  }

  .product-description-section__aside {
    padding: 22px 20px;
    border-radius: 15px;
  }
}

.product-hero-xtra:not(.product-hero--directly-available) .f8pr-shipping-timer {
  display: none !important;
}

/* Mobiele productkaartprijs — compact en zonder overlap */
@media only screen and (max-width: 760px) {
  #root .product-card-v2__content {
    min-width: 0 !important;
  }

  #root .product-card-v2__price-row {
    align-items: flex-end !important;
    gap: 8px !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  #root .product-card-v2__price-row .product-card-v2__price {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 2px !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  #root .product-card-v2__old-price {
    display: block !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }

  #root .product-card-v2__price-current {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: flex-start !important;
    line-height: 1 !important;
  }

  #root .product-card-v2__price-whole {
    font-size: 34px !important;
    line-height: 0.95 !important;
    letter-spacing: -0.5px !important;
  }

  #root .product-card-v2__price-dot {
    top: 14px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  #root .product-card-v2__price-cents {
    top: 0px !important;
    margin-left: -5px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  #root .product-card-v2__always-buy,
  #root .product-card-v2__always-buy form,
  #root .product-card-v2__always-buy .product-card-v2__quickbuy-form,
  #root .product-card-v2__cart-button,
  #root .product-card-v2__always-buy .product-card-v2__quickbuy-button {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    flex: 0 0 44px !important;
  }

  #root .product-card-v2__cart-button svg,
  #root .product-card-v2__always-buy .product-card-v2__quickbuy-button svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* Extra smalle telefoons */
@media only screen and (max-width: 374px) {
  #root .product-card-v2__price-row {
    gap: 6px !important;
  }

  #root .product-card-v2__price-whole {
    font-size: 32px !important;
  }

  #root .product-card-v2__old-price {
    font-size: 12px !important;
  }
}
.collection-wrapper > aside .n6as::before {
  content: "Categorieën" !important;
}

.collection-wrapper > aside .f8fl ul.check li:hover label {
  color: #6e142a !important;
}
/* ==========================================================================
   MOBILE FILTER DRAWER
   Het thema verplaatst .f8fl op mobiel buiten de collection-sidebar.
   ========================================================================== */

@media only screen and (max-width: 1000px) {
  .js .f8fl .check li {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .js .f8fl .check label {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 0 8px 30px !important;
    align-items: center !important;

    color: #444 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    cursor: pointer !important;

    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }

  /* Het checkboxvlak links van de tekst */
  .js .f8fl .check label::before,
  .js .f8fl .toggle + .check label::before {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }

  /* Namen, kleuren en aantallen terugzetten */
  .js .f8fl .check span {
    display: inline !important;
    position: static !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }

  .js .f8fl .check label span span {
    margin-left: 3px !important;
    color: #999 !important;
    font-size: 12px !important;
  }

  .js .f8fl .check .link-more {
    display: inline-flex !important;
    margin-top: 8px !important;
  }

  .js .f8fl .check li:hover label {
    color: var(--color-primary) !important;
  }
}