/* Bilvårdsexperten Product Experience 2.0 */
.bve-px-summary{margin:18px 0 22px}
.bve-px-benefits{margin:0 0 18px}
.bve-px-benefit{display:flex;align-items:flex-start;gap:9px;margin-bottom:9px;color:#333;font-size:15px;font-weight:650;line-height:1.45}
.bve-px-benefit:last-child{margin-bottom:0}
.bve-px-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:1px;border-radius:50%;background:#eaf4fc;color:#1671c5;font-size:13px;font-weight:800;flex:0 0 auto}
.bve-px-intro{margin:18px 0;color:#515151;font-size:15px;line-height:1.65}
.bve-px-intro p{margin:0}
.bve-px-tip{margin:20px 0;padding:16px 18px;border:1px solid #dcecf8;border-left:4px solid #1671c5;border-radius:7px;background:#f5faff;color:#3f3f3f;font-size:14px;line-height:1.6}
.bve-px-tip strong{display:block;margin-bottom:5px;color:#222;font-size:15px}
.bve-px-tip p{margin:0}
.bve-px-use-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:20px 0 0}
.bve-px-use-item{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:9px 7px;border:1px solid #e5e7ea;border-radius:7px;background:#fafafa;color:#333;font-size:13px;font-weight:650;text-align:center}
.bve-px-use-icon{display:inline-flex;width:21px;height:21px;color:#1671c5;flex:0 0 auto}
.bve-px-use-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bve-px-container{width:min(1170px,calc(100% - 40px));margin-right:auto;margin-left:auto}
.bve-px-recommended{clear:both;margin:44px 0 28px}
.bve-px-recommended h2,.bve-px-safety h2{margin:0 0 20px;color:#222;font-size:clamp(22px,2.2vw,30px);line-height:1.2}
.bve-px-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.bve-px-card{overflow:hidden;border:1px solid #e5e7ea;border-radius:10px;background:#fff;box-shadow:0 4px 18px rgba(23,33,43,.05);transition:transform .18s ease,box-shadow .18s ease}
.bve-px-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(23,33,43,.09)}
.bve-px-card-image{display:block;aspect-ratio:1/1;overflow:hidden;background:#fff}
.bve-px-card-image img{width:100%;height:100%;margin:0;object-fit:contain}
.bve-px-card-body{padding:16px}
.bve-px-card h3{min-height:2.8em;margin:0 0 9px;font-size:16px;line-height:1.4}
.bve-px-card h3 a{color:#222;text-decoration:none}
.bve-px-price{min-height:26px;margin-bottom:12px;font-weight:700}
.bve-px-buy.button{width:100%;margin:0;padding:11px 14px;text-align:center}
.bve-px-safety{clear:both;margin:32px 0 48px}
.bve-px-safety-box{display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid #f2dfaa;border-left:4px solid #e0a51d;border-radius:8px;background:#fffaf0;color:#494949}
.bve-px-warning-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e0a51d;color:#fff;font-weight:800;flex:0 0 auto}
.bve-px-safety h2{margin-bottom:6px;font-size:19px}
.bve-px-safety p{margin:0;font-size:14px;line-height:1.65}
.single-product .summary .price{margin-bottom:13px}
@media(max-width:900px){.bve-px-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
	.bve-px-container{width:min(100% - 28px,1170px)}
	.bve-px-use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.bve-px-product-grid{gap:12px}
	.bve-px-card-body{padding:12px}
	.bve-px-card h3{font-size:14px}
	.bve-px-buy.button{font-size:13px;padding:10px 8px}
}
