section.aoProductImageCard { grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
.aoProductImageCard > * { min-width: 0; }
.aoProductImageCard svg { width: 17px; height: 17px; flex-shrink: 0; }
.aoProductImageTypes { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; }
.aoProductImageTypes span { border: 1px solid #e5e0f2; border-radius: 8px; padding: 6px 10px; background: #fff9; color: #665b80; font-size: 12px; }
.aoProductImageHint { margin: 12px 0 0; color: #8a8299; font-size: 11px; line-height: 1.6; }
.aoProductImageComparison { display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr); align-items: center; gap: 10px; min-width: 0; }
.aoProductImageComparison figure { margin: 0; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e6e0f0; border-radius: 16px; box-shadow: 0 10px 28px #30215a0d; }
.aoProductImageComparison figure > div { position: relative; height: 300px; overflow: hidden; background: #f4f3f1; }
.aoProductImageComparison img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aoProductImageComparison .aoProductImageResult img { object-fit: contain; background: #fff; }
.aoProductImageComparison figure > div > span { position: absolute; top: 8px; left: 8px; border: 1px solid #ffffffba; border-radius: 6px; padding: 4px 7px; background: #fffffff0; color: #4f465e; font-size: 10px; }
.aoProductImageComparison figcaption { display: grid; gap: 4px; padding: 13px 12px; }
.aoProductImageComparison figcaption b { font-size: 13px; color: #37303e; }
.aoProductImageComparison figcaption small { font-size: 10px; color: #918797; line-height: 1.5; }
.aoProductImageArrow { display: grid; place-items: center; color: #8d76c8; }
.aoProductImageArrow svg { width: 21px; height: 21px; }
.aoProductImageSetupDemo { padding: 10px; margin-bottom: 20px; border: 1px solid #ece7f1; border-radius: 16px; background: #faf8fd; }
.aoProductImageSetupDemo .aoProductImageComparison figure > div { height: 220px; }
.aoProductImageSetupDemo .aoProductImageComparison figcaption { padding: 10px; }
.aoProductImageOptions { display: grid; gap: 9px; padding: 0; margin: 20px 0 0; border: 0; }
.aoProductImageOptions legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.aoProductImageOptions label { display: flex; align-items: center; gap: 10px; border: 1px solid #e9e5ee; border-radius: 12px; padding: 12px 14px; background: #fff; cursor: pointer; }
.aoProductImageOptions label.is-selected { border-color: #b6a0d7; background: #f7f3fd; }
.aoProductImageOptions label:focus-within { outline: 2px solid #c4b5ed; outline-offset: 2px; }
.aoProductImageOptions input { accent-color: #8263ab; width: 16px; height: 16px; margin: 0; flex-shrink: 0; }
.aoProductImageOptions label > span { display: grid; gap: 4px; }
.aoProductImageOptions b { color: #5b5066; font-size: 13px; font-weight: 600; }
.aoProductImageOptions small { color: #968b9f; font-size: 11px; }
.aoProductImageOptions:disabled label { cursor: wait; opacity: .65; }
.aoProductImageCard.is-compact { display: none; }
@media (max-width: 1100px) and (min-width: 761px) {
  section.aoProductImageCard { gap: 24px; padding: 32px; }
  .aoProductImageComparison figure > div { height: 260px; }
}
@media (max-width: 760px), (max-width: 960px) and (max-height: 500px) and (pointer: coarse) {
  .aoProductImageCard.is-desktop { display: none; }
  .aoProductImageCard.is-compact { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; width: auto; margin: 14px 14px 20px; padding: 22px 18px; border-radius: 20px; }
  .aoProductImageCard.is-compact h2 { font-size: 27px; line-height: 1.25; }
  .aoProductImageCard.is-compact .aoProductImageComparison figure > div { height: 210px; }
  .aoProductImageComparison { gap: 6px; grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr); }
  .aoProductImageSetupDemo .aoProductImageComparison figure > div { height: 200px; }
  .aoProductImageComparison figcaption { padding: 10px 8px; }
}
