/** Shopify CDN: Minification failed

Line 8:140 Expected identifier but found whitespace
Line 8:158 Unexpected ";"
Line 8:2102 Unexpected "/"

**/
/* .vk-trustscore-container { display: flex; align-items: center; justify-content: left; /* Centers the content horizontally */ font-family: Arial, sans-serif; font-size: 14px; color: #333; text-align: left; /* Ensures text is centered */ margin-bottom:-15px; } .vk-stars { display: flex; align-items: center; margin-right: 10px; } .vk-stars img { width: 100px; /* Fixed width for consistency */ height: auto; } .vk-trustscore { font-weight: normal; } .vk-highlight { font-weight: bold; } .vk-reviews { font-weight: normal; margin-left: 5px; } .benefits-container { display: flex; justify-content: center; gap: 12px; /* Ruimte tussen de blokken */ margin-top: 10px; flex-wrap: nowrap; /* Houdt de blokken naast elkaar */ } .benefit-box { display: flex; align-items: center; background-color: #E4F8EE; padding: 12px 18px; border-radius: 30px; font-size: 14px; font-weight: normal; white-space: nowrap; flex: 1; min-width: 160px; justify-content: center; } .benefit-box strong { font-weight: bold; margin-right: 6px; } .benefit-box img { width: 22px; height: auto; margin-right: 6px; } .icon_text { display: flex; gap: 7px; margin: 0;align-items:center } .icon_text p {margin: 0;} .product-info__block-item[data-block-type="icon-text"], .product-info__block-item[data-block-type="low-stock"] { margin-bottom: 14px; margin-top: 14px; } .icon_text img {height: 22px;width: 22px;object-fit: cover;border-radius: 50%;} @keyframes inventory-pulse { 0% { opacity: 0.5; } 100% { transform: scale(2.5); opacity: 0; } } span.green_icon { display: inline-block; position: relative; height: 25px; width: 25px; } .icon--inventory:before { animation: inventory-pulse 2s linear infinite; } .icon--inventory:after, .icon--inventory:before { width: 9px; height: 9px; background: #F5AF29; border-radius: 50%; position: absolute; left: 0; top: 0; content: ""; margin: 8px; } @media (max-width: 575px) { .vk-stars img{width:85px;} } @media (max-width: 480px) { .benefits-container { gap: 8px; } .benefit-box { padding: 10px 16px; font-size: 13px; min-width: 150px; } .benefit-box img { width: 20px; margin-right: 5px; } } */

@media(max-width:749px){
    .vk-stars img { width: 76px; height: auto; }
}

.vk-trustscore p { margin: 0; }

.vk-trustscore-container {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: -10px;
    align-content: center;
    gap: 10px;
}
on-sale-badge.badge.badge--on-sale {
    font-size: 15px!important;
    line-height: 24px!important;
}
sale-price.text-lg.text-on-sale {
        font-size: 28px!important;
    font-weight: 700!important;
    line-height: 1.2!important;
}
compare-at-price.text-subdued.line-through {
    font-size: 19px!important;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  
    .roduct-gallery {
    position: sticky!important;
    top: 20px;
}
  /* CSS */
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
   .roduct-gallery {
    position: sticky!important;
    top: 20px;
}
  
}

@media screen and (min-width: 1000px) {
    .product-gallery {
        gap: var(--spacing-6) var(--spacing-12);
        position: sticky;
        top: 20px;
    }
}
.box-wrap-img {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
store-header.header {
    background-color: #fff!important;
}
.tap-area {
    color: black!important;
}

@media(max-width:749px){
    compare-at-price.text-subdued.line-through { font-size: 16px!important; }
    sale-price.text-lg.text-on-sale { font-size: 26px!important; font-weight: 700!important; line-height: 45px!important; }
}





