/* 130.0 - klantaccount, favorieten, delen en zakelijke accountprijzen */
.vh-product-card{position:relative}
.vh-favorite-button{position:absolute;z-index:7;top:10px;right:10px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(16,61,88,.12);border-radius:50%;background:rgba(255,255,255,.96);color:#31566c;cursor:pointer;box-shadow:0 5px 16px rgba(16,61,88,.13);transition:.16s ease}
.vh-favorite-button:hover{transform:translateY(-1px);color:#c43e58;border-color:#e6bdc6}
.vh-favorite-button svg,.vh-favorite-detail svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}
.vh-favorite-button.active,.vh-favorite-detail.active{color:#c93655;background:#fff2f5;border-color:#efc6d0}
.vh-favorite-button.active svg,.vh-favorite-detail.active svg{fill:currentColor}
.vh-product-social-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:11px 0 4px}
.vh-favorite-detail,.vh-share-product{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid #cadbe4;border-radius:9px;background:#fff;color:#244d64;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.vh-favorite-detail:hover,.vh-share-product:hover{border-color:#82bdd7;background:#f5fbfe;color:#087aa8}
.vh-share-product>span:first-child{font-size:17px;line-height:1}
.vh-product-card__price{flex-wrap:wrap}
.vh-product-card__price del,.vh-product-price del{color:#83949e;font-size:12px;font-weight:700;text-decoration-thickness:1px}
.vh-product-price del{font-size:15px;margin-right:2px}
.vh-business-discount-pill{display:inline-flex!important;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#eaf7ef;color:#197248!important;font-size:10px!important;font-style:normal!important;font-weight:900!important;line-height:1.2;white-space:nowrap}
.vh-product-card__price .vh-business-discount-pill{flex-basis:max-content;margin-top:3px}
.vh-product-price .vh-business-discount-pill{flex-basis:100%;width:max-content;margin-top:5px}
.vh-business-account-banner{border-bottom:1px solid #bcded0;background:#eff9f4;color:#205c43}
.vh-business-account-banner>.vh-shell{display:flex;align-items:center;justify-content:center;gap:12px;min-height:38px;font-size:12px}
.vh-business-account-banner strong{color:#12643d}.vh-business-account-banner small{color:#5c786a}
.vh-customer-logged-in .vh-header-action[href*="account.php"]{background:#f2f9fc;border-radius:8px;padding-inline:8px}
@media(max-width:760px){
 .vh-favorite-button{width:34px;height:34px;top:8px;right:8px}
 .vh-favorite-button svg{width:18px;height:18px}
 .vh-product-social-actions{display:grid;grid-template-columns:1fr 1fr}
 .vh-favorite-detail,.vh-share-product{justify-content:center;padding:0 8px;font-size:11px}
 .vh-business-account-banner>.vh-shell{justify-content:flex-start;gap:7px;min-height:42px;overflow:auto;white-space:nowrap;font-size:11px}
}
