@media(min-width:901px){
  .storefront-v12.page-product .store-main,
  .storefront-v12 .product-page-v8,
  .storefront-v12 .product-v8-layout{
    overflow:visible!important;
  }

  .storefront-v12 .product-page-v8{
    margin-top:0!important;
    padding-top:0!important;
  }

  .storefront-v12 .product-v8-layout{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    align-items:start!important;
    gap:8px!important;
  }

  .storefront-v12 .product-v8-story,
  .storefront-v12 .product-media-v12{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:0!important;
    align-self:start!important;
    height:min(820px,calc(100dvh - 8px))!important;
    min-height:560px!important;
    max-height:820px!important;
    margin:0!important;
  }

  .storefront-v12 .product-buybox-v8{
    position:relative!important;
    top:0!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    overflow:visible!important;
  }

  .storefront-v12 .product-media-v12 .product-gallery,
  .storefront-v12 .product-media-v12 .product-gallery-slide{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
  }
}

@media(min-width:901px) and (max-height:680px){
  .storefront-v12 .product-v8-story,
  .storefront-v12 .product-media-v12{
    height:calc(100dvh - 8px)!important;
    min-height:520px!important;
  }
}
