/** Shopify CDN: Minification failed

Line 159:0 Expected percentage but found "@media"
Line 203:0 Expected "}" to go with "{"

**/
.trust-box {
  display: flex;
  align-items: center;
  margin: 5px 0rem 5px 0px;
}
.main-custom-trust-image {
  height: 22px;
  width: 22px;
  min-height: 22px;
  min-width: 22px;
  object-fit: cover;
  margin-right: 8px;
}
.trust-text {
  margin: 0px;
  position: relative;
}
.trust-text p{
  margin: 0px;
}
#orange_message, #preorder_message {
      display: none;
    }
#kopstorm-snippet-9 {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-wrap: wrap;
}
.tooltip_wrapper_kopstorm {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: #000;
}
.tooltip_wrapper_kopstorm img {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 9px;
  position: relative;
}
.tooltip_wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tooltip_trigger {
  position: relative;
  display: flex;
  transition: .2s all;
  display: none;
}
.tooltip_wrapper_kopstorm svg {
  opacity: .8;
  width: 13px;
  transition: .2s all;
}
.tooltip_wrapper .tooltip_text {
  position: absolute;
  background-color: #010101;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  z-index: 10;
  left: 0;
  bottom: 20px;
}
.tooltip_text {
  width: 150px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  padding: 11px 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transition: opacity .3s;
  text-align: left;
  font-size: 10px;
}
.tooltip_text {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
  z-index: 10;
}
.flex-div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
.flex-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500 !important;
}
.green-dot {
  background: #fea500;
  height: 12px;
  width: 12px;
  border-radius: 20px;
  animation: greendot 2s linear infinite;
  transform: scale(1);
}
.tooltip_wrapper_kopstorm:hover .tooltip_text {
  opacity: 1;
  visibility: visible;
}
.tooltip_wrapper span{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: normal;
    font-weight: 400;
}
.trust-box-wrapper p{
  font-size: 15px;
  line-height: 25px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0;
}
.custom-data-span {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.6px;
  font-weight: 400;
}
@keyframes greendot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(254, 165, 0, 0.5);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(254, 165, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(254, 165, 0, 0);
  }

/* --- MOBILE PRODUCT PAGE ELEGANCE UPDATE --- */
@media screen and (max-width: 600px) {

  /* Titel luxe en leesbaarder */
  .product-single__title {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 1.25;
    margin-top: 6px !important;
    margin-bottom: 4px !important;
  }

  /* Nieuwe prijs groter & warm */
  .product-price-wrapper .product__price.on-sale {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #836D55 !important;
  }

  /* Oude prijs kleiner en subtiel */
  .product-price-wrapper .product__price--compare {
    font-size: 18px !important;
    opacity: 0.55 !important;
  }

  /* SPAREN badge dichter bij prijs */
  .product-saving-badge {
    font-size: 12px !important;
    padding: 3px 8px !important;
    margin-left: 6px !important;
    transform: translateY(-1px);
  }

  /* Product media iets luchtiger */
  .product-section .product__photos,
  .product-section .product__main-photos {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}





