/* Mobile-only webshop benefit strip. Desktop keeps the existing Elementor strip. */
.fabb-mobile-usp-bar{display:none}
@media (max-width:767px){
  .fabb-mobile-usp-bar{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    box-sizing:border-box;
    background:#f3efea;
    border-bottom:1px solid rgba(48,43,40,.10);
    color:#4b4541;
    position:relative;
    z-index:1001;
  }
  .fabb-mobile-usp-bar span{
    min-width:0;
    padding:8px 5px 7px;
    font-size:9px;
    line-height:1.25;
    letter-spacing:.055em;
    text-transform:uppercase;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .fabb-mobile-usp-bar span+span{border-left:1px solid rgba(48,43,40,.11)}
}
