@import url("/lgt/css/klantenservice.css");
@import url("/lgt/css/categorie2.css");

html, body{ overflow-x:visible; }

.lgt-toolbar-hidden{ display:none !important; }

.lgt-overlay-wrap{
  position: relative;
}

.lgt-logo-overlay{
  position: absolute;
  left: 50% !important;
  top: 0 !important;
  transform: translate(-50%, -30px) !important; /* centre + 30px omhoog */

  width: 250px;
  height: auto;
  z-index: 5;
  filter: brightness(0) invert(1);
  pointer-events: none;

  right: auto !important; /* overschrijft je huidige right:20% */
}

.product-item .price-box .price{ font-weight:700 !important; }

.toolbar-products{ margin-bottom:15px !important; }

.filter-actions .filter-clear{ color:#089fff !important; }

.filter-title strong{ border-color:#c2c2c2 !important; }

.filter-options-title:after{ right:5px; margin-top:-8px; }
.filter-options-item .filter-options-title:after{ font-size:26px; }
.filter-options-content .item .count{ padding:7px 5px 3px 5px; }

.categoryFilter .item a{
  font-weight:700 !important;
  font-size:15px;
  border-bottom:1px solid #dddddd;
  margin-bottom:10px;
  color:#333;
}
.categoryFilter .item a:hover{ color:#009cff !important; }

.filter-options-item .filter-options-content .items [class*="am-filter-item"]{ color:#009cff !important; }

.filter-options .filter-options-title{
  font-size:16px !important;
  font-weight:500 !important;
}
.filter-options-content .categoryFilter .subitem{ padding:12px 8px 12px 0 !important; }
.categoryFilter .subitem:hover{ background-color:#f9f9f9; }
.filter-options-content .categoryFilter .subitems{
  padding-left:0;
  font-size:15px;
}
.categoryFilter .subitem a:hover{
  background:transparent;
  color:#333;
}

.divtoptekst.lgt-intro{ margin-bottom:50px; }

.divtoptekst.lgt-intro details > summary{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:2px;
  cursor:pointer;
  box-sizing:border-box;
  max-width:100%;
  margin:0 auto;
  text-align:center;
  list-style:none;
}
.divtoptekst.lgt-intro summary::-webkit-details-marker{ display:none; }

.divtoptekst.lgt-intro .summary-line{
  flex:0 1 auto;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:block;
}

.divtoptekst.lgt-intro .chevron{
  flex:0 0 auto;
  color:#9aa0a6;
  transition:transform .2s ease;
  transform:rotate(0deg);
  font-size:7px;
  line-height:1;
  margin:0;
  padding:0;
  display:inline-block !important;
}

.divtoptekst.lgt-intro details[open] > summary .summary-line{
  overflow:visible;
  white-space:normal;
  text-overflow:clip;
}
.divtoptekst.lgt-intro details[open] > summary .chevron{ transform:rotate(180deg); }

.lgt-intro summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  gap:8px;
}
.lgt-intro summary::-webkit-details-marker{ display:none; }

.lgt-intro .summary-line{
  display:block;
  min-width:0;
  flex:1 1 auto;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.lgt-intro details[open] .summary-line{
  overflow:visible;
  white-space:normal;
  text-overflow:clip;
}

.lgt-intro .chevron{
  flex:0 0 auto;
  font-size:.85em;
  transition:transform .2s ease;
  color:#8f8f8f;
}
.lgt-intro details[open] .chevron{ transform:rotate(180deg); }

.lgt-intro .intro-rest{ margin-top:0; }
.lgt-intro .intro-links{ margin-top:10px; padding-left:16px; }
.lgt-intro .intro-links li{ margin-bottom:4px; }
.lgt-intro .intro-bottomlink{ display:inline-block; margin-top:8px; }

.semibold{ font-weight:600; }
.page-title{ margin-bottom:10px; }
.img-text-row{ margin-top:20px; }

#lgt-toolbar-line,
.lgt-toolbar-line{ display:none !important; }

.lgt-toolbar-line{
  height:2px;
  background:#e6e6e6;
  width:calc(100% - 100px);
  margin:12px 50px 0 50px;
  clear:both;
}

.lgt-redline{
  display:none;
  width:120px;
  height:2px;
  background:#e5e5e5;
  border-radius:2px;
  margin:12px auto 10px;
}

.lgt-pair-col{ height:1200px; }

#lgt-rand-prod-link{
  position:relative;
  display:block;
  width:100%;
  max-width:100%;
  background:#fff;
  border:1px solid #d9d9d9;
  border-radius:inherit;
  overflow:hidden;
  aspect-ratio:1/1;
  box-sizing:border-box;
}
#lgt-rand-prod-img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:scale(1);
}
#lgt-rand-prod-price{
  position:absolute;
  top:18px;
  right:18px;
  background:#111;
  color:#fff;
  padding:10px 14px;
  border-radius:6px;
  font-size:14px;
  line-height:1;
  letter-spacing:.2px;
  z-index:3;
  pointer-events:none;
  white-space:nowrap;
  display:none;
}

.lgt-bottom-slot{ overflow:hidden; }

.lgt-greybox-wrap{
  overflow:hidden;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
.lgt-greybox-inner{
  border-radius:inherit;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
.lgt-choice-title{ margin-bottom:8px; }
.lgt-choice-text{ display:block; line-height:2.5; }
.lgt-greybox-inner--center{ text-align:center; }
.lgt-greybox-inner--center .roboto-kop2{ margin-top:0 !important; }

.lgt-greybox-30{ background:#f9f9f9; padding:30px; }
.lgt-looktips-mt30{ margin-top:30px; }

.dottedlinecategory--mb50{ margin-bottom:50px !important; }
.dottedlinecategory--mt50{ margin-top:50px; }
.dottedlinecategory--mb50-images{ margin-bottom:50px !important; }
.dottedlinecategory--reviews-mtmb50{ margin-top:50px; margin-bottom:50px; }
.dottedlinecategory--spaced{ margin-bottom:40px; }
.fa-chevron-right{ font-size:8pt; }

.image-hover-wrap{
  position:relative;
  display:inline-block;
  overflow:hidden;
  border-radius:14pt;
}
.hover-glossy{
  display:block;
  width:100%;
  height:auto;
  border-radius:14pt;
  transform:translateZ(0);
}
.shine-overlay{
  position:absolute;
  top:0;
  left:-120%;
  width:70%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.08) 25%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.08) 75%,
    rgba(255,255,255,0) 100%
  );
  transform:skewX(-25deg);
  pointer-events:none;
}
.image-hover-wrap:hover .shine-overlay{ animation:shine-once .4s ease-out forwards; }
@keyframes shine-once{ from{left:-120%} to{left:140%} }

.dottedlinecategory,
.dotted-line{
  width:100%;
  border-top:10px dotted #f3f3f3;
  margin-top:50px;
  margin-bottom:50px;
}
.dottedlinecategory--usp,
.dotted-line--usp{ margin-top:20px; }

.uspblock-category,
.usp-block{
  background:#fff;
  border:none;
  box-shadow:none;
  border-radius:12px;
  padding:16px 18px;
  margin:30px 0 0 0;
}
.usplist-category,
.usp-list{
  list-style:none;
  display:grid;
  grid-template-columns:1fr;
  gap:10px 14px;
  padding:0;
  margin:0;
}
.uspitem-category,
.usp-item{
  display:flex;
  align-items:center;
  gap:10px;
  line-height:1.35;
  padding:6px 8px;
  border-radius:10px;
}
.uspicon-category,
.usp-icon{
  font-size:18px;
  width:22px;
  text-align:center;
  color:#7eded6;
}
.uspitem-category span,
.usp-item span{
  font-size:15px;
  color:#333;
}

.piercing-listcategory,
.piercing-list{
  list-style:none;
  padding-left:0;
  margin:0;
}
.piercing-listcategory li,
.piercing-list li{
  display:flex;
  align-items:center;
  margin-bottom:4px;
}
.checkicon-category,
.check-icon{
  font-size:15px;
  margin-right:8px;
  color:#7eded6;
  line-height:1;
  vertical-align:middle;
}

.verzorging-title{ margin-top:50px; }

@media (min-width:576px){
  .usplist-category,
  .usp-list{ grid-template-columns:1fr 1fr; }
}
@media (min-width:992px){
  .usplist-category,
  .usp-list{ grid-template-columns:1fr 1fr 1fr; }
}
@media (min-width:768px){
  .combineer-col{ padding-left:20px; }
}

.lgt-brand-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}
.lgt-brand-tile{
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  border-radius:12px;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.lgt-brand-grid .lgt-brand-tile:nth-child(odd){ background:#f9f9f9; }
.lgt-brand-grid .lgt-brand-tile:nth-child(even){ background:#fff; }
.lgt-brand-tile img{
  display:block;
  width:90%;
  height:90%;
  object-fit:contain;
  margin:0;
  padding:0;
  transition:transform .22s ease, filter .22s ease, opacity .22s ease;
  filter:grayscale(10%);
  opacity:.98;
  pointer-events:none;
}
.lgt-brand-tile:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 45%, rgba(255,255,255,0) 80%);
  transform:translateX(-130%);
  transition:transform .55s ease;
  pointer-events:none;
}
.lgt-brand-tile:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(0,0,0,.10);
  border-color:rgba(0,0,0,.10);
}
.lgt-brand-tile:hover:before{ transform:translateX(130%); }
.lgt-brand-tile:hover img{
  transform:scale(1.06);
  filter:grayscale(0%);
  opacity:1;
}

.lgt-review-wrap{
  background:#f9f9f9;
  padding:34px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.06);
  margin-top:20px;
}
.lgt-review-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.lgt-review-card{
  background:linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:18px;
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  min-height:0;
}
.lgt-review-card:before{
  content:"“";
  position:absolute;
  top:-10px;
  right:14px;
  font-size:88px;
  line-height:1;
  opacity:.08;
  pointer-events:none;
}
.lgt-review-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(0,0,0,.12);
  border-color:rgba(0,0,0,.10);
}
.lgt-review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.lgt-review-stars{
  letter-spacing:1px;
  font-size:16px;
  color:#f2c94c;
  text-shadow:0 1px 0 rgba(0,0,0,.08);
  margin:0;
  white-space:nowrap;
}
.lgt-review-text{
  font-size:15.5px;
  line-height:1.6;
  margin:0;
}
.lgt-review-moretext{
  display:block;
  margin-top:26px;
  font-size:14px;
  opacity:.85;
}
.lgt-review-platforms{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:12px;
  width:50%;
  max-width:520px;
}

.lgt-platform-tile{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:16px;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:14px;
  position:relative;
  overflow:hidden;
  box-shadow:none;
}
.lgt-platform-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#f9f9f9;
  border:1px solid rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 54px;
}
.lgt-platform-icon i{ font-size:24px; line-height:1; }
.lgt-platform-title{
  font-weight:700;
  line-height:1.2;
  margin:0;
  display:inline-block;
}
.lgt-platform-sub{
  font-size:13px;
  opacity:.78;
  line-height:1.25;
  margin-top:4px;
}
.lgt-platform-tile:hover .lgt-platform-title{ text-decoration:underline; }
.lgt-platform-tile--google:hover .lgt-platform-icon{
  border-color:rgba(66,133,244,.35);
  background:rgba(66,133,244,.08);
}
.lgt-platform-tile--google:hover .lgt-platform-icon i{ color:#4285F4; }
.lgt-platform-tile--trustpilot:hover .lgt-platform-icon{
  border-color:rgba(0,179,122,.35);
  background:rgba(0,179,122,.10);
}
.lgt-platform-tile--trustpilot:hover .lgt-platform-icon i{ color:#00B37A; }

.lgt-cms-closer{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:70px;
  margin-bottom:30px;
  opacity:.95;
}
.lgt-cms-closer-line{
  flex:1 1 auto;
  height:1px;
  background:rgba(0,0,0,.18);
  max-width:420px;
}
.lgt-cms-closer-top{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  white-space:nowrap;
}
.lgt-cms-closer-top:hover{
  background:#f9f9f9;
  border-color:rgba(0,0,0,.14);
}

#page-top{ position:absolute; top:0; left:0; }
a.tag111{ display:inline-block; margin-top:20px; }
.dottedlinecategory.dottedlinecategory--mt50{ margin-bottom:50px; }
h3.roboto-kop2.lgt-faq-title{ display:block; }

@media (max-width:768px){

  .products-grid .product-item .product-item-details{
    display:flex;
    flex-direction:column;
    text-align:center !important;
    padding-bottom:calc(1.2em + 6px);
    position:relative;
  }

  .products-grid .product-item a.sizelink{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top:0px;
    line-height:1.2em;
    height:1.2em;
    left:0;
    right:0;
    bottom:0;
  }

  .products-grid .product-item .price-box{
    width:100% !important;
    text-align:center !important;
  }
  .products-grid .product-item .price-box,
  .products-grid .product-item .price-box .price-container{
    justify-content:center !important;
  }
  .products-grid .product-item .price-box .price-wrapper{
    float:none !important;
    display:inline-block !important;
  }

  .toolbar.toolbar-products{
    justify-content:center !important;
    text-align:center !important;
  }
  .toolbar.toolbar-products .pages{
    width:100%;
    display:flex !important;
    justify-content:center !important;
  }
  .toolbar.toolbar-products .pages .items.pages-items{
    display:flex !important;
    justify-content:center !important;
    flex-wrap:nowrap;
    margin:0 auto !important;
  }

  .filter .filter-current{
    border:solid #d1d1d1;
    border-width:1px 0;
    margin-bottom:15px;
  }
  .filter .filter-current-subtitle{
    font-size:16px;
    letter-spacing:1px;
    cursor:pointer;
    text-align:center;
    position:relative;
    text-transform:none !important;
    z-index:1;
    display:block;
    text-decoration:none;
  }

  #lgt-toolbar-line,
  .lgt-toolbar-line{ display:block !important; }

  .lgt-redline{ display:block; }

  .lgt-pair-col{ height:auto !important; }
  #lgt-rand-prod-img{ transform:scale(1) !important; }
  .lgt-pair-col--swap-mobile{ flex-direction:column-reverse !important; }
  .lgt-greybox-inner--center{ justify-content:flex-start !important; }
  .lgt-img-left-mobile-mb30{ margin-bottom:0 !important; }
  .lgt-bottom-slot--no-top{ margin-top:0 !important; }

  .divtoptekst.lgt-intro{ margin-bottom:10px !important; }

  .page-title-wrapper,
  .page-title-wrapper .page-title,
  h1.page-title,
  h1.page-title > .base{
    width:100% !important;
    display:block !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    font-weight:500 !important;
  }
  .columns .column.main .page-title-wrapper{
    float:none !important;
    clear:both !important;
  }

  .divtoptekst.lgt-intro details > summary{
    margin:0 !important;
    text-align:left !important;
    justify-content:flex-start !important;
    gap:2px !important;
  }

  .divtoptekst.lgt-intro .summary-line{
    text-align:left !important;
    max-width:100% !important;
  }

  .block.filter .filter-title strong{
    text-transform:none !important;
    letter-spacing:1px !important;
    font-size:17px !important;
  }

  .divtoptekst.lgt-intro .intro-links{
    margin:0 !important;
    padding:20px 0 !important;
    list-style:none !important;
  }
  .divtoptekst.lgt-intro .intro-links li{ margin:0 !important; padding:0 !important; }
  .divtoptekst.lgt-intro .intro-links a{ display:block !important; margin:0 !important; padding:0 !important; }

  .toolbar-products{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .toolbar-products .toolbar-amount{
    margin:0 !important;
    padding:0 !important;
    padding-left:0 !important;
    text-indent:0 !important;
    flex:0 0 auto !important;
    text-align:left !important;
    white-space:nowrap !important;
    order:1 !important;
  }

  .toolbar-products .toolbar-sorter{
    margin:0 !important;
    padding:0 !important;
    flex:0 0 auto !important;
    white-space:nowrap !important;
    text-align:right !important;
    margin-left:auto !important;
    order:2 !important;
  }
  .toolbar-products .toolbar-sorter .sorter-label{ display:none !important; }
  .toolbar-products .toolbar-sorter .sorter-options{
    display:inline-block !important;
    float:none !important;
    vertical-align:middle !important;
    width:auto !important;
    max-width:180px !important;
    margin:0 !important;
  }
  .toolbar-products .toolbar-sorter .sorter-action{
    display:inline-block !important;
    float:none !important;
    vertical-align:middle !important;
    margin:0 !important;
  }

  .lgt-brand-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:14px;
  }

  .lgt-review-grid{ grid-template-columns:1fr; }
  .lgt-review-platforms{ width:100%; max-width:none; }

  .lgt-cms-closer{
    gap:12px;
    margin-top:55px;
    margin-bottom:20px;
  }
  .lgt-cms-closer-line{ max-width:160px; }

  .combineer-title,
  .pasvorm-title{ margin-top:40px; }

  .dottedlinecategory,
  .dottedlinecategory--usp,
  .dotted-line,
  .dotted-line--usp{
    display:block;
    height:0;
    opacity:1;
  }

  .uspitem-category .uspicon-category,
  .usp-item .usp-icon,
  .piercing-listcategory .checkicon-category,
  .piercing-list .check-icon,
  .usp-item i[class*="fa-"],
  .piercing-list i[class*="fa-"]{
    display:inline-block;
    visibility:visible;
    opacity:1;
    line-height:1;
    vertical-align:middle;
  }

  .products-grid .product-item .product-item-photo{ overflow:hidden !important; }
  .products-grid .product-item img.product-image-photo,
  .products-grid .product-item .product-item-photo img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    padding:6px !important;
    box-sizing:border-box !important;
    transform:none !important;
    position:relative !important;
    left:auto !important;
    top:auto !important;
  }
}

@media (max-width:768px){
  .products-grid .product-item a.sizelink{ margin-bottom:10px; }
}

.mf-label-container .mf-label.mf-label-position-top-left{
  top:30px !important;
  left:10px !important;
  transform:none !important;

  background:#c40000 !important;
  color:#fff !important;

  border-radius:999px !important;
  width:auto !important;
  height:40px !important;
  padding:0 14px !important;

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

  z-index:9 !important;
  line-height:1 !important;
  box-sizing:border-box !important;
}

.mf-label-container .mf-label.mf-label-position-top-left img{ display:none !important; }

.mf-label-container .mf-label.mf-label-position-top-left::after{
  content:"Aanbieding";
  color:#fff !important;
  font-weight:800 !important;
  font-size:13px !important;
  letter-spacing:.6px !important;
  line-height:1 !important;
  display:block !important;
  position:static !important;
}

@media (max-width: 480px){
  .mf-label-container .mf-label.mf-label-position-top-left{
    top:10px !important;
    left:5px !important;
    height:34px !important;
    padding:0 12px !important;
  }
  .mf-label-container .mf-label.mf-label-position-top-left::after{
    letter-spacing:.4px !important;
  }
}

@media (max-width:768px){
  details.lgt-faq > summary{ display:flex; align-items:center; gap:10px; }
  details.lgt-faq > summary > img{
    flex:0 0 14px;
    margin-top:0;
    height:14px;
    width:auto;
    display:block;
  }
  details.lgt-faq > summary > span{ flex:1 1 auto; min-width:0; }
}

@media (max-width:768px){
  .lgt-brand-grid .lgt-brand-tile{ background:#fff !important; }
  .lgt-brand-grid .lgt-brand-tile:nth-child(4n+1),
  .lgt-brand-grid .lgt-brand-tile:nth-child(4n){
    background:#f9f9f9 !important;
  }
  .lgt-brand-grid .lgt-brand-tile:nth-child(4n+2),
  .lgt-brand-grid .lgt-brand-tile:nth-child(4n+3){
    background:#fff !important;
  }
}

.roboto.piercing-listcategory li{ display:flex; align-items:flex-start; }
.roboto.piercing-listcategory li i{ margin-top:10px; margin-right:20px; flex:0 0 auto; }

.divbottomtekst1 h1,
.divbottomtekst1 h2,
.divbottomtekst1 h3,
.divbottomtekst1 h4,
.divbottomtekst1 h5,
.divbottomtekst1 h6{ margin-top:0 !important; }

.lgt-cat-img-mb50{ margin-bottom:50px !important; }

.lgt-pair-row{ --lgt-gap:var(--bs-gutter-x,30px) }
.lgt-pair-row .lgt-pair-colwrap{ display:flex }
.lgt-pair-row .lgt-pair-col{ display:flex; flex-direction:column; gap:var(--lgt-gap); width:100%; height:100% }
.lgt-pair-row .lgt-pair-col > *{ margin:0 !important }
.lgt-pair-row .lgt-slot-square{ aspect-ratio:1/1; width:100%; height:auto }
.lgt-pair-row .lgt-slot-square > a{ display:block; width:100%; height:100% }
.lgt-pair-row .lgt-slot-square img{ width:100%; height:100%; object-fit:contain; display:block }

.lgt-prod-widget .lgt-prod-grid{ display:grid; gap:15px }

@media (min-width:768px){
  .lgt-prod-widget[data-cols-desktop="1"] .lgt-prod-grid{ grid-template-columns:repeat(1,minmax(0,1fr)) }
  .lgt-prod-widget[data-cols-desktop="2"] .lgt-prod-grid{ grid-template-columns:repeat(2,minmax(0,1fr)) }
  .lgt-prod-widget[data-cols-desktop="3"] .lgt-prod-grid{ grid-template-columns:repeat(3,minmax(0,1fr)) }
  .lgt-prod-widget[data-cols-desktop="4"] .lgt-prod-grid{ grid-template-columns:repeat(4,minmax(0,1fr)) }

  .lgt-prod-widget .lgt-prod-grid{ grid-template-columns:repeat(var(--lgt-cols-desktop,1),minmax(0,1fr)); }

  .lgt-widget-a .lgt-prod-slot-extra{ display:none !important }
  .lgt-prod-widget--mid .lgt-prod-slot:nth-child(n+4){ display:none !important }

  .lgt-pair-col--right > .lgt-widget-a{ order:1 }
  .lgt-pair-col--right > .lgt-choice-box{ order:2 }
}

@media (max-width:767.98px){
  .lgt-prod-widget[data-cols-mobile="1"] .lgt-prod-grid{ grid-template-columns:repeat(1,minmax(0,1fr)) }
  .lgt-prod-widget[data-cols-mobile="2"] .lgt-prod-grid{ grid-template-columns:repeat(2,minmax(0,1fr)) }
  .lgt-prod-widget[data-cols-mobile="3"] .lgt-prod-grid{ grid-template-columns:repeat(3,minmax(0,1fr)) }

  .lgt-prod-widget .lgt-prod-grid{ grid-template-columns:repeat(var(--lgt-cols-mobile,2),minmax(0,1fr)); }

  .lgt-widget-a .lgt-prod-slot-extra{ display:block !important }

  .lgt-pair-row{ display:flex; flex-wrap:wrap }
  .lgt-pair-row .lgt-img-left-mobile-mb30{ order:1 }
  .lgt-pair-row .lgt-right-colwrap{ order:2 }

  .lgt-prod-widget--mid .lgt-prod-slot:nth-child(n+5){ display:none !important }

  .lgt-choice-box.lgt-choice-box--mt20m{ margin-top:20px !important }
  .divbottomtekst1 h2.roboto-kop1.lgt-materiaal-kop{ margin-top:50px !important; }
}

#uitgelicht-kop{ margin-bottom:20px !important; }

.lgt-loadmore-divider{ display:none; }

@media (max-width:767.98px){
  body.lgt-loadmore-enabled .toolbar.toolbar-products .pages{ display:none !important; }

  body.lgt-loadmore-enabled .lgt-loadmore-count{
    display:block;
    font-size:14px;
    line-height:1.2;
    margin:14px 0 8px 0;
    opacity:.85;
    text-align:center;
    width:100%;
  }

  body.lgt-loadmore-enabled .lgt-loadmore-btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid #dcdcdc;
    background:#fff;
    padding:14px 12px;
    border-radius:4px;
    font-size:18px;
    line-height:1;
    margin:0;
    min-height:52px;
    cursor:pointer;
    touch-action:manipulation;
    position:relative;
    z-index:50;
  }

  body.lgt-loadmore-enabled .lgt-loadmore-btn[disabled]{ opacity:.6; }
  body.lgt-loadmore-enabled .lgt-loadmore-btn i{ margin-right:0; }
  body.lgt-loadmore-enabled .lgt-loadmore-btn *{ pointer-events:none; }

  body.lgt-loadmore-enabled .lgt-loadmore-divider{
    display:block;
    position:relative;
    z-index:50;
  }
}

@media (max-width:767.98px){
  body.lgt-loadmore-enabled .lgt-loadmore-btn{
    background:#f3f3f3 !important;
    border-color:#d8d8d8 !important;
    color:#333 !important;
  }
  body.lgt-loadmore-enabled .lgt-loadmore-btn:hover,
  body.lgt-loadmore-enabled .lgt-loadmore-btn:active{
    background:#eeeeee !important;
    border-color:#d0d0d0 !important;
  }
}

.page-products .products-grid .product-item-name,
.page-products .products-grid .product-item-name a,
.page-products .products-grid a.product-item-link,
.page-products .products-list .product-item-name,
.page-products .products-list .product-item-name a,
.page-products .products-list a.product-item-link{
  font-family:"Roboto", sans-serif !important;
  font-weight:400 !important;
  font-size:12pt !important;
  line-height:1.5em !important;
  color:#333333 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.page-products .products-grid .product-item-name a:hover,
.page-products .products-grid a.product-item-link:hover,
.page-products .products-list .product-item-name a:hover,
.page-products .products-list a.product-item-link:hover{
  color:#333333 !important;
  text-decoration:none !important;
}
.page-products .products-grid .product-item-name a,
.page-products .products-grid a.product-item-link,
.page-products .products-list .product-item-name a,
.page-products .products-list a.product-item-link{
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:normal !important;
}
.page-products .products-grid .product-item-name,
.page-products .products-list .product-item-name{
  margin:0 0 0 0 !important;
  padding:0 !important;
}

.page-products .product-item .price-box .special-price .price,
.page-products .product-item .price-box .special-price .price-wrapper .price,
.catalog-product-view .product-info-main .price-box .special-price .price,
.catalog-product-view .product-info-main .price-box .special-price .price-wrapper .price{
  color:#c40000 !important;
}
.page-products .product-item .price-box .old-price .price,
.catalog-product-view .product-info-main .price-box .old-price .price{
  opacity:.65;
}

.lgt-catsbar{ margin-top:14px; }
.lgt-catsbar-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.lgt-cats-toggle{
  appearance:none;
  border:1px solid #e6e6e6;
  border-radius:8px;
  padding:5px 14px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  line-height:1;
  user-select:none;
  text-decoration:none;
  white-space:nowrap;
}
.lgt-cats-toggle:focus{
  outline:none;
  box-shadow:0 0 0 2px rgba(0,0,0,.08);
}
.lgt-cats-toggle .lgt-cats-chevron{
  transition:transform .25s ease;
  font-size:14px;
}
.lgt-catsbar.is-open .lgt-cats-toggle .lgt-cats-chevron{ transform:rotate(180deg); }

.lgt-cats-panel{
  width:100%;
  margin-top:10px;
  display:none;
}
.lgt-catsbar.is-open .lgt-cats-panel{ display:block; }

.lgt-cats-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.lgt-cat-btn{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  padding:10px 14px;
  border-radius:8px;
  border:1px solid #e6e6e6;
  background:#f3f3f3;
  text-decoration:none;
  transition:opacity .95s ease, transform .95s ease, background .15s ease, border-color .15s ease;
  opacity:0;
  transform:translateY(-12px);
  pointer-events:none;
  white-space:nowrap;
}
.lgt-cat-btn:hover{
  background:#ededed;
  border-color:#dcdcdc;
}
.lgt-cat-btn.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.lgt-grid-push-target{
  margin-top:var(--lgtCatsPush,0px) !important;
  transition:margin-top .25s ease;
}

@media (max-width:767.98px){
  .lgt-catsbar-row{ flex-wrap:nowrap; gap:10px; }
  .lgt-cats-toggle{ width:100%; }
  .lgt-cats-buttons{ gap:8px; }
  .lgt-cat-btn{ width:100%; }

  #lgt-cats-panel{ box-sizing:border-box; }

  #lgt-cats-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:5px !important;
    width:100%;
    box-sizing:border-box;
  }
  #lgt-cats-buttons > a.lgt-cat-btn{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0;
    box-sizing:border-box;
  }
}

@media (max-width:767.98px){
  body.lgt-has-filter-toggle .lgt-catsbar-row{
    display:flex;
    gap:10px;
    flex-wrap:nowrap;
  }
  body.lgt-has-filter-toggle #lgt-cats-toggle,
  body.lgt-has-filter-toggle #lgt-filter-toggle{
    flex:1 1 0;
    width:auto !important;
  }
}

.toolbar-sorter .sorter-action,
.sorter .sorter-action,
a.sorter-action,
.toolbar-sorter a.sorter-action,
.toolbar-sorter .action.sorter-action,
.toolbar-sorter[data-lgt-sort="1"] .sorter-action,
.toolbar-sorter[data-lgt-sort="1"] a.sorter-action,
.toolbar-sorter[data-lgt-sort="1"] .action.sorter-action{
  display:none !important;
}

.page-title-wrapper,
.page-title-wrapper .page-title,
h1.page-title,
h1.page-title > .base{
  width:100% !important;
  display:block !important;
  float:none !important;
  clear:both !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

h1.page-title,
h1.page-title > .base{
  font-size:28px !important;
  line-height:1.15 !important;
  font-family:"Roboto", sans-serif !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

.divtoptekst.lgt-intro{ padding-bottom:0 !important; margin-bottom:0 !important; }

.divtoptekst.lgt-intro .intro-links{
  list-style:none !important;
  padding-left:0 !important;
  margin:18px auto 0 auto !important;
  text-align:center !important;
}
.divtoptekst.lgt-intro .intro-links li{ margin:0 0 10px 0; }

.divtoptekst.lgt-intro .intro-bottomlink{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin:6px auto 0 auto !important;
  width:fit-content !important;
}
.divtoptekst.lgt-intro .intro-bottomlink i{ transform:translateY(1px); }

.lgt-catsbar-row{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:35px;
  width:100%;
  box-sizing:border-box;
}

#lgt-filters-inline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.lgt-filter-dd{
  position:relative;
  margin:0;
  padding:0;
  overflow:visible !important;
}
.lgt-filter-dd > summary{ list-style:none; cursor:pointer; }
.lgt-filter-dd > summary::-webkit-details-marker{ display:none; }

.lgt-filter-dd > summary,
.lgt-filter-dd > summary *{ pointer-events:auto !important; }

.lgt-filter-dd > summary.lgt-cats-toggle:hover{
  background:#eeeeee !important;
  border-color:#d0d0d0 !important;
}

.lgt-cats-toggle{ padding:5px 30px; }

.lgt-filter-dd > summary .lgt-filter-summary{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
  white-space:nowrap;
}
.lgt-filter-dd > summary .lgt-filter-label{
  display:inline-block;
  white-space:nowrap;
}
.lgt-filter-dd > summary .lgt-filter-chevron{
  display:inline-block !important;
  font-size:14px;
  opacity:.75;
  transition:transform .2s ease;
}
.lgt-filter-dd[open] > summary .lgt-filter-chevron{ transform:rotate(180deg); }

.lgt-filter-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  min-width:280px;
  max-width:min(420px, calc(100vw - 40px));
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  box-shadow:0 14px 28px rgba(0,0,0,.12);
  padding:8px;
  z-index:2147483000;
  max-height:360px;
  overflow:auto;
}

.lgt-filter-menu a.lgt-filter-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 10px;
  border-radius:10px;
  text-decoration:none;
  color:#333;
  cursor:pointer;
}
.lgt-filter-menu a.lgt-filter-item:hover{ background:#f3f3f3; }

.lgt-filter-menu .lgt-left{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
}
.lgt-filter-menu .lgt-opt-chevron{
  display:inline-block;
  opacity:.55;
  transform:translateY(-.5px);
}
.lgt-filter-menu .lgt-opt-label{
  display:block;
  min-width:0;
}
.lgt-filter-menu .lgt-count{
  opacity:.65;
  white-space:nowrap;
}

#lgt-active-filters{
  display:none;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:15px;
  border-top:solid 1px #ececec;
  padding-top:15px;
  margin-bottom:15px;
}
#lgt-active-filters .lgt-chip-label{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  opacity:.85;
  margin-right:2px;
  gap:6px;
}
#lgt-active-filters a.lgt-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid #e6e6e6;
  background:#f3f3f3;
  border-radius:999px;
  padding:8px 12px;
  text-decoration:none;
  color:#333;
  line-height:1;
  white-space:nowrap;
}
#lgt-active-filters a.lgt-chip:hover{
  background:#ededed;
  border-color:#dcdcdc;
}
#lgt-active-filters a.lgt-chip i{
  font-size:14px;
  opacity:.75;
}

#lgt-cats-dd{ display:none; }
#lgt-cats-menu.lgt-filter-menu{
  min-width:340px;
  max-width:min(520px, calc(100vw - 40px));
}
#lgt-cats-menu .lgt-opt-label{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#lgt-catsbar{ position:relative; }
#lgt-cats-menu-mobile{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:0;
  min-width:0;
  max-width:none;
  width:auto;
}
#lgt-catsbar.is-cats-open #lgt-cats-menu-mobile{ display:block; }

.toolbar.toolbar-products.lgt-top-toolbar{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
margin-top:10px;
}

.toolbar.toolbar-products.lgt-top-toolbar .toolbar-amount{
  font-family:"Roboto", sans-serif !important;
  font-size:14px !important;
  line-height:1.2 !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  height:32px !important;
  margin-right:auto !important;
}
.toolbar.toolbar-products.lgt-top-toolbar .toolbar-amount .toolbar-number{ margin-right:6px !important; }

.toolbar.toolbar-products.lgt-top-toolbar .toolbar-sorter{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  height:32px !important;
  font-family:"Roboto", sans-serif !important;
  font-size:14px !important;
  line-height:1.2 !important;
  margin-left:auto !important;
}
.toolbar.toolbar-products.lgt-top-toolbar .lgt-sort-outlabel{
  display:inline-block;
  white-space:nowrap;
  opacity:.85;
}

.lgt-sort-dd{ margin:0; }
.lgt-sort-dd > summary.lgt-cats-toggle{
  background:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  height:32px !important;
  padding:5px 30px !important;
  box-sizing:border-box !important;
}
.lgt-sort-dd > summary.lgt-cats-toggle:hover{
  background:#eeeeee !important;
  border-color:#d0d0d0 !important;
}
.lgt-sort-current{
  display:inline-block;
  white-space:nowrap;
  opacity:.9;
}

.toolbar-sorter[data-lgt-sort="1"] label,
.toolbar-sorter[data-lgt-sort="1"] select,
.toolbar-sorter[data-lgt-sort="1"] .sorter-options{
  display:none !important;
}

.page-products .products-grid .product-item .price-box{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:2px !important;
  min-height:66px !important;
  padding-top:20px !important;
  box-sizing:border-box !important;
}

.page-products .products-grid .product-item .price-box .price-final_price .price,
.page-products .products-grid .product-item .price-box .regular-price .price{
  margin-top:0 !important;
  display:block !important;
  white-space:nowrap !important;
}

.page-products .products-grid .product-item .old-price{
  position:absolute !important;
  top:0 !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  padding:0 !important;
  width:max-content !important;
  order:0 !important;
  pointer-events:none !important;
}
.page-products .products-grid .product-item .old-price .price,
.page-products .products-grid .product-item .old-price .price-wrapper .price,
.page-products .products-grid .product-item .old-price .price-container .price{
  font-family:"Roboto", sans-serif !important;
  font-size:14px !important;
  line-height:1.1 !important;
  font-weight:400 !important;
  color:#333333 !important;
  opacity:1 !important;
  text-decoration:line-through !important;
  display:block !important;
  margin:0 !important;
  white-space:nowrap !important;
}

.page-products .products-grid .product-item .special-price .price{
  color:#d30000 !important;
  white-space:nowrap !important;
}

.page-products .products-grid .product-item .price-box .price,
.page-products .products-grid .product-item .price-final_price .price,
.page-products .products-grid .product-item .special-price .price{
  font-size:18px !important;
  line-height:1.1 !important;
  font-family:"Roboto", sans-serif !important;
}

.lgt-discountline{
  font-family:"Roboto", sans-serif !important;
  font-size:14px !important;
  line-height:1.15 !important;
  opacity:.95 !important;
  margin-top:2px !important;
  color:#d30000 !important;
  white-space:nowrap !important;
}
.lgt-discountline strong{ font-weight:700 !important; }

body.lgt-loadmore-enabled .toolbar.toolbar-products .pages{ display:none !important; }

.lgt-loadmore-count{
  display:block;
  font-size:14px;
  line-height:1.2;
  margin:74px 0 8px 0;
  opacity:.85;
  text-align:center;
  width:100%;
  font-family:"Roboto", sans-serif !important;
}

body.lgt-loadmore-enabled .lgt-loadmore-btn{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid #dcdcdc;
  background:#fff !important;
  padding:12px 18px;
  border-radius:999px !important;
  font-size:16px;
  line-height:1;
  min-height:44px;
  cursor:pointer;
  touch-action:manipulation;
  position:relative;
  z-index:50;
  margin:0 auto !important;
  width:280px !important;
  max-width:calc(100% - 40px) !important;
}
body.lgt-loadmore-enabled .lgt-loadmore-btn[disabled]{ opacity:.6; }
body.lgt-loadmore-enabled .lgt-loadmore-btn *{ pointer-events:none; }

body.lgt-loadmore-enabled .lgt-loadmore-btn:hover,
body.lgt-loadmore-enabled .lgt-loadmore-btn:active{
  background:#f7f7f7 !important;
  border-color:#d0d0d0 !important;
}

.lgt-loadmore-divider{
  display:block !important;
  position:relative;
  z-index:50;
}

.amshopby-filters-bottom-cms,
.filters-bottom-cms,
.lgt-bottom-toolbar-hide,
.toolbar.toolbar-products.lgt-bottom-toolbar{
  display:none !important;
}

#lgt-active-filters a.lgt-chip:hover i.fa-times,
#lgt-active-filters a.lgt-chip:active i.fa-times,
#lgt-filters-menu-mobile .lgt-mactive a.lgt-chip:hover i.fa-times,
#lgt-filters-menu-mobile .lgt-mactive a.lgt-chip:active i.fa-times{
  color:#d30000 !important;
  opacity:1 !important;
}
#lgt-active-filters a.lgt-chip:focus-visible i.fa-times,
#lgt-filters-menu-mobile .lgt-mactive a.lgt-chip:focus-visible i.fa-times{
  color:#d30000 !important;
  opacity:1 !important;
}

@media (min-width:768px){
  h1.page-title,
  h1.page-title > .base{ font-size:32px !important; }

  .divtoptekst.lgt-intro .intro-rest{
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  #lgt-filter-toggle{ display:none !important; }

  #lgt-cats-dd{ display:block; }
  #lgt-cats-toggle{ display:none !important; }
  #lgt-cats-menu-mobile{ display:none !important; }

  #lgt-filters-menu-mobile{ display:none !important; }

  .divtoptekst.lgt-intro .lgt-catsbar{ margin-top:25px; }
}

@media (min-width:992px){
  body.lgt-inline-filters.page-layout-2columns-left .sidebar.sidebar-main,
  body.lgt-inline-filters.page-layout-2columns-left .column.sidebar,
  body.lgt-inline-filters.page-layout-2columns-left aside.sidebar{
    display:none !important;
  }
  body.lgt-inline-filters.page-layout-2columns-left .columns .column.main{
    width:100% !important;
    max-width:100% !important;
    flex:1 1 100% !important;
    float:none !important;
    margin-left:0 !important;
    padding-left:0 !important;
    margin-right:0 !important;
    padding-right:0 !important;
  }

  body.lgt-inline-filters .products-grid .product-items .product-item{ width:25% !important; }
}

@media (min-width:768px){
  .page-products .products-grid .product-item .price-box .price,
  .page-products .products-grid .product-item .price-final_price .price,
  .page-products .products-grid .product-item .special-price .price{
    font-size:22px !important;
  }
}

@media (max-width:767.98px){
  html, body{ overflow-x:hidden !important; }

  .sidebar.sidebar-main .block.filter .filter-title,
  .sidebar.sidebar-main .block.filter .filter-title strong,
  .sidebar.sidebar-main .block.filter .filter-title [data-role="title"]{
    display:none !important;
  }

  .divtoptekst.lgt-intro details > summary{
    justify-content:flex-start !important;
    text-align:left !important;
  }
  .divtoptekst.lgt-intro .summary-line{ text-align:left !important; }

  .divtoptekst.lgt-intro .lgt-catsbar{ margin-top:10px !important; }

  .divtoptekst.lgt-intro .intro-links{
    text-align:left !important;
    margin:18px 0 0 0 !important;
  }

  .lgt-catsbar-row{
    flex-wrap:nowrap !important;
    justify-content:space-between !important;
    margin-bottom:15px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  .lgt-cats-toggle{ padding:5px 14px !important; }

  #lgt-cats-menu-mobile,
  #lgt-filters-menu-mobile{
    box-sizing:border-box !important;
    max-width:100vw !important;
    overflow-x:hidden !important;
  }

  #lgt-cats-toggle,
  #lgt-filter-toggle{
    flex:1 1 0 !important;
    width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    margin-right:0 !important;
  }

  .toolbar.toolbar-products.lgt-top-toolbar .lgt-sort-outlabel{ display:none !important; }
  .toolbar.toolbar-products.lgt-top-toolbar .toolbar-sorter{
    gap:0 !important;
    padding-right:0 !important;
    margin-right:0 !important;
  }

  .toolbar.toolbar-products.lgt-top-toolbar .toolbar-amount,
  .toolbar.toolbar-products.lgt-top-toolbar .toolbar-sorter{ height:32px !important; }

  .lgt-sort-dd > summary.lgt-cats-toggle{
    height:32px !important;
    padding:5px 30px !important;
  }
  .lgt-sort-dd > .lgt-filter-menu{
    left:auto !important;
    right:0 !important;
  }

  .lgt-discountline{ white-space:normal !important; }
  .lgt-discountline .lgt-save{ display:block !important; }

  #lgt-filters-menu-mobile{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    box-shadow:0 14px 28px rgba(0,0,0,.12);
    padding:10px;
    z-index:2147483000;
    max-height:70vh;
    overflow:auto;
  }
  #lgt-catsbar.is-filters-open #lgt-filters-menu-mobile{ display:block; }

  #lgt-filters-menu-mobile .lgt-mfilter-dd{
    width:100%;
    margin:0 0 10px 0;
    border:1px solid #e6e6e6;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
  }
  #lgt-filters-menu-mobile .lgt-mfilter-dd > summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:12px 12px;
    font-family:"Roboto", sans-serif;
    font-size:14px;
    line-height:1.2;
    background:#fff;
  }
  #lgt-filters-menu-mobile .lgt-mfilter-dd > summary::-webkit-details-marker{ display:none; }
  #lgt-filters-menu-mobile .lgt-mfilter-dd > summary:hover{ background:#f3f3f3; }

  #lgt-filters-menu-mobile .lgt-mfilter-title{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    flex:1 1 auto;
    min-width:0;
  }
  #lgt-filters-menu-mobile .lgt-mfilter-chevron{
    flex:0 0 auto;
    opacity:.75;
    transition:transform .2s ease;
  }
  #lgt-filters-menu-mobile .lgt-mfilter-dd[open] > summary .lgt-mfilter-chevron{ transform:rotate(180deg); }

  #lgt-filters-menu-mobile .lgt-mfilter-items{
    border-top:1px solid #efefef;
    padding:6px;
    background:#fff;
  }

  #lgt-filters-menu-mobile a.lgt-mfilter-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 10px;
    border-radius:10px;
    text-decoration:none;
    color:#333;
    font-family:"Roboto", sans-serif;
    font-size:14px;
    line-height:1.2;
  }
  #lgt-filters-menu-mobile a.lgt-mfilter-item:hover{ background:#f3f3f3; }

  #lgt-filters-menu-mobile .lgt-mleft{
    display:flex;
    align-items:center;
    gap:8px;
    flex:1 1 auto;
    min-width:0;
  }
  #lgt-filters-menu-mobile .lgt-mleft .lgt-marrow{ opacity:.55; }
  #lgt-filters-menu-mobile .lgt-mleft .lgt-mlabel{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  #lgt-filters-menu-mobile .lgt-mcount{
    opacity:.65;
    white-space:nowrap;
  }

  #lgt-filters-menu-mobile .lgt-mactive{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 12px 0;
    padding:0 0 12px 0;
    border-bottom:1px solid #ececec;
  }
  #lgt-filters-menu-mobile .lgt-mactive .lgt-chip-label{
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
    opacity:.85;
    margin-right:2px;
    gap:6px;
    font-family:"Roboto", sans-serif;
    font-size:14px;
  }
  #lgt-filters-menu-mobile .lgt-mactive a.lgt-chip{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:1px solid #e6e6e6;
    background:#f3f3f3;
    border-radius:999px;
    padding:8px 12px;
    text-decoration:none;
    color:#333;
    line-height:1;
    white-space:nowrap;
    font-family:"Roboto", sans-serif;
    font-size:14px;
  }
  #lgt-filters-menu-mobile .lgt-mactive a.lgt-chip:hover{
    background:#ededed;
    border-color:#dcdcdc;
  }
  #lgt-filters-menu-mobile .lgt-mactive a.lgt-chip i{
    font-size:14px;
    opacity:.75;
  }

  #lgt-active-filters{
    display:flex !important;
    justify-content:flex-start !important;
    border:0 !important;
    padding:0 !important;
    margin:0 !important;
  }
  #lgt-active-filters[style*="display: flex"],
  #lgt-active-filters[style*="display:flex"]{
    border-top:1px solid #ececec !important;
    border-bottom:1px solid #ececec !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
    margin-top:12px !important;
    margin-bottom:12px !important;
  }
}

@media only screen and (max-width: 768px) {
    .page-with-filter .columns .sidebar-main {
        display: none;
    }
}

@media (min-width:768px){
  .divtoptekst.lgt-intro details > summary{
    display:flex;
    justify-content:center;
    text-align:center;
  }
}

.divtoptekst.lgt-intro details > summary{
  position:relative;
  padding-right:16px; /* ruimte voor chevron */
}

.divtoptekst.lgt-intro details > summary .chevron{
  position:absolute;
  right:0;
  top:10px;          /* blijft bij 1e regel */
  margin:0;
  line-height:1;
}

@media (max-width:767.98px){
  /* Alleen de ongewenste gap in de knoppenrij killen */
  #lgt-catsbar-row{
    gap:0 !important;
    column-gap:0 !important;
    row-gap:0 !important;
  }

  /* Alleen ruimte tussen de 2 knoppen (niet aan de rechterkant van het scherm) */
  #lgt-filter-toggle{
    margin-left:10px !important;
  }

.product-item .price-box {
    margin: 0px 0 5px;
}

}


@media (min-width:768px){

.product-item .price-box {
    margin: 10px 0 15px;
}


  /* ALLEEN het bovenste intro-details (direct child) */
  .divtoptekst.lgt-intro > details > summary{
    display:inline-flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:6px !important;
    width:100% !important;
  }

  .divtoptekst.lgt-intro > details > summary > .summary-line{
    flex:0 1 auto !important;
    min-width:0 !important;
  }

  /* Alleen die intro chevron direct achter de tekst */
  .divtoptekst.lgt-intro > details > summary > i.chevron{
    position:static !important;
    right:auto !important;
    top:auto !important;
    margin:0 !important;
    line-height:1 !important;
  }
}

.product-item-name {
    height: 50px!important;
}

/* Desktop: extra binnenruimte onderin elke product-tegel (kolom) */
@media (min-width:768px){
  .page-products .products-grid .product-item .product-item-info{
    padding-bottom:15px !important;
    box-sizing:border-box !important;
  }

  /* fallback als theme de info wrapper anders heeft */
  .page-products .products-grid .product-item .product-item-details{
    padding-bottom:15px !important;
    box-sizing:border-box !important;
  }

        .page-products .products-grid .product-item {

            height: 440px!important;}

}


@media (max-width: 768px){
  #lgt-cats-toggle,
  #lgt-filter-toggle,
  .lgt-cats-toggle,
  .lgt-filter-toggle{
    background: #fff !important;
    border-color: #e0e0e0 !important; /* optioneel, voor nette rand */
  }
}

/* =========================================================
   DESKTOP VIEW SWITCHER (Raster | Full page) — NO LIST
   ========================================================= */
@media (max-width: 1023px){
  .lgt-viewbar { display:none !important; }
}
.lgt-viewbar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 0;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-family: inherit;
  font-size: 14px;
  color: #111;
}
.lgt-viewbtn{
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  color: inherit;

  border: 0 !important;
  background: transparent !important;
  padding: 0 8px;
  margin: 0;
  line-height: 1;
  height: 18px;
  display:inline-flex;
  align-items:center;
  gap: 6px;

  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}
.lgt-viewbtn:hover,
.lgt-viewbtn:focus,
.lgt-viewbtn:active{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
  transition: none !important;
}
.lgt-viewsep{
  padding: 0 10px;
  opacity: .35;
  user-select:none;
  line-height: 1;
}
.lgt-viewbtn i{
  font-size: 13px;
  width: 14px;
  text-align:center;
  line-height: 1;
}
.lgt-viewbtn[aria-pressed="true"]{ font-weight: 700; }
html.lgt-view-full body{ overflow-x:hidden; }

/* Center in toolbar (desktop) */
@media (min-width: 1024px){
  .lgt-top-toolbar.lgt-has-viewbar{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap: 16px !important;
    flex-wrap:nowrap !important;
    position: relative !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-amount,
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-sorter{
    float:none !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
  .lgt-top-toolbar.lgt-has-viewbar .lgt-viewbar{
    position:absolute !important;
    left:50% !important;
    transform: translateX(-50%) !important;
    top:50% !important;
    translate: 0 -50%;
    padding:0 !important;
    margin:0 !important;
    width:max-content !important;
    flex:none !important;
  }
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-amount{ margin-right:auto !important; }
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-sorter{ margin-left:auto !important; }
}
  
@media (max-width: 1023px){
  .lgt-viewbar { display:none !important; }
}
.lgt-viewbar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 0;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-family: inherit;
  font-size: 14px;
  color: #111;
}
.lgt-viewbtn{
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  color: inherit;

  border: 0 !important;
  background: transparent !important;
  padding: 0 8px;
  margin: 0;
  line-height: 1;
  height: 18px;
  display:inline-flex;
  align-items:center;
  gap: 6px;

  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}
.lgt-viewbtn:hover,
.lgt-viewbtn:focus,
.lgt-viewbtn:active{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
  transition: none !important;
}
.lgt-viewsep{
  padding: 0 10px;
  opacity: .35;
  user-select:none;
  line-height: 1;
}
.lgt-viewbtn i{
  font-size: 13px;
  width: 14px;
  text-align:center;
  line-height: 1;
}
.lgt-viewbtn[aria-pressed="true"]{ font-weight: 700; }
html.lgt-view-full body{ overflow-x:hidden; }

/* Center in toolbar (desktop) */
@media (min-width: 1024px){
  .lgt-top-toolbar.lgt-has-viewbar{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap: 16px !important;
    flex-wrap:nowrap !important;
    position: relative !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-amount,
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-sorter{
    float:none !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
  .lgt-top-toolbar.lgt-has-viewbar .lgt-viewbar{
    position:absolute !important;
    left:50% !important;
    transform: translateX(-50%) !important;
    top:50% !important;
    translate: 0 -50%;
    padding:0 !important;
    margin:0 !important;
    width:max-content !important;
    flex:none !important;
  }
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-amount{ margin-right:auto !important; }
  .lgt-top-toolbar.lgt-has-viewbar .toolbar-sorter{ margin-left:auto !important; }
}

@media (max-width: 768px){
    .lgt-bottom-sidebar{ display:none !important; }
    .lgt-bottom-content{ width:100% !important; padding-left:0 !important; }
    .lgt-mb50-mobileonly{ margin-bottom:50px !important; }
  }

  @media (min-width: 769px){
    .lgt-bottom-2cols-desktop{
      display:flex;
      align-items:flex-start;
      width:100%;
    }
    .lgt-bottom-sidebar{
      box-sizing:border-box;
      padding:0;
      margin:0;
      margin-top:100px;
      width:16.66666667%;
      flex:0 0 16.66666667%;
      min-width:16.66666667%;
    }
    .lgt-bottom-content{
      box-sizing:border-box;
      width:83.33333333%;
      flex:0 0 83.33333333%;
      padding-left:30px;
      min-width:0;
    }
  }

  .lgt-leftnav-card{
    box-sizing:border-box;
    background:#ffffff;
    border:1px solid rgba(0,0,0,.10);
    border-radius:18px;
    padding:10px 16px;
  }
  .lgt-leftnav-card--mt{ margin-top:16px; }

  .lgt-leftnav-title{
    margin:0 0 10px 0;
    font-size:18px;
    line-height:1.2;
    color:#333;
  }

  .lgt-leftnav-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .lgt-leftnav-list li a.robotolinkone{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    background:#fff;
    text-decoration:none;
    color:#333 !important;
  }
  .lgt-leftnav-list li a.robotolinkone::before{
    content:"›";
    display:inline-block;
    font-size:18px;
    line-height:1;
    color:#333;
    transform: translateY(-1px);
  }
  .lgt-leftnav-list li a.robotolinkone:hover{
    border-color: rgba(0,0,0,.14);
    text-decoration:none;
  }

.lgt-prod-slot [data-lgt-role="link"],
.lgt-prod-slot .lgt-rand-prod-link,
[id^="lgt-rand-prod-link-"]{
  position:relative;
  display:block;
  width:100%;
  max-width:100%;
  background:#fff;
  border:1px solid #d9d9d9;
  border-radius:inherit;
  overflow:hidden;
  aspect-ratio:1/1;
  box-sizing:border-box;
}

.lgt-prod-slot [data-lgt-role="img"],
.lgt-prod-slot .lgt-rand-prod-img,
[id^="lgt-rand-prod-img-"]{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:scale(1);
}

.lgt-prod-slot [data-lgt-role="price"],
.lgt-prod-slot .lgt-rand-prod-price,
[id^="lgt-rand-prod-price-"]{
  position:absolute;
  top:18px;
  right:18px;
  background:#111;
  color:#fff;
  padding:10px 14px;
  border-radius:6px;
  font-size:14px;
  line-height:1;
  letter-spacing:.2px;
  z-index:3;
  pointer-events:none;
  white-space:nowrap;
  display:none;
}

@media (max-width:768px){
  .lgt-prod-slot [data-lgt-role="img"],
  .lgt-prod-slot .lgt-rand-prod-img,
  [id^="lgt-rand-prod-img-"]{
    transform:scale(1) !important;
  }
}

@media (max-width: 767px){
  .page-products .products-grid .product-item .price-box{
    min-height: 80px !important;
  }
}

@media (max-width: 768px){

  /* reserveer altijd plek voor de uitvoeringen-regel */
  .page-products .products-grid .product-item .product-item-details{
    position: relative !important;
    padding-bottom: 20px !important; /* = gereserveerde hoogte */
margin-bottom:10px;
  }

  /* zet de 'x uitvoeringen' vast onderin */
  .page-products .products-grid .product-item .product-item-details > a.sizelink{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    display: block !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
  }

}

img.lgt-cat-img-mb50{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
}

details.lgt-faq > summary{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}
details.lgt-faq > summary::-webkit-details-marker{ display:none; }

details.lgt-faq > summary .lgt-faq-chevron{
  flex:0 0 auto;
  width:25px;
  height:25px;
  display:block;
  transition:transform .2s ease;
  transform:rotate(0deg);
  color:#111;
}
details.lgt-faq[open] > summary .lgt-faq-chevron{
  transform:rotate(180deg);
}










/* N I E U W  */



@media only screen and (max-width: 768px) {
    .page-products .item.product.product-item:nth-child(2n+2) {
        border-bottom: 1px solid #e5e5e5!important; border-left: 1px solid #fff!important; border-right: 1px solid #fff!important; border-top: 1px solid #fff!important;
    }
}


@media only screen and (max-width: 768px) {
    .page-products .item.product.product-item {
        border-bottom: 1px solid #e5e5e5!important; border-left: 1px solid #fff!important; border-right: 1px solid #e5e5e5!important; border-top: 1px solid #fff!important;
       
    }
}


.products-grid .product-item{
  display: inline-block;
  width: 50%;
  margin-left: 0 !important;  /* kill die 2% */
  padding: 0 1% !important;    /* spacing tussen kolommen */
  box-sizing: border-box;
  vertical-align: top;
}



