/** Shopify CDN: Minification failed

Line 10:0 Unexpected "{"
Line 10:1 Expected identifier but found "%"
Line 11:0 Unexpected "<"
Line 93:0 Unexpected "}"
Line 95:1 Expected identifier but found "%"

**/
{% if template.name == 'index' and template.suffix == nil %}
<style>
  .pr-img-card__product.product-card--list {
    background-color: #1e3a5f;
    backdrop-filter: none;
    border-bottom: 2px solid #4a90d9;
    padding: 1rem 1.2rem;
    border-radius: 0;
  }
  .pr-img-card__product .product-card__icon {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
  }
  .pr-img-card__product .product-card__icon .icon-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .pr-img-card__product .product-card__icon svg {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.5);
    stroke-width: 1.5;
  }
  .pr-img-card__product .product-card__info {
    min-width: 0;
  }
  .pr-img-card__product .product-card__title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.25rem;
  }
  .pr-img-card__product .f-price__b2b-container {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .pr-img-card__product .f-price__main {
    align-items: flex-start;
    gap: 2px;
  }
  .pr-img-card__product .f-price__amount {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.2;
  }
  .pr-img-card__product .f-price__label {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
  }
  .pr-img-card__product .f-price__advies-badge {
    padding: 6px 10px;
    background: #E8F5E9;
    border-radius: 6px;
    flex-shrink: 0;
  }
  .pr-img-card__product .f-price__advies-badge .f-price__amount {
    font-size: 0.9375rem;
    color: #2E7D32 !important;
  }
  .pr-img-card__product .f-price__advies-badge .f-price__label {
    font-size: 0.5625rem;
    color: #2E7D32 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .pr-img-card__product .product-card__btn {
    flex-shrink: 0;
  }
  /* Hide "Shop" button on homepage for cleaner look */
  .pr-img-card__product .product-card__btn {
    display: none;
  }
}
</style>
{% endif %}
.pr-img-card {
  box-sizing: border-box;
}
.pr-img-card:hover .hover-scale-up {
  --scale-x: 1.015;
  --scale-y: 1.015;
}
.pr-img-card .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.pr-img-card__contents {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  background-color: transparent;
  gap: 2rem;
}
.pr-img-card__contents-header {
  padding-inline: 1.6rem;
}
.pr-img-card__product {
  padding: 1.2rem;
  background-color: rgba(var(--color-foreground), 0.1);
  backdrop-filter: blur(70px);
  --pcard-info-gap: 0;
}
.pr-img-card__product .product-card__image {
  width: 5rem;
}
.pr-img-card .f-price {
  --color-product-price-regular: rgb(var(--color-foreground));
}
@media (max-width: 767.98px) {
  .pr-img-card__contents {
    gap: 1.6rem;
  }
  .pr-img-card__contents-header {
    padding-inline: 1.2rem;
  }
  .pr-img-card__product {
    padding: 1.2rem;
  }
  .pr-img-card__product .product-card__image {
    width: 5rem;
  }
}
