.single-product .container.basel-after-product-content{
  width: calc(100% + 30px);
  padding: 0;
  margin-left: -15px;
  box-shadow: 14px 14px 54px -20px #999;
} 
.bbc-pdp-trust-wrap{
    --bbc-trust-opacity: 0.38;
    --bbc-trust-max-height: 80px;
    padding: 22px 8px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.bbc-pdp-trust{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 4vw;
  padding: 10px 0;
}

.bbc-pdp-trust img{
  display:block;
  max-height: var(--bbc-trust-max-height);
  height:auto;
  width:auto;
  opacity: var(--bbc-trust-opacity);
  filter: grayscale(100%);
}

/* Mobile: avoid wrapping into 2 lines (clutter) */
@media (max-width: 768px){
  .bbc-pdp-trust-wrap{
    --bbc-trust-max-height: 50px;
    padding: 8px;
  }
  .bbc-pdp-trust{
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width:none;
  }
  
  .bbc-pdp-trust::-webkit-scrollbar{ display:none; }
  .bbc-pdp-trust img{ flex:0 0 auto; }
}
