body.single-products .post-header-column.image {
  flex-direction: column;
  max-height: none;
}
body.single-products .ala-product-figure { margin: 0; width: 100%; text-align: center; }
body.single-products a.ala-product-zoom { display: block; cursor: zoom-in; }
body.single-products .ala-product-zoom img { display: block; width: auto; height: auto; max-width: 100%; max-height: 400px; margin-inline: auto; object-fit: contain; }
body.single-products .ala-product-caption { margin: .5rem 0 0; color: #fff; font-family: AfacadFlux, sans-serif; font-size: .875rem; line-height: 1.5; }
.ala-product-dialog { box-sizing: border-box; width: min(94vw, 1280px); max-width: 94vw; max-height: 94vh; max-height: 94dvh; padding: 1rem; border: 0; margin: auto; color: #283e3a; background: #fff; }
.ala-product-dialog[open] { display: flex; flex-direction: column; gap: .75rem; }
.ala-product-dialog::backdrop { background: rgb(0 0 0 / 78%); }
.ala-product-dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: AfacadFlux, sans-serif; font-size: 1.125rem; }
.ala-product-dialog-toolbar > span { overflow-wrap: anywhere; }
.ala-product-dialog .ala-product-dialog-close {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  margin: 0;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  background: #fff !important;
  color: #283e3a !important;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.ala-product-dialog .ala-product-dialog-close::before,
.ala-product-dialog .ala-product-dialog-close::after { content: none; }
.ala-product-dialog .ala-product-dialog-close svg {
  display: block !important;
  position: static;
  width: 40px !important;
  height: 40px !important;
  flex: none;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.ala-product-dialog .ala-product-dialog-close svg path {
  fill: none !important;
  stroke: #283e3a !important;
  stroke-width: 2.5;
}
.ala-product-dialog .ala-product-dialog-close:hover { background: #edf2ef !important; }
.ala-product-dialog .ala-product-dialog-close:focus-visible { outline: 3px solid #395752; outline-offset: 3px; }
.ala-product-dialog-image { display: block; min-height: 0; width: 100%; height: auto; max-height: calc(94vh - 100px); max-height: calc(94dvh - 100px); object-fit: contain; }
html.ala-product-dialog-open { overflow: hidden; }
