/* Auto-generated CSS Module: productindex | ISO: lb_LU */
/* --- Source: nl_NL / productindex.css --- */
/* 
   =============================================================
   RESPONSIVE PRODUCT DETAIL LAYOUT (MODERNIZED CLASSIC 2026)
   =============================================================
*/
.searchinfo {
  font-size: 16px;
  line-height: 1.4em;
  color: #3676a7;
}
.searchinfo.infinite-info {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  text-align: left;
  font-size: 14px;
}
.searchinfo.infinite-info div {
    flex: 1;
}
.searchinfo.infinite-info svg {
  width: 30px;
  flex-shrink: 0;
  height: auto;
  fill: #85a3bd;
  animation: bounce-right 2s infinite;
}
.searchinfo.infinite-load {
  padding: 1em;
}
.searchinfo.infinite-load > a {
  font-size: 24px;
  padding: 5px 15px;
}

header + .searchinfo.infinite-info {
    margin-top: 6px;
}
section + .searchinfo.infinite-info {
  margin-bottom: 10px;
  margin-top: 10px;
  border: 0;
  background: none;
}
.catpg .gridSpan9 .boxProductSection header h2 {

}

@media (max-width:1024px) {
.catpg .boxBar,
  .catpg .headBanner {
    display: none
  }
.catpg .gridSpan9 .boxProductSection header {
    display: flex;
    flex-direction: row-reverse
  }
  .catpg .gridSpan9 .boxProductSection header .floatRight {
    padding-right: 10px!important
  }
  .catpg .gridSpan9 .boxProductSection header h2 {
    display: block;
    font-size: 24px;
    flex: 1 1 0%;
    text-align: center;
    white-space: wrap;
    color: black;
  }
}

@media (max-width:768px) {
  .searchinfo {
    margin-bottom: 1em;
  } 
}

@keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-8px);}
  60% {transform: translateY(-4px);}
}

