/* RAL label */
.ral-overlay {
  background-image: url(https://cdn.webshopapp.com/shops/356768/files/494355298/ral-icon.webp);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  position: absolute;
  right: var(--space-2);
  bottom: var(--space-2);
  margin: 0;
  width: 15% !important;
  height: 15% !important;
  cursor: help;
  z-index: 5;
}

.search-products .ral-overlay,
.cart-wrap .ral-overlay {
  bottom: var(--space-1);
  right: var(--space-1);
}


/*
### PROFILES ###
*/
.profileOverlay {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: var(--space-1);
  top: var(--space-1);
  width: 75%;
  height: 75%;
  pointer-events: none;
  z-index: 5;
}

@media (max-width: 767px) {
  .profileOverlay {
  	left: var(--space-1);
    top: var(--space-1);
  }
}

.profileOverlay[data-profile="koker-vierkant"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356534/profiel-koker-vierkant.webp');
}
.profileOverlay[data-profile="koker-rechthoek"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356532/profiel-koker-rechthoek.webp');
}
.profileOverlay[data-profile="buis"] {
  background-image: url(https://cdn.webshopapp.com/shops/356768/files/494356542/profiel-buis.webp);
}
.profileOverlay[data-profile="hoekprofiel"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356531/profiel-hoekprofiel.webp');
}
.profileOverlay[data-profile="l-profiel"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356535/profiel-l-profiel.webp');
}
.profileOverlay[data-profile="u-profiel-gelijkzijdig"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356540/profiel-u-profiel-gelijkzijdig.webp');
}
.profileOverlay[data-profile="u-profiel-ongelijkzijdig"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356541/profiel-u-profiel-ongelijkzijdig.webp');
}
.profileOverlay[data-profile="t-profiel"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356539/profiel-t-profiel.webp');
}
.profileOverlay[data-profile="strip"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356538/profiel-strip.webp');
}
.profileOverlay[data-profile="staf-vierkant"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356537/profiel-staf-vierkant.webp');
}
.profileOverlay[data-profile="staf-rond"] {
  background-image: url('https://cdn.webshopapp.com/shops/356768/files/494356536/profiel-staf-rond.webp');
}