
/* ROSITAFOOD V107 — desktop containment certification layer */
@media(min-width:1101px){
  body.rosita-product-page .rv34-header,
  body.rosita-order-page .rv34-header{
    min-height:150px;
    height:150px;
  }

  body.rosita-product-page .rv34-shell,
  body.rosita-order-page .rv34-shell{
    width:min(1260px,98vw);
    height:150px;
    margin-inline:auto;
  }

  body.rosita-product-page .rv34-brand,
  body.rosita-order-page .rv34-brand{
    width:172px;
    height:112px;
  }

  body.rosita-product-page .rv34-brand img,
  body.rosita-order-page .rv34-brand img{
    width:145px;
    max-width:145px;
    max-height:100px;
    object-fit:contain;
  }

  body.rosita-product-page .rosita-product-main,
  body.rosita-order-page .rosita-order-main{
    width:min(1180px,calc(100% - 48px));
    margin-inline:auto;
  }
}
