/* Test productpagina: USP-balk bovenaan */
.product.su-product-test .su-product-usps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  margin: 14px 0 28px;
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 9px;
  overflow: hidden;
}

.product.su-product-test .su-product-usp {
  min-height: 68px;
  padding: 13px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  color: #293241;
  border-right: 1px solid #e6e8eb;
}

.product.su-product-test .su-product-usp:last-child {
  border-right: 0;
}

.product.su-product-test .su-product-usp i {
  color: #f5a000;
  font-size: 19px;
  line-height: 1;
}

/* Test productpagina: levertijdregel onder winkelwagenknop */
.product.su-product-test .su-delivery-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 11px 0 16px;
  font-size: 14px;
  line-height: 1.35;
  color: #1f2933;
}

.product.su-product-test .su-delivery-note i {
  color: #6b7280;
  font-size: 14px;
}

.product.su-product-test .su-delivery-note strong {
  font-weight: 700;
}

/* Test productpagina: betaal/USP-blok onder knop rustiger */
.product.su-product-test .usp-holder.stock-shipping {
  margin-top: 14px !important;
  padding: 16px 18px !important;
  background: #f7f8f9 !important;
  border-radius: 8px !important;
  font-size: 14px;
  line-height: 1.6;
}

.product.su-product-test .usp-holder.stock-shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product.su-product-test .usp-holder.stock-shipping li {
  margin: 0 0 7px;
  color: #1f2933;
  font-size: 14px;
  font-weight: 700;
}

.product.su-product-test .usp-holder.stock-shipping li:last-child {
  margin-bottom: 0;
}

.product.su-product-test .usp-holder.stock-shipping i {
  color: #1f6f7a;
}

/* Test productpagina: betaalmethodes kleiner */
.product.su-product-test .usp-holder.stock-shipping .cartbtn-banner {
  display: block;
  max-width: 285px;
  width: 100%;
  margin: 12px auto 0 !important;
}

/* Test productpagina: productomschrijving subtiel strakker */
.product.su-product-test aside > .mt-5 {
  margin-top: 45px !important;
}

.product.su-product-test aside > .mt-5 h3.h4 {
  display: inline-block;
  margin-bottom: 28px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5a000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2933;
}

.product.su-product-test aside > .mt-5 h2,
.product.su-product-test aside > .mt-5 h3:not(.h4),
.product.su-product-test aside > .mt-5 h4 {
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2933;
}

.product.su-product-test aside > .mt-5 p {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 1.55;
  color: #1f2933;
}

.product.su-product-test aside > .mt-5 ul {
  margin: 14px 0 18px 22px;
  padding: 0;
}

.product.su-product-test aside > .mt-5 li {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.5;
  color: #1f2933;
}

.product.su-product-test aside > .mt-5 li strong,
.product.su-product-test aside > .mt-5 b {
  font-weight: 700;
  color: #1f2933;
}

/* Mobiel */
@media (max-width: 767px) {
  .product.su-product-test .su-product-usps {
    grid-template-columns: repeat(2, 1fr);
    margin: 12px 0 22px;
  }

  .product.su-product-test .su-product-usp {
    min-height: 58px;
    padding: 11px 10px;
    font-size: 13px;
    border-bottom: 1px solid #e6e8eb;
  }

  .product.su-product-test .su-product-usp:nth-child(2n) {
    border-right: 0;
  }

  .product.su-product-test .su-product-usp:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .product.su-product-test .su-delivery-note {
    justify-content: flex-start;
    margin: 10px 0 14px;
    font-size: 13px;
  }

  .product.su-product-test .usp-holder.stock-shipping {
    padding: 14px 16px !important;
    font-size: 13px;
  }

  .product.su-product-test .usp-holder.stock-shipping li {
    font-size: 13px;
  }

  .product.su-product-test .usp-holder.stock-shipping .cartbtn-banner {
    max-width: 255px;
  }

  .product.su-product-test aside > .mt-5 {
    margin-top: 35px !important;
  }

  .product.su-product-test aside > .mt-5 h3.h4 {
    margin-bottom: 22px !important;
    font-size: 24px;
  }

  .product.su-product-test aside > .mt-5 p,
  .product.su-product-test aside > .mt-5 li {
    font-size: 14.5px;
    line-height: 1.55;
  }
}