body.biopod .products-block{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:18px!important
}

body.biopod .products-block .product{
width:100%!important;
margin:0!important;
padding:0!important
}

body.biopod .products-block .product .p{
height:100%!important;
border:1px solid #DDE9EA!important;
border-radius:12px!important;
padding:18px!important;
box-sizing:border-box!important;
background:#fff!important
}

/* prodejní údaje na stránce podpory */
body.biopod .products-block .product .prices,
body.biopod .products-block .product .price,
body.biopod .products-block .product .price-final,
body.biopod .products-block .product .availability,
body.biopod .products-block .product .p-tools,
body.biopod .products-block .product .btn-cart,
body.biopod .products-block .product .free-shipping{
display:none!important
}

/* název produktu */
body.biopod .products-block .product .name{
font-size:16px!important;
line-height:1.4!important;
font-weight:700!important;
color:#17384A!important
}

.bi-support-result{
margin-top:15px;
padding-top:14px;
border-top:1px solid #E5EEEE
}

.bi-support-label{
font-size:11px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
color:#087F83;
margin-bottom:6px
}

.bi-support-text{
font-size:13px;
line-height:1.5;
color:#607783;
margin-bottom:12px
}

.bi-support-link{
display:inline-block;
background:#087F83;
color:#fff!important;
text-decoration:none!important;
font-size:13px;
font-weight:600;
padding:10px 16px;
border-radius:6px
}

.bi-support-link:hover{
background:#066B6F
}

@media(max-width:700px){
body.biopod .products-block{
grid-template-columns:1fr!important
}
}


