@media (min-width: 1025px) {
   .custom--layout-4.product-hero {
    align-items: flex-start;
    gap: 30px;
   }

    .custom--layout-4 .product-gallery {
    width: calc(45% - 40px) !important;
  }
 

  .custom--layout-4 .pdp-product-info {
    width: calc(55% - 40px) !important;
  }
}
