.hdt-product-media__custom-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.hdt-product-media__top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hdt-product-media__top-column {
  width: 100%;
}

.hdt-product-media__bottom-row {
  width: 100%;
}