body.single-product .lm-product-summary.lgm-ocp-active{
  --lgm-ocp-border:#d7e3ec;
  --lgm-ocp-bg:#f5faff;
  --lgm-ocp-radius:14px;
}
body.single-product .lm-product-summary .lgm-ocp-card{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:14px 0 0!important;
  border-radius:var(--lgm-ocp-radius)!important;
  box-shadow:none!important;
}
body.single-product .lm-product-summary .lgm-disponibilidad-selector.lgm-ocp-card,
body.single-product .lm-product-summary [data-lgm-availability].lgm-ocp-card,
body.single-product .lm-product-summary .lgm-availability.lgm-ocp-card,
body.single-product .lm-product-summary .lgm-disponibilidad.lgm-ocp-card,
body.single-product .lm-product-summary .lgm-thermos-stock.lgm-ocp-card,
body.single-product .lm-product-summary .lgm-bag-stock.lgm-ocp-card,
body.single-product .lm-product-summary .lgm-pencil-stock.lgm-ocp-card,
body.single-product .lm-product-summary .lgm-bottle-stock.lgm-ocp-card,
body.single-product .lm-product-summary .lgm-bottles-stock.lgm-ocp-card{
  border-color:var(--lgm-ocp-border)!important;
}
body.single-product .lm-product-summary .lm-product-regular-price.lgm-ocp-card,
body.single-product .lm-product-summary .lm-product-price-no-print.lgm-ocp-card,
body.single-product .lm-product-summary [data-lm-regular-price].lgm-ocp-card{
  border-color:var(--lgm-ocp-border)!important;
  background:var(--lgm-ocp-bg)!important;
}
body.single-product .lm-product-summary [data-lmp-estimator].lgm-ocp-card,
body.single-product .lm-product-summary .lmp-estimator.lgm-ocp-card{
  border:1px solid var(--lgm-ocp-border)!important;
  background:var(--lgm-ocp-bg)!important;
}
body.single-product .lm-product-summary .lgm-ocp-hide{display:none!important;}
@media(max-width:720px){
  body.single-product .lm-product-summary .lgm-ocp-card{margin-top:12px!important;}
}
