/* Bricks' editing canvas is narrower than the actual page. Preserve the hero's two-column layout there. */
@media (min-width:768px){.fc-s-product{grid-template-columns:minmax(0,1.516fr) minmax(0,1fr)!important;gap:var(--fcsp-gap,40px)!important}.fc-s-product__card{margin:0!important;max-width:100%!important}}

/* FC-S-Product is a one-piece builder element. In the Bricks iframe, keep its
   columns stable during live control edits while leaving the public hero layout
   contract untouched. */
@media (min-width:768px){
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"]{
    display:grid!important;
    grid-template-columns:minmax(0,1.516fr) minmax(0,1fr)!important;
    gap:var(--fcsp-gap,40px)!important;
    justify-content:stretch!important;
    align-items:start!important;
    width:100%!important;
    max-width:1536px!important;
  }
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-s-product__gallery,
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-s-product__card{
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
    box-sizing:border-box!important;
  }
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-s-product__card *,
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-sshop-cart,
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-sshop-cart-element{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-sshop-cart__size-row{
    flex-wrap:nowrap!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:thin;
  }
  body.fc-s-product-builder-view .fc-s-product.fcc-product-hero[data-fc-s-product-standalone="1"] .fc-sshop-cart__size-pill{
    flex:0 0 auto!important;
    max-width:none!important;
  }
}
